Changeset 2768 in Sophya
- Timestamp:
- May 25, 2005, 11:21:02 PM (20 years ago)
- Location:
- trunk/SophyaExt
- Files:
-
- 4 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 -
trunk/SophyaExt/XAstroPack/Maketest
r2763 r2768 8 8 #--------------------- 9 9 tstxastro: tstxastro.o 10 $(CXXLINK) $ ^ -o $@$(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm10 $(CXXLINK) $(CXXTEMPFLG) -o $@ tstxastro.o $(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm 11 11 12 12 tstxastro.o: tstxastro.cc 13 $(CXXCOMPILE) -o $@ $<13 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstxastro.cc 14 14 15 15 #--------------------- 16 16 tstmollweide: tstmollweide.o 17 $(CXXLINK) -o $@ $^$(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm17 $(CXXLINK) $(CXXTEMPFLG) -o $@ tstmollweide.o $(SOPEXTLIBP) -L$(SOPHYALIBP) -lXAstroPack -lxastro -lc -lm 18 18 19 19 tstmollweide.o: tstmollweide.cc 20 $(CXXCOMPILE) -o $@ $<20 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ tstmollweide.cc
Note:
See TracChangeset
for help on using the changeset viewer.