Changeset 3879 in Sophya for trunk/SophyaLib/SUtils/Makefile
- Timestamp:
- Sep 10, 2010, 10:19:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SUtils/Makefile
r3405 r3879 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)datacards.o: datacards.cc $(SOPHYAINCP)sopnamsp.h \ 14 $(SOPHYAINCP)machdefs.h datacards.h \ 13 $(SOPHYAOBJP)datacards.o: datacards.cc \ 14 $(SOPHYAINCP)sopnamsp.h \ 15 $(SOPHYAINCP)machdefs.h \ 16 datacards.h \ 15 17 $(SOPHYAINCP)pexceptions.h \ 16 18 $(SOPHYAINCP)machdefs.h 17 19 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacards.cc 18 20 19 $(SOPHYAOBJP)strutilxx.o: strutilxx.cc $(SOPHYAINCP)sopnamsp.h \ 20 $(SOPHYAINCP)machdefs.h strutilxx.h 21 $(SOPHYAOBJP)strutilxx.o: strutilxx.cc \ 22 $(SOPHYAINCP)sopnamsp.h \ 23 $(SOPHYAINCP)machdefs.h \ 24 strutilxx.h 21 25 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ strutilxx.cc 22 26 23 $(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \ 24 $(SOPHYAINCP)machdefs.h utils.h \ 27 $(SOPHYAOBJP)utils.o: utils.cc \ 28 $(SOPHYAINCP)sopnamsp.h \ 29 $(SOPHYAINCP)machdefs.h \ 30 utils.h \ 25 31 $(SOPHYAINCP)pexceptions.h \ 26 32 $(SOPHYAINCP)machdefs.h
Note:
See TracChangeset
for help on using the changeset viewer.