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