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

Last change on this file since 1228 was 1228, checked in by garnier, 14 years ago

update geant4.9.3 tag

File size: 678 bytes
Line 
1# $Id: GNUmakefile,v 1.5 2010/01/06 14:08:20 lgarnier 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
21CPPFLAGS += -I$(G4BASE)/interfaces/basic/include
22
23include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.