Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / 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
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
35 VPATH = @srcdir@
36 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
37 am__make_running_with_option = \
38 case $${target_option-} in \
39 ?) ;; \
40 *) echo "am__make_running_with_option: internal error: invalid" \
41 "target option '$${target_option-}' specified" >&2; \
42 exit 1;; \
43 esac; \
44 has_opt=no; \
45 sane_makeflags=$$MAKEFLAGS; \
46 if $(am__is_gnu_make); then \
47 sane_makeflags=$$MFLAGS; \
48 else \
49 case $$MAKEFLAGS in \
50 *\\[\ \ ]*) \
51 bs=\\; \
52 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
53 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
54 esac; \
55 fi; \
56 skip_next=no; \
57 strip_trailopt () \
58 { \
59 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
60 }; \
61 for flg in $$sane_makeflags; do \
62 test $$skip_next = yes && { skip_next=no; continue; }; \
63 case $$flg in \
64 *=*|--*) continue;; \
65 -*I) strip_trailopt 'I'; skip_next=yes;; \
66 -*I?*) strip_trailopt 'I';; \
67 -*O) strip_trailopt 'O'; skip_next=yes;; \
68 -*O?*) strip_trailopt 'O';; \
69 -*l) strip_trailopt 'l'; skip_next=yes;; \
70 -*l?*) strip_trailopt 'l';; \
71 -[dEDm]) skip_next=yes;; \
72 -[JT]) skip_next=yes;; \
73 esac; \
74 case $$flg in \
75 *$$target_option*) has_opt=yes; break;; \
76 esac; \
77 done; \
78 test $$has_opt = yes
79 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
80 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
81 pkgdatadir = $(datadir)/@PACKAGE@
82 pkgincludedir = $(includedir)/@PACKAGE@
83 pkglibdir = $(libdir)/@PACKAGE@
84 pkglibexecdir = $(libexecdir)/@PACKAGE@
85 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
86 install_sh_DATA = $(install_sh) -c -m 644
87 install_sh_PROGRAM = $(install_sh) -c
88 install_sh_SCRIPT = $(install_sh) -c
89 INSTALL_HEADER = $(INSTALL_DATA)
90 transform = $(program_transform_name)
91 NORMAL_INSTALL = :
92 PRE_INSTALL = :
93 POST_INSTALL = :
94 NORMAL_UNINSTALL = :
95 PRE_UNINSTALL = :
96 POST_UNINSTALL = :
97 build_triplet = @build@
98 host_triplet = @host@
99 subdir = .
100 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
101 $(top_srcdir)/configure $(am__configure_deps) \
102 $(srcdir)/configure.h.in $(srcdir)/libseccomp.pc.in README \
103 build-aux/ar-lib build-aux/compile build-aux/config.guess \
104 build-aux/config.sub build-aux/depcomp build-aux/install-sh \
105 build-aux/missing build-aux/ltmain.sh \
106 $(top_srcdir)/build-aux/ar-lib $(top_srcdir)/build-aux/compile \
107 $(top_srcdir)/build-aux/config.guess \
108 $(top_srcdir)/build-aux/config.sub \
109 $(top_srcdir)/build-aux/install-sh \
110 $(top_srcdir)/build-aux/ltmain.sh \
111 $(top_srcdir)/build-aux/missing
112 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
114 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
115 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
116 $(top_srcdir)/configure.ac
117 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118 $(ACLOCAL_M4)
119 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
120 configure.lineno config.status.lineno
121 mkinstalldirs = $(install_sh) -d
122 CONFIG_HEADER = configure.h
123 CONFIG_CLEAN_FILES = libseccomp.pc
124 CONFIG_CLEAN_VPATH_FILES =
125 AM_V_P = $(am__v_P_@AM_V@)
126 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
127 am__v_P_0 = false
128 am__v_P_1 = :
129 AM_V_GEN = $(am__v_GEN_@AM_V@)
130 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131 am__v_GEN_0 = @echo " GEN " $@;
132 am__v_GEN_1 =
133 AM_V_at = $(am__v_at_@AM_V@)
134 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135 am__v_at_0 = @
136 am__v_at_1 =
137 SOURCES =
138 DIST_SOURCES =
139 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
140 ctags-recursive dvi-recursive html-recursive info-recursive \
141 install-data-recursive install-dvi-recursive \
142 install-exec-recursive install-html-recursive \
143 install-info-recursive install-pdf-recursive \
144 install-ps-recursive install-recursive installcheck-recursive \
145 installdirs-recursive pdf-recursive ps-recursive \
146 tags-recursive uninstall-recursive
147 am__can_run_installinfo = \
148 case $$AM_UPDATE_INFO_DIR in \
149 n|no|NO) false;; \
150 *) (install-info --version) >/dev/null 2>&1;; \
151 esac
152 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
153 am__vpath_adj = case $$p in \
154 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
155 *) f=$$p;; \
156 esac;
157 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
158 am__install_max = 40
159 am__nobase_strip_setup = \
160 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
161 am__nobase_strip = \
162 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
163 am__nobase_list = $(am__nobase_strip_setup); \
164 for p in $$list; do echo "$$p $$p"; done | \
165 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
166 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
167 if (++n[$$2] == $(am__install_max)) \
168 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
169 END { for (dir in files) print dir, files[dir] }'
170 am__base_list = \
171 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
172 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
173 am__uninstall_files_from_dir = { \
174 test -z "$$files" \
175 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
176 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
177 $(am__cd) "$$dir" && rm -f $$files; }; \
178 }
179 am__installdirs = "$(DESTDIR)$(pkgconfdir)"
180 DATA = $(pkgconf_DATA)
181 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
182 distclean-recursive maintainer-clean-recursive
183 am__recursive_targets = \
184 $(RECURSIVE_TARGETS) \
185 $(RECURSIVE_CLEAN_TARGETS) \
186 $(am__extra_recursive_targets)
187 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
188 cscope distdir dist dist-all distcheck
189 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
190 $(LISP)configure.h.in
191 # Read a list of newline-separated strings from the standard input,
192 # and print each of them once, without duplicates. Input order is
193 # *not* preserved.
194 am__uniquify_input = $(AWK) '\
195 BEGIN { nonempty = 0; } \
196 { items[$$0] = 1; nonempty = 1; } \
197 END { if (nonempty) { for (i in items) print i; }; } \
198 '
199 # Make sure the list of sources is unique. This is necessary because,
200 # e.g., the same source file might be shared among _SOURCES variables
201 # for different programs/libraries.
202 am__define_uniq_tagged_files = \
203 list='$(am__tagged_files)'; \
204 unique=`for i in $$list; do \
205 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206 done | $(am__uniquify_input)`
207 ETAGS = etags
208 CTAGS = ctags
209 CSCOPE = cscope
210 DIST_SUBDIRS = $(SUBDIRS)
211 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
212 distdir = $(PACKAGE)-$(VERSION)
213 top_distdir = $(distdir)
214 am__remove_distdir = \
215 if test -d "$(distdir)"; then \
216 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
217 && rm -rf "$(distdir)" \
218 || { sleep 5 && rm -rf "$(distdir)"; }; \
219 else :; fi
220 am__post_remove_distdir = $(am__remove_distdir)
221 am__relativize = \
222 dir0=`pwd`; \
223 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
224 sed_rest='s,^[^/]*/*,,'; \
225 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
226 sed_butlast='s,/*[^/]*$$,,'; \
227 while test -n "$$dir1"; do \
228 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
229 if test "$$first" != "."; then \
230 if test "$$first" = ".."; then \
231 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
232 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
233 else \
234 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
235 if test "$$first2" = "$$first"; then \
236 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
237 else \
238 dir2="../$$dir2"; \
239 fi; \
240 dir0="$$dir0"/"$$first"; \
241 fi; \
242 fi; \
243 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
244 done; \
245 reldir="$$dir2"
246 DIST_ARCHIVES = $(distdir).tar.gz
247 GZIP_ENV = --best
248 DIST_TARGETS = dist-gzip
249 distuninstallcheck_listfiles = find . -type f -print
250 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
251 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
252 distcleancheck_listfiles = find . -type f -print
253 ACLOCAL = @ACLOCAL@
254 AMTAR = @AMTAR@
255 AM_CFLAGS = @AM_CFLAGS@
256 AM_CPPFLAGS = @AM_CPPFLAGS@
257 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
258 AM_LDFLAGS = @AM_LDFLAGS@
259 AR = @AR@
260 AUTOCONF = @AUTOCONF@
261 AUTOHEADER = @AUTOHEADER@
262 AUTOMAKE = @AUTOMAKE@
263 AWK = @AWK@
264 CC = @CC@
265 CCDEPMODE = @CCDEPMODE@
266 CFLAGS = @CFLAGS@
267 CPP = @CPP@
268 CPPFLAGS = @CPPFLAGS@
269 CYGPATH_W = @CYGPATH_W@
270 DEFS = @DEFS@
271 DEPDIR = @DEPDIR@
272 DLLTOOL = @DLLTOOL@
273 DSYMUTIL = @DSYMUTIL@
274 DUMPBIN = @DUMPBIN@
275 ECHO_C = @ECHO_C@
276 ECHO_N = @ECHO_N@
277 ECHO_T = @ECHO_T@
278 EGREP = @EGREP@
279 EXEEXT = @EXEEXT@
280 FGREP = @FGREP@
281 GREP = @GREP@
282 INSTALL = @INSTALL@
283 INSTALL_DATA = @INSTALL_DATA@
284 INSTALL_PROGRAM = @INSTALL_PROGRAM@
285 INSTALL_SCRIPT = @INSTALL_SCRIPT@
286 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
287 LD = @LD@
288 LDFLAGS = @LDFLAGS@
289 LIBOBJS = @LIBOBJS@
290 LIBS = @LIBS@
291 LIBTOOL = @LIBTOOL@
292 LIPO = @LIPO@
293 LN_S = @LN_S@
294 LTLIBOBJS = @LTLIBOBJS@
295 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
296 MAKEINFO = @MAKEINFO@
297 MANIFEST_TOOL = @MANIFEST_TOOL@
298 MKDIR_P = @MKDIR_P@
299 NM = @NM@
300 NMEDIT = @NMEDIT@
301 OBJDUMP = @OBJDUMP@
302 OBJEXT = @OBJEXT@
303 OTOOL = @OTOOL@
304 OTOOL64 = @OTOOL64@
305 PACKAGE = @PACKAGE@
306 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
307 PACKAGE_NAME = @PACKAGE_NAME@
308 PACKAGE_STRING = @PACKAGE_STRING@
309 PACKAGE_TARNAME = @PACKAGE_TARNAME@
310 PACKAGE_URL = @PACKAGE_URL@
311 PACKAGE_VERSION = @PACKAGE_VERSION@
312 PATH_SEPARATOR = @PATH_SEPARATOR@
313 RANLIB = @RANLIB@
314 SED = @SED@
315 SET_MAKE = @SET_MAKE@
316 SHELL = @SHELL@
317 STRIP = @STRIP@
318 VERSION = @VERSION@
319 VERSION_MAJOR = @VERSION_MAJOR@
320 VERSION_MICRO = @VERSION_MICRO@
321 VERSION_MINOR = @VERSION_MINOR@
322 abs_builddir = @abs_builddir@
323 abs_srcdir = @abs_srcdir@
324 abs_top_builddir = @abs_top_builddir@
325 abs_top_srcdir = @abs_top_srcdir@
326 ac_ct_AR = @ac_ct_AR@
327 ac_ct_CC = @ac_ct_CC@
328 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
329 am__include = @am__include@
330 am__leading_dot = @am__leading_dot@
331 am__quote = @am__quote@
332 am__tar = @am__tar@
333 am__untar = @am__untar@
334 bindir = @bindir@
335 build = @build@
336 build_alias = @build_alias@
337 build_cpu = @build_cpu@
338 build_os = @build_os@
339 build_vendor = @build_vendor@
340 builddir = @builddir@
341 datadir = @datadir@
342 datarootdir = @datarootdir@
343 docdir = @docdir@
344 dvidir = @dvidir@
345 exec_prefix = @exec_prefix@
346 have_coverity = @have_coverity@
347 have_cython = @have_cython@
348 host = @host@
349 host_alias = @host_alias@
350 host_cpu = @host_cpu@
351 host_os = @host_os@
352 host_vendor = @host_vendor@
353 htmldir = @htmldir@
354 includedir = @includedir@
355 infodir = @infodir@
356 install_sh = @install_sh@
357 libdir = @libdir@
358 libexecdir = @libexecdir@
359 localedir = @localedir@
360 localstatedir = @localstatedir@
361 mandir = @mandir@
362 mkdir_p = @mkdir_p@
363 oldincludedir = @oldincludedir@
364 pdfdir = @pdfdir@
365 prefix = @prefix@
366 program_transform_name = @program_transform_name@
367 psdir = @psdir@
368 sbindir = @sbindir@
369 sharedstatedir = @sharedstatedir@
370 srcdir = @srcdir@
371 sysconfdir = @sysconfdir@
372 target_alias = @target_alias@
373 top_build_prefix = @top_build_prefix@
374 top_builddir = @top_builddir@
375 top_srcdir = @top_srcdir@
376 ACLOCAL_AMFLAGS = -I m4
377 SUBDIRS = include src tools tests doc
378 pkgconfdir = ${libdir}/pkgconfig
379 pkgconf_DATA = libseccomp.pc
380 EXTRA_DIST = CHANGELOG CREDITS LICENSE README SUBMITTING_PATCHES
381
382 # support silent builds
383 AM_MAKEFLAGS_0 = --quiet --no-print-directory
384 AM_MAKEFLAGS_1 =
385 AM_MAKEFLAGS_ = ${AM_MAKEFLAGS_0}
386 AM_MAKEFLAGS = ${AM_MAKEFLAGS_@AM_V@}
387 all: configure.h
388 $(MAKE) $(AM_MAKEFLAGS) all-recursive
389
390 .SUFFIXES:
391 am--refresh: Makefile
392 @:
393 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
394 @for dep in $?; do \
395 case '$(am__configure_deps)' in \
396 *$$dep*) \
397 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
398 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
399 && exit 0; \
400 exit 1;; \
401 esac; \
402 done; \
403 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
404 $(am__cd) $(top_srcdir) && \
405 $(AUTOMAKE) --foreign Makefile
406 .PRECIOUS: Makefile
407 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
408 @case '$?' in \
409 *config.status*) \
410 echo ' $(SHELL) ./config.status'; \
411 $(SHELL) ./config.status;; \
412 *) \
413 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
414 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
415 esac;
416
417 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
418 $(SHELL) ./config.status --recheck
419
420 $(top_srcdir)/configure: $(am__configure_deps)
421 $(am__cd) $(srcdir) && $(AUTOCONF)
422 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
423 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
424 $(am__aclocal_m4_deps):
425
426 configure.h: stamp-h1
427 @test -f $@ || rm -f stamp-h1
428 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
429
430 stamp-h1: $(srcdir)/configure.h.in $(top_builddir)/config.status
431 @rm -f stamp-h1
432 cd $(top_builddir) && $(SHELL) ./config.status configure.h
433 $(srcdir)/configure.h.in: $(am__configure_deps)
434 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
435 rm -f stamp-h1
436 touch $@
437
438 distclean-hdr:
439 -rm -f configure.h stamp-h1
440 libseccomp.pc: $(top_builddir)/config.status $(srcdir)/libseccomp.pc.in
441 cd $(top_builddir) && $(SHELL) ./config.status $@
442
443 mostlyclean-libtool:
444 -rm -f *.lo
445
446 clean-libtool:
447 -rm -rf .libs _libs
448
449 distclean-libtool:
450 -rm -f libtool config.lt
451 install-pkgconfDATA: $(pkgconf_DATA)
452 @$(NORMAL_INSTALL)
453 @list='$(pkgconf_DATA)'; test -n "$(pkgconfdir)" || list=; \
454 if test -n "$$list"; then \
455 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfdir)'"; \
456 $(MKDIR_P) "$(DESTDIR)$(pkgconfdir)" || exit 1; \
457 fi; \
458 for p in $$list; do \
459 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
460 echo "$$d$$p"; \
461 done | $(am__base_list) | \
462 while read files; do \
463 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfdir)'"; \
464 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfdir)" || exit $$?; \
465 done
466
467 uninstall-pkgconfDATA:
468 @$(NORMAL_UNINSTALL)
469 @list='$(pkgconf_DATA)'; test -n "$(pkgconfdir)" || list=; \
470 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
471 dir='$(DESTDIR)$(pkgconfdir)'; $(am__uninstall_files_from_dir)
472
473 # This directory's subdirectories are mostly independent; you can cd
474 # into them and run 'make' without going through this Makefile.
475 # To change the values of 'make' variables: instead of editing Makefiles,
476 # (1) if the variable is set in 'config.status', edit 'config.status'
477 # (which will cause the Makefiles to be regenerated when you run 'make');
478 # (2) otherwise, pass the desired values on the 'make' command line.
479 $(am__recursive_targets):
480 @fail=; \
481 if $(am__make_keepgoing); then \
482 failcom='fail=yes'; \
483 else \
484 failcom='exit 1'; \
485 fi; \
486 dot_seen=no; \
487 target=`echo $@ | sed s/-recursive//`; \
488 case "$@" in \
489 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
490 *) list='$(SUBDIRS)' ;; \
491 esac; \
492 for subdir in $$list; do \
493 echo "Making $$target in $$subdir"; \
494 if test "$$subdir" = "."; then \
495 dot_seen=yes; \
496 local_target="$$target-am"; \
497 else \
498 local_target="$$target"; \
499 fi; \
500 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
501 || eval $$failcom; \
502 done; \
503 if test "$$dot_seen" = "no"; then \
504 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
505 fi; test -z "$$fail"
506
507 ID: $(am__tagged_files)
508 $(am__define_uniq_tagged_files); mkid -fID $$unique
509 tags: tags-recursive
510 TAGS: tags
511
512 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
513 set x; \
514 here=`pwd`; \
515 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
516 include_option=--etags-include; \
517 empty_fix=.; \
518 else \
519 include_option=--include; \
520 empty_fix=; \
521 fi; \
522 list='$(SUBDIRS)'; for subdir in $$list; do \
523 if test "$$subdir" = .; then :; else \
524 test ! -f $$subdir/TAGS || \
525 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
526 fi; \
527 done; \
528 $(am__define_uniq_tagged_files); \
529 shift; \
530 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
531 test -n "$$unique" || unique=$$empty_fix; \
532 if test $$# -gt 0; then \
533 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
534 "$$@" $$unique; \
535 else \
536 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
537 $$unique; \
538 fi; \
539 fi
540 ctags: ctags-recursive
541
542 CTAGS: ctags
543 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
544 $(am__define_uniq_tagged_files); \
545 test -z "$(CTAGS_ARGS)$$unique" \
546 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
547 $$unique
548
549 GTAGS:
550 here=`$(am__cd) $(top_builddir) && pwd` \
551 && $(am__cd) $(top_srcdir) \
552 && gtags -i $(GTAGS_ARGS) "$$here"
553 cscope: cscope.files
554 test ! -s cscope.files \
555 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
556 clean-cscope:
557 -rm -f cscope.files
558 cscope.files: clean-cscope cscopelist
559 cscopelist: cscopelist-recursive
560
561 cscopelist-am: $(am__tagged_files)
562 list='$(am__tagged_files)'; \
563 case "$(srcdir)" in \
564 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
565 *) sdir=$(subdir)/$(srcdir) ;; \
566 esac; \
567 for i in $$list; do \
568 if test -f "$$i"; then \
569 echo "$(subdir)/$$i"; \
570 else \
571 echo "$$sdir/$$i"; \
572 fi; \
573 done >> $(top_builddir)/cscope.files
574
575 distclean-tags:
576 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
577 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
578
579 distdir: $(DISTFILES)
580 $(am__remove_distdir)
581 test -d "$(distdir)" || mkdir "$(distdir)"
582 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
583 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
584 list='$(DISTFILES)'; \
585 dist_files=`for file in $$list; do echo $$file; done | \
586 sed -e "s|^$$srcdirstrip/||;t" \
587 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
588 case $$dist_files in \
589 */*) $(MKDIR_P) `echo "$$dist_files" | \
590 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
591 sort -u` ;; \
592 esac; \
593 for file in $$dist_files; do \
594 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
595 if test -d $$d/$$file; then \
596 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
597 if test -d "$(distdir)/$$file"; then \
598 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
599 fi; \
600 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
601 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
602 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
603 fi; \
604 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
605 else \
606 test -f "$(distdir)/$$file" \
607 || cp -p $$d/$$file "$(distdir)/$$file" \
608 || exit 1; \
609 fi; \
610 done
611 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
612 if test "$$subdir" = .; then :; else \
613 $(am__make_dryrun) \
614 || test -d "$(distdir)/$$subdir" \
615 || $(MKDIR_P) "$(distdir)/$$subdir" \
616 || exit 1; \
617 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
618 $(am__relativize); \
619 new_distdir=$$reldir; \
620 dir1=$$subdir; dir2="$(top_distdir)"; \
621 $(am__relativize); \
622 new_top_distdir=$$reldir; \
623 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
624 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
625 ($(am__cd) $$subdir && \
626 $(MAKE) $(AM_MAKEFLAGS) \
627 top_distdir="$$new_top_distdir" \
628 distdir="$$new_distdir" \
629 am__remove_distdir=: \
630 am__skip_length_check=: \
631 am__skip_mode_fix=: \
632 distdir) \
633 || exit 1; \
634 fi; \
635 done
636 -test -n "$(am__skip_mode_fix)" \
637 || find "$(distdir)" -type d ! -perm -755 \
638 -exec chmod u+rwx,go+rx {} \; -o \
639 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
640 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
641 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
642 || chmod -R a+r "$(distdir)"
643 dist-gzip: distdir
644 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
645 $(am__post_remove_distdir)
646
647 dist-bzip2: distdir
648 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
649 $(am__post_remove_distdir)
650
651 dist-lzip: distdir
652 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
653 $(am__post_remove_distdir)
654
655 dist-xz: distdir
656 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
657 $(am__post_remove_distdir)
658
659 dist-tarZ: distdir
660 @echo WARNING: "Support for shar distribution archives is" \
661 "deprecated." >&2
662 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
663 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
664 $(am__post_remove_distdir)
665
666 dist-shar: distdir
667 @echo WARNING: "Support for distribution archives compressed with" \
668 "legacy program 'compress' is deprecated." >&2
669 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
670 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
671 $(am__post_remove_distdir)
672
673 dist-zip: distdir
674 -rm -f $(distdir).zip
675 zip -rq $(distdir).zip $(distdir)
676 $(am__post_remove_distdir)
677
678 dist dist-all:
679 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
680 $(am__post_remove_distdir)
681
682 # This target untars the dist file and tries a VPATH configuration. Then
683 # it guarantees that the distribution is self-contained by making another
684 # tarfile.
685 distcheck: dist
686 case '$(DIST_ARCHIVES)' in \
687 *.tar.gz*) \
688 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
689 *.tar.bz2*) \
690 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
691 *.tar.lz*) \
692 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
693 *.tar.xz*) \
694 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
695 *.tar.Z*) \
696 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
697 *.shar.gz*) \
698 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
699 *.zip*) \
700 unzip $(distdir).zip ;;\
701 esac
702 chmod -R a-w $(distdir)
703 chmod u+w $(distdir)
704 mkdir $(distdir)/_build $(distdir)/_inst
705 chmod a-w $(distdir)
706 test -d $(distdir)/_build || exit 0; \
707 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
708 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
709 && am__cwd=`pwd` \
710 && $(am__cd) $(distdir)/_build \
711 && ../configure \
712 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
713 $(DISTCHECK_CONFIGURE_FLAGS) \
714 --srcdir=.. --prefix="$$dc_install_base" \
715 && $(MAKE) $(AM_MAKEFLAGS) \
716 && $(MAKE) $(AM_MAKEFLAGS) dvi \
717 && $(MAKE) $(AM_MAKEFLAGS) check \
718 && $(MAKE) $(AM_MAKEFLAGS) install \
719 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
720 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
721 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
722 distuninstallcheck \
723 && chmod -R a-w "$$dc_install_base" \
724 && ({ \
725 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
726 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
727 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
728 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
729 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
730 } || { rm -rf "$$dc_destdir"; exit 1; }) \
731 && rm -rf "$$dc_destdir" \
732 && $(MAKE) $(AM_MAKEFLAGS) dist \
733 && rm -rf $(DIST_ARCHIVES) \
734 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
735 && cd "$$am__cwd" \
736 || exit 1
737 $(am__post_remove_distdir)
738 @(echo "$(distdir) archives ready for distribution: "; \
739 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
740 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
741 distuninstallcheck:
742 @test -n '$(distuninstallcheck_dir)' || { \
743 echo 'ERROR: trying to run $@ with an empty' \
744 '$$(distuninstallcheck_dir)' >&2; \
745 exit 1; \
746 }; \
747 $(am__cd) '$(distuninstallcheck_dir)' || { \
748 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
749 exit 1; \
750 }; \
751 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
752 || { echo "ERROR: files left after uninstall:" ; \
753 if test -n "$(DESTDIR)"; then \
754 echo " (check DESTDIR support)"; \
755 fi ; \
756 $(distuninstallcheck_listfiles) ; \
757 exit 1; } >&2
758 distcleancheck: distclean
759 @if test '$(srcdir)' = . ; then \
760 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
761 exit 1 ; \
762 fi
763 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
764 || { echo "ERROR: files left in build directory after distclean:" ; \
765 $(distcleancheck_listfiles) ; \
766 exit 1; } >&2
767 check-am: all-am
768 check: check-recursive
769 all-am: Makefile $(DATA) configure.h
770 installdirs: installdirs-recursive
771 installdirs-am:
772 for dir in "$(DESTDIR)$(pkgconfdir)"; do \
773 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
774 done
775 install: install-recursive
776 install-exec: install-exec-recursive
777 install-data: install-data-recursive
778 uninstall: uninstall-recursive
779
780 install-am: all-am
781 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
782
783 installcheck: installcheck-recursive
784 install-strip:
785 if test -z '$(STRIP)'; then \
786 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
787 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
788 install; \
789 else \
790 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
791 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
792 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
793 fi
794 mostlyclean-generic:
795
796 clean-generic:
797
798 distclean-generic:
799 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
800 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
801
802 maintainer-clean-generic:
803 @echo "This command is intended for maintainers to use"
804 @echo "it deletes files that may require special tools to rebuild."
805 clean: clean-recursive
806
807 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
808
809 distclean: distclean-recursive
810 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
811 -rm -f Makefile
812 distclean-am: clean-am distclean-generic distclean-hdr \
813 distclean-libtool distclean-tags
814
815 dvi: dvi-recursive
816
817 dvi-am:
818
819 html: html-recursive
820
821 html-am:
822
823 info: info-recursive
824
825 info-am:
826
827 install-data-am: install-pkgconfDATA
828
829 install-dvi: install-dvi-recursive
830
831 install-dvi-am:
832
833 install-exec-am:
834
835 install-html: install-html-recursive
836
837 install-html-am:
838
839 install-info: install-info-recursive
840
841 install-info-am:
842
843 install-man:
844
845 install-pdf: install-pdf-recursive
846
847 install-pdf-am:
848
849 install-ps: install-ps-recursive
850
851 install-ps-am:
852
853 installcheck-am:
854
855 maintainer-clean: maintainer-clean-recursive
856 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
857 -rm -rf $(top_srcdir)/autom4te.cache
858 -rm -f Makefile
859 maintainer-clean-am: distclean-am maintainer-clean-generic
860
861 mostlyclean: mostlyclean-recursive
862
863 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
864
865 pdf: pdf-recursive
866
867 pdf-am:
868
869 ps: ps-recursive
870
871 ps-am:
872
873 uninstall-am: uninstall-pkgconfDATA
874
875 .MAKE: $(am__recursive_targets) all install-am install-strip
876
877 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
878 am--refresh check check-am clean clean-cscope clean-generic \
879 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
880 dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
881 dist-tarZ dist-xz dist-zip distcheck distclean \
882 distclean-generic distclean-hdr distclean-libtool \
883 distclean-tags distcleancheck distdir distuninstallcheck dvi \
884 dvi-am html html-am info info-am install install-am \
885 install-data install-data-am install-dvi install-dvi-am \
886 install-exec install-exec-am install-html install-html-am \
887 install-info install-info-am install-man install-pdf \
888 install-pdf-am install-pkgconfDATA install-ps install-ps-am \
889 install-strip installcheck installcheck-am installdirs \
890 installdirs-am maintainer-clean maintainer-clean-generic \
891 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
892 ps ps-am tags tags-am uninstall uninstall-am \
893 uninstall-pkgconfDATA
894
895
896 check-build: all
897 ${MAKE} ${AM_MAKEFLAGS} -C src check-build
898 ${MAKE} ${AM_MAKEFLAGS} -C tests check-build
899
900 check-syntax:
901 @./tools/check-syntax
902
903 @COVERITY_TRUE@coverity-build: clean
904 @COVERITY_TRUE@ cov-build --dir cov-int ${MAKE} ${AM_MAKEFLAGS} check-build
905
906 @COVERITY_TRUE@coverity-tarball: coverity-build
907 @COVERITY_TRUE@ @if git rev-parse HEAD &> /dev/null; then \
908 @COVERITY_TRUE@ rev_full=$$(git rev-parse HEAD); \
909 @COVERITY_TRUE@ rev=$$(echo $$rev_full | cut -c1-8); \
910 @COVERITY_TRUE@ else \
911 @COVERITY_TRUE@ rev_full=$$(date --iso-8601=date); \
912 @COVERITY_TRUE@ rev=$$rev_full; \
913 @COVERITY_TRUE@ fi; \
914 @COVERITY_TRUE@ tar czf libseccomp-coverity_$$rev.tar.gz cov-int; \
915 @COVERITY_TRUE@ echo " HEAD revision: $$rev_full"; \
916 @COVERITY_TRUE@ ls -l libseccomp-coverity_$$rev.tar.gz
917
918 clean-local:
919 ${RM} -rf cov-int libseccomp-coverity_*.tar.gz
920
921 # Tell versions [3.59,3.63) of GNU make to not export all variables.
922 # Otherwise a system limit (for SysV at least) may be exceeded.
923 .NOEXPORT:
This page took 0.048297 seconds and 4 git commands to generate.