|
Last change
on this file since 1179 was 921, checked in by garnier, 17 years ago |
|
en test de gl2ps. Problemes de libraries
|
|
File size:
729 bytes
|
| Line | |
|---|
| 1 | # $Id: GNUmakefile,v 1.5 2008/11/06 13:17:36 kurasige 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 += adjoint utils
|
|---|
| 18 | SUBLIBS = G4partman G4bosons G4leptons G4shortlived
|
|---|
| 19 | SUBLIBS += G4mesons G4baryons G4ions
|
|---|
| 20 | SUBLIBS += G4partadj G4partutils
|
|---|
| 21 |
|
|---|
| 22 | include $(G4INSTALL)/config/globlib.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.