| Rev | Line | |
|---|
| [833] | 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 |
|
|---|
| 6 | name := G4global
|
|---|
| 7 |
|
|---|
| 8 | SUBDIRS = management HEPNumerics
|
|---|
| 9 | SUBLIBS = G4globman G4hepnumerics
|
|---|
| 10 |
|
|---|
| 11 | GLOBLIBS =
|
|---|
| 12 |
|
|---|
| 13 | ifndef G4INSTALL
|
|---|
| 14 | G4INSTALL = ../..
|
|---|
| 15 | endif
|
|---|
| 16 |
|
|---|
| 17 | include $(G4INSTALL)/config/globlib.gmk
|
|---|
| 18 |
|
|---|
| 19 | includes::
|
|---|
| 20 | @for dir in HEPGeometry HEPRandom; do \
|
|---|
| 21 | (cd $$dir && $(MAKE) $@); \
|
|---|
| 22 | done
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.