Changeset 1464 in Sophya for trunk/ArchTOIPipe/SMakefile
- Timestamp:
- Apr 11, 2001, 12:01:44 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/SMakefile
r1462 r1464 1 # USERFLAGS = -I$(EXTLIBDIR)/Include/FitsIO -DWITH_SOPHYA 2 USERFLAGS = -I$(EXTLIBDIR)/Include/FitsIO 1 USERFLAGS = -I$(EXTLIBDIR)/Include/FitsIO -DWITH_SOPHYA 3 2 include $(DPCBASEREP)/Include/MakefileUser.h 4 3 … … 13 12 LIBOLIST := $(AOBJ)asciitoiwtr.o $(AOBJ)fitstoirdr.o $(AOBJ)fitstoiwtr.o \ 14 13 $(AOBJ)toi.o $(AOBJ)toimanager.o $(AOBJ)toiprocessor.o \ 15 $(AOBJ)toisqfilter.o $(AOBJ)toi seqbuff.o $(AOBJ)simtoipr.o \16 $(AOBJ) map2toi.o $(AOBJ)toi2map.o14 $(AOBJ)toisqfilter.o $(AOBJ)toiregwindow.o $(AOBJ)toiseqbuff.o \ 15 $(AOBJ)simtoipr.o $(AOBJ)map2toi.o $(AOBJ)toi2map.o 17 16 EXEOLIST := $(AOBJ)fits2asc.o $(AOBJ)tsttoi.o $(AOBJ)tsttoi2.o $(AOBJ)simtst.o \ 18 17 $(AOBJ)tstrztoi.o $(AOBJ)rztoi.o \ … … 22 21 23 22 INCLIST := asciitoiwtr.h fitstoirdr.h fitstoiwtr.h toi.h config.h conf.h \ 24 toiprocessor.h toimanager.h toiseqbuff.h simtoipr.h map2toi.h toi2map.h 23 toiprocessor.h toimanager.h toiseqbuff.h toiregwindow.h \ 24 simtoipr.h map2toi.h toi2map.h 25 25 26 26 all : $(EXELIST) … … 77 77 $(AOBJ)toiseqbuff.o: toiseqbuff.cc toiprocessor.h config.h conf.h toi.h \ 78 78 toiseqbuff.h 79 $(AOBJ)toiregwindow.o: toiregwindow.cc toiprocessor.h config.h conf.h toi.h \ 80 toiregwindow.h 79 81 $(AOBJ)simtoipr.o: simtoipr.cc toiprocessor.h config.h conf.h toi.h \ 80 82 simtoipr.h
Note:
See TracChangeset
for help on using the changeset viewer.