Changeset 229 in svn for trunk/Makefile
- Timestamp:
- Feb 2, 2009, 12:52:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r214 r229 42 42 tmp/Resolutions.$(ObjSuf): \ 43 43 Resolutions.cpp 44 testHector$(ExeSuf): \45 tmp/testHector.$(ObjSuf)46 47 tmp/testHector.$(ObjSuf): \48 testHector.cpp49 44 Analysis_Ex$(ExeSuf): \ 50 45 tmp/Examples/Analysis_Ex.$(ObjSuf) … … 66 61 Delphes$(ExeSuf) \ 67 62 Resolutions$(ExeSuf) \ 68 testHector$(ExeSuf) \69 63 Analysis_Ex$(ExeSuf) \ 70 64 Trigger_Only$(ExeSuf) \ … … 74 68 tmp/Delphes.$(ObjSuf) \ 75 69 tmp/Resolutions.$(ObjSuf) \ 76 tmp/testHector.$(ObjSuf) \77 70 tmp/Examples/Analysis_Ex.$(ObjSuf) \ 78 71 tmp/Examples/Trigger_Only.$(ObjSuf) \ … … 586 579 @echo Building tarball of sources 587 580 @mkdir $(FOLDER) 588 @rsync -qavztup --exclude=CVS* CREDITS READMEVERSION FAQ Delphes.cpp Resolutions.cpp Makefile rootlogon.C genMakefile.tcl interface lib routines src data Examples Utilities $(FOLDER)581 @rsync -qavztup --exclude=CVS* CREDITS VERSION FAQ Delphes.cpp Resolutions.cpp Makefile rootlogon.C genMakefile.tcl interface lib routines src data Examples Utilities $(FOLDER) 589 582 @rm -f $(FOLDER)/$(SHARED) 590 583 @rm -f $(FOLDER)/Utilities/FROG/frog
Note:
See TracChangeset
for help on using the changeset viewer.