source: trunk/source/interfaces/common/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: 694 bytes
Line 
1# $Id: GNUmakefile,v 1.6 2010/12/23 14:09:53 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
15include $(G4INSTALL)/config/G4UI_BUILD.gmk
16include $(G4INSTALL)/config/interactivity.gmk
17
18# NO need OGL, then reset OGLGLAGS
19OGLFLAGS =
20OGLLIBS  =
21
22CPPFLAGS += -I$(G4BASE)/global/management/include
23CPPFLAGS += -I$(G4BASE)/intercoms/include
24CPPFLAGS += -I$(G4BASE)/interfaces/basic/include
25
26include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.