source: trunk/geant4/interfaces/common/GNUmakefile @ 476

Last change on this file since 476 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: 569 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
11include $(G4INSTALL)/config/architecture.gmk
12include $(G4INSTALL)/config/G4VIS_BUILD.gmk
13include $(G4INSTALL)/config/G4UI_BUILD.gmk
14include $(G4INSTALL)/config/interactivity.gmk
15
16CPPFLAGS += -I$(G4BASE)/global/management/include
17CPPFLAGS += -I$(G4BASE)/intercoms/include
18
19include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.