Changeset 1464 in Sophya for trunk/ArchTOIPipe/SMakefile


Ignore:
Timestamp:
Apr 11, 2001, 12:01:44 PM (24 years ago)
Author:
ansari
Message:

1) Fin de passage des flags en int_8
2) TOIRegularWindow mis ds un fichier spare , Reza 11/4/2001

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
     1USERFLAGS = -I$(EXTLIBDIR)/Include/FitsIO -DWITH_SOPHYA
    32include $(DPCBASEREP)/Include/MakefileUser.h
    43
     
    1312LIBOLIST := $(AOBJ)asciitoiwtr.o $(AOBJ)fitstoirdr.o $(AOBJ)fitstoiwtr.o \
    1413            $(AOBJ)toi.o $(AOBJ)toimanager.o $(AOBJ)toiprocessor.o \
    15             $(AOBJ)toisqfilter.o $(AOBJ)toiseqbuff.o $(AOBJ)simtoipr.o \
    16             $(AOBJ)map2toi.o $(AOBJ)toi2map.o
     14            $(AOBJ)toisqfilter.o $(AOBJ)toiregwindow.o $(AOBJ)toiseqbuff.o \
     15            $(AOBJ)simtoipr.o $(AOBJ)map2toi.o $(AOBJ)toi2map.o
    1716EXEOLIST := $(AOBJ)fits2asc.o $(AOBJ)tsttoi.o $(AOBJ)tsttoi2.o $(AOBJ)simtst.o \
    1817            $(AOBJ)tstrztoi.o $(AOBJ)rztoi.o \
     
    2221
    2322INCLIST := 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
    2525
    2626all : $(EXELIST)
     
    7777$(AOBJ)toiseqbuff.o: toiseqbuff.cc toiprocessor.h config.h conf.h toi.h \
    7878                     toiseqbuff.h
     79$(AOBJ)toiregwindow.o: toiregwindow.cc toiprocessor.h config.h conf.h toi.h \
     80                     toiregwindow.h
    7981$(AOBJ)simtoipr.o: simtoipr.cc toiprocessor.h config.h conf.h toi.h \
    8082                   simtoipr.h
Note: See TracChangeset for help on using the changeset viewer.