source: trunk/source/processes/electromagnetic/lowenergy/test/processTest/GNUmakefile @ 1228

Last change on this file since 1228 was 1199, checked in by garnier, 15 years ago

nvx fichiers dans CVS

File size: 838 bytes
Line 
1ls
2# $Id: GNUmakefile,v 1.8 2001/11/12 09:52:21 pia Exp $
3# --------------------------------------------------------------
4
5name := processTest
6G4TARGET := $(name)
7G4EXLIB := true
8GENERAL=1
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../../../..
12endif
13
14.PHONY: all
15all: lib bin
16
17include $(G4INSTALL)/config/architecture.gmk
18
19# NEW: this requires the env-var LHCXX_REL_DIR to be set up correctly,
20# see the first lines in G4ComptonTest.cc
21#
22CPPFLAGS += -I$(LHCXX_REL_DIR)/include
23LDFLAGS  += -L$(LHCXX_REL_DIR)/lib
24# general stuff:
25LOADLIBS += -lHepUtilities -lAIDA_Annotation
26# add for Histograms:
27LOADLIBS += -lAIDA_HBook
28# add for Ntuples:
29LOADLIBS += -lAIDA_Ntuple -lNtupleTag -lNtupleTag_HBook
30# ... and finally system stuff and to deal with the "Fortran legacy":
31LOADLIBS += -lCHBook -ldl -lg2c
32
33include $(G4INSTALL)/config/binmake.gmk
Note: See TracBrowser for help on using the repository browser.