source: trunk/source/digits_hits/utils/test/test1/GNUmakefile @ 1316

Last change on this file since 1316 was 1316, checked in by garnier, 14 years ago

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File size: 476 bytes
Line 
1# $Id: GNUmakefile,v 1.1 2007/07/13 05:55:34 asaim Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5
6name := test1
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.