view Jamfile.in @ 129:1ec3256de226 pytave-tests

maint: Closing inactive branch "pytave-tests" from git history
author Mike Miller <mtmiller@octave.org>
date Thu, 17 Mar 2016 17:22:03 -0700
parents 798efee55cd0
children 8145ecfecfb9
line wrap: on
line source

# @configure_input@

project py : 
	requirements 
	<library>/usr/lib/lib@BOOST_PYTHON_LIB@.so  
	<library>@JAM_LIBOCTAVE@
	<library>@JAM_LIBCRUFT@
	<library>@JAM_LIBOCTINTERP@
#	<include>@PYTHON_INCLUDE_DIR@
	<include>@OCTAVE_INCLUDEDIR@
	<include>@abs_srcdir@
	<include>@abs_builddir@
	<define>"HAVE_CONFIG_H"
	<linkflags>"-Wl,-rpath -Wl,@PYTAVE_OCTAVE_RPATH@"
 	<cxxflags>"-Wall"
;

python-extension _pytave : @srcdir@/octave_to_python.cc @srcdir@/pytave.cc @srcdir@/exceptions.cc @srcdir@/python_to_octave.cc @srcdir@/arrayobjectdefs.h @abs_builddir@/config.h @srcdir@/octave_to_python.h @srcdir@/pytavedefs.h @srcdir@/exceptions.h @srcdir@/python_to_octave.h ;