Changeset 2751 in Sophya for trunk/SophyaExt/MinuitAdapt
- Timestamp:
- May 20, 2005, 6:22:07 PM (20 years ago)
- Location:
- trunk/SophyaExt/MinuitAdapt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/MinuitAdapt/Makefile
r2743 r2751 6 6 all: $(SOPHYALIBP)libMinuitAdapt.a 7 7 8 clean: 8 clean: cleantest 9 9 rm -f $(SOPHYAOBJP)minuitadapt.o $(SOPHYAOBJP)minuitadaptF.o 10 10 rm -f $(SOPHYALIBP)libMinuitAdapt.a 11 12 cleantest: 11 13 rm -f testminuit testminuit.o 12 14 … … 18 20 19 21 $(SOPHYAOBJP)minuitadapt.o: minuitadapt.cc minuitadapt.h minuitprot.h 20 $(CXXCOMPILE ) -o $@ $<22 $(CXXCOMPILELIB) -o $@ $< 21 23 22 24 $(SOPHYAOBJP)minuitadaptF.o: minuitadaptF.f 23 25 $(FCCOMPILE) -o $@ $< 24 26 25 27 testminuit: testminuit.o 26 28 $(CXXLINK) $^ -o $@ $(SOPHYAEXTSLBLIST) 27 29 testminuit.o: testminuit.cc 30 $(CXXCOMPILEPROG) -o $@ $< -
trunk/SophyaExt/MinuitAdapt/smakefile
r2743 r2751 6 6 all: $(SOPHYALIBP)libMinuitAdapt.a 7 7 8 clean: 8 clean: cleantest 9 9 rm -f $(SOPHYAOBJP)minuitadapt.o $(SOPHYAOBJP)minuitadaptF.o 10 10 rm -f $(SOPHYALIBP)libMinuitAdapt.a 11 12 cleantest: 11 13 rm -f testminuit testminuit.o 12 14 … … 18 20 19 21 $(SOPHYAOBJP)minuitadapt.o: minuitadapt.cc minuitadapt.h minuitprot.h 20 $(CXXCOMPILE ) -o $@ $<22 $(CXXCOMPILELIB) -o $@ $< 21 23 22 24 $(SOPHYAOBJP)minuitadaptF.o: minuitadaptF.f 23 25 $(FCCOMPILE) -o $@ $< 24 26 25 27 testminuit: testminuit.o 26 28 $(CXXLINK) $^ -o $@ $(SOPHYAEXTSLBLIST) 27 29 testminuit.o: testminuit.cc 30 $(CXXCOMPILEPROG) -o $@ $<
Note:
See TracChangeset
for help on using the changeset viewer.