Import Geant4 6.0.0 source tree
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# $Id: G4String.i,v 1.1 2003/06/17 15:25:01 mdressel Exp $
|
||||
# -------------------------------------------------------------------
|
||||
# GEANT4 tag $Name: geant4-05-02 $
|
||||
# GEANT4 tag $Name: geant4-06-00 $
|
||||
# -------------------------------------------------------------------
|
||||
|
||||
// coppied from std_string.i
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile,v 1.3 2003/06/20 12:41:06 dressel Exp $
|
||||
# $Id: GNUmakefile,v 1.5 2003/12/08 17:53:26 gcosmo Exp $
|
||||
# --------------------------------------------------------------
|
||||
# GNUmakefile Michael Dressel
|
||||
# --------------------------------------------------------------
|
||||
@@ -12,33 +12,25 @@ ifndef G4INSTALL
|
||||
endif
|
||||
include $(G4INSTALL)/config/architecture.gmk
|
||||
|
||||
|
||||
SWIGFLAGS = -I./ \
|
||||
-I${G4INSTALL}/source/global/management/include \
|
||||
-I${G4INSTALL}/source/geometry/biasing/include \
|
||||
-I${G4INSTALL}/source/digits+hits/detector/include \
|
||||
-I${G4INSTALL}/source/digits_hits/detector/include \
|
||||
-I${G4INSTALL}/source/event/include \
|
||||
-I${G4INSTALL}/source/processes/transportation/include \
|
||||
-I${TIARA_BASE}/source/CLHEPWrapper/include \
|
||||
-I${CLHEP_BASE_DIR}/include
|
||||
|
||||
|
||||
include $(TIARA_BASE)/source/swig.gmk
|
||||
|
||||
|
||||
.PHONY: all tiaraClean
|
||||
|
||||
all: $(SWIGSO)
|
||||
|
||||
include $(G4INSTALL)/config/binmake.gmk
|
||||
|
||||
|
||||
|
||||
CPPFLAGS += -I$(PYTHON_INCLUDE_DIR)
|
||||
|
||||
|
||||
LDFLAGS += -L$(PYTHON_LIB_DIR)
|
||||
|
||||
LDLIBS += -lpython$(PYTHONVERSION) \
|
||||
-lnsl \
|
||||
-ldl \
|
||||
@@ -48,8 +40,6 @@ LDLIBS += -lpython$(PYTHONVERSION) \
|
||||
-lpthread \
|
||||
-lutil
|
||||
|
||||
|
||||
|
||||
tiaraClean:
|
||||
@echo Cleaning up $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(name)
|
||||
@rm -rf $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(name)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $Id: G4Kernel.i,v 1.5 2003/06/20 12:41:06 dressel Exp $
|
||||
# -------------------------------------------------------------------
|
||||
# GEANT4 tag $Name: geant4-05-02 $
|
||||
# GEANT4 tag $Name: geant4-06-00 $
|
||||
# -------------------------------------------------------------------
|
||||
|
||||
%module G4Kernel
|
||||
|
||||
Reference in New Issue
Block a user