16 lines
415 B
Makefile
16 lines
415 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 := test12#
|
|
|
|
COMPILE_WITH_BOOST := true
|
|
include $(G4PY_INSTALL)/config/module.gmk
|
|
|
|
CXXFLAGS += -I./include
|
|
|