hepmc - Diff between revs 120 and 227

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 120 Rev 227
Line 52... Line 52...
52 example_MyPythiaRead.exe \ 52 example_MyPythiaRead.exe \
53 example_MyPythiaOnlyToHepMC.exe \ 53 example_MyPythiaOnlyToHepMC.exe \
54 example_MyPythiaWithEventSelection.exe \ 54 example_MyPythiaWithEventSelection.exe \
55 example_PythiaParticle.exe \ 55 example_PythiaParticle.exe \
56 example_ReadPDGtable.exe \ 56 example_ReadPDGtable.exe \
57 example_UsingIterators.exe -  
-   57 example_UsingIterators.exe \
-   58 testPythiaCopies.exe \
-   59 testHerwigCopies.exe
58 60
59 ################################################################################ 61 ################################################################################
60 62
61 PLATFORM=$(shell uname) 63 PLATFORM=$(shell uname)
62 ifeq "$(PLATFORM)" "IRIX" 64 ifeq "$(PLATFORM)" "IRIX"
Line 187... Line 189...
187 example_UsingIterators.exe: example_UsingIterators.o 189 example_UsingIterators.exe: example_UsingIterators.o
188 @echo "Building $@ ..." 190 @echo "Building $@ ..."
189 $(CXX) $(FLAGS) example_UsingIterators.o \ 191 $(CXX) $(FLAGS) example_UsingIterators.o \
190 $(HepMClib) \ 192 $(HepMClib) \
191 $(LINK_LIBS) -o $@ 193 $(LINK_LIBS) -o $@
-   194
-   195 testPythiaCopies.exe: $(initpydata_OBJ) $(pythia_OBJ) testPythiaCopies.o
-   196 @echo "Building $@ ..."
-   197 $(CXX) $(FLAGS) $(pythia_OBJ) testPythiaCopies.o \
-   198 $(HepMClib) $(HepMCfiolib) \
-   199 $(Pythia_LIB) $(LINK_LIBS) -o $@
-   200
-   201 testHerwigCopies.exe: testHerwigCopies.o
-   202 @echo "Building $@ ..."
-   203 $(CXX) $(FLAGS) testHerwigCopies.o \
-   204 $(HepMClib) $(HepMCfiolib) \
-   205 $(Herwig_LIB) $(LINK_LIBS) -o $@
192 206
193 ############################################################################### 207 ###############################################################################
194 # instructions for building a .o file from a .cxx file 208 # instructions for building a .o file from a .cxx file
195 # 209 #
196 .cc.o: $(HDRS) $< 210 .cc.o: $(HDRS) $<