Files
geant4/environments/g4py/tests/test13/GNUmakefile
T
2016-06-09 14:44:26 +02:00

14 lines
390 B
Makefile

# $Id: GNUmakefile,v 1.2 2006/04/25 07:54:29 kmura Exp $
# ===========================================================
# 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