source: trunk/geant4/interfaces/GNUmakefile @ 666

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

modif GNUMakfile pour Windows

File size: 893 bytes
Line 
1# $Id: GNUmakefile,v 1.6 2004/06/03 13:55:20 gcosmo Exp $
2# -----------------------------------------------------------------------
3# GNUmakefile for interfaces.  John Allison, 5/7/98.
4# -----------------------------------------------------------------------
5
6MAKEFLAGS= --no-print-directory
7
8name := G4interfaces
9
10ifndef G4INSTALL
11  G4INSTALL = ../..
12endif
13
14GLOBLIBS = libG4intercoms.lib libG4global.lib
15
16# Definition of macro for moc files (for Qt use only)
17MOC_MACRO = -D=G4UI_BUILD_QT_SESSION
18
19include $(G4INSTALL)/config/architecture.gmk
20include $(G4INSTALL)/config/G4UI_BUILD.gmk
21include $(G4INSTALL)/config/interactivity.gmk
22
23# Libraries which can be used without external packages or libraries...
24ifdef G4UI_BUILD
25  SUBDIRS := common
26  SUBLIBS := G4UIcommon
27  SUBDIRS += basic
28  SUBLIBS += G4UIbasic
29  SUBDIRS += GAG
30  SUBLIBS += G4UIGAG
31endif
32
33include $(G4INSTALL)/config/globlib.gmk
Note: See TracBrowser for help on using the repository browser.