Changeset 2768 in Sophya for trunk/SophyaExt/XAstroPack/Maketest


Ignore:
Timestamp:
May 25, 2005, 11:21:02 PM (20 years ago)
Author:
cmv
Message:

nouvelle gestion de CXXTEMPFLG cmv 25/05/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/XAstroPack/Maketest

    r2763 r2768  
    88#---------------------
    99tstxastro: tstxastro.o
    10         $(CXXLINK) $^ -o $@ $(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm
     10        $(CXXLINK) $(CXXTEMPFLG) -o $@ tstxastro.o $(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm
    1111
    1212tstxastro.o: tstxastro.cc
    13         $(CXXCOMPILE) -o $@ $<
     13        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstxastro.cc
    1414
    1515#---------------------
    1616tstmollweide: tstmollweide.o
    17         $(CXXLINK) -o $@ $^ $(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm
     17        $(CXXLINK) $(CXXTEMPFLG) -o $@ tstmollweide.o $(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm
    1818
    1919tstmollweide.o: tstmollweide.cc
    20         $(CXXCOMPILE) -o $@ $<
     20        $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstmollweide.cc
Note: See TracChangeset for help on using the changeset viewer.