Changeset 2751 in Sophya for trunk/SophyaLib/SUtils
- Timestamp:
- May 20, 2005, 6:22:07 PM (20 years ago)
- Location:
- trunk/SophyaLib/SUtils
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SUtils/Makefile
r2743 r2751 12 12 $(SOPHYAOBJP)datacards.o: datacards.cc \ 13 13 $(SOPHYAINCP)sopnamsp.h \ 14 $(SOPHYAINCP)machdefs.h datacards.h \ 14 $(SOPHYAINCP)machdefs.h \ 15 datacards.h \ 15 16 $(SOPHYAINCP)pexceptions.h 16 $(CXXCOMPILE ) -o $@ $<17 $(CXXCOMPILELIB) -o $@ $< 17 18 18 19 $(SOPHYAOBJP)strutilxx.o: strutilxx.cc \ 19 20 $(SOPHYAINCP)sopnamsp.h \ 20 $(SOPHYAINCP)machdefs.h strutilxx.h 21 $(CXXCOMPILE) -o $@ $< 21 $(SOPHYAINCP)machdefs.h \ 22 strutilxx.h 23 $(CXXCOMPILELIB) -o $@ $< 22 24 23 $(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \ 25 $(SOPHYAOBJP)utils.o: utils.cc \ 26 $(SOPHYAINCP)sopnamsp.h \ 24 27 $(SOPHYAINCP)machdefs.h utils.h \ 25 28 $(SOPHYAINCP)pexceptions.h 26 $(CXXCOMPILE ) -o $@ $<29 $(CXXCOMPILELIB) -o $@ $< 27 30 28 31 $(SOPHYAOBJP)strutil.o: strutil.c strutil.h -
trunk/SophyaLib/SUtils/smakefile
r2743 r2751 12 12 $(SOPHYAOBJP)datacards.o: datacards.cc \ 13 13 $(SOPHYAINCP)sopnamsp.h \ 14 $(SOPHYAINCP)machdefs.h datacards.h \ 14 $(SOPHYAINCP)machdefs.h \ 15 datacards.h \ 15 16 $(SOPHYAINCP)pexceptions.h 16 $(CXXCOMPILE ) -o $@ $<17 $(CXXCOMPILELIB) -o $@ $< 17 18 18 19 $(SOPHYAOBJP)strutilxx.o: strutilxx.cc \ 19 20 $(SOPHYAINCP)sopnamsp.h \ 20 $(SOPHYAINCP)machdefs.h strutilxx.h 21 $(CXXCOMPILE) -o $@ $< 21 $(SOPHYAINCP)machdefs.h \ 22 strutilxx.h 23 $(CXXCOMPILELIB) -o $@ $< 22 24 23 $(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \ 25 $(SOPHYAOBJP)utils.o: utils.cc \ 26 $(SOPHYAINCP)sopnamsp.h \ 24 27 $(SOPHYAINCP)machdefs.h utils.h \ 25 28 $(SOPHYAINCP)pexceptions.h 26 $(CXXCOMPILE ) -o $@ $<29 $(CXXCOMPILELIB) -o $@ $< 27 30 28 31 $(SOPHYAOBJP)strutil.o: strutil.c strutil.h
Note:
See TracChangeset
for help on using the changeset viewer.