Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / src / python / Makefile.in
CommitLineData
8befd5cc
MG
1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17####
18# Seccomp Library Python Bindings
19#
20
21#
22# This library is free software; you can redistribute it and/or modify it
23# under the terms of version 2.1 of the GNU Lesser General Public License
24# as published by the Free Software Foundation.
25#
26# This library is distributed in the hope that it will be useful, but
27# WITHOUT ANY WARRANTY; without even the implied warranty of
28# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
29# General Public License for more details.
30#
31# You should have received a copy of the GNU Lesser General Public License
32# along with this library; if not, see <http://www.gnu.org/licenses>.
33#
34VPATH = @srcdir@
35am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
36am__make_running_with_option = \
37 case $${target_option-} in \
38 ?) ;; \
39 *) echo "am__make_running_with_option: internal error: invalid" \
40 "target option '$${target_option-}' specified" >&2; \
41 exit 1;; \
42 esac; \
43 has_opt=no; \
44 sane_makeflags=$$MAKEFLAGS; \
45 if $(am__is_gnu_make); then \
46 sane_makeflags=$$MFLAGS; \
47 else \
48 case $$MAKEFLAGS in \
49 *\\[\ \ ]*) \
50 bs=\\; \
51 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
52 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
53 esac; \
54 fi; \
55 skip_next=no; \
56 strip_trailopt () \
57 { \
58 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
59 }; \
60 for flg in $$sane_makeflags; do \
61 test $$skip_next = yes && { skip_next=no; continue; }; \
62 case $$flg in \
63 *=*|--*) continue;; \
64 -*I) strip_trailopt 'I'; skip_next=yes;; \
65 -*I?*) strip_trailopt 'I';; \
66 -*O) strip_trailopt 'O'; skip_next=yes;; \
67 -*O?*) strip_trailopt 'O';; \
68 -*l) strip_trailopt 'l'; skip_next=yes;; \
69 -*l?*) strip_trailopt 'l';; \
70 -[dEDm]) skip_next=yes;; \
71 -[JT]) skip_next=yes;; \
72 esac; \
73 case $$flg in \
74 *$$target_option*) has_opt=yes; break;; \
75 esac; \
76 done; \
77 test $$has_opt = yes
78am__make_dryrun = (target_option=n; $(am__make_running_with_option))
79am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
80pkgdatadir = $(datadir)/@PACKAGE@
81pkgincludedir = $(includedir)/@PACKAGE@
82pkglibdir = $(libdir)/@PACKAGE@
83pkglibexecdir = $(libexecdir)/@PACKAGE@
84am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
85install_sh_DATA = $(install_sh) -c -m 644
86install_sh_PROGRAM = $(install_sh) -c
87install_sh_SCRIPT = $(install_sh) -c
88INSTALL_HEADER = $(INSTALL_DATA)
89transform = $(program_transform_name)
90NORMAL_INSTALL = :
91PRE_INSTALL = :
92POST_INSTALL = :
93NORMAL_UNINSTALL = :
94PRE_UNINSTALL = :
95POST_UNINSTALL = :
96build_triplet = @build@
97host_triplet = @host@
98subdir = src/python
99DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
100ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
102 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
103 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
104 $(top_srcdir)/configure.ac
105am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106 $(ACLOCAL_M4)
107mkinstalldirs = $(install_sh) -d
108CONFIG_HEADER = $(top_builddir)/configure.h
109CONFIG_CLEAN_FILES =
110CONFIG_CLEAN_VPATH_FILES =
111AM_V_P = $(am__v_P_@AM_V@)
112am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113am__v_P_0 = false
114am__v_P_1 = :
115AM_V_GEN = $(am__v_GEN_@AM_V@)
116am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117am__v_GEN_0 = @echo " GEN " $@;
118am__v_GEN_1 =
119AM_V_at = $(am__v_at_@AM_V@)
120am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121am__v_at_0 = @
122am__v_at_1 =
123SOURCES =
124DIST_SOURCES =
125am__can_run_installinfo = \
126 case $$AM_UPDATE_INFO_DIR in \
127 n|no|NO) false;; \
128 *) (install-info --version) >/dev/null 2>&1;; \
129 esac
130am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
131DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
132ACLOCAL = @ACLOCAL@
133AMTAR = @AMTAR@
134AM_CFLAGS = @AM_CFLAGS@
135AM_CPPFLAGS = @AM_CPPFLAGS@
136AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
137AM_LDFLAGS = @AM_LDFLAGS@
138AR = @AR@
139AUTOCONF = @AUTOCONF@
140AUTOHEADER = @AUTOHEADER@
141AUTOMAKE = @AUTOMAKE@
142AWK = @AWK@
143CC = @CC@
144CCDEPMODE = @CCDEPMODE@
145CFLAGS = @CFLAGS@
146CPP = @CPP@
147CPPFLAGS = @CPPFLAGS@
148CYGPATH_W = @CYGPATH_W@
149DEFS = @DEFS@
150DEPDIR = @DEPDIR@
151DLLTOOL = @DLLTOOL@
152DSYMUTIL = @DSYMUTIL@
153DUMPBIN = @DUMPBIN@
154ECHO_C = @ECHO_C@
155ECHO_N = @ECHO_N@
156ECHO_T = @ECHO_T@
157EGREP = @EGREP@
158EXEEXT = @EXEEXT@
159FGREP = @FGREP@
160GREP = @GREP@
161INSTALL = @INSTALL@
162INSTALL_DATA = @INSTALL_DATA@
163INSTALL_PROGRAM = @INSTALL_PROGRAM@
164INSTALL_SCRIPT = @INSTALL_SCRIPT@
165INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
166LD = @LD@
167LDFLAGS = @LDFLAGS@
168LIBOBJS = @LIBOBJS@
169LIBS = @LIBS@
170LIBTOOL = @LIBTOOL@
171LIPO = @LIPO@
172LN_S = @LN_S@
173LTLIBOBJS = @LTLIBOBJS@
174LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
175MAKEINFO = @MAKEINFO@
176MANIFEST_TOOL = @MANIFEST_TOOL@
177MKDIR_P = @MKDIR_P@
178NM = @NM@
179NMEDIT = @NMEDIT@
180OBJDUMP = @OBJDUMP@
181OBJEXT = @OBJEXT@
182OTOOL = @OTOOL@
183OTOOL64 = @OTOOL64@
184PACKAGE = @PACKAGE@
185PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186PACKAGE_NAME = @PACKAGE_NAME@
187PACKAGE_STRING = @PACKAGE_STRING@
188PACKAGE_TARNAME = @PACKAGE_TARNAME@
189PACKAGE_URL = @PACKAGE_URL@
190PACKAGE_VERSION = @PACKAGE_VERSION@
191PATH_SEPARATOR = @PATH_SEPARATOR@
192RANLIB = @RANLIB@
193SED = @SED@
194SET_MAKE = @SET_MAKE@
195SHELL = @SHELL@
196STRIP = @STRIP@
197VERSION = @VERSION@
198VERSION_MAJOR = @VERSION_MAJOR@
199VERSION_MICRO = @VERSION_MICRO@
200VERSION_MINOR = @VERSION_MINOR@
201abs_builddir = @abs_builddir@
202abs_srcdir = @abs_srcdir@
203abs_top_builddir = @abs_top_builddir@
204abs_top_srcdir = @abs_top_srcdir@
205ac_ct_AR = @ac_ct_AR@
206ac_ct_CC = @ac_ct_CC@
207ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
208am__include = @am__include@
209am__leading_dot = @am__leading_dot@
210am__quote = @am__quote@
211am__tar = @am__tar@
212am__untar = @am__untar@
213bindir = @bindir@
214build = @build@
215build_alias = @build_alias@
216build_cpu = @build_cpu@
217build_os = @build_os@
218build_vendor = @build_vendor@
219builddir = @builddir@
220datadir = @datadir@
221datarootdir = @datarootdir@
222docdir = @docdir@
223dvidir = @dvidir@
224exec_prefix = @exec_prefix@
225have_coverity = @have_coverity@
226have_cython = @have_cython@
227host = @host@
228host_alias = @host_alias@
229host_cpu = @host_cpu@
230host_os = @host_os@
231host_vendor = @host_vendor@
232htmldir = @htmldir@
233includedir = @includedir@
234infodir = @infodir@
235install_sh = @install_sh@
236libdir = @libdir@
237libexecdir = @libexecdir@
238localedir = @localedir@
239localstatedir = @localstatedir@
240mandir = @mandir@
241mkdir_p = @mkdir_p@
242oldincludedir = @oldincludedir@
243pdfdir = @pdfdir@
244prefix = @prefix@
245program_transform_name = @program_transform_name@
246psdir = @psdir@
247sbindir = @sbindir@
248sharedstatedir = @sharedstatedir@
249srcdir = @srcdir@
250sysconfdir = @sysconfdir@
251target_alias = @target_alias@
252top_build_prefix = @top_build_prefix@
253top_builddir = @top_builddir@
254top_srcdir = @top_srcdir@
255PYTHON = /usr/bin/env python
256PY_DISTUTILS = \
257 VERSION_RELEASE="@PACKAGE_VERSION@" \
258 CPPFLAGS="-I\${top_srcdir}/include ${AM_CPPFLAGS} ${CPPFLAGS}" \
259 CFLAGS="${AM_CFLAGS} ${CFLAGS}" \
260 LDFLAGS="${AM_LDFLAGS} ${LDFLAGS}" \
261 ${PYTHON} ./setup.py
262
263
264# support silent builds
265PY_BUILD_0 = @echo " PYTHON " $@; ${PY_DISTUTILS} -q build
266PY_BUILD_1 = ${PY_DISTUTILS} build
267PY_BUILD_ = ${PY_BUILD_0}
268PY_BUILD = ${PY_BUILD_@AM_V@}
269PY_INSTALL = ${PY_DISTUTILS} install
270EXTRA_DIST = libseccomp.pxd seccomp.pyx setup.py
271all: all-am
272
273.SUFFIXES:
274$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
275 @for dep in $?; do \
276 case '$(am__configure_deps)' in \
277 *$$dep*) \
278 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
279 && { if test -f $@; then exit 0; else break; fi; }; \
280 exit 1;; \
281 esac; \
282 done; \
283 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/python/Makefile'; \
284 $(am__cd) $(top_srcdir) && \
285 $(AUTOMAKE) --foreign src/python/Makefile
286.PRECIOUS: Makefile
287Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288 @case '$?' in \
289 *config.status*) \
290 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
291 *) \
292 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
293 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
294 esac;
295
296$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
297 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
299$(top_srcdir)/configure: $(am__configure_deps)
300 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301$(ACLOCAL_M4): $(am__aclocal_m4_deps)
302 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303$(am__aclocal_m4_deps):
304
305mostlyclean-libtool:
306 -rm -f *.lo
307
308clean-libtool:
309 -rm -rf .libs _libs
310tags TAGS:
311
312ctags CTAGS:
313
314cscope cscopelist:
315
316
317distdir: $(DISTFILES)
318 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
319 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
320 list='$(DISTFILES)'; \
321 dist_files=`for file in $$list; do echo $$file; done | \
322 sed -e "s|^$$srcdirstrip/||;t" \
323 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
324 case $$dist_files in \
325 */*) $(MKDIR_P) `echo "$$dist_files" | \
326 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
327 sort -u` ;; \
328 esac; \
329 for file in $$dist_files; do \
330 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
331 if test -d $$d/$$file; then \
332 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
333 if test -d "$(distdir)/$$file"; then \
334 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
335 fi; \
336 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
337 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
338 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
339 fi; \
340 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
341 else \
342 test -f "$(distdir)/$$file" \
343 || cp -p $$d/$$file "$(distdir)/$$file" \
344 || exit 1; \
345 fi; \
346 done
347check-am: all-am
348check: check-am
349all-am: Makefile all-local
350installdirs:
351install: install-am
352install-exec: install-exec-am
353install-data: install-data-am
354uninstall: uninstall-am
355
356install-am: all-am
357 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
358
359installcheck: installcheck-am
360install-strip:
361 if test -z '$(STRIP)'; then \
362 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
363 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
364 install; \
365 else \
366 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
367 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
368 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
369 fi
370mostlyclean-generic:
371
372clean-generic:
373
374distclean-generic:
375 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
376 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
377
378maintainer-clean-generic:
379 @echo "This command is intended for maintainers to use"
380 @echo "it deletes files that may require special tools to rebuild."
381clean: clean-am
382
383clean-am: clean-generic clean-libtool clean-local mostlyclean-am
384
385distclean: distclean-am
386 -rm -f Makefile
387distclean-am: clean-am distclean-generic
388
389dvi: dvi-am
390
391dvi-am:
392
393html: html-am
394
395html-am:
396
397info: info-am
398
399info-am:
400
401install-data-am:
402
403install-dvi: install-dvi-am
404
405install-dvi-am:
406
407install-exec-am: install-exec-local
408
409install-html: install-html-am
410
411install-html-am:
412
413install-info: install-info-am
414
415install-info-am:
416
417install-man:
418
419install-pdf: install-pdf-am
420
421install-pdf-am:
422
423install-ps: install-ps-am
424
425install-ps-am:
426
427installcheck-am:
428
429maintainer-clean: maintainer-clean-am
430 -rm -f Makefile
431maintainer-clean-am: distclean-am maintainer-clean-generic
432
433mostlyclean: mostlyclean-am
434
435mostlyclean-am: mostlyclean-generic mostlyclean-libtool
436
437pdf: pdf-am
438
439pdf-am:
440
441ps: ps-am
442
443ps-am:
444
445uninstall-am:
446
447.MAKE: install-am install-strip
448
449.PHONY: all all-am all-local check check-am clean clean-generic \
450 clean-libtool clean-local cscopelist-am ctags-am distclean \
451 distclean-generic distclean-libtool distdir dvi dvi-am html \
452 html-am info info-am install install-am install-data \
453 install-data-am install-dvi install-dvi-am install-exec \
454 install-exec-am install-exec-local install-html \
455 install-html-am install-info install-info-am install-man \
456 install-pdf install-pdf-am install-ps install-ps-am \
457 install-strip installcheck installcheck-am installdirs \
458 maintainer-clean maintainer-clean-generic mostlyclean \
459 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
460 tags-am uninstall uninstall-am
461
462
463all-local: build
464
465build: ../libseccomp.la libseccomp.pxd seccomp.pyx setup.py
466 ${PY_BUILD} && touch build
467
468install-exec-local: build
469 ${PY_INSTALL} --prefix=${DESTDIR}/${prefix}
470
471clean-local:
472 ${RM} -rf seccomp.c build
473
474# Tell versions [3.59,3.63) of GNU make to not export all variables.
475# Otherwise a system limit (for SysV at least) may be exceeded.
476.NOEXPORT:
This page took 0.034898 seconds and 4 git commands to generate.