| Line | |
|---|
| 1 | # --------------------------------------------------------------
|
|---|
| 2 | # GNUmakefile for chips library. HPW 20-Nov-99
|
|---|
| 3 | # --------------------------------------------------------------
|
|---|
| 4 |
|
|---|
| 5 | name := G4hadronic_deex
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 | ifndef G4INSTALL
|
|---|
| 9 | G4INSTALL = ../../../../..
|
|---|
| 10 | endif
|
|---|
| 11 |
|
|---|
| 12 | SUBDIRS = handler
|
|---|
| 13 | SUBDIRS += management
|
|---|
| 14 | SUBDIRS += evaporation
|
|---|
| 15 | SUBDIRS += gem_evaporation
|
|---|
| 16 | SUBDIRS += photon_evaporation
|
|---|
| 17 | SUBDIRS += fission
|
|---|
| 18 | SUBDIRS += fermi_breakup
|
|---|
| 19 | SUBDIRS += multifragmentation
|
|---|
| 20 | SUBDIRS += util
|
|---|
| 21 | SUBDIRS += ablation
|
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 | SUBLIBS = G4hadronic_deex_handler
|
|---|
| 25 | SUBLIBS += G4hadronic_deex_management
|
|---|
| 26 | SUBLIBS += G4hadronic_deex_evaporation
|
|---|
| 27 | SUBLIBS += G4hadronic_deex_gem_evaporation
|
|---|
| 28 | SUBLIBS += G4hadronic_deex_photon_evaporation
|
|---|
| 29 | SUBLIBS += G4hadronic_deex_fission
|
|---|
| 30 | SUBLIBS += G4hadronic_deex_fermi_breakup
|
|---|
| 31 | SUBLIBS += G4hadronic_deex_multifagmentation
|
|---|
| 32 | SUBLIBS += G4hadronic_deex_util
|
|---|
| 33 | SUBLIBS += G4hadronic_ablation
|
|---|
| 34 |
|
|---|
| 35 | include $(G4INSTALL)/config/globlib.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.