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

update to geant4.9.3

File:
1 edited

Legend:

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

    r807 r1230  
    1 # $Id: GNUmakefile,v 1.5 2004/11/30 09:06:18 guatelli Exp $
     1# $Id: GNUmakefile,v 1.12 2009/08/13 20:48:04 kaitanie Exp $
    22# --------------------------------------------------------------
    33# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
     
    1515all: lib bin
    1616
     17include $(G4INSTALL)/config/architecture.gmk
     18
     19ifdef G4ANALYSIS_USE
     20CPPFLAGS += -DANALYSIS_USE
     21endif
     22ifndef G4ANALYSIS_USE      # If we don't have AIDA
     23ifdef G4ANALYSIS_USE_ROOT   # And we have ROOT
     24CPPFLAGS += -DANALYSIS_USE -DG4ANALYSIS_USE_ROOT
     25CPPFLAGS += $(shell root-config --cflags)
     26LDFLAGS  += $(shell root-config --glibs)
     27endif
     28endif
     29
    1730include $(G4INSTALL)/config/binmake.gmk
    1831
    19 ifdef G4ANALYSIS_USE 
    20  CPPFLAGS += `aida-config --include`
    21  LDFLAGS  += `aida-config --lib`
    22  LOADLIBS += `aida-config --lib`
     32ifdef G4ANALYSIS_USE
    2333endif
Note: See TracChangeset for help on using the changeset viewer.