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

Last change on this file since 1029 was 807, checked in by garnier, 16 years ago

update

File size: 718 bytes
Line 
1# --------------------------------------------------------------
2# $Id: GNUmakefile,v 1.7 2002/11/14 15:56:14 santin 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
23ifdef G4ANALYSIS_USE
24  CPPFLAGS += `aida-config --include`
25  LDFLAGS += `aida-config --lib`
26endif
27
28.PHONY: all
29all: lib bin
30
31include $(G4INSTALL)/config/binmake.gmk
32
Note: See TracBrowser for help on using the repository browser.