source: trunk/source/graphics_reps/test/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: 505 bytes
Line 
1# $Id: GNUmakefile,v 1.1 1999/01/08 16:32:04 gunter Exp $
2# ----------------------------------------------------------------
3# Makes test program in environment variable G4TARGET.
4# ----------------------------------------------------------------
5
6ifndef G4TARGET
7  G4TARGET := $(TESTTARGET)
8endif
9
10ifndef G4INSTALL
11  G4INSTALL = ../../..
12endif
13
14include $(G4INSTALL)/config/architecture.gmk
15
16# Override some variables for binmake.gmk.
17#
18# INCFLAGS :=
19# LDLIBS :=
20
21include $(G4INSTALL)/config/binmake.gmk
Note: See TracBrowser for help on using the repository browser.