source: trunk/examples/advanced/hadrontherapy/GNUmakefile @ 1321

Last change on this file since 1321 was 1313, checked in by garnier, 14 years ago

geant4.9.4 beta rc0

File size: 670 bytes
Line 
1# $Id: GNUmakefile,v 1.17 2010/05/18 11:14:39 cirrone Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := Hadrontherapy
7G4TARGET := $(name)
8G4EXLIB := true
9
10# Debug info
11#CPPFLAGS += -g
12
13ifndef G4INSTALL
14  G4INSTALL = ../..
15endif
16
17.PHONY: all
18all: lib bin
19
20include $(G4INSTALL)/config/architecture.gmk
21
22ifdef G4ANALYSIS_USE_ROOT   # If we have ROOT
23CPPFLAGS += -DG4ANALYSIS_USE_ROOT
24CPPFLAGS += $(shell root-config --cflags)
25LDFLAGS  += $(shell root-config --glibs)
26endif
27
28include $(G4INSTALL)/config/binmake.gmk
29
Note: See TracBrowser for help on using the repository browser.