source: trunk/config/analysis.gmk @ 805

Last change on this file since 805 was 472, checked in by garnier, 17 years ago

r549@wl-72148: laurentgarnier | 2007-05-15 10:37:42 +0200
import de geant4

File size: 235 bytes
Line 
1#   Guy Barrand, 20th Mai 2000
2#
3# Analysis variables...
4#
5
6ANALYSISLIBS :=
7
8ifdef G4ANALYSIS_USE
9  CPPFLAGS += -DG4ANALYSIS_USE
10  CPPFLAGS += $(G4ANALYSIS_AIDA_CONFIG_CFLAGS)
11  ANALYSISLIBS += $(G4ANALYSIS_AIDA_CONFIG_LIBS)
12endif
13
14
15
Note: See TracBrowser for help on using the repository browser.