Changeset 2751 in Sophya for trunk/SophyaProg/PrgMap


Ignore:
Timestamp:
May 20, 2005, 6:22:07 PM (20 years ago)
Author:
cmv
Message:

gestion CXXCOMPILE-LIB-PROG cmv 20/05/05

Location:
trunk/SophyaProg/PrgMap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PrgMap/Makefile

    r2743 r2751  
    3939        $(CXXLINK) -o $@ $? $(SOPHYAEXTSLBLIST)
    4040 
    41 $(SOPHYAOBJP)cl2map.o: cl2map.cc $(SOPHYAINCP)sopnamsp.h \
     41$(SOPHYAOBJP)cl2map.o: cl2map.cc \
     42  $(SOPHYAINCP)sopnamsp.h \
    4243  $(SOPHYAINCP)machdefs.h \
    4344  $(SOPHYAINCP)nbmath.h \
     
    108109  $(SOPHYAINCP)FitsIO/longnam.h \
    109110  $(SOPHYAINCP)fitstarray.h
    110         $(CXXCOMPILE) -o $@ $<
     111        $(CXXCOMPILEPROG) -o $@ $<
    111112 
    112113$(SOPHYAOBJP)cremskfrsph.o: cremskfrsph.cc \
     
    153154  $(SOPHYAINCP)FitsIO/fitsio.h \
    154155  $(SOPHYAINCP)FitsIO/longnam.h
    155         $(CXXCOMPILE) -o $@ $<
     156        $(CXXCOMPILEPROG) -o $@ $<
    156157 
    157158$(SOPHYAOBJP)extrap2sph.o: extrap2sph.cc \
     
    198199  $(SOPHYAINCP)FitsIO/fitsio.h \
    199200  $(SOPHYAINCP)FitsIO/longnam.h
    200         $(CXXCOMPILE) -o $@ $<
     201        $(CXXCOMPILEPROG) -o $@ $<
    201202 
    202203$(SOPHYAOBJP)extrapsph.o: extrapsph.cc \
     
    243244  $(SOPHYAINCP)FitsIO/fitsio.h \
    244245  $(SOPHYAINCP)FitsIO/longnam.h
    245         $(CXXCOMPILE) -o $@ $<
    246  
    247 $(SOPHYAOBJP)map2cl.o: map2cl.cc $(SOPHYAINCP)sopnamsp.h \
     246        $(CXXCOMPILEPROG) -o $@ $<
     247 
     248$(SOPHYAOBJP)map2cl.o: map2cl.cc \
     249  $(SOPHYAINCP)sopnamsp.h \
    248250  $(SOPHYAINCP)machdefs.h \
    249251  $(SOPHYAINCP)nbmath.h \
     
    314316  $(SOPHYAINCP)FitsIO/longnam.h \
    315317  $(SOPHYAINCP)fitstarray.h
    316         $(CXXCOMPILE) -o $@ $<
     318        $(CXXCOMPILEPROG) -o $@ $<
    317319 
    318320$(SOPHYAOBJP)prjsmap.o: prjsmap.cc \
     
    386388  $(SOPHYAINCP)FitsIO/longnam.h \
    387389  $(SOPHYAINCP)fitstarray.h
    388         $(CXXCOMPILE) -o $@ $<
    389  
     390        $(CXXCOMPILEPROG) -o $@ $<
     391 
  • trunk/SophyaProg/PrgMap/smakefile

    r2743 r2751  
    3939        $(CXXLINK) -o $@ $? $(SOPHYAEXTSLBLIST)
    4040 
    41 $(SOPHYAOBJP)cl2map.o: cl2map.cc $(SOPHYAINCP)sopnamsp.h \
     41$(SOPHYAOBJP)cl2map.o: cl2map.cc \
     42  $(SOPHYAINCP)sopnamsp.h \
    4243  $(SOPHYAINCP)machdefs.h \
    4344  $(SOPHYAINCP)nbmath.h \
     
    108109  $(SOPHYAINCP)FitsIO/longnam.h \
    109110  $(SOPHYAINCP)fitstarray.h
    110         $(CXXCOMPILE) -o $@ $<
     111        $(CXXCOMPILEPROG) -o $@ $<
    111112 
    112113$(SOPHYAOBJP)cremskfrsph.o: cremskfrsph.cc \
     
    153154  $(SOPHYAINCP)FitsIO/fitsio.h \
    154155  $(SOPHYAINCP)FitsIO/longnam.h
    155         $(CXXCOMPILE) -o $@ $<
     156        $(CXXCOMPILEPROG) -o $@ $<
    156157 
    157158$(SOPHYAOBJP)extrap2sph.o: extrap2sph.cc \
     
    198199  $(SOPHYAINCP)FitsIO/fitsio.h \
    199200  $(SOPHYAINCP)FitsIO/longnam.h
    200         $(CXXCOMPILE) -o $@ $<
     201        $(CXXCOMPILEPROG) -o $@ $<
    201202 
    202203$(SOPHYAOBJP)extrapsph.o: extrapsph.cc \
     
    243244  $(SOPHYAINCP)FitsIO/fitsio.h \
    244245  $(SOPHYAINCP)FitsIO/longnam.h
    245         $(CXXCOMPILE) -o $@ $<
    246  
    247 $(SOPHYAOBJP)map2cl.o: map2cl.cc $(SOPHYAINCP)sopnamsp.h \
     246        $(CXXCOMPILEPROG) -o $@ $<
     247 
     248$(SOPHYAOBJP)map2cl.o: map2cl.cc \
     249  $(SOPHYAINCP)sopnamsp.h \
    248250  $(SOPHYAINCP)machdefs.h \
    249251  $(SOPHYAINCP)nbmath.h \
     
    314316  $(SOPHYAINCP)FitsIO/longnam.h \
    315317  $(SOPHYAINCP)fitstarray.h
    316         $(CXXCOMPILE) -o $@ $<
     318        $(CXXCOMPILEPROG) -o $@ $<
    317319 
    318320$(SOPHYAOBJP)prjsmap.o: prjsmap.cc \
     
    386388  $(SOPHYAINCP)FitsIO/longnam.h \
    387389  $(SOPHYAINCP)fitstarray.h
    388         $(CXXCOMPILE) -o $@ $<
    389  
     390        $(CXXCOMPILEPROG) -o $@ $<
     391 
Note: See TracChangeset for help on using the changeset viewer.