Files
geant4/examples/extended/radioactivedecay/rdecay02/GNUmakefile
T
2016-06-10 14:11:04 +02:00

20 lines
464 B
Makefile

# $Id: GNUmakefile 88647 2015-03-03 11:06:49Z gcosmo $
# --------------------------------------------------------------
# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
# --------------------------------------------------------------
name := rdecay02
G4TARGET := $(name)
G4EXLIB := true
ifndef G4INSTALL
G4INSTALL = ../../../..
endif
.PHONY: all
all: lib bin
include $(G4INSTALL)/config/architecture.gmk
include $(G4INSTALL)/config/binmake.gmk