Ignore:
Timestamp:
May 24, 2005, 7:19:29 PM (20 years ago)
Author:
cmv
Message:

suite modifs makefile/configure cmv 24/05/05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/MinuitAdapt/smakefile

    r2751 r2763  
    66all: $(SOPHYALIBP)libMinuitAdapt.a
    77
    8 clean: cleantest
     8clean:
    99        rm -f $(SOPHYAOBJP)minuitadapt.o $(SOPHYAOBJP)minuitadaptF.o
    1010        rm -f $(SOPHYALIBP)libMinuitAdapt.a
    11 
    12 cleantest:
    13         rm -f testminuit testminuit.o
    14 
    15 test: testminuit
    1611
    1712
    1813$(SOPHYALIBP)libMinuitAdapt.a : $(SOPHYAOBJP)minuitadapt.o $(SOPHYAOBJP)minuitadaptF.o
    1914        $(AR) $(ARFLAGS) $@ $?
     15        touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
    2016
    2117$(SOPHYAOBJP)minuitadapt.o: minuitadapt.cc minuitadapt.h minuitprot.h
     
    2521        $(FCCOMPILE) -o $@ $<
    2622
    27 testminuit: testminuit.o
    28         $(CXXLINK) $^ -o $@ $(SOPHYAEXTSLBLIST)
    29 testminuit.o: testminuit.cc
    30         $(CXXCOMPILEPROG) -o $@ $<
Note: See TracChangeset for help on using the changeset viewer.