source: trunk/source/processes/electromagnetic/lowenergy/test/hTest/GNUmakefile @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 690 bytes
Line 
1# $Id: GNUmakefile,v 1.6 2002/12/18 14:29:27 vnivanch Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# G4NOHIST variable is checked.  Vladimir Ivanchenko, 2000/01/18
5# --------------------------------------------------------------
6
7name := hTest
8G4TARGET := $(name)
9G4EXLIB := true
10
11ifndef G4INSTALL
12  G4INSTALL = ../../../../../..
13endif
14
15.PHONY: all
16all: lib bin
17
18ifndef G4ANALYSIS_USE
19  G4ANALYSIS_USE = 1
20endif
21
22CPPFLAGS += -DG4ANALYSIS_USE
23
24include $(G4INSTALL)/config/architecture.gmk
25
26CPPFLAGS += `aida-config --include`
27LDFLAGS  += `aida-config --lib`
28
29include $(G4INSTALL)/config/binmake.gmk
30
31
32
33
Note: See TracBrowser for help on using the repository browser.