source: trunk/source/global/GNUmakefile@ 1310

Last change on this file since 1310 was 833, checked in by garnier, 17 years ago

import all except CVS

File size: 520 bytes
Line 
1# $Id: GNUmakefile,v 1.4 2004/06/01 15:36:12 gcosmo Exp $
2# --------------------------------------------------------------
3# GNUmakefile for global. Gabriele Cosmo, 26/9/96.
4# --------------------------------------------------------------
5
6name := G4global
7
8SUBDIRS = management HEPNumerics
9SUBLIBS = G4globman G4hepnumerics
10
11GLOBLIBS =
12
13ifndef G4INSTALL
14 G4INSTALL = ../..
15endif
16
17include $(G4INSTALL)/config/globlib.gmk
18
19includes::
20 @for dir in HEPGeometry HEPRandom; do \
21 (cd $$dir && $(MAKE) $@); \
22 done
Note: See TracBrowser for help on using the repository browser.