17 lines
431 B
Makefile
17 lines
431 B
Makefile
# $Id: GNUmakefile,v 1.5 2004/06/11 14:18:58 gcosmo Exp $
|
|
# --------------------------------------------------------------
|
|
# GNUmakefile for global management. Gabriele Cosmo, 26/9/96.
|
|
# --------------------------------------------------------------
|
|
|
|
name := G4globman
|
|
|
|
ifndef G4INSTALL
|
|
G4INSTALL = ../../..
|
|
endif
|
|
|
|
include $(G4INSTALL)/config/architecture.gmk
|
|
|
|
CPPFLAGS += -DG4IOS_EXPORT
|
|
|
|
include $(G4INSTALL)/config/common.gmk
|