Changeset 1668 in Sophya for trunk/ArchTOIPipe/SMakefile
- Timestamp:
- Oct 5, 2001, 6:22:53 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/SMakefile
r1529 r1668 17 17 $(AOBJ)tstrztoi.o $(AOBJ)rztoi.o $(AOBJ)sfftc.o $(AOBJ)mesovh.o \ 18 18 $(AOBJ)fits2ascii.o $(AOBJ)tgenw.o $(AOBJ)tstmap2toi.o $(AOBJ)tsttoi2map.o \ 19 $(AOBJ)tstflag.o 19 $(AOBJ)tstflag.o $(AOBJ)tstdemopipe.o 20 20 EXELIST := $(AOBJ)sfftc $(AOBJ)simtst $(AOBJ)mesovh $(AOBJ)tstrztoi $(AOBJ)fits2asc $(AOBJ)tsttoi \ 21 21 $(AOBJ)tsttoi2 $(AOBJ)fits2ascii $(AOBJ)tgenw $(AOBJ)tstmap2toi $(AOBJ)tsttoi2map \ 22 $(AOBJ)tstflag 22 $(AOBJ)tstflag $(AOBJ)tstdemopipe 23 23 24 24 INCLIST := asciitoiwtr.h fitstoirdr.h fitstoiwtr.h toi.h config.h conf.h \ … … 103 103 $(LINK.cc) -o $@ $^ $(LIBS) 104 104 105 tstdemopipe: $(AOBJ)tstdemopipe 106 @echo done 107 $(AOBJ)tstdemopipe: $(AOBJ)tstdemopipe.o $(LIBOLIST) 108 $(LINK.cc) -o $@ $^ $(LIBS) 109 105 110 ################################################ 106 111 #### Compilation des Sources des Programmes #### … … 119 124 $(AOBJ)tsttoi2map.o: tsttoi2map.cc $(INCLIST) 120 125 $(AOBJ)tstflag.o: tstflag.cc $(INCLIST) 126 $(AOBJ)tstdemopipe.o: tstdemopipe.cc $(INCLIST) 121 127 122 128
Note:
See TracChangeset
for help on using the changeset viewer.