source: trunk/geant4/interfaces/basic/GNUmakefile @ 786

Last change on this file since 786 was 786, checked in by garnier, 16 years ago

r805@wl-72126: garnier | 2008-04-22 11:42:05 +0200
corection du bug des moc

File size: 703 bytes
Line 
1# $Id: GNUmakefile,v 1.5 2008/01/15 11:04:26 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
14include $(G4INSTALL)/config/architecture.gmk
15include $(G4INSTALL)/config/G4UI_BUILD.gmk
16include $(G4INSTALL)/config/interactivity.gmk
17
18CPPFLAGS += -I$(G4BASE)/global/management/include
19CPPFLAGS += -I$(G4BASE)/interfaces/common/include
20CPPFLAGS += -I$(G4BASE)/intercoms/include
21
22include $(G4INSTALL)/config/moc.gmk
23include $(G4INSTALL)/config/common.gmk
24
Note: See TracBrowser for help on using the repository browser.