source: trunk/examples/extended/g3tog4/clGeometry/GNUmakefile @ 1281

Last change on this file since 1281 was 807, checked in by garnier, 16 years ago

update

File size: 346 bytes
Line 
1# $Id: GNUmakefile,v 1.2 2006/03/14 10:13:55 vnivanch Exp $
2# ----------------------------------------------------------------
3
4name := clGeometry
5G4TARGET := $(name)
6G4EXLIB := true
7
8ifndef G4INSTALL
9  G4INSTALL = ../../../..
10endif
11
12.PHONY: all
13all: lib bin
14
15include $(G4INSTALL)/config/architecture.gmk
16
17include $(G4INSTALL)/config/binmake.gmk
Note: See TracBrowser for help on using the repository browser.