Changeset 335 in svn for trunk/Makefile
- Timestamp:
- Mar 12, 2009, 1:12:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r299 r335 33 33 34 34 35 test$(ExeSuf): \36 tmp/test.$(ObjSuf)37 38 tmp/test.$(ObjSuf): \39 test.cpp40 35 Delphes$(ExeSuf): \ 41 36 tmp/Delphes.$(ObjSuf) … … 48 43 tmp/Resolutions.$(ObjSuf): \ 49 44 Resolutions.cpp 50 testHector$(ExeSuf): \51 tmp/testHector.$(ObjSuf)52 53 tmp/testHector.$(ObjSuf): \54 testHector.cpp55 testCalo$(ExeSuf): \56 tmp/testCalo.$(ObjSuf)57 58 tmp/testCalo.$(ObjSuf): \59 testCalo.cpp60 45 Convertors_Only$(ExeSuf): \ 61 46 tmp/Examples/Convertors_Only.$(ObjSuf) … … 85 70 Examples/Frog_on_analysis_output.cpp 86 71 EXECUTABLE = \ 87 test$(ExeSuf) \88 72 Delphes$(ExeSuf) \ 89 73 Resolutions$(ExeSuf) \ 90 testHector$(ExeSuf) \91 testCalo$(ExeSuf) \92 74 Convertors_Only$(ExeSuf) \ 93 75 Analysis_Ex$(ExeSuf) \ … … 97 79 98 80 EXECUTABLE_OBJ = \ 99 tmp/test.$(ObjSuf) \100 81 tmp/Delphes.$(ObjSuf) \ 101 82 tmp/Resolutions.$(ObjSuf) \ 102 tmp/testHector.$(ObjSuf) \103 tmp/testCalo.$(ObjSuf) \104 83 tmp/Examples/Convertors_Only.$(ObjSuf) \ 105 84 tmp/Examples/Analysis_Ex.$(ObjSuf) \
Note:
See TracChangeset
for help on using the changeset viewer.