source: trunk/examples/advanced/xray_telescope/GNUmakefile @ 1253

Last change on this file since 1253 was 1230, checked in by garnier, 14 years ago

update to geant4.9.3

File size: 621 bytes
Line 
1# --------------------------------------------------------------
2# $Id: GNUmakefile,v 1.8 2008/06/15 22:53:06 cirrone Exp $
3# --------------------------------------------------------------
4# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
5# --------------------------------------------------------------
6
7name := XrayTel
8G4TARGET := $(name)
9G4EXLIB := true
10
11ifndef G4INSTALL
12  G4INSTALL = ../../..
13endif
14
15G4VIS_USE = 1
16
17include $(G4INSTALL)/config/architecture.gmk
18
19ifdef G4ANALYSIS_USE_PLOTTER
20  CPPFLAGS += -DG4ANALYSIS_USE_PLOTTER
21endif
22
23
24.PHONY: all
25all: lib bin
26
27include $(G4INSTALL)/config/binmake.gmk
28
Note: See TracBrowser for help on using the repository browser.