16 lines
411 B
Makefile
16 lines
411 B
Makefile
# $Id: GNUmakefile,v 1.1 1999/01/07 16:08:50 gunter Exp $
|
|
# --------------------------------------------------------------
|
|
# GNUmakefile for global. Gabriele Cosmo, 26/9/96.
|
|
# --------------------------------------------------------------
|
|
|
|
name := G4global
|
|
|
|
SUBDIRS = management HEPNumerics
|
|
SUBLIBS = G4globman G4hepnumerics
|
|
|
|
ifndef G4INSTALL
|
|
G4INSTALL = ../..
|
|
endif
|
|
|
|
include $(G4INSTALL)/config/globlib.gmk
|