source: trunk/source/interfaces/common/GNUmakefile @ 1126

Last change on this file since 1126 was 1120, checked in by garnier, 15 years ago

ras

File size: 627 bytes
Line 
1# $Id: GNUmakefile,v 1.3 2005/01/26 08:50:58 gcosmo Exp $
2# -------------------------------------------------------------
3# GNUmakefile for interfaces/common library.  John Allison, 6/7/98.
4
5name := G4UIcommon
6
7ifndef G4INSTALL
8  G4INSTALL = ../../..
9endif
10
11# For debug mode
12CPPFLAGS += -DG4DEBUG_INTERFACES_COMMON
13
14include $(G4INSTALL)/config/architecture.gmk
15include $(G4INSTALL)/config/G4VIS_BUILD.gmk
16include $(G4INSTALL)/config/G4UI_BUILD.gmk
17include $(G4INSTALL)/config/interactivity.gmk
18
19CPPFLAGS += -I$(G4BASE)/global/management/include
20CPPFLAGS += -I$(G4BASE)/intercoms/include
21
22include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.