source: trunk/source/particles/test/printMassTable/GNUmakefile @ 1202

Last change on this file since 1202 was 1199, checked in by garnier, 15 years ago

nvx fichiers dans CVS

File size: 565 bytes
Line 
1# $Id: GNUmakefile,v 1.1 2009/05/02 07:23:11 kurasige Exp $
2# ----------------------------------------------------------------
3# Makes test program in environment variable G4TARGET.
4# ----------------------------------------------------------------
5
6
7name := printMassTable
8G4TARGET := $(name)
9G4EXLIB := true
10
11ifndef G4INSTALL
12  G4INSTALL = ../../../..
13endif
14
15.PHONY: all
16all: lib bin
17
18# Override some variables for binmake.gmk.
19#
20# INCFLAGS :=
21# LDLIBS   :=
22
23include $(G4INSTALL)/config/binmake.gmk
24
25CPPFLAGS += \
26            -I$(G4BASE)/particles/utils/include
Note: See TracBrowser for help on using the repository browser.