Changeset 1496 in Sophya for trunk/ArchTOIPipe/SMakefile
- Timestamp:
- May 16, 2001, 4:26:28 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/SMakefile
r1495 r1496 16 16 EXEOLIST := $(AOBJ)fits2asc.o $(AOBJ)tsttoi.o $(AOBJ)tsttoi2.o $(AOBJ)simtst.o \ 17 17 $(AOBJ)tstrztoi.o $(AOBJ)rztoi.o \ 18 $(AOBJ)fits2ascii.o $(AOBJ)t stmap2toi.o $(AOBJ)tsttoi2map.o18 $(AOBJ)fits2ascii.o $(AOBJ)tgenw.o $(AOBJ)tstmap2toi.o $(AOBJ)tsttoi2map.o 19 19 EXELIST := $(AOBJ)sfftc $(AOBJ)simtst $(AOBJ)mesovh $(AOBJ)tstrztoi $(AOBJ)fits2asc $(AOBJ)tsttoi \ 20 $(AOBJ)tsttoi2 $(AOBJ)fits2ascii $(AOBJ)t stmap2toi $(AOBJ)tsttoi2map20 $(AOBJ)tsttoi2 $(AOBJ)fits2ascii $(AOBJ)tgenw $(AOBJ)tstmap2toi $(AOBJ)tsttoi2map 21 21 22 22 INCLIST := asciitoiwtr.h fitstoirdr.h fitstoiwtr.h toi.h config.h conf.h \ … … 55 55 $(AOBJ)fits2ascii: $(AOBJ)fits2ascii.o $(LIBOLIST) 56 56 $(LINK.cc) -o $@ $^ $(LIBS) 57 $(AOBJ)tgenw: $(AOBJ)tgenw.o $(LIBOLIST) 58 $(LINK.cc) -o $@ $^ $(LIBS) 57 59 $(AOBJ)tstmap2toi: $(AOBJ)tstmap2toi.o $(LIBOLIST) 58 60 $(LINK.cc) -o $@ $^ $(LIBS) … … 69 71 $(AOBJ)tsttoi2.o: tsttoi2.cc $(INCLIST) 70 72 $(AOBJ)fits2ascii.o: fits2ascii.cc $(INCLIST) 73 $(AOBJ)tgenw.o: tgenw.cc $(INCLIST) 71 74 $(AOBJ)tstmap2toi.o: tstmap2toi.cc $(INCLIST) 72 75 $(AOBJ)tsttoi2map.o: tsttoi2map.cc $(INCLIST)
Note:
See TracChangeset
for help on using the changeset viewer.