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

19 lines
434 B
Makefile

# $Id: GNUmakefile,v 1.1 2002/03/26 16:46:08 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