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

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

mise a jour par rapport au commit sur cvs de geant4

File size: 667 bytes
RevLine 
[688]1# $Id: GNUmakefile,v 1.5 2008/01/15 11:04:26 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
[476]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
[492]21
[593]22include $(G4INSTALL)/config/common.gmk
[492]23
Note: See TracBrowser for help on using the repository browser.