Mercurial > hg > libxtract
view swig/python/Makefile.am @ 244:8c768f32a6a8
Add new helper function xtract_smoothed(), e.g. can be used to extract smoothed spectrum
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Fri, 06 Jun 2014 09:55:01 +0100 |
parents | 49079e689a89 |
children |
line wrap: on
line source
MAINTAINERCLEANFILES = xtract.py xtract_wrap.c Makefile.in _xtract.so BUILT_SOURCES = xtract_wrap.c SWIG_SOURCES = ../xtract.i pkgpython_PYTHON = xtract.py __init__.py pkgpyexec_LTLIBRARIES = _xtract.la _xtract_la_SOURCES = $(BUILT_SOURCES) $(SWIG_SOURCES) _xtract_la_CFLAGS = $(AX_SWIG_PYTHON_CPPFLAGS) -I$(top_srcdir)/src _xtract_la_LDFLAGS = -module _xtract_la_LIBADD = $(top_srcdir)/src/libxtract.la $(srcdir)/xtract_wrap.c : $(SWIG_SOURCES) $(SWIG) $(AX_SWIG_PYTHON_OPT) -I$(top_srcdir) -o $@ $< clean-local: -rm -f _xtract.so xtract.py xtract_wrap.c xtract.pyc