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

Last change on this file since 1134 was 1134, checked in by garnier, 15 years ago

en test

File size: 760 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
21CPPFLAGS += -I$(G4BASE)/global/management/include
22CPPFLAGS += -I$(G4BASE)/interfaces/common/include
23CPPFLAGS += -I$(G4BASE)/intercoms/include
24
25include $(G4INSTALL)/config/moc.gmk
26include $(G4INSTALL)/config/common.gmk
27
Note: See TracBrowser for help on using the repository browser.