source: trunk/source/visualization/externals/gl2ps/GNUmakefile @ 1228

Last change on this file since 1228 was 1228, checked in by garnier, 14 years ago

update geant4.9.3 tag

File size: 587 bytes
Line 
1# $Id: GNUmakefile,v 1.5 2009/11/18 17:15:11 gcosmo Exp $
2# -------------------------------------------------------------
3# GNUmakefile for gl2ps.  Laurent Garnier, 6/2/09.
4
5name := G4gl2ps
6
7# For debug mode
8# CPPFLAGS += -DG4DEBUG_VIS_GL2PS
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../..
12endif
13
14GLOBLIBS = libG4zlib.lib
15
16include $(G4INSTALL)/config/architecture.gmk
17include $(G4INSTALL)/config/G4VIS_BUILD.gmk
18include $(G4INSTALL)/config/interactivity.gmk
19
20ifdef G4LIB_BUILD_ZLIB
21  CPPFLAGS += -I$(G4BASE)/visualization/externals/zlib/include
22endif
23
24include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.