source: trunk/source/particles/GNUmakefile @ 1202

Last change on this file since 1202 was 921, checked in by garnier, 15 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
6name := G4particles
7
8ifndef G4INSTALL
9  G4INSTALL = ../..
10endif
11
12GLOBLIBS  = libG4geometry.lib libG4materials.lib libG4graphics_reps.lib
13GLOBLIBS += libG4intercoms.lib libG4global.lib
14
15SUBDIRS = management bosons leptons shortlived
16SUBDIRS += hadrons/mesons hadrons/barions hadrons/ions
17SUBDIRS += adjoint utils
18SUBLIBS = G4partman G4bosons G4leptons G4shortlived
19SUBLIBS += G4mesons G4baryons G4ions
20SUBLIBS += G4partadj G4partutils
21
22include $(G4INSTALL)/config/globlib.gmk
Note: See TracBrowser for help on using the repository browser.