X-Git-Url: http://git.ieval.ro/?p=linux-seccomp.git;a=blobdiff_plain;f=libseccomp%2Fsrc%2Fpython%2FMakefile.am;fp=libseccomp%2Fsrc%2Fpython%2FMakefile.am;h=0000000000000000000000000000000000000000;hp=7933a4e3aa06e3cf513f82f4701fc829f0351779;hb=a7f80a138de41255578bc28d034438a295ecbb2e;hpb=a8d04cb21e9ce2cfa37d893162df3e4943d9e480 diff --git a/libseccomp/src/python/Makefile.am b/libseccomp/src/python/Makefile.am deleted file mode 100644 index 7933a4e..0000000 --- a/libseccomp/src/python/Makefile.am +++ /dev/null @@ -1,47 +0,0 @@ -#### -# Seccomp Library Python Bindings -# - -# -# This library is free software; you can redistribute it and/or modify it -# under the terms of version 2.1 of the GNU Lesser General Public License -# as published by the Free Software Foundation. -# -# This library is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser -# General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this library; if not, see . -# - -PYTHON = /usr/bin/env python - -PY_DISTUTILS = \ - VERSION_RELEASE="@PACKAGE_VERSION@" \ - CPPFLAGS="-I\${top_srcdir}/include ${AM_CPPFLAGS} ${CPPFLAGS}" \ - CFLAGS="${AM_CFLAGS} ${CFLAGS}" \ - LDFLAGS="${AM_LDFLAGS} ${LDFLAGS}" \ - ${PYTHON} ./setup.py - -# support silent builds -PY_BUILD_0 = @echo " PYTHON " $@; ${PY_DISTUTILS} -q build -PY_BUILD_1 = ${PY_DISTUTILS} build -PY_BUILD_ = ${PY_BUILD_0} -PY_BUILD = ${PY_BUILD_@AM_V@} - -PY_INSTALL = ${PY_DISTUTILS} install - -EXTRA_DIST = libseccomp.pxd seccomp.pyx setup.py - -all-local: build - -build: ../libseccomp.la libseccomp.pxd seccomp.pyx setup.py - ${PY_BUILD} && touch build - -install-exec-local: build - ${PY_INSTALL} --prefix=${DESTDIR}/${prefix} - -clean-local: - ${RM} -rf seccomp.c build