Changeset 1484 in Sophya for trunk/ArchTOIPipe/SMakefile
- Timestamp:
- Apr 30, 2001, 5:20:03 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/SMakefile
r1464 r1484 17 17 $(AOBJ)tstrztoi.o $(AOBJ)rztoi.o \ 18 18 $(AOBJ)fits2ascii.o $(AOBJ)tstmap2toi.o $(AOBJ)tsttoi2map.o 19 EXELIST := $(AOBJ)s imtst $(AOBJ)tstrztoi $(AOBJ)fits2asc $(AOBJ)tsttoi \19 EXELIST := $(AOBJ)sfftc $(AOBJ)simtst $(AOBJ)tstrztoi $(AOBJ)fits2asc $(AOBJ)tsttoi \ 20 20 $(AOBJ)tsttoi2 $(AOBJ)fits2ascii $(AOBJ)tstmap2toi $(AOBJ)tsttoi2map 21 21 … … 41 41 $(AOBJ)tstrztoi: $(AOBJ)tstrztoi.o $(AOBJ)rztoi.o $(LIBOLIST) 42 42 $(LINK.cc) -o $@ $^ $(LIBS) 43 $(AOBJ)simtst: $(AOBJ)simtst.o $(AOBJ)simtoipr.o $(LIBOLIST) 43 $(AOBJ)sfftc: $(AOBJ)sfftc.o $(LIBOLIST) 44 $(LINK.cc) -o $@ $^ $(LIBS) 45 $(AOBJ)simtst: $(AOBJ)simtst.o $(LIBOLIST) 44 46 $(LINK.cc) -o $@ $^ $(LIBS) 45 47 $(AOBJ)fits2asc: $(AOBJ)fits2asc.o $(LIBOLIST) … … 56 58 $(LINK.cc) -o $@ $^ $(LIBS) 57 59 60 $(AOBJ)simtst.o: simtst.cc $(INCLIST) 61 $(AOBJ)sfftc.o: sfftc.cc $(INCLIST) 58 62 $(AOBJ)tstrztoi.o: tstrztoi.cc rztoi.h $(INCLIST) 59 63 $(AOBJ)rztoi.o: rztoi.cc rztoi.h $(INCLIST) … … 63 67 $(AOBJ)fits2ascii.o: fits2ascii.cc $(INCLIST) 64 68 $(AOBJ)tstmap2toi.o: tstmap2toi.cc $(INCLIST) 65 $(AOBJ)tsttoi2 toi.o: tsttoi2map.cc $(INCLIST)69 $(AOBJ)tsttoi2map.o: tsttoi2map.cc $(INCLIST) 66 70 67 71 $(AOBJ)asciitoiwtr.o: asciitoiwtr.cc asciitoiwtr.h toi.h config.h conf.h \
Note:
See TracChangeset
for help on using the changeset viewer.