source: trunk/source/processes/electromagnetic/lowenergy/test/fluoTest/GNUmakefile @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 924 bytes
Line 
1# $Id: GNUmakefile,v 1.7 2001/11/27 14:54:11 elena Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := XrayFluo
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../
12endif
13
14.PHONY: all
15all: lib bin
16
17include $(G4INSTALL)/config/architecture.gmk
18
19
20CPPFLAGS += -I$(LHCXX_REL_DIR)/include
21LDFLAGS += -L$(LHCXX_REL_DIR)/lib
22#LOADLIBS += -L$(LHCXX_REL_DIR)/lib
23# general stuff:
24LOADLIBS += -lHepUtilities -lAIDA_Annotation
25# add for Histograms:
26LOADLIBS += -lAIDA_HBook
27# add for Ntuples:
28LOADLIBS += -lAIDA_Ntuple -lNtupleTag -lNtupleTag_HBook
29# ... and finally system stuff and to deal with the "Fortran legacy":
30LOADLIBS += -lCHBook -ldl -lg2c
31
32
33include $(G4INSTALL)/config/binmake.gmk
34
35visclean:
36        rm -f g4*.prim g4*.eps g4*.wrl
37        rm -f .DAWN_*
38
Note: See TracBrowser for help on using the repository browser.