Files
geant4/environments/g4py/tests/test13/GNUmakefile
T
2016-06-10 11:51:14 +02:00

14 lines
388 B
Makefile

# $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 := test13#
COMPILE_WITH_BOOST := true
include $(G4PY_INSTALL)/config/module.gmk