Changeset 1487 in Sophya for trunk/ArchTOIPipe/SMakefile
- Timestamp:
- May 6, 2001, 4:14:06 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/SMakefile
r1484 r1487 13 13 $(AOBJ)toi.o $(AOBJ)toimanager.o $(AOBJ)toiprocessor.o \ 14 14 $(AOBJ)toisqfilter.o $(AOBJ)toiregwindow.o $(AOBJ)toiseqbuff.o \ 15 $(AOBJ)simtoipr.o $(AOBJ)map2toi.o $(AOBJ)toi2map.o 15 $(AOBJ)simtoipr.o $(AOBJ)map2toi.o $(AOBJ)toi2map.o $(AOBJ)nooppr.o 16 16 EXEOLIST := $(AOBJ)fits2asc.o $(AOBJ)tsttoi.o $(AOBJ)tsttoi2.o $(AOBJ)simtst.o \ 17 17 $(AOBJ)tstrztoi.o $(AOBJ)rztoi.o \ 18 18 $(AOBJ)fits2ascii.o $(AOBJ)tstmap2toi.o $(AOBJ)tsttoi2map.o 19 EXELIST := $(AOBJ)sfftc $(AOBJ)simtst $(AOBJ) tstrztoi $(AOBJ)fits2asc $(AOBJ)tsttoi \19 EXELIST := $(AOBJ)sfftc $(AOBJ)simtst $(AOBJ)mesovh $(AOBJ)tstrztoi $(AOBJ)fits2asc $(AOBJ)tsttoi \ 20 20 $(AOBJ)tsttoi2 $(AOBJ)fits2ascii $(AOBJ)tstmap2toi $(AOBJ)tsttoi2map 21 21 22 22 INCLIST := asciitoiwtr.h fitstoirdr.h fitstoiwtr.h toi.h config.h conf.h \ 23 23 toiprocessor.h toimanager.h toiseqbuff.h toiregwindow.h \ 24 simtoipr.h map2toi.h toi2map.h 24 simtoipr.h map2toi.h toi2map.h nooppr.h 25 25 26 26 all : $(EXELIST) … … 43 43 $(AOBJ)sfftc: $(AOBJ)sfftc.o $(LIBOLIST) 44 44 $(LINK.cc) -o $@ $^ $(LIBS) 45 $(AOBJ)mesovh: $(AOBJ)mesovh.o $(LIBOLIST) 46 $(LINK.cc) -o $@ $^ $(LIBS) 45 47 $(AOBJ)simtst: $(AOBJ)simtst.o $(LIBOLIST) 46 48 $(LINK.cc) -o $@ $^ $(LIBS) … … 60 62 $(AOBJ)simtst.o: simtst.cc $(INCLIST) 61 63 $(AOBJ)sfftc.o: sfftc.cc $(INCLIST) 64 $(AOBJ)mesovh.o: mesovh.cc $(INCLIST) 62 65 $(AOBJ)tstrztoi.o: tstrztoi.cc rztoi.h $(INCLIST) 63 66 $(AOBJ)rztoi.o: rztoi.cc rztoi.h $(INCLIST) … … 87 90 $(AOBJ)map2toi.o: map2toi.cc map2toi.h 88 91 $(AOBJ)toi2map.o: toi2map.cc toi2map.h 92 $(AOBJ)nooppr.o: nooppr.cc nooppr.h
Note:
See TracChangeset
for help on using the changeset viewer.