# $Id: GNUmakefile 66892 2013-01-17 10:57:59Z gunter $
# ===========================================================
#   Makefile for building Python module with Boost.Python
#      
# ===========================================================
include ../../config/config.gmk

# python module name
MODULE := test08#

COMPILE_WITH_BOOST := true
include $(G4PY_INSTALL)/config/module.gmk

