source: trunk/examples/novice/N03/GNUmakefile @ 811

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

merge

File size: 480 bytes
Line 
1# $Id: GNUmakefile,v 1.2 2000/10/19 12:22:10 stanaka Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := exampleN03
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../..
12endif
13
14.PHONY: all
15all: lib bin
16
17include $(G4INSTALL)/config/binmake.gmk
18
19visclean:
20        rm -f g4*.prim g4*.eps g4*.wrl
21        rm -f .DAWN_*
22
Note: See TracBrowser for help on using the repository browser.