# $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   
