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.
|
-
- include $(top_srcdir)/build/autotools/common.am
-
- noinst_PROGRAMS = pi poly
-
- pi_SOURCES = pi.cpp
- pi_CPPFLAGS = $(AM_CPPFLAGS)
- pi_DEPENDENCIES = @LOL_DEPS@
-
- poly_SOURCES = poly.cpp
- poly_CPPFLAGS = $(AM_CPPFLAGS)
- poly_DEPENDENCIES = @LOL_DEPS@
|