15 lines
577 B
Makefile
15 lines
577 B
Makefile
# $Id: GNUmakefile,v 1.2 2003/10/27 10:55:48 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 \
|
|
-I$(G4INSTALL)/source/geometry/volumes/include
|
|
|
|
include ../libgdml.gmk
|