source: trunk/geant4/interfaces/GNUmakefile @ 486

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

r555@wl-72148: laurentgarnier | 2007-05-15 17:02:26 +0200
ajout de interfaces

File size: 801 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
16include $(G4INSTALL)/config/architecture.gmk
17include $(G4INSTALL)/config/G4UI_BUILD.gmk
18include $(G4INSTALL)/config/interactivity.gmk
19
20# Libraries which can be used without external packages or libraries...
21ifdef G4UI_BUILD
22  SUBDIRS := common
23  SUBLIBS := G4UIcommon
24  SUBDIRS += basic
25  SUBLIBS += G4UIbasic
26  SUBDIRS += GAG
27  SUBLIBS += G4UIGAG
28endif
29
30include $(G4INSTALL)/config/globlib.gmk
Note: See TracBrowser for help on using the repository browser.