source: trunk/source/interfaces/GNUmakefile @ 1278

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

mise a jour par rapport au commit sur cvs de geant4

File size: 894 bytes
Line 
1# $Id: GNUmakefile,v 1.7 2008/01/15 11:04:26 lgarnier 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 = -DG4UI_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.