source: trunk/source/materials/GNUmakefile

Last change on this file was 822, checked in by garnier, 16 years ago

import all except CVS

File size: 682 bytes
Line 
1# $Id: GNUmakefile,v 1.5 2005/06/28 08:37:43 gcosmo Exp $
2# --------------------------------------------------------------
3# GNUmakefile for materials library.  Gabriele Cosmo, 18/9/96.
4# --------------------------------------------------------------
5
6name := G4materials
7
8GLOBLIBS = libG4intercoms.lib libG4global.lib
9
10ifndef G4INSTALL
11  G4INSTALL = ../..
12endif
13
14include $(G4INSTALL)/config/architecture.gmk
15
16CPPFLAGS += -I$(G4BASE)/global/management/include \
17            -I$(G4BASE)/global/HEPRandom/include \
18            -I$(G4BASE)/global/HEPGeometry/include \
19            -I$(G4BASE)/intercoms/include
20                   
21include $(G4INSTALL)/config/common.gmk
22
23.PHONY: global
24 
25global: lib
26
Note: See TracBrowser for help on using the repository browser.