source:
trunk/geant4/config/analysis.gmk@
577
| Last change on this file since 577 was 472, checked in by , 19 years ago | |
|---|---|
| File size: 235 bytes | |
| Line | |
|---|---|
| 1 | # Guy Barrand, 20th Mai 2000 |
| 2 | # |
| 3 | # Analysis variables... |
| 4 | # |
| 5 | |
| 6 | ANALYSISLIBS := |
| 7 | |
| 8 | ifdef G4ANALYSIS_USE |
| 9 | CPPFLAGS += -DG4ANALYSIS_USE |
| 10 | CPPFLAGS += $(G4ANALYSIS_AIDA_CONFIG_CFLAGS) |
| 11 | ANALYSISLIBS += $(G4ANALYSIS_AIDA_CONFIG_LIBS) |
| 12 | endif |
| 13 | |
| 14 | |
| 15 |
Note:
See TracBrowser
for help on using the repository browser.
