Changeset 13644 for trunk/psModules/test/detrend/Makefile.am
- Timestamp:
- Jun 5, 2007, 9:55:14 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/detrend/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/detrend/Makefile.am
r9877 r13644 1 2 1 AM_CPPFLAGS = \ 3 2 $(SRCINC) \ … … 12 11 $(PSMODULES_LIBS) 13 12 14 check_PROGRAMS = tap_pmShutterCorrection 13 TEST_PROGS = \ 14 tap_pmShutterCorrection 15 15 16 CLEANFILES = temp/* core core.* *~ 16 if BUILD_TESTS 17 bin_PROGRAMS = $(TEST_PROGS) 18 TESTS = $(TEST_PROGS) 19 else 20 check_PROGRAMS = $(TEST_PROGS) 21 endif 22 23 CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out 17 24 18 25 test: check 26 $(top_srcdir)/test/test.pl
Note:
See TracChangeset
for help on using the changeset viewer.
