Ignore:
Timestamp:
Jan 8, 2010, 3:02:48 PM (14 years ago)
Author:
garnier
Message:

update to geant4.9.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/analysis/A01/GNUmakefile

    r893 r1230  
    1 # $Id: GNUmakefile,v 1.10 2006/11/10 21:04:51 duns Exp $
     1# $Id: GNUmakefile,v 1.11 2009/03/05 09:21:30 gbarrand Exp $
    22# --------------------------------------------------------------
    33# GNUmakefile for examples module
     
    1818# A01 uses its own physics lists.
    1919#
    20 
    21 #OSC:begin
    22 # OpenScientist compilation and link flags :
    23 # Disconnect the usage of other GUIs :
    24 G4UI_USE_TERMINAL :=
    25 G4UI_USE_XM :=
    26 G4UI_USE_XAW :=
    27 G4UI_USE_QT :=
    28 G4UI_USE_WIN32 :=
    29 G4UI_USE_TCSH :=
    30 G4UI_USE_GAG :=
    31 G4UI_USE_OSC :=
    32 # Disconnect the usage of vis drivers that may interfer :
    33 G4VIS_USE_OPENGLX :=
    34 G4VIS_USE_OPENGLXM :=
    35 G4VIS_USE_OPENGLWIN32 :=
    36 G4VIS_USE_OIX :=
    37 G4VIS_USE_OIWIN32 :=
    38 G4VIS_USE_OPACS :=
    39 CPPFLAGS += `osc-config --g4lab_incs`
    40 INTYLIBS += $(shell osc-config --g4lab_libs)
    41 INTYLIBS += `osc-config --iv_libs`
    42 
    43 # Enable OpenScientist AIDA implementation :
    44 G4ANALYSIS_USE := 1
    45 G4ANALYSIS_AIDA_CONFIG_CFLAGS = `aida-config --include`
    46 G4ANALYSIS_AIDA_CONFIG_LIBS = `OnXLab_aida_config --libs`
    47 #G4ANALYSIS_AIDA_CONFIG_LIBS = `OnXLab_aida_config --libs`
    48 #OSC:end
    4920
    5021include $(G4INSTALL)/config/binmake.gmk
     
    8253endif
    8354
    84 ifdef G4ANALYSIS_USE
    85    CPPFLAGS += `aida-config --include`
    86    LDLIBS += `aida-config --lib`
    87 endif
Note: See TracChangeset for help on using the changeset viewer.