|
Last change
on this file since 1202 was 1169, checked in by garnier, 16 years ago |
|
try modif for gl2ps pb on window
|
|
File size:
563 bytes
|
| Rev | Line | |
|---|
| [1140] | 1 | # $Id: GNUmakefile,v 1.2 2009/11/02 14:54:31 lgarnier Exp $
|
|---|
| [921] | 2 | # -------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for gl2ps. Laurent Garnier, 6/2/09.
|
|---|
| 4 |
|
|---|
| 5 | name := G4gl2ps
|
|---|
| 6 |
|
|---|
| [1051] | 7 | # For debug mode
|
|---|
| [1140] | 8 | # CPPFLAGS += -DG4DEBUG_VIS_GL2PS
|
|---|
| [1051] | 9 |
|
|---|
| [921] | 10 | ifndef G4INSTALL
|
|---|
| 11 | G4INSTALL = ../../../..
|
|---|
| 12 | endif
|
|---|
| 13 |
|
|---|
| [1169] | 14 | ifdef G4LIB_BUILD_ZLIB
|
|---|
| 15 | CPPFLAGS += -I$(G4BASE)/visualization/externals/zlib/include
|
|---|
| 16 | endif
|
|---|
| 17 |
|
|---|
| [921] | 18 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 19 | include $(G4INSTALL)/config/G4VIS_BUILD.gmk
|
|---|
| 20 | include $(G4INSTALL)/config/interactivity.gmk
|
|---|
| 21 |
|
|---|
| 22 | include $(G4INSTALL)/config/common.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.