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

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

geant4.9.4 beta rc0

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