| Rev | Line | |
|---|
| [831] | 1 | # $Id: GNUmakefile,v 1.13 2005/04/06 19:39:17 allison Exp $
|
|---|
| 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for geometry. Gabriele Cosmo, 16/11/96.
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | name := G4geometry
|
|---|
| 7 |
|
|---|
| 8 | ifndef G4INSTALL
|
|---|
| 9 | G4INSTALL = ../..
|
|---|
| 10 | endif
|
|---|
| 11 |
|
|---|
| 12 | GLOBLIBS = libG4graphics_reps.lib libG4intercoms.lib libG4global.lib
|
|---|
| 13 |
|
|---|
| 14 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 15 |
|
|---|
| 16 | SUBDIRS = management volumes magneticfield navigation biasing divisions
|
|---|
| 17 | SUBDIRS += solids/CSG solids/specific solids/Boolean solids/BREPS
|
|---|
| 18 | SUBLIBS = G4geometrymng G4volumes G4magneticfield
|
|---|
| 19 | SUBLIBS += G4navigation G4geombias G4geomdivision
|
|---|
| 20 | SUBLIBS += G4csg G4specsolids G4geomBoolean G4brep
|
|---|
| 21 |
|
|---|
| 22 | include $(G4INSTALL)/config/globlib.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.