Changeset 1699 in Sophya for trunk/ArchTOIPipe/SMakefile
- Timestamp:
- Oct 15, 2001, 11:55:09 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/SMakefile
r1668 r1699 13 13 $(AOBJ)toi.o $(AOBJ)toimanager.o $(AOBJ)toiprocessor.o $(AOBJ)genwproc.o \ 14 14 $(AOBJ)toisqfilter.o $(AOBJ)toiregwindow.o $(AOBJ)toiseqbuff.o \ 15 $(AOBJ)toisegment.o \ 15 16 $(AOBJ)simtoipr.o $(AOBJ)map2toi.o $(AOBJ)toi2map.o $(AOBJ)nooppr.o 16 17 EXEOLIST := $(AOBJ)fits2asc.o $(AOBJ)tsttoi.o $(AOBJ)tsttoi2.o $(AOBJ)simtst.o \ … … 24 25 INCLIST := asciitoiwtr.h fitstoirdr.h fitstoiwtr.h toi.h config.h conf.h \ 25 26 toiprocessor.h genwproc.h toimanager.h toiseqbuff.h toiregwindow.h \ 26 simtoipr.h map2toi.h toi2map.h nooppr.h 27 simtoipr.h map2toi.h toi2map.h nooppr.h toisegment.h 27 28 28 29 all : $(EXELIST) … … 144 145 $(AOBJ)toi2map.o: toi2map.cc toi2map.h 145 146 $(AOBJ)nooppr.o: nooppr.cc nooppr.h 147 $(AOBJ)toisegment.o: toisegment.cc toiprocessor.h config.h conf.h toi.h
Note:
See TracChangeset
for help on using the changeset viewer.