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

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

geant4 tag 9.4

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