Changeset 2765 in Sophya for trunk/SophyaLib/SUtils/smakefile
- Timestamp:
- May 25, 2005, 6:57:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SUtils/smakefile
r2763 r2765 13 13 $(SOPHYAOBJP)datacards.o: datacards.cc \ 14 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 datacards.h \ 15 $(SOPHYAINCP)machdefs.h datacards.h \ 17 16 $(SOPHYAINCP)pexceptions.h 18 $(CXXCOMPILE LIB) -o $@ $<17 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacards.cc 19 18 20 19 $(SOPHYAOBJP)strutilxx.o: strutilxx.cc \ 21 20 $(SOPHYAINCP)sopnamsp.h \ 22 $(SOPHYAINCP)machdefs.h \ 23 strutilxx.h 24 $(CXXCOMPILELIB) -o $@ $< 21 $(SOPHYAINCP)machdefs.h strutilxx.h 22 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ strutilxx.cc 25 23 26 $(SOPHYAOBJP)utils.o: utils.cc \ 27 $(SOPHYAINCP)sopnamsp.h \ 24 $(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \ 28 25 $(SOPHYAINCP)machdefs.h utils.h \ 29 26 $(SOPHYAINCP)pexceptions.h 30 $(CXXCOMPILE LIB) -o $@ $<27 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ utils.cc 31 28 32 29 $(SOPHYAOBJP)strutil.o: strutil.c strutil.h 33 $(CCOMPILE) -o $@ $<30 $(CCOMPILE) -o $@ strutil.c 34 31
Note:
See TracChangeset
for help on using the changeset viewer.