source: trunk/source/particles/GNUmakefile @ 845

Last change on this file since 845 was 824, checked in by garnier, 16 years ago

import all except CVS

File size: 708 bytes
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
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 += utils
18SUBLIBS = G4partman G4bosons G4leptons G4shortlived
19SUBLIBS += G4mesons G4baryons G4ions
20SUBLIBS += G4partutils
21
22include $(G4INSTALL)/config/globlib.gmk
Note: See TracBrowser for help on using the repository browser.