source: trunk/source/processes/hadronic/models/cascade/GNUmakefile @ 1315

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

import all except CVS

File size: 473 bytes
Line 
1# --------------------------------------------------------------
2# GNUmakefile for chips library. HPW 20-Nov-99
3# --------------------------------------------------------------
4
5name := G4had_hetcpp
6
7SUBDIRS  =  evaporation
8SUBDIRS  +=  utils
9SUBDIRS  +=  cascade
10
11SUBLIBS  = G4hadronic_hetcpp_evaporation
12SUBLIBS  += G4hadronic_hetcpp_utils
13SUBLIBS  += G4hadronic_bert_cascade
14
15ifndef G4INSTALL
16  G4INSTALL = ../../../../..
17endif
18
19
20include $(G4INSTALL)/config/globlib.gmk
Note: See TracBrowser for help on using the repository browser.