Changeset 1668 in Sophya


Ignore:
Timestamp:
Oct 5, 2001, 6:22:53 PM (24 years ago)
Author:
cmv
Message:

job de demo pour utilisateur cmv 05/10/01

Location:
trunk/ArchTOIPipe
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/SMakefile

    r1529 r1668  
    1717            $(AOBJ)tstrztoi.o $(AOBJ)rztoi.o $(AOBJ)sfftc.o $(AOBJ)mesovh.o \
    1818            $(AOBJ)fits2ascii.o $(AOBJ)tgenw.o $(AOBJ)tstmap2toi.o $(AOBJ)tsttoi2map.o \
    19             $(AOBJ)tstflag.o
     19            $(AOBJ)tstflag.o $(AOBJ)tstdemopipe.o
    2020EXELIST := $(AOBJ)sfftc $(AOBJ)simtst $(AOBJ)mesovh $(AOBJ)tstrztoi $(AOBJ)fits2asc $(AOBJ)tsttoi \
    2121           $(AOBJ)tsttoi2 $(AOBJ)fits2ascii $(AOBJ)tgenw $(AOBJ)tstmap2toi $(AOBJ)tsttoi2map \
    22            $(AOBJ)tstflag
     22           $(AOBJ)tstflag $(AOBJ)tstdemopipe
    2323
    2424INCLIST := asciitoiwtr.h fitstoirdr.h fitstoiwtr.h toi.h config.h conf.h \
     
    103103        $(LINK.cc)  -o $@ $^ $(LIBS)
    104104
     105tstdemopipe: $(AOBJ)tstdemopipe
     106        @echo done
     107$(AOBJ)tstdemopipe: $(AOBJ)tstdemopipe.o $(LIBOLIST)
     108        $(LINK.cc)  -o $@ $^ $(LIBS)
     109
    105110################################################
    106111#### Compilation des Sources des Programmes ####
     
    119124$(AOBJ)tsttoi2map.o: tsttoi2map.cc $(INCLIST)
    120125$(AOBJ)tstflag.o: tstflag.cc $(INCLIST)
     126$(AOBJ)tstdemopipe.o: tstdemopipe.cc $(INCLIST)
    121127
    122128
Note: See TracChangeset for help on using the changeset viewer.