Changeset 1496 in Sophya for trunk/ArchTOIPipe/SMakefile


Ignore:
Timestamp:
May 16, 2001, 4:26:28 PM (24 years ago)
Author:
ansari
Message:

2eme version de genwproc + programme de test rz+cmv 16/5/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/SMakefile

    r1495 r1496  
    1616EXEOLIST := $(AOBJ)fits2asc.o $(AOBJ)tsttoi.o $(AOBJ)tsttoi2.o $(AOBJ)simtst.o \
    1717            $(AOBJ)tstrztoi.o $(AOBJ)rztoi.o \
    18             $(AOBJ)fits2ascii.o $(AOBJ)tstmap2toi.o $(AOBJ)tsttoi2map.o
     18            $(AOBJ)fits2ascii.o $(AOBJ)tgenw.o $(AOBJ)tstmap2toi.o $(AOBJ)tsttoi2map.o
    1919EXELIST := $(AOBJ)sfftc $(AOBJ)simtst $(AOBJ)mesovh $(AOBJ)tstrztoi $(AOBJ)fits2asc $(AOBJ)tsttoi \
    20            $(AOBJ)tsttoi2 $(AOBJ)fits2ascii $(AOBJ)tstmap2toi $(AOBJ)tsttoi2map
     20           $(AOBJ)tsttoi2 $(AOBJ)fits2ascii $(AOBJ)tgenw $(AOBJ)tstmap2toi $(AOBJ)tsttoi2map
    2121
    2222INCLIST := asciitoiwtr.h fitstoirdr.h fitstoiwtr.h toi.h config.h conf.h \
     
    5555$(AOBJ)fits2ascii: $(AOBJ)fits2ascii.o $(LIBOLIST)
    5656        $(LINK.cc)  -o $@ $^ $(LIBS)
     57$(AOBJ)tgenw: $(AOBJ)tgenw.o  $(LIBOLIST)
     58        $(LINK.cc)  -o $@ $^ $(LIBS)
    5759$(AOBJ)tstmap2toi: $(AOBJ)tstmap2toi.o $(LIBOLIST)
    5860        $(LINK.cc)  -o $@ $^ $(LIBS)
     
    6971$(AOBJ)tsttoi2.o: tsttoi2.cc $(INCLIST)
    7072$(AOBJ)fits2ascii.o: fits2ascii.cc $(INCLIST)
     73$(AOBJ)tgenw.o: tgenw.cc $(INCLIST)
    7174$(AOBJ)tstmap2toi.o: tstmap2toi.cc $(INCLIST)
    7275$(AOBJ)tsttoi2map.o: tsttoi2map.cc $(INCLIST)
Note: See TracChangeset for help on using the changeset viewer.