Changeset 2751 in Sophya for trunk/SophyaExt/MinuitAdapt


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/SophyaExt/MinuitAdapt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/MinuitAdapt/Makefile

    r2743 r2751  
    66all: $(SOPHYALIBP)libMinuitAdapt.a
    77
    8 clean:
     8clean: cleantest
    99        rm -f $(SOPHYAOBJP)minuitadapt.o $(SOPHYAOBJP)minuitadaptF.o
    1010        rm -f $(SOPHYALIBP)libMinuitAdapt.a
     11
     12cleantest:
    1113        rm -f testminuit testminuit.o
    1214
     
    1820
    1921$(SOPHYAOBJP)minuitadapt.o: minuitadapt.cc minuitadapt.h minuitprot.h
    20         $(CXXCOMPILE) -o $@ $<
     22        $(CXXCOMPILELIB) -o $@ $<
    2123
    2224$(SOPHYAOBJP)minuitadaptF.o: minuitadaptF.f
    2325        $(FCCOMPILE) -o $@ $<
    24        
     26
    2527testminuit: testminuit.o
    2628        $(CXXLINK) $^ -o $@ $(SOPHYAEXTSLBLIST)
    2729testminuit.o: testminuit.cc
     30        $(CXXCOMPILEPROG) -o $@ $<
  • trunk/SophyaExt/MinuitAdapt/smakefile

    r2743 r2751  
    66all: $(SOPHYALIBP)libMinuitAdapt.a
    77
    8 clean:
     8clean: cleantest
    99        rm -f $(SOPHYAOBJP)minuitadapt.o $(SOPHYAOBJP)minuitadaptF.o
    1010        rm -f $(SOPHYALIBP)libMinuitAdapt.a
     11
     12cleantest:
    1113        rm -f testminuit testminuit.o
    1214
     
    1820
    1921$(SOPHYAOBJP)minuitadapt.o: minuitadapt.cc minuitadapt.h minuitprot.h
    20         $(CXXCOMPILE) -o $@ $<
     22        $(CXXCOMPILELIB) -o $@ $<
    2123
    2224$(SOPHYAOBJP)minuitadaptF.o: minuitadaptF.f
    2325        $(FCCOMPILE) -o $@ $<
    24        
     26
    2527testminuit: testminuit.o
    2628        $(CXXLINK) $^ -o $@ $(SOPHYAEXTSLBLIST)
    2729testminuit.o: testminuit.cc
     30        $(CXXCOMPILEPROG) -o $@ $<
Note: See TracChangeset for help on using the changeset viewer.