source: trunk/source/processes/hadronic/models/chiral_inv_phase_space/GNUmakefile @ 1358

Last change on this file since 1358 was 1196, checked in by garnier, 15 years ago

update CVS release candidate geant4.9.3.01

File size: 583 bytes
RevLine 
[819]1# --------------------------------------------------------------
[1196]2# GNUmakefile for chips libraries. MK 19-Nov-09
[819]3# --------------------------------------------------------------
4
5name := G4hadronic_chips
6
[1196]7SUBDIRS   =  body
8SUBDIRS  +=  cross_sections
9SUBDIRS  +=  fragmentation
10SUBDIRS  +=  processes
[819]11SUBDIRS  +=  interface
12
[1196]13SUBLIBS   = G4hadronic_body_ci
14SUBLIBS  += G4hadronic_crosec_ci
15SUBLIBS  += G4hadronic_fragm_ci
16SUBLIBS  += G4hadronic_proc_ci
[819]17SUBLIBS  += G4hadronic_interface_ci
18
19ifndef G4INSTALL
20  G4INSTALL = ../../../../..
21endif
22
23
24include $(G4INSTALL)/config/globlib.gmk
Note: See TracBrowser for help on using the repository browser.