14 lines
520 B
Makefile
14 lines
520 B
Makefile
# $Id: GNUmakefile,v 1.1.1.1 2002/05/31 00:34:42 radoone Exp $
|
|
# ----------------------------------------------------------------
|
|
# GNUmakefile for GDML processes library. Radovan Chytracek, 30/05/2002.
|
|
# ----------------------------------------------------------------
|
|
|
|
name := GDMLprocesses
|
|
|
|
CPPFLAGS += \
|
|
-I$(G4INSTALL)/source/global/management/include \
|
|
-I$(G4INSTALL)/source/global/HEPGeometry/include \
|
|
-I$(G4INSTALL)/source/geometry/management/include
|
|
|
|
include ../libgdml.gmk
|