Changeset 1011 for trunk/test/math/Makefile.am
- Timestamp:
- Oct 6, 2011, 9:18:17 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/math/Makefile.am
r1009 r1011 4 4 all-local: $(noinst_PROGRAMS) 5 5 test x$(MAKE_FSELF) = xno || make_fself pi$(EXEEXT) pi.self 6 test x$(MAKE_FSELF) = xno || make_fself poly$(EXEEXT) pi.self 6 7 test x$(MAKE_FSELF) = xno || make_fself remez$(EXEEXT) remez.self 7 8 … … 10 11 $(noinst_PROGRAMS:%$(EXEEXT)=%.exe) 11 12 12 noinst_PROGRAMS = pi remez13 noinst_PROGRAMS = pi poly remez 13 14 14 15 pi_SOURCES = pi.cpp … … 17 18 pi_DEPENDENCIES = $(top_builddir)/src/liblol.a 18 19 20 poly_SOURCES = poly.cpp 21 poly_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ 22 poly_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ 23 poly_DEPENDENCIES = $(top_builddir)/src/liblol.a 24 19 25 remez_SOURCES = remez.cpp remez-matrix.h remez-solver.h 20 26 remez_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
Note: See TracChangeset
for help on using the changeset viewer.