source: trunk/examples/extended/biasing/B01/GNUmakefile @ 1285

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

update

File size: 435 bytes
Line 
1# $Id: GNUmakefile,v 1.7 2002/11/07 13:47:59 dressel Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := exampleB01
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../..
12endif
13
14.PHONY: all
15all: lib bin
16
17
18CPPFLAGS +=
19
20include $(G4INSTALL)/config/binmake.gmk
Note: See TracBrowser for help on using the repository browser.