Changeset 8960 for trunk/psLib/test/types
- Timestamp:
- Sep 25, 2006, 2:40:40 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/types/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/types/Makefile.am
r8958 r8960 33 33 endif 34 34 35 check_DATA= \35 EXTRA_DIST = \ 36 36 data/header_1.fits \ 37 37 data/header_2.fits \ 38 data/mdcfgwrt.verified \ 38 39 data/test.config \ 39 40 data/test1.config \ … … 41 42 data/test3.config \ 42 43 data/test4.config \ 43 data/test5.config \ 44 data/mdcfgwrt.verified 44 data/test5.config 45 45 46 CLEANFILES = multi.fits table.fits temp/* MDCopy.in MDCopy.out mdcfgwrt.out \ 46 tmp_files = \ 47 header_1.fits \ 48 header_2.fits \ 49 mdcfgwrt.verified \ 50 test.config \ 51 test1.config \ 52 test2.config \ 53 test3.config \ 54 test4.config \ 55 test5.config 56 57 CLEANFILES = $(tmp_files) multi.fits table.fits temp/* MDCopy.in MDCopy.out mdcfgwrt.out \ 47 58 core core.* *~ *.bb *.bbg *.da gmon.out 48 59 49 tests: $(check_PROGRAMS) $(check_DATA)60 tests: $(check_PROGRAMS) 50 61 $(top_srcdir)/test/test.pl 51 62 63 # XXX what is the point of verbatim copying these files? 52 64 53 65 %.dat: verified/%.dat 54 66 cp $? $@ 55 67 56 test.config: data/test.config68 test.config: $(srcdir)/data/test.config 57 69 cp $? $@ 58 70 59 test1.config: data/test1.config71 test1.config: $(srcdir)/data/test1.config 60 72 cp $? $@ 61 73 62 test2.config: data/test2.config74 test2.config: $(srcdir)/data/test2.config 63 75 cp $? $@ 64 76 65 test3.config: data/test3.config77 test3.config: $(srcdir)/data/test3.config 66 78 cp $? $@ 67 79 68 test4.config: data/test4.config80 test4.config: $(srcdir)/data/test4.config 69 81 cp $? $@ 70 82 71 test5.config: data/test5.config83 test5.config: $(srcdir)/data/test5.config 72 84 cp $? $@ 73 85 74 header_1.fits: data/header_1.fits86 header_1.fits: $(srcdir)/data/header_1.fits 75 87 cp $? $@ 76 88 77 header_2.fits: data/header_2.fits89 header_2.fits: $(srcdir)/data/header_2.fits 78 90 cp $? $@ 79 91 80 mdcfgwrt.verified: data/mdcfgwrt.verified92 mdcfgwrt.verified: $(srcdir)/data/mdcfgwrt.verified 81 93 cp $? $@ 82 94
Note:
See TracChangeset
for help on using the changeset viewer.
