source: trunk/examples/extended/g3tog4/cltog4/GNUmakefile @ 1254

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

update

File size: 294 bytes
Line 
1# $Id: GNUmakefile,v 1.1 2000/07/24 11:23:46 gcosmo Exp $
2# ----------------------------------------------------------------
3
4name := cltog4
5G4TARGET := $(name)
6G4EXLIB := true
7
8ifndef G4INSTALL
9  G4INSTALL = ../../../..
10endif
11
12.PHONY: all
13all: lib bin
14
15include $(G4INSTALL)/config/binmake.gmk
Note: See TracBrowser for help on using the repository browser.