Changeset 2763 in Sophya for trunk/SophyaExt/MinuitAdapt/smakefile
- Timestamp:
- May 24, 2005, 7:19:29 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/MinuitAdapt/smakefile
r2751 r2763 6 6 all: $(SOPHYALIBP)libMinuitAdapt.a 7 7 8 clean: cleantest8 clean: 9 9 rm -f $(SOPHYAOBJP)minuitadapt.o $(SOPHYAOBJP)minuitadaptF.o 10 10 rm -f $(SOPHYALIBP)libMinuitAdapt.a 11 12 cleantest:13 rm -f testminuit testminuit.o14 15 test: testminuit16 11 17 12 18 13 $(SOPHYALIBP)libMinuitAdapt.a : $(SOPHYAOBJP)minuitadapt.o $(SOPHYAOBJP)minuitadaptF.o 19 14 $(AR) $(ARFLAGS) $@ $? 15 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist 20 16 21 17 $(SOPHYAOBJP)minuitadapt.o: minuitadapt.cc minuitadapt.h minuitprot.h … … 25 21 $(FCCOMPILE) -o $@ $< 26 22 27 testminuit: testminuit.o28 $(CXXLINK) $^ -o $@ $(SOPHYAEXTSLBLIST)29 testminuit.o: testminuit.cc30 $(CXXCOMPILEPROG) -o $@ $<
Note:
See TracChangeset
for help on using the changeset viewer.