Import Geant4 8.1.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile,v 1.3 2004/12/06 14:26:14 gcosmo Exp $
|
||||
# $Id: GNUmakefile,v 1.5 2006/06/16 16:52:41 witoldp Exp $
|
||||
# --------------------------------------------------------------
|
||||
# GNUmakefile for examples module.
|
||||
# Author: Radovan Chytracek
|
||||
@@ -9,37 +9,37 @@ name := g4_gdml_read_write
|
||||
G4TARGET := $(name)
|
||||
G4EXLIB := true
|
||||
|
||||
ifndef SCRAM_ARCH
|
||||
SCRAM_ARCH := rh73_gcc323
|
||||
endif
|
||||
|
||||
ifndef G4INSTALL
|
||||
G4INSTALL = ../../..
|
||||
endif
|
||||
|
||||
ifndef GDML_BASE
|
||||
GDML_BASE := /afs/cern.ch/sw/lcg/app/releases/GDML/pro
|
||||
endif
|
||||
|
||||
CPPFLAGS += \
|
||||
-I$(GDML_BASE)/include \
|
||||
-I$(GDML_BASE)/geant4/include \
|
||||
-I$(XERCESCROOT)/include
|
||||
-I$(GDML_BASE)/include \
|
||||
-I$(XERCESCROOT)/include
|
||||
|
||||
EXTRALIBS += \
|
||||
-L$(GDML_BASE)/geant4/$(SCRAM_ARCH)/lib \
|
||||
-llcg_G4GDMLProcessor \
|
||||
-llcg_G4GDMLSubscribers \
|
||||
-llcg_G4GDMLProcessor \
|
||||
-llcg_G4GDMLWriter \
|
||||
-L$(GDML_BASE)/$(SCRAM_ARCH)/lib \
|
||||
-llcg_GDMLSaxana \
|
||||
-llcg_GDMLProcesses \
|
||||
-llcg_GDMLWriter \
|
||||
-L$(XERCESCROOT)/lib -lxerces-c
|
||||
-L$(GDML_LIB) \
|
||||
-lG4Evaluator \
|
||||
-lG4Processor \
|
||||
-lG4Subscribers \
|
||||
-lG4Writer \
|
||||
-lSaxana \
|
||||
-lProcesses \
|
||||
-lWriter \
|
||||
-L$(XERCESCROOT)/lib -lxerces-c
|
||||
|
||||
.PHONY: all
|
||||
all: lib bin
|
||||
ifndef XERCESCROOT
|
||||
@echo XERCESCROOT not defined!
|
||||
endif
|
||||
ifndef GDML_BASE
|
||||
@echo GDML_BASE not defined!
|
||||
endif
|
||||
ifndef GDML_LIB
|
||||
@echo GDML_LIB not defined!
|
||||
endif
|
||||
|
||||
|
||||
include $(G4INSTALL)/config/binmake.gmk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user