| Line | |
|---|
| 1 | # $Id: GNUmakefile,v 1.6 2010/12/23 14:18:05 lgarnier Exp $
|
|---|
| 2 | # -------------------------------------------------------------
|
|---|
| 3 | # GNUmakefile for gl2ps. Laurent Garnier, 6/2/09.
|
|---|
| 4 |
|
|---|
| 5 | name := G4gl2ps
|
|---|
| 6 |
|
|---|
| 7 | # For debug mode
|
|---|
| 8 | # CPPFLAGS += -DG4DEBUG_VIS_GL2PS
|
|---|
| 9 |
|
|---|
| 10 | ifndef G4INSTALL
|
|---|
| 11 | G4INSTALL = ../../../..
|
|---|
| 12 | endif
|
|---|
| 13 |
|
|---|
| 14 | GLOBLIBS = libG4zlib.lib
|
|---|
| 15 |
|
|---|
| 16 | include $(G4INSTALL)/config/architecture.gmk
|
|---|
| 17 | include $(G4INSTALL)/config/G4VIS_BUILD.gmk
|
|---|
| 18 | include $(G4INSTALL)/config/interactivity.gmk
|
|---|
| 19 |
|
|---|
| 20 | # NO need QT, then reset QTGLAGS
|
|---|
| 21 | QTFLAGS = ""
|
|---|
| 22 | QTLIBS = ""
|
|---|
| 23 | GLQTLIBS = ""
|
|---|
| 24 |
|
|---|
| 25 | ifdef G4LIB_BUILD_ZLIB
|
|---|
| 26 | CPPFLAGS += -I$(G4BASE)/visualization/externals/zlib/include
|
|---|
| 27 | endif
|
|---|
| 28 |
|
|---|
| 29 | include $(G4INSTALL)/config/common.gmk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.