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

Last change on this file since 492 was 492, checked in by garnier, 17 years ago

r585@mac-90108: laurentgarnier | 2007-06-07 13:00:56 +0200
debut du moc dans la config

File size: 689 bytes
Line 
1# $Id: GNUmakefile,v 1.2 2005/01/26 08:50:58 gcosmo Exp $
2# -------------------------------------------------------------
3# GNUmakefile for interfaces/basic library.  John Allison, 6/7/98.
4
5name := G4UIbasic
6
7ifndef G4INSTALL
8  G4INSTALL = ../../..
9endif
10
11ifdef G4UI_USE_QT
12moc :
13        @/usr/local/Qt/4.2.2/bin/moc -DG4UI_USE_QT include/G4UIQt.hh -o src/G4UIQt_moc.cc
14endif
15
16include $(G4INSTALL)/config/architecture.gmk
17include $(G4INSTALL)/config/G4UI_BUILD.gmk
18include $(G4INSTALL)/config/interactivity.gmk
19
20CPPFLAGS += -I$(G4BASE)/global/management/include
21CPPFLAGS += -I$(G4BASE)/interfaces/common/include
22CPPFLAGS += -I$(G4BASE)/intercoms/include
23
24
25
26include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.