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

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

en test

File size: 760 bytes
RevLine 
[1134]1# $Id: GNUmakefile,v 1.7 2009/10/19 07:37:48 lgarnier Exp $
[476]2# -------------------------------------------------------------
3# GNUmakefile for interfaces/basic library.  John Allison, 6/7/98.
4
5name := G4UIbasic
6
7ifndef G4INSTALL
8  G4INSTALL = ../../..
9endif
10
[648]11# Definition of macro for moc files (for Qt use only)
[668]12MOC_MACRO = -DG4UI_BUILD_QT_SESSION
[648]13
[1118]14# For debug mode
15CPPFLAGS += -DG4DEBUG_INTERFACES_BASIC
16
[476]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
[492]24
[786]25include $(G4INSTALL)/config/moc.gmk
[593]26include $(G4INSTALL)/config/common.gmk
[492]27
Note: See TracBrowser for help on using the repository browser.