source: trunk/source/processes/hadronic/models/parton_string/GNUmakefile @ 1340

Last change on this file since 1340 was 819, checked in by garnier, 16 years ago

import all except CVS

File size: 503 bytes
Line 
1# --------------------------------------------------------------
2# GNUmakefile for chips library. HPW 20-Nov-99
3# --------------------------------------------------------------
4
5name := G4had_string
6
7
8ifndef G4INSTALL
9  G4INSTALL = ../../../../..
10endif
11
12SUBDIRS  = diffraction
13SUBDIRS += hadronization   
14SUBDIRS += management
15SUBDIRS += qgsm
16
17
18SUBLIBS  = G4had_string_diff
19SUBLIBS += G4had_string_frag
20SUBLIBS += G4had_string_man
21SUBLIBS += G4hadronic_qgstring
22
23include $(G4INSTALL)/config/globlib.gmk
Note: See TracBrowser for help on using the repository browser.