Changeset 11439 for trunk/psLib/test/fft/Makefile.am
- Timestamp:
- Jan 30, 2007, 11:32:57 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/fft/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/fft/Makefile.am
r8958 r11439 1 AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS) 1 AM_CPPFLAGS = \ 2 $(SRCINC) \ 3 -I$(top_srcdir)/test/tap/src \ 4 -I$(top_srcdir)/test/pstap/src \ 5 $(PSLIB_CFLAGS) 6 2 7 AM_LDFLAGS = \ 3 $(top_builddir)/src/libpslib.la \ 4 $(top_builddir)/test/tap/src/libtap.la \ 5 $(PSLIB_LIBS) 8 $(top_builddir)/src/libpslib.la \ 9 $(top_builddir)/test/tap/src/libtap.la \ 10 $(top_builddir)/test/pstap/src/libpstap.la \ 11 $(PSLIB_LIBS) 6 12 7 TEST_PROGS = 13 TEST_PROGS = \ 14 tap_psImageFFT \ 15 tap_psVectorFFT 8 16 9 17 if BUILD_TESTS
Note:
See TracChangeset
for help on using the changeset viewer.
