2012-08-14 11:52:31 -04:00
|
|
|
pyexec_LTLIBRARIES = _libcvautomation.la
|
|
|
|
_libcvautomation_la_SOURCES = libcvautomation-swig.c
|
|
|
|
_libcvautomation_la_LDFLAGS = -avoid-version -module $(PYTHON_LDFLAGS)
|
|
|
|
_libcvautomation_la_LIBADD = -lcvautomation
|
|
|
|
_libcvautomation_la_CFLAGS = $(PYTHON_CPPFLAGS) -I$(top_srcdir)/include
|
2012-08-13 12:05:42 -04:00
|
|
|
|
2012-08-17 14:30:43 -04:00
|
|
|
python_PYTHON = libcvautomation.py libcvautomation_funcs.py
|
2012-08-13 12:05:42 -04:00
|
|
|
|
2012-08-17 16:17:12 -04:00
|
|
|
EXTRA_DIST = libcvautomation.swig
|
|
|
|
|
2012-08-14 11:52:31 -04:00
|
|
|
libcvautomation-swig.c: libcvautomation.swig
|
|
|
|
$(Swig) -I$(top_srcdir)/include -python -o libcvautomation-swig.c -outdir . libcvautomation.swig
|