Disabled external gits

This commit is contained in:
2022-04-07 18:46:57 +02:00
parent 88cb3426ad
commit 15e7120d6d
5316 changed files with 4563444 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
## Process this file with automake to produce Makefile.in
pyexec_LTLIBRARIES = imathnumpymodule.la
imathnumpymodule_la_SOURCES = imathnumpymodule.cpp
imathnumpymodule_la_LDFLAGS = -avoid-version -module
imathnumpymodule_la_LIBADD = $(top_builddir)/PyImath/libPyImath.la @BOOST_PYTHON_LIBS@
noinst_HEADERS =
INCLUDES = @ILMBASE_CXXFLAGS@ \
@NUMPY_CXXFLAGS@ \
-I$(top_srcdir)/PyImath \
-I$(top_builddir) \
-I$(top_srcdir)/config