Changeset 2751 in Sophya for trunk/SophyaProg/PrgUtil/Makefile


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PrgUtil/Makefile

    r2743 r2751  
    2424        $(CXXLINK) -o $@ $? $(SOPHYAEXTSLBLIST)
    2525 
    26 $(SOPHYAOBJP)runcxx.o: runcxx.cc $(SOPHYAINCP)sopnamsp.h \
     26$(SOPHYAOBJP)runcxx.o: runcxx.cc \
     27  $(SOPHYAINCP)sopnamsp.h \
    2728  $(SOPHYAINCP)machdefs.h \
    2829  $(SOPHYAINCP)tarrinit.h \
     
    5556  $(SOPHYAINCP)pdlmgr.h \
    5657  $(SOPHYAINCP)timing.h
    57         $(CXXCOMPILE) -o $@ $<
     58        $(CXXCOMPILEPROG) -o $@ $<
    5859 
    5960$(SOPHYAOBJP)scanfits.o: scanfits.cc \
     
    8384  $(SOPHYAINCP)FitsIO/longnam.h \
    8485  $(SOPHYAINCP)fitsntuple.h
    85         $(CXXCOMPILE) -o $@ $<
     86        $(CXXCOMPILEPROG) -o $@ $<
    8687 
    8788$(SOPHYAOBJP)scanppf.o: scanppf.cc \
     
    101102  $(SOPHYAINCP)tarrinit.h \
    102103  $(SOPHYAINCP)histinit.h
    103         $(CXXCOMPILE) -o $@ $<
     104        $(CXXCOMPILEPROG) -o $@ $<
    104105 
Note: See TracChangeset for help on using the changeset viewer.