source: trunk/source/interfaces/GAG/GNUmakefile @ 1278

Last change on this file since 1278 was 632, checked in by garnier, 17 years ago

commit sur geant4

File size: 528 bytes
Line 
1# $Id: GNUmakefile,v 1.3 2007/11/30 14:28:50 lgarnier Exp $
2# -------------------------------------------------------------
3# GNUmakefile for interfaces/GAG library.  John Allison, 6/7/98.
4
5name := G4UIGAG
6
7ifndef G4INSTALL
8  G4INSTALL = ../../..
9endif
10
11include $(G4INSTALL)/config/architecture.gmk
12include $(G4INSTALL)/config/interactivity.gmk
13
14CPPFLAGS += -I$(G4BASE)/global/management/include
15CPPFLAGS += -I$(G4BASE)/interfaces/common/include
16CPPFLAGS += -I$(G4BASE)/intercoms/include
17
18include $(G4INSTALL)/config/common.gmk
Note: See TracBrowser for help on using the repository browser.