source: trunk/examples/advanced/microbeam/GNUmakefile @ 1282

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

update

  • Property svn:executable set to *
File size: 370 bytes
Line 
1# -------------------------------------------------------------------
2# $Id: GNUmakefile,v 1.4 2006/06/01 22:25:19 sincerti Exp $
3# -----------
4# GNUmakefile
5# -----------
6
7name := Microbeam
8
9G4DEBUG := 0
10G4TARGET := $(name)
11G4EXLIB := true
12G4VERBOSE :=1
13
14ifndef G4INSTALL
15  G4INSTALL = ../../..
16endif
17
18.PHONY: all
19all: lib bin
20
21include $(G4INSTALL)/config/binmake.gmk
Note: See TracBrowser for help on using the repository browser.