Files
geant4/source/global/GNUmakefile
T
2016-06-09 10:56:29 +02:00

23 lines
520 B
Makefile

# $Id: GNUmakefile,v 1.4 2004/06/01 15:36:12 gcosmo Exp $
# --------------------------------------------------------------
# GNUmakefile for global. Gabriele Cosmo, 26/9/96.
# --------------------------------------------------------------
name := G4global
SUBDIRS = management HEPNumerics
SUBLIBS = G4globman G4hepnumerics
GLOBLIBS =
ifndef G4INSTALL
G4INSTALL = ../..
endif
include $(G4INSTALL)/config/globlib.gmk
includes::
@for dir in HEPGeometry HEPRandom; do \
(cd $$dir && $(MAKE) $@); \
done