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

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

qq modifs de debug

File size: 468 bytes
Line 
1# $Id: GNUmakefile,v 1.1 2009/02/18 09:54:12 lgarnier Exp $
2# -------------------------------------------------------------
3# GNUmakefile for gl2ps.  Laurent Garnier, 6/2/09.
4
5name := G4gl2ps
6
7# For debug mode
8CPPFLAGS += -DG4DEBUG_VIS_GL2PS
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../..
12endif
13
14include $(G4INSTALL)/config/architecture.gmk
15include $(G4INSTALL)/config/G4VIS_BUILD.gmk
16include $(G4INSTALL)/config/interactivity.gmk
17
18include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.