[Rivet-svn] r2911 - contrib/hepmczipper

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Feb 2 16:56:34 GMT 2011


Author: fsiegert
Date: Wed Feb  2 16:56:34 2011
New Revision: 2911

Log:
Add Makefile

Added:
   contrib/hepmczipper/Makefile

Added: contrib/hepmczipper/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ contrib/hepmczipper/Makefile	Wed Feb  2 16:56:34 2011	(r2911)
@@ -0,0 +1,5 @@
+HEPMC_PREFIX ?= /path/to/HepMC
+
+install:
+	g++ $(CXXFLAGS) $(CPPFLAGS) -c -fPIC -DPIC -O2 Gzip_Stream.cpp -o Gzip_Stream.o
+	g++ $(CXXFLAGS) main.cpp -o hepmczipper $(CPPFLAGS) -I$(HEPMC_PREFIX)/include $(LDFLAGS) -L$(HEPMC_PREFIX)/lib -lHepMC -lz Gzip_Stream.o


More information about the Rivet-svn mailing list