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