Changeset 2768 in Sophya for trunk/SophyaExt/MinuitAdapt
- Timestamp:
- May 25, 2005, 11:21:02 PM (20 years ago)
- Location:
- trunk/SophyaExt/MinuitAdapt
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/MinuitAdapt/Makefile
r2763 r2768 16 16 17 17 $(SOPHYAOBJP)minuitadapt.o: minuitadapt.cc minuitadapt.h minuitprot.h 18 $(CXXCOMPILE LIB) -o $@ $<18 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ minuitadapt.cc 19 19 20 20 $(SOPHYAOBJP)minuitadaptF.o: minuitadaptF.f 21 $(FCCOMPILE) -o $@ $<21 $(FCCOMPILE) -o $@ minuitadaptF.f 22 22 -
trunk/SophyaExt/MinuitAdapt/Maketest
r2763 r2768 10 10 11 11 testminuit: testminuit.o 12 $(CXXLINK) $ ^ -o $@$(SOPHYAEXTSLBLIST)12 $(CXXLINK) $(CXXTEMPFLG) -o $@ testminuit.o $(SOPHYAEXTSLBLIST) 13 13 testminuit.o: testminuit.cc 14 $(CXXCOMPILEPROG) -o $@ $< 14 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ testminuit.cc 15 -
trunk/SophyaExt/MinuitAdapt/smakefile
r2763 r2768 16 16 17 17 $(SOPHYAOBJP)minuitadapt.o: minuitadapt.cc minuitadapt.h minuitprot.h 18 $(CXXCOMPILE LIB) -o $@ $<18 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ minuitadapt.cc 19 19 20 20 $(SOPHYAOBJP)minuitadaptF.o: minuitadaptF.f 21 $(FCCOMPILE) -o $@ $<21 $(FCCOMPILE) -o $@ minuitadaptF.f 22 22
Note:
See TracChangeset
for help on using the changeset viewer.