source: trunk/examples/advanced/radioprotection/GNUmakefile @ 1185

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

update

File size: 553 bytes
Line 
1# $Id: GNUmakefile,v 1.5 2004/01/30 12:11:20 guatelli Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := remsim
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../..
12endif
13
14.PHONY: all
15all: lib bin
16
17include $(G4INSTALL)/config/binmake.gmk
18ifdef G4ANALYSIS_USE 
19 CPPFLAGS += `aida-config --include`
20 LDFLAGS  += `aida-config --lib`
21 LOADLIBS += `aida-config --lib`
22endif
23
24
Note: See TracBrowser for help on using the repository browser.