Changeset 1484 in Sophya for trunk/ArchTOIPipe/SMakefile


Ignore:
Timestamp:
Apr 30, 2001, 5:20:03 PM (24 years ago)
Author:
ansari
Message:

Ameliorations diverses - Reza 30/4/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/SMakefile

    r1464 r1484  
    1717            $(AOBJ)tstrztoi.o $(AOBJ)rztoi.o \
    1818            $(AOBJ)fits2ascii.o $(AOBJ)tstmap2toi.o $(AOBJ)tsttoi2map.o
    19 EXELIST := $(AOBJ)simtst $(AOBJ)tstrztoi $(AOBJ)fits2asc $(AOBJ)tsttoi \
     19EXELIST := $(AOBJ)sfftc $(AOBJ)simtst $(AOBJ)tstrztoi $(AOBJ)fits2asc $(AOBJ)tsttoi \
    2020           $(AOBJ)tsttoi2 $(AOBJ)fits2ascii $(AOBJ)tstmap2toi $(AOBJ)tsttoi2map
    2121
     
    4141$(AOBJ)tstrztoi: $(AOBJ)tstrztoi.o $(AOBJ)rztoi.o $(LIBOLIST)
    4242        $(LINK.cc)  -o $@ $^ $(LIBS)
    43 $(AOBJ)simtst: $(AOBJ)simtst.o $(AOBJ)simtoipr.o $(LIBOLIST)
     43$(AOBJ)sfftc: $(AOBJ)sfftc.o  $(LIBOLIST)
     44        $(LINK.cc)  -o $@ $^ $(LIBS)
     45$(AOBJ)simtst: $(AOBJ)simtst.o  $(LIBOLIST)
    4446        $(LINK.cc)  -o $@ $^ $(LIBS)
    4547$(AOBJ)fits2asc: $(AOBJ)fits2asc.o $(LIBOLIST)
     
    5658        $(LINK.cc)  -o $@ $^ $(LIBS)
    5759
     60$(AOBJ)simtst.o: simtst.cc $(INCLIST)
     61$(AOBJ)sfftc.o: sfftc.cc $(INCLIST)
    5862$(AOBJ)tstrztoi.o: tstrztoi.cc rztoi.h $(INCLIST)
    5963$(AOBJ)rztoi.o: rztoi.cc rztoi.h $(INCLIST)
     
    6367$(AOBJ)fits2ascii.o: fits2ascii.cc $(INCLIST)
    6468$(AOBJ)tstmap2toi.o: tstmap2toi.cc $(INCLIST)
    65 $(AOBJ)tsttoi2toi.o: tsttoi2map.cc $(INCLIST)
     69$(AOBJ)tsttoi2map.o: tsttoi2map.cc $(INCLIST)
    6670
    6771$(AOBJ)asciitoiwtr.o: asciitoiwtr.cc asciitoiwtr.h toi.h config.h conf.h \
Note: See TracChangeset for help on using the changeset viewer.