source: trunk/source/geometry/solids/test/SurfaceVisTest/GNUmakefile @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 431 bytes
Line 
1# $Id: GNUmakefile,v 1.1 2008/05/15 14:01:08 gcosmo Exp $
2# --------------------------------------------------------------
3# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
4# --------------------------------------------------------------
5name := SurfaceVisTest
6
7G4TARGET := $(name)
8G4EXLIB := true
9
10ifndef G4INSTALL
11  G4INSTALL = ../../../../..
12endif
13
14.PHONY: all
15all: lib bin
16
17include $(G4INSTALL)/config/binmake.gmk
18
Note: See TracBrowser for help on using the repository browser.