# $Id: GNUmakefile,v 1.1 1999/01/07 16:05:40 gunter Exp $
# --------------------------------------------------------------
# GNUmakefile for examples module.  Gabriele Cosmo, 06/04/98.
# --------------------------------------------------------------
#
# Modified: J.L. Tain	-> 31-01-2006

# Name of the .cc file with the main()
name := test
G4TARGET := $(name)

# Working directory where the .cc file is 
G4WORKDIR := /l/gamma/Geant4/work/test


# Flags
#G4UI_USE_TERMINAL := true
#G4UI_USE_TCSH := true
#G4UI_USE_XAW := true
#G4VIS_USE_OPENGLX := true
#G4VIS_USE_DAWNFILE := true


G4EXLIB := true

.PHONY: all
all: lib bin

include $(G4INSTALL)/config/binmake.gmk
