source: trunk/source/visualization/test/GNUmakefile @ 953

Last change on this file since 953 was 834, checked in by garnier, 16 years ago

import all except CVS

File size: 575 bytes
Line 
1# $Id: GNUmakefile,v 1.8 2006/05/12 12:39:16 allison Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := test19
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../..
12endif
13
14.PHONY: all
15all: lib bin
16
17include $(G4INSTALL)/config/binmake.gmk
18
19ifdef G4VIS_USE
20CPPFLAGS += -I$(G4BASE)/visualization/XXX/include
21EXTRALIBS += -lG4visXXX
22endif
23
24ifdef G4VIS_USE_XXXSG
25  CPPFLAGS += -DG4VIS_USE_XXXSG
26endif
Note: See TracBrowser for help on using the repository browser.