Ignore:
Timestamp:
Nov 27, 2008, 4:56:05 PM (15 years ago)
Author:
garnier
Message:

make 3.80 added because 3.81 is bad

File:
1 edited

Legend:

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

    r807 r893  
    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 :
     24G4UI_USE_TERMINAL :=
     25G4UI_USE_XM :=
     26G4UI_USE_XAW :=
     27G4UI_USE_QT :=
     28G4UI_USE_WIN32 :=
     29G4UI_USE_TCSH :=
     30G4UI_USE_GAG :=
     31G4UI_USE_OSC :=
     32# Disconnect the usage of vis drivers that may interfer :
     33G4VIS_USE_OPENGLX :=
     34G4VIS_USE_OPENGLXM :=
     35G4VIS_USE_OPENGLWIN32 :=
     36G4VIS_USE_OIX :=
     37G4VIS_USE_OIWIN32 :=
     38G4VIS_USE_OPACS :=
     39CPPFLAGS += `osc-config --g4lab_incs`
     40INTYLIBS += $(shell osc-config --g4lab_libs)
     41INTYLIBS += `osc-config --iv_libs`
     42
     43# Enable OpenScientist AIDA implementation :
     44G4ANALYSIS_USE := 1
     45G4ANALYSIS_AIDA_CONFIG_CFLAGS = `aida-config --include`
     46G4ANALYSIS_AIDA_CONFIG_LIBS = `OnXLab_aida_config --libs`
     47#G4ANALYSIS_AIDA_CONFIG_LIBS = `OnXLab_aida_config --libs`
     48#OSC:end
    2049
    2150include $(G4INSTALL)/config/binmake.gmk
Note: See TracChangeset for help on using the changeset viewer.