Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / src / python / Makefile.in
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 #
34 VPATH = @srcdir@
35 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
36 am__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
78 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
79 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
80 pkgdatadir = $(datadir)/@PACKAGE@
81 pkgincludedir = $(includedir)/@PACKAGE@
82 pkglibdir = $(libdir)/@PACKAGE@
83 pkglibexecdir = $(libexecdir)/@PACKAGE@
84 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
85 install_sh_DATA = $(install_sh) -c -m 644
86 install_sh_PROGRAM = $(install_sh) -c
87 install_sh_SCRIPT = $(install_sh) -c
88 INSTALL_HEADER = $(INSTALL_DATA)
89 transform = $(program_transform_name)
90 NORMAL_INSTALL = :
91 PRE_INSTALL = :
92 POST_INSTALL = :
93 NORMAL_UNINSTALL = :
94 PRE_UNINSTALL = :
95 POST_UNINSTALL = :
96 build_triplet = @build@
97 host_triplet = @host@
98 subdir = src/python
99 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
100 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101 am__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
105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106 $(ACLOCAL_M4)
107 mkinstalldirs = $(install_sh) -d
108 CONFIG_HEADER = $(top_builddir)/configure.h
109 CONFIG_CLEAN_FILES =
110 CONFIG_CLEAN_VPATH_FILES =
111 AM_V_P = $(am__v_P_@AM_V@)
112 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113 am__v_P_0 = false
114 am__v_P_1 = :
115 AM_V_GEN = $(am__v_GEN_@AM_V@)
116 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117 am__v_GEN_0 = @echo " GEN " $@;
118 am__v_GEN_1 =
119 AM_V_at = $(am__v_at_@AM_V@)
120 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121 am__v_at_0 = @
122 am__v_at_1 =
123 SOURCES =
124 DIST_SOURCES =
125 am__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
130 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
131 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
132 ACLOCAL = @ACLOCAL@
133 AMTAR = @AMTAR@
134 AM_CFLAGS = @AM_CFLAGS@
135 AM_CPPFLAGS = @AM_CPPFLAGS@
136 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
137 AM_LDFLAGS = @AM_LDFLAGS@
138 AR = @AR@
139 AUTOCONF = @AUTOCONF@
140 AUTOHEADER = @AUTOHEADER@
141 AUTOMAKE = @AUTOMAKE@
142 AWK = @AWK@
143 CC = @CC@
144 CCDEPMODE = @CCDEPMODE@
145 CFLAGS = @CFLAGS@
146 CPP = @CPP@
147 CPPFLAGS = @CPPFLAGS@
148 CYGPATH_W = @CYGPATH_W@
149 DEFS = @DEFS@
150 DEPDIR = @DEPDIR@
151 DLLTOOL = @DLLTOOL@
152 DSYMUTIL = @DSYMUTIL@
153 DUMPBIN = @DUMPBIN@
154 ECHO_C = @ECHO_C@
155 ECHO_N = @ECHO_N@
156 ECHO_T = @ECHO_T@
157 EGREP = @EGREP@
158 EXEEXT = @EXEEXT@
159 FGREP = @FGREP@
160 GREP = @GREP@
161 INSTALL = @INSTALL@
162 INSTALL_DATA = @INSTALL_DATA@
163 INSTALL_PROGRAM = @INSTALL_PROGRAM@
164 INSTALL_SCRIPT = @INSTALL_SCRIPT@
165 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
166 LD = @LD@
167 LDFLAGS = @LDFLAGS@
168 LIBOBJS = @LIBOBJS@
169 LIBS = @LIBS@
170 LIBTOOL = @LIBTOOL@
171 LIPO = @LIPO@
172 LN_S = @LN_S@
173 LTLIBOBJS = @LTLIBOBJS@
174 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
175 MAKEINFO = @MAKEINFO@
176 MANIFEST_TOOL = @MANIFEST_TOOL@
177 MKDIR_P = @MKDIR_P@
178 NM = @NM@
179 NMEDIT = @NMEDIT@
180 OBJDUMP = @OBJDUMP@
181 OBJEXT = @OBJEXT@
182 OTOOL = @OTOOL@
183 OTOOL64 = @OTOOL64@
184 PACKAGE = @PACKAGE@
185 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186 PACKAGE_NAME = @PACKAGE_NAME@
187 PACKAGE_STRING = @PACKAGE_STRING@
188 PACKAGE_TARNAME = @PACKAGE_TARNAME@
189 PACKAGE_URL = @PACKAGE_URL@
190 PACKAGE_VERSION = @PACKAGE_VERSION@
191 PATH_SEPARATOR = @PATH_SEPARATOR@
192 RANLIB = @RANLIB@
193 SED = @SED@
194 SET_MAKE = @SET_MAKE@
195 SHELL = @SHELL@
196 STRIP = @STRIP@
197 VERSION = @VERSION@
198 VERSION_MAJOR = @VERSION_MAJOR@
199 VERSION_MICRO = @VERSION_MICRO@
200 VERSION_MINOR = @VERSION_MINOR@
201 abs_builddir = @abs_builddir@
202 abs_srcdir = @abs_srcdir@
203 abs_top_builddir = @abs_top_builddir@
204 abs_top_srcdir = @abs_top_srcdir@
205 ac_ct_AR = @ac_ct_AR@
206 ac_ct_CC = @ac_ct_CC@
207 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
208 am__include = @am__include@
209 am__leading_dot = @am__leading_dot@
210 am__quote = @am__quote@
211 am__tar = @am__tar@
212 am__untar = @am__untar@
213 bindir = @bindir@
214 build = @build@
215 build_alias = @build_alias@
216 build_cpu = @build_cpu@
217 build_os = @build_os@
218 build_vendor = @build_vendor@
219 builddir = @builddir@
220 datadir = @datadir@
221 datarootdir = @datarootdir@
222 docdir = @docdir@
223 dvidir = @dvidir@
224 exec_prefix = @exec_prefix@
225 have_coverity = @have_coverity@
226 have_cython = @have_cython@
227 host = @host@
228 host_alias = @host_alias@
229 host_cpu = @host_cpu@
230 host_os = @host_os@
231 host_vendor = @host_vendor@
232 htmldir = @htmldir@
233 includedir = @includedir@
234 infodir = @infodir@
235 install_sh = @install_sh@
236 libdir = @libdir@
237 libexecdir = @libexecdir@
238 localedir = @localedir@
239 localstatedir = @localstatedir@
240 mandir = @mandir@
241 mkdir_p = @mkdir_p@
242 oldincludedir = @oldincludedir@
243 pdfdir = @pdfdir@
244 prefix = @prefix@
245 program_transform_name = @program_transform_name@
246 psdir = @psdir@
247 sbindir = @sbindir@
248 sharedstatedir = @sharedstatedir@
249 srcdir = @srcdir@
250 sysconfdir = @sysconfdir@
251 target_alias = @target_alias@
252 top_build_prefix = @top_build_prefix@
253 top_builddir = @top_builddir@
254 top_srcdir = @top_srcdir@
255 PYTHON = /usr/bin/env python
256 PY_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
265 PY_BUILD_0 = @echo " PYTHON " $@; ${PY_DISTUTILS} -q build
266 PY_BUILD_1 = ${PY_DISTUTILS} build
267 PY_BUILD_ = ${PY_BUILD_0}
268 PY_BUILD = ${PY_BUILD_@AM_V@}
269 PY_INSTALL = ${PY_DISTUTILS} install
270 EXTRA_DIST = libseccomp.pxd seccomp.pyx setup.py
271 all: 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
287 Makefile: $(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
305 mostlyclean-libtool:
306 -rm -f *.lo
307
308 clean-libtool:
309 -rm -rf .libs _libs
310 tags TAGS:
311
312 ctags CTAGS:
313
314 cscope cscopelist:
315
316
317 distdir: $(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
347 check-am: all-am
348 check: check-am
349 all-am: Makefile all-local
350 installdirs:
351 install: install-am
352 install-exec: install-exec-am
353 install-data: install-data-am
354 uninstall: uninstall-am
355
356 install-am: all-am
357 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
358
359 installcheck: installcheck-am
360 install-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
370 mostlyclean-generic:
371
372 clean-generic:
373
374 distclean-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
378 maintainer-clean-generic:
379 @echo "This command is intended for maintainers to use"
380 @echo "it deletes files that may require special tools to rebuild."
381 clean: clean-am
382
383 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
384
385 distclean: distclean-am
386 -rm -f Makefile
387 distclean-am: clean-am distclean-generic
388
389 dvi: dvi-am
390
391 dvi-am:
392
393 html: html-am
394
395 html-am:
396
397 info: info-am
398
399 info-am:
400
401 install-data-am:
402
403 install-dvi: install-dvi-am
404
405 install-dvi-am:
406
407 install-exec-am: install-exec-local
408
409 install-html: install-html-am
410
411 install-html-am:
412
413 install-info: install-info-am
414
415 install-info-am:
416
417 install-man:
418
419 install-pdf: install-pdf-am
420
421 install-pdf-am:
422
423 install-ps: install-ps-am
424
425 install-ps-am:
426
427 installcheck-am:
428
429 maintainer-clean: maintainer-clean-am
430 -rm -f Makefile
431 maintainer-clean-am: distclean-am maintainer-clean-generic
432
433 mostlyclean: mostlyclean-am
434
435 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
436
437 pdf: pdf-am
438
439 pdf-am:
440
441 ps: ps-am
442
443 ps-am:
444
445 uninstall-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
463 all-local: build
464
465 build: ../libseccomp.la libseccomp.pxd seccomp.pyx setup.py
466 ${PY_BUILD} && touch build
467
468 install-exec-local: build
469 ${PY_INSTALL} --prefix=${DESTDIR}/${prefix}
470
471 clean-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.034939 seconds and 4 git commands to generate.