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

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

update geant4.9.3 tag

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