source: trunk/examples/extended/eventgenerator/HepMC/MCTruth/GNUmakefile @ 1161

Last change on this file since 1161 was 807, checked in by garnier, 16 years ago

update

File size: 618 bytes
Line 
1# $Id: GNUmakefile,v 1.1 2006/11/22 14:51:26 gcosmo Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.
4# --------------------------------------------------------------
5name := mctruthex
6G4TARGET := $(name)
7G4EXLIB := true
8
9ifndef G4INSTALL
10  G4INSTALL = ../../../../..
11endif
12
13.PHONY: all
14
15ifdef HEPMC_DIR
16all: lib bin
17  include $(G4INSTALL)/config/binmake.gmk
18
19  INCFLAGS  += -I$(HEPMC_DIR)/include
20  LDLIBS    += -L$(HEPMC_DIR)/lib -lHepMC
21else
22all:
23        @echo 'ERROR - HEPMC_DIR not defined in the environment !'
24        @echo '        Requires HepMC release 1.27.'
25endif
Note: See TracBrowser for help on using the repository browser.