source: trunk/source/interfaces/common/GNUmakefile @ 1347

Last change on this file since 1347 was 1347, checked in by garnier, 13 years ago

geant4 tag 9.4

File size: 745 bytes
Line 
1# $Id: GNUmakefile,v 1.5 2010/01/06 14:08:20 lgarnier Exp $
2# -------------------------------------------------------------
3# GNUmakefile for interfaces/common library.  John Allison, 6/7/98.
4
5name := G4UIcommon
6
7ifndef G4INSTALL
8  G4INSTALL = ../../..
9endif
10
11# For debug mode
12# CPPFLAGS += -DG4DEBUG_INTERFACES_COMMON
13
14include $(G4INSTALL)/config/architecture.gmk
15#include $(G4INSTALL)/config/G4VIS_BUILD.gmk
16include $(G4INSTALL)/config/G4UI_BUILD.gmk
17include $(G4INSTALL)/config/interactivity.gmk
18
19# NO need OGL, then reset OGLGLAGS
20OGLFLAGS = ""
21OGLLIBS  = ""
22
23CPPFLAGS += -I$(G4BASE)/global/management/include
24CPPFLAGS += -I$(G4BASE)/intercoms/include
25CPPFLAGS += -I$(G4BASE)/interfaces/basic/include
26
27include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.