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/medical_linac/GNUmakefile

    r807 r1230  
    1 # --------------------------------------------------------------
    2 # $Id: GNUmakefile,v 1.2 2005/07/03 23:27:36 mpiergen Exp $
     1# $Id: GNUmakefile,v 1.7 2009/11/17 12:55:01 cirrone Exp $
    32# --------------------------------------------------------------
    43# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
    54# --------------------------------------------------------------
    65
    7 name := MedLinac
    8 
     6name := ml2
    97G4TARGET := $(name)
    108G4EXLIB := true
     
    1614.PHONY: all
    1715all: lib bin
     16
    1817include $(G4INSTALL)/config/binmake.gmk
    19 
    20 
    21 ifdef G4ANALYSIS_USE 
    22  CPPFLAGS += `aida-config --include`
    23  LDFLAGS  += `aida-config --lib`
    24  LOADLIBS += `aida-config --lib`
    25 endif
    26 
    27 ifdef G4STORE_DATA
    28   CPPFLAGS += -DG4STORE_DATA
    29 endif
    30 
Note: See TracChangeset for help on using the changeset viewer.