source: trunk/examples/advanced/medical_linac/GNUmakefile @ 810

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

update

File size: 676 bytes
Line 
1# --------------------------------------------------------------
2# $Id: GNUmakefile,v 1.2 2005/07/03 23:27:36 mpiergen Exp $
3# --------------------------------------------------------------
4# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
5# --------------------------------------------------------------
6
7name := MedLinac
8
9G4TARGET := $(name)
10G4EXLIB := true
11
12ifndef G4INSTALL
13  G4INSTALL = ../../..
14endif
15
16.PHONY: all
17all: lib bin
18include $(G4INSTALL)/config/binmake.gmk
19
20
21ifdef G4ANALYSIS_USE 
22 CPPFLAGS += `aida-config --include`
23 LDFLAGS  += `aida-config --lib`
24 LOADLIBS += `aida-config --lib`
25endif
26
27ifdef G4STORE_DATA
28  CPPFLAGS += -DG4STORE_DATA
29endif
30
Note: See TracBrowser for help on using the repository browser.