| Line | |
|---|
| 1 | # $Id: GNUmakefile,v 1.4 2004/06/01 15:37:42 gcosmo Exp $
|
|---|
| 2 | # --------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for particles library. Gabriele Cosmo, 4/4/97.
|
|---|
| 4 | # --------------------------------------------------------------
|
|---|
| 5 |
|
|---|
| 6 | name := G4particles
|
|---|
| 7 |
|
|---|
| 8 | ifndef G4INSTALL
|
|---|
| 9 | G4INSTALL = ../..
|
|---|
| 10 | endif
|
|---|
| 11 |
|
|---|
| 12 | GLOBLIBS = libG4geometry.lib libG4materials.lib libG4graphics_reps.lib
|
|---|
| 13 | GLOBLIBS += libG4intercoms.lib libG4global.lib
|
|---|
| 14 |
|
|---|
| 15 | SUBDIRS = management bosons leptons shortlived
|
|---|
| 16 | SUBDIRS += hadrons/mesons hadrons/barions hadrons/ions
|
|---|
| 17 | SUBDIRS += utils
|
|---|
| 18 | SUBLIBS = G4partman G4bosons G4leptons G4shortlived
|
|---|
| 19 | SUBLIBS += G4mesons G4baryons G4ions
|
|---|
| 20 | SUBLIBS += G4partutils
|
|---|
| 21 |
|
|---|
| 22 | include $(G4INSTALL)/config/globlib.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.