Changeset 1529 in Sophya for trunk/ArchTOIPipe


Ignore:
Timestamp:
Jun 14, 2001, 6:10:26 PM (24 years ago)
Author:
cmv
Message:

amelioration makefile cmv 14/6/01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/SMakefile

    r1516 r1529  
    1616EXEOLIST := $(AOBJ)fits2asc.o $(AOBJ)tsttoi.o $(AOBJ)tsttoi2.o $(AOBJ)simtst.o \
    1717            $(AOBJ)tstrztoi.o $(AOBJ)rztoi.o $(AOBJ)sfftc.o $(AOBJ)mesovh.o \
    18             $(AOBJ)fits2ascii.o $(AOBJ)tgenw.o $(AOBJ)tstmap2toi.o $(AOBJ)tsttoi2map.o
     18            $(AOBJ)fits2ascii.o $(AOBJ)tgenw.o $(AOBJ)tstmap2toi.o $(AOBJ)tsttoi2map.o \
     19            $(AOBJ)tstflag.o
    1920EXELIST := $(AOBJ)sfftc $(AOBJ)simtst $(AOBJ)mesovh $(AOBJ)tstrztoi $(AOBJ)fits2asc $(AOBJ)tsttoi \
    20            $(AOBJ)tsttoi2 $(AOBJ)fits2ascii $(AOBJ)tgenw $(AOBJ)tstmap2toi $(AOBJ)tsttoi2map
     21           $(AOBJ)tsttoi2 $(AOBJ)fits2ascii $(AOBJ)tgenw $(AOBJ)tstmap2toi $(AOBJ)tsttoi2map \
     22           $(AOBJ)tstflag
    2123
    2224INCLIST := asciitoiwtr.h fitstoirdr.h fitstoiwtr.h toi.h config.h conf.h \
     
    3436LIBF =  $(SLB)libsophya.so $(SLB)libextsophya.so
    3537LIBS =  -L$(SLB) -lextsophya -lsophya -lpthread -lm
    36 ifeq ($(MACHEROS),OSF1)
    37 LIBS := $(LIBS) -lfor
    38 endif
     38####ifeq ($(MACHEROS),OSF1)
     39####LIBS := $(LIBS) -lfor
     40####endif
    3941
    40 
     42########################################
     43#### Les Executables des Programmes ####
     44########################################
     45tstrztoi: $(AOBJ)tstrztoi
     46        @echo done
    4147$(AOBJ)tstrztoi: $(AOBJ)tstrztoi.o $(AOBJ)rztoi.o $(LIBOLIST)
    4248        $(LINK.cc)  -o $@ $^ $(LIBS)
     49
     50sfftc: $(AOBJ)sfftc
     51        @echo done
    4352$(AOBJ)sfftc: $(AOBJ)sfftc.o  $(LIBOLIST)
    4453        $(LINK.cc)  -o $@ $^ $(LIBS)
     54
     55mesovh: $(AOBJ)mesovh
     56        @echo done
    4557$(AOBJ)mesovh: $(AOBJ)mesovh.o  $(LIBOLIST)
    4658        $(LINK.cc)  -o $@ $^ $(LIBS)
     59
     60simtst: $(AOBJ)simtst
     61        @echo done
    4762$(AOBJ)simtst: $(AOBJ)simtst.o  $(LIBOLIST)
    4863        $(LINK.cc)  -o $@ $^ $(LIBS)
     64
     65fits2asc: $(AOBJ)fits2asc
     66        @echo done
    4967$(AOBJ)fits2asc: $(AOBJ)fits2asc.o $(LIBOLIST)
    5068        $(LINK.cc)  -o $@ $^ $(LIBS)
     69
     70tsttoi: $(AOBJ)tsttoi
     71        @echo done
    5172$(AOBJ)tsttoi: $(AOBJ)tsttoi.o $(LIBOLIST)
    5273        $(LINK.cc)  -o $@ $^ $(LIBS)
     74
     75tsttoi2: $(AOBJ)tsttoi2
     76        @echo done
    5377$(AOBJ)tsttoi2: $(AOBJ)tsttoi2.o $(LIBOLIST)
    5478        $(LINK.cc)  -o $@ $^ $(LIBS)
     79
     80fits2ascii: $(AOBJ)fits2ascii
     81        @echo done
    5582$(AOBJ)fits2ascii: $(AOBJ)fits2ascii.o $(LIBOLIST)
    5683        $(LINK.cc)  -o $@ $^ $(LIBS)
     84
     85tgenw: $(AOBJ)tgenw
     86        @echo done
    5787$(AOBJ)tgenw: $(AOBJ)tgenw.o  $(LIBOLIST)
    5888        $(LINK.cc)  -o $@ $^ $(LIBS)
     89
     90tstmap2toi: $(AOBJ)tstmap2toi
     91        @echo done
    5992$(AOBJ)tstmap2toi: $(AOBJ)tstmap2toi.o $(LIBOLIST)
    6093        $(LINK.cc)  -o $@ $^ $(LIBS)
     94
     95tsttoi2map: $(AOBJ)tsttoi2map
     96        @echo done
    6197$(AOBJ)tsttoi2map: $(AOBJ)tsttoi2map.o $(LIBOLIST)
    6298        $(LINK.cc)  -o $@ $^ $(LIBS)
    6399
     100tstflag: $(AOBJ)tstflag
     101        @echo done
     102$(AOBJ)tstflag: $(AOBJ)tstflag.o $(LIBOLIST)
     103        $(LINK.cc)  -o $@ $^ $(LIBS)
     104
     105################################################
     106#### Compilation des Sources des Programmes ####
     107################################################
    64108$(AOBJ)simtst.o: simtst.cc $(INCLIST)
    65109$(AOBJ)sfftc.o: sfftc.cc $(INCLIST)
     
    74118$(AOBJ)tstmap2toi.o: tstmap2toi.cc $(INCLIST)
    75119$(AOBJ)tsttoi2map.o: tsttoi2map.cc $(INCLIST)
     120$(AOBJ)tstflag.o: tstflag.cc $(INCLIST)
    76121
    77 $(AOBJ)asciitoiwtr.o: asciitoiwtr.cc asciitoiwtr.h toi.h config.h conf.h \
    78                       toiprocessor.h toimanager.h
     122
     123################################################
     124#### Compilation des Sources des Librairies ####
     125################################################
     126$(AOBJ)asciitoiwtr.o: asciitoiwtr.cc asciitoiwtr.h toi.h config.h conf.h toiprocessor.h toimanager.h
    79127$(AOBJ)fitstoirdr.o: fitstoirdr.cc fitstoirdr.h toiprocessor.h config.h conf.h
    80128$(AOBJ)fitstoiwtr.o: fitstoiwtr.cc fitstoiwtr.h toi.h config.h conf.h
    81129$(AOBJ)toi.o: toi.cc toiprocessor.h config.h conf.h toi.h
    82130$(AOBJ)toimanager.o: toimanager.cc toimanager.h
    83 $(AOBJ)toiprocessor.o: toiprocessor.cc toiprocessor.h config.h conf.h toi.h \
    84                        toimanager.h
     131$(AOBJ)toiprocessor.o: toiprocessor.cc toiprocessor.h config.h conf.h toi.h toimanager.h
    85132$(AOBJ)genwproc.o: genwproc.h toiprocessor.h toimanager.h
    86 $(AOBJ)toisqfilter.o: toisqfilter.cc toisqfilter.h toiprocessor.h config.h \
    87                       conf.h toi.h toimanager.h
    88 $(AOBJ)toiseqbuff.o: toiseqbuff.cc toiprocessor.h config.h conf.h toi.h \
    89                      toiseqbuff.h
    90 $(AOBJ)toiregwindow.o: toiregwindow.cc toiprocessor.h config.h conf.h toi.h \
    91                      toiregwindow.h
    92 $(AOBJ)simtoipr.o: simtoipr.cc toiprocessor.h config.h conf.h toi.h \
    93                    simtoipr.h
     133$(AOBJ)toisqfilter.o: toisqfilter.cc toisqfilter.h toiprocessor.h config.h conf.h toi.h toimanager.h
     134$(AOBJ)toiseqbuff.o: toiseqbuff.cc toiprocessor.h config.h conf.h toi.h toiseqbuff.h
     135$(AOBJ)toiregwindow.o: toiregwindow.cc toiprocessor.h config.h conf.h toi.h toiregwindow.h
     136$(AOBJ)simtoipr.o: simtoipr.cc toiprocessor.h config.h conf.h toi.h simtoipr.h
    94137$(AOBJ)map2toi.o: map2toi.cc map2toi.h
    95138$(AOBJ)toi2map.o: toi2map.cc toi2map.h
Note: See TracChangeset for help on using the changeset viewer.