Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / 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
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
35VPATH = @srcdir@
36am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
37am__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
79am__make_dryrun = (target_option=n; $(am__make_running_with_option))
80am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
81pkgdatadir = $(datadir)/@PACKAGE@
82pkgincludedir = $(includedir)/@PACKAGE@
83pkglibdir = $(libdir)/@PACKAGE@
84pkglibexecdir = $(libexecdir)/@PACKAGE@
85am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
86install_sh_DATA = $(install_sh) -c -m 644
87install_sh_PROGRAM = $(install_sh) -c
88install_sh_SCRIPT = $(install_sh) -c
89INSTALL_HEADER = $(INSTALL_DATA)
90transform = $(program_transform_name)
91NORMAL_INSTALL = :
92PRE_INSTALL = :
93POST_INSTALL = :
94NORMAL_UNINSTALL = :
95PRE_UNINSTALL = :
96POST_UNINSTALL = :
97build_triplet = @build@
98host_triplet = @host@
99subdir = .
100DIST_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
112ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113am__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
117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118 $(ACLOCAL_M4)
119am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
120 configure.lineno config.status.lineno
121mkinstalldirs = $(install_sh) -d
122CONFIG_HEADER = configure.h
123CONFIG_CLEAN_FILES = libseccomp.pc
124CONFIG_CLEAN_VPATH_FILES =
125AM_V_P = $(am__v_P_@AM_V@)
126am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
127am__v_P_0 = false
128am__v_P_1 = :
129AM_V_GEN = $(am__v_GEN_@AM_V@)
130am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131am__v_GEN_0 = @echo " GEN " $@;
132am__v_GEN_1 =
133AM_V_at = $(am__v_at_@AM_V@)
134am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135am__v_at_0 = @
136am__v_at_1 =
137SOURCES =
138DIST_SOURCES =
139RECURSIVE_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
147am__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
152am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
153am__vpath_adj = case $$p in \
154 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
155 *) f=$$p;; \
156 esac;
157am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
158am__install_max = 40
159am__nobase_strip_setup = \
160 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
161am__nobase_strip = \
162 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
163am__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] }'
170am__base_list = \
171 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
172 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
173am__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 }
179am__installdirs = "$(DESTDIR)$(pkgconfdir)"
180DATA = $(pkgconf_DATA)
181RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
182 distclean-recursive maintainer-clean-recursive
183am__recursive_targets = \
184 $(RECURSIVE_TARGETS) \
185 $(RECURSIVE_CLEAN_TARGETS) \
186 $(am__extra_recursive_targets)
187AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
188 cscope distdir dist dist-all distcheck
189am__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.
194am__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.
202am__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)`
207ETAGS = etags
208CTAGS = ctags
209CSCOPE = cscope
210DIST_SUBDIRS = $(SUBDIRS)
211DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
212distdir = $(PACKAGE)-$(VERSION)
213top_distdir = $(distdir)
214am__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
220am__post_remove_distdir = $(am__remove_distdir)
221am__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"
246DIST_ARCHIVES = $(distdir).tar.gz
247GZIP_ENV = --best
248DIST_TARGETS = dist-gzip
249distuninstallcheck_listfiles = find . -type f -print
250am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
251 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
252distcleancheck_listfiles = find . -type f -print
253ACLOCAL = @ACLOCAL@
254AMTAR = @AMTAR@
255AM_CFLAGS = @AM_CFLAGS@
256AM_CPPFLAGS = @AM_CPPFLAGS@
257AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
258AM_LDFLAGS = @AM_LDFLAGS@
259AR = @AR@
260AUTOCONF = @AUTOCONF@
261AUTOHEADER = @AUTOHEADER@
262AUTOMAKE = @AUTOMAKE@
263AWK = @AWK@
264CC = @CC@
265CCDEPMODE = @CCDEPMODE@
266CFLAGS = @CFLAGS@
267CPP = @CPP@
268CPPFLAGS = @CPPFLAGS@
269CYGPATH_W = @CYGPATH_W@
270DEFS = @DEFS@
271DEPDIR = @DEPDIR@
272DLLTOOL = @DLLTOOL@
273DSYMUTIL = @DSYMUTIL@
274DUMPBIN = @DUMPBIN@
275ECHO_C = @ECHO_C@
276ECHO_N = @ECHO_N@
277ECHO_T = @ECHO_T@
278EGREP = @EGREP@
279EXEEXT = @EXEEXT@
280FGREP = @FGREP@
281GREP = @GREP@
282INSTALL = @INSTALL@
283INSTALL_DATA = @INSTALL_DATA@
284INSTALL_PROGRAM = @INSTALL_PROGRAM@
285INSTALL_SCRIPT = @INSTALL_SCRIPT@
286INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
287LD = @LD@
288LDFLAGS = @LDFLAGS@
289LIBOBJS = @LIBOBJS@
290LIBS = @LIBS@
291LIBTOOL = @LIBTOOL@
292LIPO = @LIPO@
293LN_S = @LN_S@
294LTLIBOBJS = @LTLIBOBJS@
295LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
296MAKEINFO = @MAKEINFO@
297MANIFEST_TOOL = @MANIFEST_TOOL@
298MKDIR_P = @MKDIR_P@
299NM = @NM@
300NMEDIT = @NMEDIT@
301OBJDUMP = @OBJDUMP@
302OBJEXT = @OBJEXT@
303OTOOL = @OTOOL@
304OTOOL64 = @OTOOL64@
305PACKAGE = @PACKAGE@
306PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
307PACKAGE_NAME = @PACKAGE_NAME@
308PACKAGE_STRING = @PACKAGE_STRING@
309PACKAGE_TARNAME = @PACKAGE_TARNAME@
310PACKAGE_URL = @PACKAGE_URL@
311PACKAGE_VERSION = @PACKAGE_VERSION@
312PATH_SEPARATOR = @PATH_SEPARATOR@
313RANLIB = @RANLIB@
314SED = @SED@
315SET_MAKE = @SET_MAKE@
316SHELL = @SHELL@
317STRIP = @STRIP@
318VERSION = @VERSION@
319VERSION_MAJOR = @VERSION_MAJOR@
320VERSION_MICRO = @VERSION_MICRO@
321VERSION_MINOR = @VERSION_MINOR@
322abs_builddir = @abs_builddir@
323abs_srcdir = @abs_srcdir@
324abs_top_builddir = @abs_top_builddir@
325abs_top_srcdir = @abs_top_srcdir@
326ac_ct_AR = @ac_ct_AR@
327ac_ct_CC = @ac_ct_CC@
328ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
329am__include = @am__include@
330am__leading_dot = @am__leading_dot@
331am__quote = @am__quote@
332am__tar = @am__tar@
333am__untar = @am__untar@
334bindir = @bindir@
335build = @build@
336build_alias = @build_alias@
337build_cpu = @build_cpu@
338build_os = @build_os@
339build_vendor = @build_vendor@
340builddir = @builddir@
341datadir = @datadir@
342datarootdir = @datarootdir@
343docdir = @docdir@
344dvidir = @dvidir@
345exec_prefix = @exec_prefix@
346have_coverity = @have_coverity@
347have_cython = @have_cython@
348host = @host@
349host_alias = @host_alias@
350host_cpu = @host_cpu@
351host_os = @host_os@
352host_vendor = @host_vendor@
353htmldir = @htmldir@
354includedir = @includedir@
355infodir = @infodir@
356install_sh = @install_sh@
357libdir = @libdir@
358libexecdir = @libexecdir@
359localedir = @localedir@
360localstatedir = @localstatedir@
361mandir = @mandir@
362mkdir_p = @mkdir_p@
363oldincludedir = @oldincludedir@
364pdfdir = @pdfdir@
365prefix = @prefix@
366program_transform_name = @program_transform_name@
367psdir = @psdir@
368sbindir = @sbindir@
369sharedstatedir = @sharedstatedir@
370srcdir = @srcdir@
371sysconfdir = @sysconfdir@
372target_alias = @target_alias@
373top_build_prefix = @top_build_prefix@
374top_builddir = @top_builddir@
375top_srcdir = @top_srcdir@
376ACLOCAL_AMFLAGS = -I m4
377SUBDIRS = include src tools tests doc
378pkgconfdir = ${libdir}/pkgconfig
379pkgconf_DATA = libseccomp.pc
380EXTRA_DIST = CHANGELOG CREDITS LICENSE README SUBMITTING_PATCHES
381
382# support silent builds
383AM_MAKEFLAGS_0 = --quiet --no-print-directory
384AM_MAKEFLAGS_1 =
385AM_MAKEFLAGS_ = ${AM_MAKEFLAGS_0}
386AM_MAKEFLAGS = ${AM_MAKEFLAGS_@AM_V@}
387all: configure.h
388 $(MAKE) $(AM_MAKEFLAGS) all-recursive
389
390.SUFFIXES:
391am--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
407Makefile: $(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
426configure.h: stamp-h1
427 @test -f $@ || rm -f stamp-h1
428 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
429
430stamp-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
438distclean-hdr:
439 -rm -f configure.h stamp-h1
440libseccomp.pc: $(top_builddir)/config.status $(srcdir)/libseccomp.pc.in
441 cd $(top_builddir) && $(SHELL) ./config.status $@
442
443mostlyclean-libtool:
444 -rm -f *.lo
445
446clean-libtool:
447 -rm -rf .libs _libs
448
449distclean-libtool:
450 -rm -f libtool config.lt
451install-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
467uninstall-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
507ID: $(am__tagged_files)
508 $(am__define_uniq_tagged_files); mkid -fID $$unique
509tags: tags-recursive
510TAGS: tags
511
512tags-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
540ctags: ctags-recursive
541
542CTAGS: ctags
543ctags-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
549GTAGS:
550 here=`$(am__cd) $(top_builddir) && pwd` \
551 && $(am__cd) $(top_srcdir) \
552 && gtags -i $(GTAGS_ARGS) "$$here"
553cscope: cscope.files
554 test ! -s cscope.files \
555 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
556clean-cscope:
557 -rm -f cscope.files
558cscope.files: clean-cscope cscopelist
559cscopelist: cscopelist-recursive
560
561cscopelist-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
575distclean-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
579distdir: $(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)"
643dist-gzip: distdir
644 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
645 $(am__post_remove_distdir)
646
647dist-bzip2: distdir
648 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
649 $(am__post_remove_distdir)
650
651dist-lzip: distdir
652 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
653 $(am__post_remove_distdir)
654
655dist-xz: distdir
656 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
657 $(am__post_remove_distdir)
658
659dist-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
666dist-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
673dist-zip: distdir
674 -rm -f $(distdir).zip
675 zip -rq $(distdir).zip $(distdir)
676 $(am__post_remove_distdir)
677
678dist 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.
685distcheck: 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'
741distuninstallcheck:
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
758distcleancheck: 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
767check-am: all-am
768check: check-recursive
769all-am: Makefile $(DATA) configure.h
770installdirs: installdirs-recursive
771installdirs-am:
772 for dir in "$(DESTDIR)$(pkgconfdir)"; do \
773 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
774 done
775install: install-recursive
776install-exec: install-exec-recursive
777install-data: install-data-recursive
778uninstall: uninstall-recursive
779
780install-am: all-am
781 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
782
783installcheck: installcheck-recursive
784install-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
794mostlyclean-generic:
795
796clean-generic:
797
798distclean-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
802maintainer-clean-generic:
803 @echo "This command is intended for maintainers to use"
804 @echo "it deletes files that may require special tools to rebuild."
805clean: clean-recursive
806
807clean-am: clean-generic clean-libtool clean-local mostlyclean-am
808
809distclean: distclean-recursive
810 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
811 -rm -f Makefile
812distclean-am: clean-am distclean-generic distclean-hdr \
813 distclean-libtool distclean-tags
814
815dvi: dvi-recursive
816
817dvi-am:
818
819html: html-recursive
820
821html-am:
822
823info: info-recursive
824
825info-am:
826
827install-data-am: install-pkgconfDATA
828
829install-dvi: install-dvi-recursive
830
831install-dvi-am:
832
833install-exec-am:
834
835install-html: install-html-recursive
836
837install-html-am:
838
839install-info: install-info-recursive
840
841install-info-am:
842
843install-man:
844
845install-pdf: install-pdf-recursive
846
847install-pdf-am:
848
849install-ps: install-ps-recursive
850
851install-ps-am:
852
853installcheck-am:
854
855maintainer-clean: maintainer-clean-recursive
856 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
857 -rm -rf $(top_srcdir)/autom4te.cache
858 -rm -f Makefile
859maintainer-clean-am: distclean-am maintainer-clean-generic
860
861mostlyclean: mostlyclean-recursive
862
863mostlyclean-am: mostlyclean-generic mostlyclean-libtool
864
865pdf: pdf-recursive
866
867pdf-am:
868
869ps: ps-recursive
870
871ps-am:
872
873uninstall-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
896check-build: all
897 ${MAKE} ${AM_MAKEFLAGS} -C src check-build
898 ${MAKE} ${AM_MAKEFLAGS} -C tests check-build
899
900check-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
918clean-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.057369 seconds and 4 git commands to generate.