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

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

geant4.9.4 beta rc0

File size: 601 bytes
Line 
1# --------------------------------------------------------------
2# $Id: GNUmakefile,v 1.9 2010/01/11 16:20:08 gcosmo 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
15include $(G4INSTALL)/config/architecture.gmk
16
17ifdef G4ANALYSIS_USE_PLOTTER
18  CPPFLAGS += -DG4ANALYSIS_USE_PLOTTER
19endif
20
21.PHONY: all
22all: lib bin
23
24include $(G4INSTALL)/config/binmake.gmk
25
Note: See TracBrowser for help on using the repository browser.