Files
geant4/examples/extended/hadronic/Hadr07/GNUmakefile
T
2016-06-30 14:12:05 +02:00

21 lines
466 B
Makefile

# $Id: GNUmakefile 78560 2014-01-07 10:06:52Z gcosmo $
# --------------------------------------------------------------
# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
# --------------------------------------------------------------
name := Hadr07
G4TARGET := $(name)
G4EXLIB := true
ifndef G4INSTALL
G4INSTALL = ../../../..
endif
.PHONY: all
all: lib bin
include $(G4INSTALL)/config/architecture.gmk
include $(G4INSTALL)/config/binmake.gmk