Files
geant4/examples/extended/hadronic/Hadr01/GNUmakefile
T
2016-06-10 11:51:14 +02:00

25 lines
513 B
Makefile

# $Id: GNUmakefile 68006 2013-03-13 11:26:13Z gcosmo $
# --------------------------------------------------------------
# GNUmakefile for examples module with AIDA interface
# --------------------------------------------------------------
name := Hadr01
G4TARGET := $(name)
G4EXLIB := true
ifndef G4INSTALL
G4INSTALL = ../../../..
endif
.PHONY: all
all: lib bin
include $(G4INSTALL)/config/architecture.gmk
include $(G4INSTALL)/config/binmake.gmk
visclean:
rm -f g4*.prim g4*.eps g4*.wrl
rm -f .DAWN_*