source: trunk/examples/extended/eventgenerator/exgps/GNUmakefile @ 1229

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

update

File size: 586 bytes
Line 
1# $Id: GNUmakefile,v 1.3 2005/07/19 08:35:49 flei Exp $
2# --------------------------------------------------------------
3# GNUmakefile for tests module.  Gabriele Cosmo, 27/06/98.
4# --------------------------------------------------------------
5
6name := exGPS
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../..
12endif
13
14.PHONY: all
15all: lib bin
16
17include $(G4INSTALL)/config/binmake.gmk
18
19#G4VIS_BUILD_OPENGLX_DRIVER = 0
20#G4VIS_USE_OPENGLX = 0
21#LDFLAGS += -static
22
23ifdef G4ANALYSIS_USE
24   CPPFLAGS += `aida-config --include`
25   LDLIBS += `aida-config --lib`
26endif
Note: See TracBrowser for help on using the repository browser.