hepmc - Diff between revs 43 and 62

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 43 Rev 62
Line 145... Line 145...
145 $(Herwig_LIB) $(LINK_LIBS) -o $@ 145 $(Herwig_LIB) $(LINK_LIBS) -o $@
146 146
147 example_MyPythia.exe: $(initpydata_OBJ) example_MyPythia.o 147 example_MyPythia.exe: $(initpydata_OBJ) example_MyPythia.o
148 @echo "Building $@ ..." 148 @echo "Building $@ ..."
149 $(CXX) $(FLAGS) example_MyPythia.o \ 149 $(CXX) $(FLAGS) example_MyPythia.o \
-   150 $(HepMClib) $(HepMCfiolib) \
-   151 $(Pythia_LIB) $(LINK_LIBS) -o $@
-   152
-   153 example_MyPythiaRead.exe: $(initpydata_OBJ) example_MyPythiaRead.o
-   154 @echo "Building $@ ..."
-   155 $(CXX) $(FLAGS) example_MyPythiaRead.o \
150 $(HepMClib) $(HepMCfiolib) \ 156 $(HepMClib) $(HepMCfiolib) \
151 $(Pythia_LIB) $(LINK_LIBS) -o $@ 157 $(Pythia_LIB) $(LINK_LIBS) -o $@
152 158
153 example_MyPythiaOnlyToHepMC.exe: $(initpydata_OBJ) example_MyPythiaOnlyToHepMC.o 159 example_MyPythiaOnlyToHepMC.exe: $(initpydata_OBJ) example_MyPythiaOnlyToHepMC.o
154 @echo "Building $@ ..." 160 @echo "Building $@ ..."