Ignore:
Timestamp:
Jun 14, 2010, 3:54:58 PM (15 years ago)
Author:
garnier
Message:

geant4.9.4 beta rc0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/advanced/hadrontherapy/GNUmakefile

    r1230 r1313  
    1 # $Id: GNUmakefile,v 1.12 2009/08/13 20:48:04 kaitanie Exp $
     1# $Id: GNUmakefile,v 1.17 2010/05/18 11:14:39 cirrone Exp $
    22# --------------------------------------------------------------
    33# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
     
    88G4EXLIB := true
    99
     10# Debug info
     11#CPPFLAGS += -g
     12
    1013ifndef G4INSTALL
    11   G4INSTALL = ../../..
     14  G4INSTALL = ../..
    1215endif
    1316
     
    1720include $(G4INSTALL)/config/architecture.gmk
    1821
    19 ifdef G4ANALYSIS_USE
    20 CPPFLAGS += -DANALYSIS_USE
    21 endif
    22 ifndef G4ANALYSIS_USE      # If we don't have AIDA
    23 ifdef G4ANALYSIS_USE_ROOT   # And we have ROOT
    24 CPPFLAGS += -DANALYSIS_USE -DG4ANALYSIS_USE_ROOT
     22ifdef G4ANALYSIS_USE_ROOT   # If we have ROOT
     23CPPFLAGS += -DG4ANALYSIS_USE_ROOT
    2524CPPFLAGS += $(shell root-config --cflags)
    2625LDFLAGS  += $(shell root-config --glibs)
    27 endif
    2826endif
    2927
    3028include $(G4INSTALL)/config/binmake.gmk
    3129
    32 ifdef G4ANALYSIS_USE
    33 endif
Note: See TracChangeset for help on using the changeset viewer.