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

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

fix remove OGL problem on windows

File size: 820 bytes
Line 
1# $Id: GNUmakefile,v 1.8 2010/12/23 14:09:53 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
15# CPPFLAGS += -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.