Files
geant4/examples/extended/biasing/B01/GNUmakefile
T
2016-06-08 16:57:27 +02:00

21 lines
435 B
Makefile

# $Id: GNUmakefile,v 1.7 2002/11/07 13:47:59 dressel Exp $
# --------------------------------------------------------------
# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98.
# --------------------------------------------------------------
name := exampleB01
G4TARGET := $(name)
G4EXLIB := true
ifndef G4INSTALL
G4INSTALL = ../../..
endif
.PHONY: all
all: lib bin
CPPFLAGS +=
include $(G4INSTALL)/config/binmake.gmk