Changeset 1442 in Sophya for trunk/ArchTOIPipe/SMakefile


Ignore:
Timestamp:
Mar 15, 2001, 1:09:31 PM (25 years ago)
Author:
ansari
Message:

Ajout de processeurs simples - Deglitcher + Filtre, + programme test - Reza 15/3/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/SMakefile

    r1437 r1442  
    1111
    1212LIBOLIST := $(AOBJ)asciitoiwtr.o $(AOBJ)fitstoirdr.o $(AOBJ)fitstoiwtr.o $(AOBJ)toi.o $(AOBJ)toimanager.o $(AOBJ)toiprocessor.o $(AOBJ)toisqfilter.o \
    13 $(AOBJ)toiseqbuff.o
     13$(AOBJ)toiseqbuff.o $(AOBJ)simtoipr.o
    1414EXEOLIST := $(AOBJ)fits2asc.o $(AOBJ)tsttoi.o $(AOBJ)tsttoi2.o
    15 EXELIST := $(AOBJ)tstrztoi $(AOBJ)fits2asc $(AOBJ)tsttoi $(AOBJ)tsttoi2
     15EXELIST := $(AOBJ)simtst $(AOBJ)tstrztoi $(AOBJ)fits2asc $(AOBJ)tsttoi $(AOBJ)tsttoi2
    1616
    1717INCLIST := asciitoiwtr.h fitstoirdr.h fitstoiwtr.h toi.h config.h conf.h \
    18  toiprocessor.h toimanager.h toiseqbuff.h
     18 toiprocessor.h toimanager.h toiseqbuff.h simtoipr.h
    1919
    2020
     
    3535
    3636$(AOBJ)tstrztoi: $(AOBJ)tstrztoi.o $(AOBJ)rztoi.o $(LIBOLIST)
     37        $(LINK.cc)  -o $@ $^ $(LIBS)
     38$(AOBJ)simtst: $(AOBJ)simtst.o $(AOBJ)simtoipr.o $(LIBOLIST)
    3739        $(LINK.cc)  -o $@ $^ $(LIBS)
    3840$(AOBJ)fits2asc: $(AOBJ)fits2asc.o $(LIBOLIST)
     
    6264$(AOBJ)toiseqbuff.o: toiseqbuff.cc toiprocessor.h config.h conf.h toi.h \
    6365toiseqbuff.h
     66$(AOBJ)simtoipr.o: simtoipr.cc toiprocessor.h config.h conf.h toi.h \
     67simtoipr.h
Note: See TracChangeset for help on using the changeset viewer.