# $Id: GNUmakefile,v 1.4 2010/01/11 16:43:05 gcosmo Exp $ # -------------------------------------------------------------- # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. # -------------------------------------------------------------- name := GammaTherapy G4TARGET := $(name) G4EXLIB := true ifndef G4INSTALL G4INSTALL = ../../../.. endif .PHONY: all all: lib bin include $(G4INSTALL)/config/architecture.gmk include $(G4INSTALL)/config/binmake.gmk histclean: rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/Histo.o visclean: rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/VisManager.o