You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 rivejä
243 B

  1. include $(top_srcdir)/build/autotools/common.am
  2. noinst_PROGRAMS = pi poly
  3. pi_SOURCES = pi.cpp
  4. pi_CPPFLAGS = $(AM_CPPFLAGS)
  5. pi_DEPENDENCIES = @LOL_DEPS@
  6. poly_SOURCES = poly.cpp
  7. poly_CPPFLAGS = $(AM_CPPFLAGS)
  8. poly_DEPENDENCIES = @LOL_DEPS@