Changeset 1462 in Sophya for trunk/ArchTOIPipe/SMakefile


Ignore:
Timestamp:
Apr 10, 2001, 6:35:25 PM (24 years ago)
Author:
cmv
Message:

changement getData... intermediaire NE COMPILE PAS cmv+rz 10/4/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/SMakefile

    r1442 r1462  
    1 USERFLAGS = -I$(EXTLIBDIR)/Include/FitsIO -DWITH_SOPHYA
     1# USERFLAGS = -I$(EXTLIBDIR)/Include/FitsIO -DWITH_SOPHYA
     2USERFLAGS = -I$(EXTLIBDIR)/Include/FitsIO
    23include $(DPCBASEREP)/Include/MakefileUser.h
    3  
    4 ALIB := ./Objs/
    5 AOBJ := ./Objs/
     4
     5ALIB := ./$(MACHDIR)/
     6AOBJ := ./$(MACHDIR)/
    67
    78$(AOBJ)%.o:%.cc
    8         $(COMPILE.cc)   $(USERFLAGS) -o $@ $<
     9        $(COMPILE.cc) $(USERFLAGS) -o $@ $<
    910$(AOBJ)%.o:%.c
    10         $(COMPILE.c) -c $(CFLAGS) $(USERFLAGS) -o $@ $<
     11        $(COMPILE.c) $(CFLAGS) $(USERFLAGS) -o $@ $<
    1112
    12 LIBOLIST := $(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 $(AOBJ)simtoipr.o
    14 EXEOLIST := $(AOBJ)fits2asc.o $(AOBJ)tsttoi.o $(AOBJ)tsttoi2.o
    15 EXELIST := $(AOBJ)simtst $(AOBJ)tstrztoi $(AOBJ)fits2asc $(AOBJ)tsttoi $(AOBJ)tsttoi2
     13LIBOLIST := $(AOBJ)asciitoiwtr.o $(AOBJ)fitstoirdr.o $(AOBJ)fitstoiwtr.o \
     14            $(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
     17EXEOLIST := $(AOBJ)fits2asc.o $(AOBJ)tsttoi.o $(AOBJ)tsttoi2.o $(AOBJ)simtst.o \
     18            $(AOBJ)tstrztoi.o $(AOBJ)rztoi.o \
     19            $(AOBJ)fits2ascii.o $(AOBJ)tstmap2toi.o $(AOBJ)tsttoi2map.o
     20EXELIST := $(AOBJ)simtst $(AOBJ)tstrztoi $(AOBJ)fits2asc $(AOBJ)tsttoi \
     21           $(AOBJ)tsttoi2 $(AOBJ)fits2ascii $(AOBJ)tstmap2toi $(AOBJ)tsttoi2map
    1622
    1723INCLIST := asciitoiwtr.h fitstoirdr.h fitstoiwtr.h toi.h config.h conf.h \
    18  toiprocessor.h toimanager.h toiseqbuff.h simtoipr.h
    19 
     24           toiprocessor.h toimanager.h toiseqbuff.h simtoipr.h map2toi.h toi2map.h
    2025
    2126all : $(EXELIST)
     27lib : $(LIBOLIST)
    2228
    2329clean:
     
    2531        rm -f  $(EXEOLIST)
    2632        rm -f  $(EXELIST)
    27 #       rm -f $(AOBJ)asciitoiwtr.o $(AOBJ)fitstoirdr.o $(AOBJ)fitstoiwtr.o $(AOBJ)toi.o $(AOBJ)toimanager.o $(AOBJ)toiprocessor.o $(AOBJ)toisqfilter.o $(AOBJ)tsttoi.o
    2833
    2934LIBF =  $(SLB)libsophya.so $(SLB)libextsophya.so
    30 LIBS = -L$(SLB) -lextsophya -lsophya -lpthread -lm
     35LIBS =  -L$(SLB) -lextsophya -lsophya -lpthread -lm
    3136ifeq ($(MACHEROS),OSF1)
    3237LIBS := $(LIBS) -lfor
     
    4449$(AOBJ)tsttoi2: $(AOBJ)tsttoi2.o $(LIBOLIST)
    4550        $(LINK.cc)  -o $@ $^ $(LIBS)
     51$(AOBJ)fits2ascii: $(AOBJ)fits2ascii.o $(LIBOLIST)
     52        $(LINK.cc)  -o $@ $^ $(LIBS)
     53$(AOBJ)tstmap2toi: $(AOBJ)tstmap2toi.o $(LIBOLIST)
     54        $(LINK.cc)  -o $@ $^ $(LIBS)
     55$(AOBJ)tsttoi2map: $(AOBJ)tsttoi2map.o $(LIBOLIST)
     56        $(LINK.cc)  -o $@ $^ $(LIBS)
    4657
    4758$(AOBJ)tstrztoi.o: tstrztoi.cc rztoi.h $(INCLIST)
     
    5061$(AOBJ)tsttoi.o: tsttoi.cc $(INCLIST)
    5162$(AOBJ)tsttoi2.o: tsttoi2.cc $(INCLIST)
     63$(AOBJ)fits2ascii.o: fits2ascii.cc $(INCLIST)
     64$(AOBJ)tstmap2toi.o: tstmap2toi.cc $(INCLIST)
     65$(AOBJ)tsttoi2toi.o: tsttoi2map.cc $(INCLIST)
    5266
    53  
    5467$(AOBJ)asciitoiwtr.o: asciitoiwtr.cc asciitoiwtr.h toi.h config.h conf.h \
    55  toiprocessor.h toimanager.h
     68                      toiprocessor.h toimanager.h
    5669$(AOBJ)fitstoirdr.o: fitstoirdr.cc fitstoirdr.h toiprocessor.h config.h conf.h
    5770$(AOBJ)fitstoiwtr.o: fitstoiwtr.cc fitstoiwtr.h toi.h config.h conf.h
     
    5972$(AOBJ)toimanager.o: toimanager.cc toimanager.h
    6073$(AOBJ)toiprocessor.o: toiprocessor.cc toiprocessor.h config.h conf.h toi.h \
    61  toimanager.h
     74                       toimanager.h
    6275$(AOBJ)toisqfilter.o: toisqfilter.cc toisqfilter.h toiprocessor.h config.h \
    63  conf.h toi.h toimanager.h
     76                      conf.h toi.h toimanager.h
    6477$(AOBJ)toiseqbuff.o: toiseqbuff.cc toiprocessor.h config.h conf.h toi.h \
    65 toiseqbuff.h
     78                     toiseqbuff.h
    6679$(AOBJ)simtoipr.o: simtoipr.cc toiprocessor.h config.h conf.h toi.h \
    67 simtoipr.h
     80                   simtoipr.h
     81$(AOBJ)map2toi.o: map2toi.cc map2toi.h
     82$(AOBJ)toi2map.o: toi2map.cc toi2map.h
Note: See TracChangeset for help on using the changeset viewer.