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

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

r587@mac-90108: laurentgarnier | 2007-06-07 17:22:03 +0200
on avance

File size: 743 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
5#ifdef G4UI_USE_QT
6# This is not  good solution, we have to 'make' twice, but it works...
7#moc :
8#       @$(MOC) -DG4UI_USE_QT include/G4UIQt.hh -o src/G4UIQt_moc.cc
9#endif
10
11name := G4UIbasic
12
13ifndef G4INSTALL
14  G4INSTALL = ../../..
15endif
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
25
26
27include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.