Import Geant4 9.1.0 source tree
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# $Id: GNUmakefile,v 1.4 2006/11/20 08:56:26 kmura Exp $
|
||||
# $Name: geant4-09-00 $
|
||||
# $Id: GNUmakefile,v 1.6 2007/11/25 19:38:17 kmura Exp $
|
||||
# $Name: geant4-09-01 $
|
||||
# ===========================================================
|
||||
# Makefile for building Geant4Py modules
|
||||
# ===========================================================
|
||||
@@ -11,6 +11,14 @@ SUBDIR2 := visualization graphics_reps physics_lists
|
||||
SUBDIR3 := python
|
||||
SUBDIR4 := boost version
|
||||
|
||||
ifeq ($(Q_ENABLE_G4GDML), 1)
|
||||
SUBDIR2 += g4gdml
|
||||
endif
|
||||
|
||||
ifeq ($(Q_ENABLE_GDML), 1)
|
||||
SUBDIR2 += gdml
|
||||
endif
|
||||
|
||||
.PHONY: all install clean uninstall
|
||||
|
||||
all:
|
||||
|
||||
Reference in New Issue
Block a user