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

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

geant4 tag 9.4

File size: 824 bytes
Line 
1# $Id: GNUmakefile,v 1.7 2009/10/19 07:37:48 lgarnier Exp $
2# -------------------------------------------------------------
3# GNUmakefile for interfaces/basic library.  John Allison, 6/7/98.
4
5name := G4UIbasic
6
7ifndef G4INSTALL
8  G4INSTALL = ../../..
9endif
10
11# Definition of macro for moc files (for Qt use only)
12MOC_MACRO = -DG4UI_BUILD_QT_SESSION
13
14# For debug mode
15CPPFLAGS += -DG4DEBUG_INTERFACES_BASIC
16
17include $(G4INSTALL)/config/architecture.gmk
18include $(G4INSTALL)/config/G4UI_BUILD.gmk
19include $(G4INSTALL)/config/interactivity.gmk
20
21# NO need OGL, then reset OGLGLAGS
22OGLFLAGS = ""
23OGLLIBS  = ""
24
25CPPFLAGS += -I$(G4BASE)/global/management/include
26CPPFLAGS += -I$(G4BASE)/interfaces/common/include
27CPPFLAGS += -I$(G4BASE)/intercoms/include
28
29include $(G4INSTALL)/config/moc.gmk
30include $(G4INSTALL)/config/common.gmk
31
Note: See TracBrowser for help on using the repository browser.