source: trunk/examples/advanced/air_shower/GNUmakefile @ 893

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

update

File size: 689 bytes
Line 
1# --------------------------------------------------------------
2# GNUmakefile for ULTRA-based air shower Advanced Example. 
3# --------------------------------------------------------------
4
5name := Ultra
6G4TARGET := $(name)
7G4EXLIB := true
8
9ifndef G4INSTALL
10  G4INSTALL = ../../..
11endif
12
13include $(G4INSTALL)/config/architecture.gmk
14
15ifdef SPACE_VERBOSE
16  CPPFLAGS += -DSPACE_VERBOSE_USE
17endif
18ifdef ULTRA_MIRROR_USE
19  CPPFLAGS += -DULTRA_MIRROR_USE
20endif
21ifdef ULTRA_GROUND_USE
22  CPPFLAGS += -DULTRA_GROUND_USE
23endif
24
25ifdef G4ANALYSIS_USE
26  CPPFLAGS += `aida-config --include`
27  LDFLAGS += `aida-config --lib`
28endif
29
30
31.PHONY: all
32all: lib bin
33
34include $(G4INSTALL)/config/binmake.gmk
35
36
Note: See TracBrowser for help on using the repository browser.