Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / src / 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 Source Files
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 @ENABLE_PYTHON_TRUE@am__append_1 = python
100 TESTS = arch-syscall-check$(EXEEXT)
101 check_PROGRAMS = arch-syscall-check$(EXEEXT) \
102 arch-syscall-dump$(EXEEXT)
103 subdir = src
104 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
105 $(top_srcdir)/build-aux/depcomp
106 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
107 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
108 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
109 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
110 $(top_srcdir)/configure.ac
111 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
112 $(ACLOCAL_M4)
113 mkinstalldirs = $(install_sh) -d
114 CONFIG_HEADER = $(top_builddir)/configure.h
115 CONFIG_CLEAN_FILES =
116 CONFIG_CLEAN_VPATH_FILES =
117 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
118 am__vpath_adj = case $$p in \
119 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
120 *) f=$$p;; \
121 esac;
122 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
123 am__install_max = 40
124 am__nobase_strip_setup = \
125 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
126 am__nobase_strip = \
127 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
128 am__nobase_list = $(am__nobase_strip_setup); \
129 for p in $$list; do echo "$$p $$p"; done | \
130 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
131 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
132 if (++n[$$2] == $(am__install_max)) \
133 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
134 END { for (dir in files) print dir, files[dir] }'
135 am__base_list = \
136 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
137 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
138 am__uninstall_files_from_dir = { \
139 test -z "$$files" \
140 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
141 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
142 $(am__cd) "$$dir" && rm -f $$files; }; \
143 }
144 am__installdirs = "$(DESTDIR)$(libdir)"
145 LTLIBRARIES = $(lib_LTLIBRARIES)
146 libseccomp_la_LIBADD =
147 am__objects_1 = libseccomp_la-api.lo libseccomp_la-system.lo \
148 libseccomp_la-gen_pfc.lo libseccomp_la-gen_bpf.lo \
149 libseccomp_la-hash.lo libseccomp_la-db.lo \
150 libseccomp_la-arch.lo libseccomp_la-arch-x86.lo \
151 libseccomp_la-arch-x86-syscalls.lo \
152 libseccomp_la-arch-x86_64.lo \
153 libseccomp_la-arch-x86_64-syscalls.lo \
154 libseccomp_la-arch-x32.lo libseccomp_la-arch-x32-syscalls.lo \
155 libseccomp_la-arch-arm.lo libseccomp_la-arch-arm-syscalls.lo \
156 libseccomp_la-arch-aarch64.lo \
157 libseccomp_la-arch-aarch64-syscalls.lo \
158 libseccomp_la-arch-mips.lo libseccomp_la-arch-mips-syscalls.lo \
159 libseccomp_la-arch-mips64.lo \
160 libseccomp_la-arch-mips64-syscalls.lo \
161 libseccomp_la-arch-mips64n32.lo \
162 libseccomp_la-arch-mips64n32-syscalls.lo \
163 libseccomp_la-arch-ppc.lo libseccomp_la-arch-ppc-syscalls.lo \
164 libseccomp_la-arch-ppc64.lo \
165 libseccomp_la-arch-ppc64-syscalls.lo \
166 libseccomp_la-arch-s390.lo libseccomp_la-arch-s390-syscalls.lo \
167 libseccomp_la-arch-s390x.lo \
168 libseccomp_la-arch-s390x-syscalls.lo
169 am_libseccomp_la_OBJECTS = $(am__objects_1)
170 libseccomp_la_OBJECTS = $(am_libseccomp_la_OBJECTS)
171 AM_V_lt = $(am__v_lt_@AM_V@)
172 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
173 am__v_lt_0 = --silent
174 am__v_lt_1 =
175 libseccomp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
176 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libseccomp_la_CFLAGS) \
177 $(CFLAGS) $(libseccomp_la_LDFLAGS) $(LDFLAGS) -o $@
178 am__objects_2 = api.$(OBJEXT) system.$(OBJEXT) gen_pfc.$(OBJEXT) \
179 gen_bpf.$(OBJEXT) hash.$(OBJEXT) db.$(OBJEXT) arch.$(OBJEXT) \
180 arch-x86.$(OBJEXT) arch-x86-syscalls.$(OBJEXT) \
181 arch-x86_64.$(OBJEXT) arch-x86_64-syscalls.$(OBJEXT) \
182 arch-x32.$(OBJEXT) arch-x32-syscalls.$(OBJEXT) \
183 arch-arm.$(OBJEXT) arch-arm-syscalls.$(OBJEXT) \
184 arch-aarch64.$(OBJEXT) arch-aarch64-syscalls.$(OBJEXT) \
185 arch-mips.$(OBJEXT) arch-mips-syscalls.$(OBJEXT) \
186 arch-mips64.$(OBJEXT) arch-mips64-syscalls.$(OBJEXT) \
187 arch-mips64n32.$(OBJEXT) arch-mips64n32-syscalls.$(OBJEXT) \
188 arch-ppc.$(OBJEXT) arch-ppc-syscalls.$(OBJEXT) \
189 arch-ppc64.$(OBJEXT) arch-ppc64-syscalls.$(OBJEXT) \
190 arch-s390.$(OBJEXT) arch-s390-syscalls.$(OBJEXT) \
191 arch-s390x.$(OBJEXT) arch-s390x-syscalls.$(OBJEXT)
192 am_arch_syscall_check_OBJECTS = arch-syscall-check.$(OBJEXT) \
193 $(am__objects_2)
194 arch_syscall_check_OBJECTS = $(am_arch_syscall_check_OBJECTS)
195 arch_syscall_check_LDADD = $(LDADD)
196 am_arch_syscall_dump_OBJECTS = arch-syscall-dump.$(OBJEXT) \
197 $(am__objects_2)
198 arch_syscall_dump_OBJECTS = $(am_arch_syscall_dump_OBJECTS)
199 arch_syscall_dump_LDADD = $(LDADD)
200 AM_V_P = $(am__v_P_@AM_V@)
201 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
202 am__v_P_0 = false
203 am__v_P_1 = :
204 AM_V_GEN = $(am__v_GEN_@AM_V@)
205 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
206 am__v_GEN_0 = @echo " GEN " $@;
207 am__v_GEN_1 =
208 AM_V_at = $(am__v_at_@AM_V@)
209 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
210 am__v_at_0 = @
211 am__v_at_1 =
212 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
213 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
214 am__depfiles_maybe = depfiles
215 am__mv = mv -f
216 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
217 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
218 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
219 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
220 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
221 $(AM_CFLAGS) $(CFLAGS)
222 AM_V_CC = $(am__v_CC_@AM_V@)
223 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
224 am__v_CC_0 = @echo " CC " $@;
225 am__v_CC_1 =
226 CCLD = $(CC)
227 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
228 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
229 $(AM_LDFLAGS) $(LDFLAGS) -o $@
230 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
231 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
232 am__v_CCLD_0 = @echo " CCLD " $@;
233 am__v_CCLD_1 =
234 SOURCES = $(libseccomp_la_SOURCES) $(arch_syscall_check_SOURCES) \
235 $(arch_syscall_dump_SOURCES)
236 DIST_SOURCES = $(libseccomp_la_SOURCES) $(arch_syscall_check_SOURCES) \
237 $(arch_syscall_dump_SOURCES)
238 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
239 ctags-recursive dvi-recursive html-recursive info-recursive \
240 install-data-recursive install-dvi-recursive \
241 install-exec-recursive install-html-recursive \
242 install-info-recursive install-pdf-recursive \
243 install-ps-recursive install-recursive installcheck-recursive \
244 installdirs-recursive pdf-recursive ps-recursive \
245 tags-recursive uninstall-recursive
246 am__can_run_installinfo = \
247 case $$AM_UPDATE_INFO_DIR in \
248 n|no|NO) false;; \
249 *) (install-info --version) >/dev/null 2>&1;; \
250 esac
251 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
252 distclean-recursive maintainer-clean-recursive
253 am__recursive_targets = \
254 $(RECURSIVE_TARGETS) \
255 $(RECURSIVE_CLEAN_TARGETS) \
256 $(am__extra_recursive_targets)
257 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
258 distdir
259 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
260 # Read a list of newline-separated strings from the standard input,
261 # and print each of them once, without duplicates. Input order is
262 # *not* preserved.
263 am__uniquify_input = $(AWK) '\
264 BEGIN { nonempty = 0; } \
265 { items[$$0] = 1; nonempty = 1; } \
266 END { if (nonempty) { for (i in items) print i; }; } \
267 '
268 # Make sure the list of sources is unique. This is necessary because,
269 # e.g., the same source file might be shared among _SOURCES variables
270 # for different programs/libraries.
271 am__define_uniq_tagged_files = \
272 list='$(am__tagged_files)'; \
273 unique=`for i in $$list; do \
274 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
275 done | $(am__uniquify_input)`
276 ETAGS = etags
277 CTAGS = ctags
278 am__tty_colors_dummy = \
279 mgn= red= grn= lgn= blu= brg= std=; \
280 am__color_tests=no
281 am__tty_colors = { \
282 $(am__tty_colors_dummy); \
283 if test "X$(AM_COLOR_TESTS)" = Xno; then \
284 am__color_tests=no; \
285 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
286 am__color_tests=yes; \
287 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
288 am__color_tests=yes; \
289 fi; \
290 if test $$am__color_tests = yes; then \
291 red='\e[0;31m'; \
292 grn='\e[0;32m'; \
293 lgn='\e[1;32m'; \
294 blu='\e[1;34m'; \
295 mgn='\e[0;35m'; \
296 brg='\e[1m'; \
297 std='\e[m'; \
298 fi; \
299 }
300 DIST_SUBDIRS = . python
301 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
302 am__relativize = \
303 dir0=`pwd`; \
304 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
305 sed_rest='s,^[^/]*/*,,'; \
306 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
307 sed_butlast='s,/*[^/]*$$,,'; \
308 while test -n "$$dir1"; do \
309 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
310 if test "$$first" != "."; then \
311 if test "$$first" = ".."; then \
312 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
313 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
314 else \
315 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
316 if test "$$first2" = "$$first"; then \
317 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
318 else \
319 dir2="../$$dir2"; \
320 fi; \
321 dir0="$$dir0"/"$$first"; \
322 fi; \
323 fi; \
324 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
325 done; \
326 reldir="$$dir2"
327 ACLOCAL = @ACLOCAL@
328 AMTAR = @AMTAR@
329 AM_CFLAGS = @AM_CFLAGS@
330 AM_CPPFLAGS = @AM_CPPFLAGS@
331 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
332 AM_LDFLAGS = @AM_LDFLAGS@
333 AR = @AR@
334 AUTOCONF = @AUTOCONF@
335 AUTOHEADER = @AUTOHEADER@
336 AUTOMAKE = @AUTOMAKE@
337 AWK = @AWK@
338 CC = @CC@
339 CCDEPMODE = @CCDEPMODE@
340 CFLAGS = @CFLAGS@
341 CPP = @CPP@
342 CPPFLAGS = @CPPFLAGS@
343 CYGPATH_W = @CYGPATH_W@
344 DEFS = @DEFS@
345 DEPDIR = @DEPDIR@
346 DLLTOOL = @DLLTOOL@
347 DSYMUTIL = @DSYMUTIL@
348 DUMPBIN = @DUMPBIN@
349 ECHO_C = @ECHO_C@
350 ECHO_N = @ECHO_N@
351 ECHO_T = @ECHO_T@
352 EGREP = @EGREP@
353 EXEEXT = @EXEEXT@
354 FGREP = @FGREP@
355 GREP = @GREP@
356 INSTALL = @INSTALL@
357 INSTALL_DATA = @INSTALL_DATA@
358 INSTALL_PROGRAM = @INSTALL_PROGRAM@
359 INSTALL_SCRIPT = @INSTALL_SCRIPT@
360 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
361 LD = @LD@
362 LDFLAGS = @LDFLAGS@
363 LIBOBJS = @LIBOBJS@
364 LIBS = @LIBS@
365 LIBTOOL = @LIBTOOL@
366 LIPO = @LIPO@
367 LN_S = @LN_S@
368 LTLIBOBJS = @LTLIBOBJS@
369 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
370 MAKEINFO = @MAKEINFO@
371 MANIFEST_TOOL = @MANIFEST_TOOL@
372 MKDIR_P = @MKDIR_P@
373 NM = @NM@
374 NMEDIT = @NMEDIT@
375 OBJDUMP = @OBJDUMP@
376 OBJEXT = @OBJEXT@
377 OTOOL = @OTOOL@
378 OTOOL64 = @OTOOL64@
379 PACKAGE = @PACKAGE@
380 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
381 PACKAGE_NAME = @PACKAGE_NAME@
382 PACKAGE_STRING = @PACKAGE_STRING@
383 PACKAGE_TARNAME = @PACKAGE_TARNAME@
384 PACKAGE_URL = @PACKAGE_URL@
385 PACKAGE_VERSION = @PACKAGE_VERSION@
386 PATH_SEPARATOR = @PATH_SEPARATOR@
387 RANLIB = @RANLIB@
388 SED = @SED@
389 SET_MAKE = @SET_MAKE@
390 SHELL = @SHELL@
391 STRIP = @STRIP@
392 VERSION = @VERSION@
393 VERSION_MAJOR = @VERSION_MAJOR@
394 VERSION_MICRO = @VERSION_MICRO@
395 VERSION_MINOR = @VERSION_MINOR@
396 abs_builddir = @abs_builddir@
397 abs_srcdir = @abs_srcdir@
398 abs_top_builddir = @abs_top_builddir@
399 abs_top_srcdir = @abs_top_srcdir@
400 ac_ct_AR = @ac_ct_AR@
401 ac_ct_CC = @ac_ct_CC@
402 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
403 am__include = @am__include@
404 am__leading_dot = @am__leading_dot@
405 am__quote = @am__quote@
406 am__tar = @am__tar@
407 am__untar = @am__untar@
408 bindir = @bindir@
409 build = @build@
410 build_alias = @build_alias@
411 build_cpu = @build_cpu@
412 build_os = @build_os@
413 build_vendor = @build_vendor@
414 builddir = @builddir@
415 datadir = @datadir@
416 datarootdir = @datarootdir@
417 docdir = @docdir@
418 dvidir = @dvidir@
419 exec_prefix = @exec_prefix@
420 have_coverity = @have_coverity@
421 have_cython = @have_cython@
422 host = @host@
423 host_alias = @host_alias@
424 host_cpu = @host_cpu@
425 host_os = @host_os@
426 host_vendor = @host_vendor@
427 htmldir = @htmldir@
428 includedir = @includedir@
429 infodir = @infodir@
430 install_sh = @install_sh@
431 libdir = @libdir@
432 libexecdir = @libexecdir@
433 localedir = @localedir@
434 localstatedir = @localstatedir@
435 mandir = @mandir@
436 mkdir_p = @mkdir_p@
437 oldincludedir = @oldincludedir@
438 pdfdir = @pdfdir@
439 prefix = @prefix@
440 program_transform_name = @program_transform_name@
441 psdir = @psdir@
442 sbindir = @sbindir@
443 sharedstatedir = @sharedstatedir@
444 srcdir = @srcdir@
445 sysconfdir = @sysconfdir@
446 target_alias = @target_alias@
447 top_build_prefix = @top_build_prefix@
448 top_builddir = @top_builddir@
449 top_srcdir = @top_srcdir@
450 SUBDIRS = . $(am__append_1)
451 SOURCES_ALL = \
452 api.c system.h system.c \
453 gen_pfc.h gen_pfc.c gen_bpf.h gen_bpf.c \
454 hash.h hash.c \
455 db.h db.c \
456 arch.c arch.h \
457 arch-x86.h arch-x86.c arch-x86-syscalls.c \
458 arch-x86_64.h arch-x86_64.c arch-x86_64-syscalls.c \
459 arch-x32.h arch-x32.c arch-x32-syscalls.c \
460 arch-arm.h arch-arm.c arch-arm-syscalls.c \
461 arch-aarch64.h arch-aarch64.c arch-aarch64-syscalls.c \
462 arch-mips.h arch-mips.c arch-mips-syscalls.c \
463 arch-mips64.h arch-mips64.c arch-mips64-syscalls.c \
464 arch-mips64n32.h arch-mips64n32.c arch-mips64n32-syscalls.c \
465 arch-ppc.h arch-ppc.c arch-ppc-syscalls.c \
466 arch-ppc64.h arch-ppc64.c arch-ppc64-syscalls.c \
467 arch-s390.h arch-s390.c arch-s390-syscalls.c \
468 arch-s390x.h arch-s390x.c arch-s390x-syscalls.c
469
470 EXTRA_DIST = arch-syscall-validate
471 lib_LTLIBRARIES = libseccomp.la
472 arch_syscall_dump_SOURCES = arch-syscall-dump.c ${SOURCES_ALL}
473 arch_syscall_check_SOURCES = arch-syscall-check.c ${SOURCES_ALL}
474 libseccomp_la_SOURCES = ${SOURCES_ALL}
475 libseccomp_la_CPPFLAGS = ${AM_CPPFLAGS} -I${top_builddir}/include
476 libseccomp_la_CFLAGS = ${AM_CFLAGS} ${CFLAGS} -fPIC -DPIC -fvisibility=hidden
477 libseccomp_la_LDFLAGS = ${AM_LDFLAGS} ${LDFLAGS} \
478 -version-number ${VERSION_MAJOR}:${VERSION_MINOR}:${VERSION_MICRO}
479
480 all: all-recursive
481
482 .SUFFIXES:
483 .SUFFIXES: .c .lo .o .obj
484 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
485 @for dep in $?; do \
486 case '$(am__configure_deps)' in \
487 *$$dep*) \
488 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
489 && { if test -f $@; then exit 0; else break; fi; }; \
490 exit 1;; \
491 esac; \
492 done; \
493 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
494 $(am__cd) $(top_srcdir) && \
495 $(AUTOMAKE) --foreign src/Makefile
496 .PRECIOUS: Makefile
497 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
498 @case '$?' in \
499 *config.status*) \
500 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
501 *) \
502 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
503 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
504 esac;
505
506 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
507 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
508
509 $(top_srcdir)/configure: $(am__configure_deps)
510 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
511 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
512 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
513 $(am__aclocal_m4_deps):
514
515 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
516 @$(NORMAL_INSTALL)
517 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
518 list2=; for p in $$list; do \
519 if test -f $$p; then \
520 list2="$$list2 $$p"; \
521 else :; fi; \
522 done; \
523 test -z "$$list2" || { \
524 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
525 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
526 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
527 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
528 }
529
530 uninstall-libLTLIBRARIES:
531 @$(NORMAL_UNINSTALL)
532 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
533 for p in $$list; do \
534 $(am__strip_dir) \
535 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
536 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
537 done
538
539 clean-libLTLIBRARIES:
540 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
541 @list='$(lib_LTLIBRARIES)'; \
542 locs=`for p in $$list; do echo $$p; done | \
543 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
544 sort -u`; \
545 test -z "$$locs" || { \
546 echo rm -f $${locs}; \
547 rm -f $${locs}; \
548 }
549
550 libseccomp.la: $(libseccomp_la_OBJECTS) $(libseccomp_la_DEPENDENCIES) $(EXTRA_libseccomp_la_DEPENDENCIES)
551 $(AM_V_CCLD)$(libseccomp_la_LINK) -rpath $(libdir) $(libseccomp_la_OBJECTS) $(libseccomp_la_LIBADD) $(LIBS)
552
553 clean-checkPROGRAMS:
554 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
555 echo " rm -f" $$list; \
556 rm -f $$list || exit $$?; \
557 test -n "$(EXEEXT)" || exit 0; \
558 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
559 echo " rm -f" $$list; \
560 rm -f $$list
561
562 arch-syscall-check$(EXEEXT): $(arch_syscall_check_OBJECTS) $(arch_syscall_check_DEPENDENCIES) $(EXTRA_arch_syscall_check_DEPENDENCIES)
563 @rm -f arch-syscall-check$(EXEEXT)
564 $(AM_V_CCLD)$(LINK) $(arch_syscall_check_OBJECTS) $(arch_syscall_check_LDADD) $(LIBS)
565
566 arch-syscall-dump$(EXEEXT): $(arch_syscall_dump_OBJECTS) $(arch_syscall_dump_DEPENDENCIES) $(EXTRA_arch_syscall_dump_DEPENDENCIES)
567 @rm -f arch-syscall-dump$(EXEEXT)
568 $(AM_V_CCLD)$(LINK) $(arch_syscall_dump_OBJECTS) $(arch_syscall_dump_LDADD) $(LIBS)
569
570 mostlyclean-compile:
571 -rm -f *.$(OBJEXT)
572
573 distclean-compile:
574 -rm -f *.tab.c
575
576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/api.Po@am__quote@
577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-aarch64-syscalls.Po@am__quote@
578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-aarch64.Po@am__quote@
579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-arm-syscalls.Po@am__quote@
580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-arm.Po@am__quote@
581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-mips-syscalls.Po@am__quote@
582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-mips.Po@am__quote@
583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-mips64-syscalls.Po@am__quote@
584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-mips64.Po@am__quote@
585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-mips64n32-syscalls.Po@am__quote@
586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-mips64n32.Po@am__quote@
587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-ppc-syscalls.Po@am__quote@
588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-ppc.Po@am__quote@
589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-ppc64-syscalls.Po@am__quote@
590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-ppc64.Po@am__quote@
591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-s390-syscalls.Po@am__quote@
592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-s390.Po@am__quote@
593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-s390x-syscalls.Po@am__quote@
594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-s390x.Po@am__quote@
595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-syscall-check.Po@am__quote@
596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-syscall-dump.Po@am__quote@
597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-x32-syscalls.Po@am__quote@
598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-x32.Po@am__quote@
599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-x86-syscalls.Po@am__quote@
600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-x86.Po@am__quote@
601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-x86_64-syscalls.Po@am__quote@
602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch-x86_64.Po@am__quote@
603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch.Po@am__quote@
604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db.Po@am__quote@
605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen_bpf.Po@am__quote@
606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen_pfc.Po@am__quote@
607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-api.Plo@am__quote@
609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-aarch64-syscalls.Plo@am__quote@
610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-aarch64.Plo@am__quote@
611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-arm-syscalls.Plo@am__quote@
612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-arm.Plo@am__quote@
613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-mips-syscalls.Plo@am__quote@
614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-mips.Plo@am__quote@
615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-mips64-syscalls.Plo@am__quote@
616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-mips64.Plo@am__quote@
617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-mips64n32-syscalls.Plo@am__quote@
618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-mips64n32.Plo@am__quote@
619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-ppc-syscalls.Plo@am__quote@
620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-ppc.Plo@am__quote@
621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-ppc64-syscalls.Plo@am__quote@
622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-ppc64.Plo@am__quote@
623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-s390-syscalls.Plo@am__quote@
624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-s390.Plo@am__quote@
625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-s390x-syscalls.Plo@am__quote@
626 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-s390x.Plo@am__quote@
627 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-x32-syscalls.Plo@am__quote@
628 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-x32.Plo@am__quote@
629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-x86-syscalls.Plo@am__quote@
630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-x86.Plo@am__quote@
631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-x86_64-syscalls.Plo@am__quote@
632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch-x86_64.Plo@am__quote@
633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-arch.Plo@am__quote@
634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-db.Plo@am__quote@
635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-gen_bpf.Plo@am__quote@
636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-gen_pfc.Plo@am__quote@
637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-hash.Plo@am__quote@
638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libseccomp_la-system.Plo@am__quote@
639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/system.Po@am__quote@
640
641 .c.o:
642 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
643 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
644 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
645 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
646 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
647 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
648
649 .c.obj:
650 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
651 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
652 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
653 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
654 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
655 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
656
657 .c.lo:
658 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
659 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
660 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
661 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
662 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
663 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
664
665 libseccomp_la-api.lo: api.c
666 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-api.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-api.Tpo -c -o libseccomp_la-api.lo `test -f 'api.c' || echo '$(srcdir)/'`api.c
667 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-api.Tpo $(DEPDIR)/libseccomp_la-api.Plo
668 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='api.c' object='libseccomp_la-api.lo' libtool=yes @AMDEPBACKSLASH@
669 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
670 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-api.lo `test -f 'api.c' || echo '$(srcdir)/'`api.c
671
672 libseccomp_la-system.lo: system.c
673 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-system.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-system.Tpo -c -o libseccomp_la-system.lo `test -f 'system.c' || echo '$(srcdir)/'`system.c
674 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-system.Tpo $(DEPDIR)/libseccomp_la-system.Plo
675 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='system.c' object='libseccomp_la-system.lo' libtool=yes @AMDEPBACKSLASH@
676 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
677 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-system.lo `test -f 'system.c' || echo '$(srcdir)/'`system.c
678
679 libseccomp_la-gen_pfc.lo: gen_pfc.c
680 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-gen_pfc.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-gen_pfc.Tpo -c -o libseccomp_la-gen_pfc.lo `test -f 'gen_pfc.c' || echo '$(srcdir)/'`gen_pfc.c
681 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-gen_pfc.Tpo $(DEPDIR)/libseccomp_la-gen_pfc.Plo
682 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gen_pfc.c' object='libseccomp_la-gen_pfc.lo' libtool=yes @AMDEPBACKSLASH@
683 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
684 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-gen_pfc.lo `test -f 'gen_pfc.c' || echo '$(srcdir)/'`gen_pfc.c
685
686 libseccomp_la-gen_bpf.lo: gen_bpf.c
687 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-gen_bpf.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-gen_bpf.Tpo -c -o libseccomp_la-gen_bpf.lo `test -f 'gen_bpf.c' || echo '$(srcdir)/'`gen_bpf.c
688 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-gen_bpf.Tpo $(DEPDIR)/libseccomp_la-gen_bpf.Plo
689 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gen_bpf.c' object='libseccomp_la-gen_bpf.lo' libtool=yes @AMDEPBACKSLASH@
690 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
691 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-gen_bpf.lo `test -f 'gen_bpf.c' || echo '$(srcdir)/'`gen_bpf.c
692
693 libseccomp_la-hash.lo: hash.c
694 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-hash.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-hash.Tpo -c -o libseccomp_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
695 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-hash.Tpo $(DEPDIR)/libseccomp_la-hash.Plo
696 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hash.c' object='libseccomp_la-hash.lo' libtool=yes @AMDEPBACKSLASH@
697 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
698 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
699
700 libseccomp_la-db.lo: db.c
701 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-db.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-db.Tpo -c -o libseccomp_la-db.lo `test -f 'db.c' || echo '$(srcdir)/'`db.c
702 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-db.Tpo $(DEPDIR)/libseccomp_la-db.Plo
703 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='db.c' object='libseccomp_la-db.lo' libtool=yes @AMDEPBACKSLASH@
704 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
705 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-db.lo `test -f 'db.c' || echo '$(srcdir)/'`db.c
706
707 libseccomp_la-arch.lo: arch.c
708 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch.Tpo -c -o libseccomp_la-arch.lo `test -f 'arch.c' || echo '$(srcdir)/'`arch.c
709 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch.Tpo $(DEPDIR)/libseccomp_la-arch.Plo
710 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch.c' object='libseccomp_la-arch.lo' libtool=yes @AMDEPBACKSLASH@
711 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
712 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch.lo `test -f 'arch.c' || echo '$(srcdir)/'`arch.c
713
714 libseccomp_la-arch-x86.lo: arch-x86.c
715 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-x86.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-x86.Tpo -c -o libseccomp_la-arch-x86.lo `test -f 'arch-x86.c' || echo '$(srcdir)/'`arch-x86.c
716 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-x86.Tpo $(DEPDIR)/libseccomp_la-arch-x86.Plo
717 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-x86.c' object='libseccomp_la-arch-x86.lo' libtool=yes @AMDEPBACKSLASH@
718 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
719 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-x86.lo `test -f 'arch-x86.c' || echo '$(srcdir)/'`arch-x86.c
720
721 libseccomp_la-arch-x86-syscalls.lo: arch-x86-syscalls.c
722 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-x86-syscalls.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-x86-syscalls.Tpo -c -o libseccomp_la-arch-x86-syscalls.lo `test -f 'arch-x86-syscalls.c' || echo '$(srcdir)/'`arch-x86-syscalls.c
723 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-x86-syscalls.Tpo $(DEPDIR)/libseccomp_la-arch-x86-syscalls.Plo
724 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-x86-syscalls.c' object='libseccomp_la-arch-x86-syscalls.lo' libtool=yes @AMDEPBACKSLASH@
725 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
726 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-x86-syscalls.lo `test -f 'arch-x86-syscalls.c' || echo '$(srcdir)/'`arch-x86-syscalls.c
727
728 libseccomp_la-arch-x86_64.lo: arch-x86_64.c
729 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-x86_64.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-x86_64.Tpo -c -o libseccomp_la-arch-x86_64.lo `test -f 'arch-x86_64.c' || echo '$(srcdir)/'`arch-x86_64.c
730 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-x86_64.Tpo $(DEPDIR)/libseccomp_la-arch-x86_64.Plo
731 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-x86_64.c' object='libseccomp_la-arch-x86_64.lo' libtool=yes @AMDEPBACKSLASH@
732 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
733 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-x86_64.lo `test -f 'arch-x86_64.c' || echo '$(srcdir)/'`arch-x86_64.c
734
735 libseccomp_la-arch-x86_64-syscalls.lo: arch-x86_64-syscalls.c
736 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-x86_64-syscalls.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-x86_64-syscalls.Tpo -c -o libseccomp_la-arch-x86_64-syscalls.lo `test -f 'arch-x86_64-syscalls.c' || echo '$(srcdir)/'`arch-x86_64-syscalls.c
737 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-x86_64-syscalls.Tpo $(DEPDIR)/libseccomp_la-arch-x86_64-syscalls.Plo
738 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-x86_64-syscalls.c' object='libseccomp_la-arch-x86_64-syscalls.lo' libtool=yes @AMDEPBACKSLASH@
739 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
740 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-x86_64-syscalls.lo `test -f 'arch-x86_64-syscalls.c' || echo '$(srcdir)/'`arch-x86_64-syscalls.c
741
742 libseccomp_la-arch-x32.lo: arch-x32.c
743 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-x32.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-x32.Tpo -c -o libseccomp_la-arch-x32.lo `test -f 'arch-x32.c' || echo '$(srcdir)/'`arch-x32.c
744 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-x32.Tpo $(DEPDIR)/libseccomp_la-arch-x32.Plo
745 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-x32.c' object='libseccomp_la-arch-x32.lo' libtool=yes @AMDEPBACKSLASH@
746 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
747 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-x32.lo `test -f 'arch-x32.c' || echo '$(srcdir)/'`arch-x32.c
748
749 libseccomp_la-arch-x32-syscalls.lo: arch-x32-syscalls.c
750 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-x32-syscalls.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-x32-syscalls.Tpo -c -o libseccomp_la-arch-x32-syscalls.lo `test -f 'arch-x32-syscalls.c' || echo '$(srcdir)/'`arch-x32-syscalls.c
751 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-x32-syscalls.Tpo $(DEPDIR)/libseccomp_la-arch-x32-syscalls.Plo
752 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-x32-syscalls.c' object='libseccomp_la-arch-x32-syscalls.lo' libtool=yes @AMDEPBACKSLASH@
753 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
754 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-x32-syscalls.lo `test -f 'arch-x32-syscalls.c' || echo '$(srcdir)/'`arch-x32-syscalls.c
755
756 libseccomp_la-arch-arm.lo: arch-arm.c
757 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-arm.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-arm.Tpo -c -o libseccomp_la-arch-arm.lo `test -f 'arch-arm.c' || echo '$(srcdir)/'`arch-arm.c
758 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-arm.Tpo $(DEPDIR)/libseccomp_la-arch-arm.Plo
759 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-arm.c' object='libseccomp_la-arch-arm.lo' libtool=yes @AMDEPBACKSLASH@
760 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
761 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-arm.lo `test -f 'arch-arm.c' || echo '$(srcdir)/'`arch-arm.c
762
763 libseccomp_la-arch-arm-syscalls.lo: arch-arm-syscalls.c
764 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-arm-syscalls.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-arm-syscalls.Tpo -c -o libseccomp_la-arch-arm-syscalls.lo `test -f 'arch-arm-syscalls.c' || echo '$(srcdir)/'`arch-arm-syscalls.c
765 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-arm-syscalls.Tpo $(DEPDIR)/libseccomp_la-arch-arm-syscalls.Plo
766 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-arm-syscalls.c' object='libseccomp_la-arch-arm-syscalls.lo' libtool=yes @AMDEPBACKSLASH@
767 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
768 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-arm-syscalls.lo `test -f 'arch-arm-syscalls.c' || echo '$(srcdir)/'`arch-arm-syscalls.c
769
770 libseccomp_la-arch-aarch64.lo: arch-aarch64.c
771 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-aarch64.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-aarch64.Tpo -c -o libseccomp_la-arch-aarch64.lo `test -f 'arch-aarch64.c' || echo '$(srcdir)/'`arch-aarch64.c
772 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-aarch64.Tpo $(DEPDIR)/libseccomp_la-arch-aarch64.Plo
773 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-aarch64.c' object='libseccomp_la-arch-aarch64.lo' libtool=yes @AMDEPBACKSLASH@
774 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
775 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-aarch64.lo `test -f 'arch-aarch64.c' || echo '$(srcdir)/'`arch-aarch64.c
776
777 libseccomp_la-arch-aarch64-syscalls.lo: arch-aarch64-syscalls.c
778 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-aarch64-syscalls.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-aarch64-syscalls.Tpo -c -o libseccomp_la-arch-aarch64-syscalls.lo `test -f 'arch-aarch64-syscalls.c' || echo '$(srcdir)/'`arch-aarch64-syscalls.c
779 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-aarch64-syscalls.Tpo $(DEPDIR)/libseccomp_la-arch-aarch64-syscalls.Plo
780 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-aarch64-syscalls.c' object='libseccomp_la-arch-aarch64-syscalls.lo' libtool=yes @AMDEPBACKSLASH@
781 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
782 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-aarch64-syscalls.lo `test -f 'arch-aarch64-syscalls.c' || echo '$(srcdir)/'`arch-aarch64-syscalls.c
783
784 libseccomp_la-arch-mips.lo: arch-mips.c
785 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-mips.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-mips.Tpo -c -o libseccomp_la-arch-mips.lo `test -f 'arch-mips.c' || echo '$(srcdir)/'`arch-mips.c
786 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-mips.Tpo $(DEPDIR)/libseccomp_la-arch-mips.Plo
787 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-mips.c' object='libseccomp_la-arch-mips.lo' libtool=yes @AMDEPBACKSLASH@
788 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
789 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-mips.lo `test -f 'arch-mips.c' || echo '$(srcdir)/'`arch-mips.c
790
791 libseccomp_la-arch-mips-syscalls.lo: arch-mips-syscalls.c
792 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-mips-syscalls.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-mips-syscalls.Tpo -c -o libseccomp_la-arch-mips-syscalls.lo `test -f 'arch-mips-syscalls.c' || echo '$(srcdir)/'`arch-mips-syscalls.c
793 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-mips-syscalls.Tpo $(DEPDIR)/libseccomp_la-arch-mips-syscalls.Plo
794 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-mips-syscalls.c' object='libseccomp_la-arch-mips-syscalls.lo' libtool=yes @AMDEPBACKSLASH@
795 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
796 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-mips-syscalls.lo `test -f 'arch-mips-syscalls.c' || echo '$(srcdir)/'`arch-mips-syscalls.c
797
798 libseccomp_la-arch-mips64.lo: arch-mips64.c
799 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-mips64.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-mips64.Tpo -c -o libseccomp_la-arch-mips64.lo `test -f 'arch-mips64.c' || echo '$(srcdir)/'`arch-mips64.c
800 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-mips64.Tpo $(DEPDIR)/libseccomp_la-arch-mips64.Plo
801 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-mips64.c' object='libseccomp_la-arch-mips64.lo' libtool=yes @AMDEPBACKSLASH@
802 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
803 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-mips64.lo `test -f 'arch-mips64.c' || echo '$(srcdir)/'`arch-mips64.c
804
805 libseccomp_la-arch-mips64-syscalls.lo: arch-mips64-syscalls.c
806 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-mips64-syscalls.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-mips64-syscalls.Tpo -c -o libseccomp_la-arch-mips64-syscalls.lo `test -f 'arch-mips64-syscalls.c' || echo '$(srcdir)/'`arch-mips64-syscalls.c
807 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-mips64-syscalls.Tpo $(DEPDIR)/libseccomp_la-arch-mips64-syscalls.Plo
808 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-mips64-syscalls.c' object='libseccomp_la-arch-mips64-syscalls.lo' libtool=yes @AMDEPBACKSLASH@
809 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
810 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-mips64-syscalls.lo `test -f 'arch-mips64-syscalls.c' || echo '$(srcdir)/'`arch-mips64-syscalls.c
811
812 libseccomp_la-arch-mips64n32.lo: arch-mips64n32.c
813 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-mips64n32.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-mips64n32.Tpo -c -o libseccomp_la-arch-mips64n32.lo `test -f 'arch-mips64n32.c' || echo '$(srcdir)/'`arch-mips64n32.c
814 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-mips64n32.Tpo $(DEPDIR)/libseccomp_la-arch-mips64n32.Plo
815 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-mips64n32.c' object='libseccomp_la-arch-mips64n32.lo' libtool=yes @AMDEPBACKSLASH@
816 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
817 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-mips64n32.lo `test -f 'arch-mips64n32.c' || echo '$(srcdir)/'`arch-mips64n32.c
818
819 libseccomp_la-arch-mips64n32-syscalls.lo: arch-mips64n32-syscalls.c
820 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-mips64n32-syscalls.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-mips64n32-syscalls.Tpo -c -o libseccomp_la-arch-mips64n32-syscalls.lo `test -f 'arch-mips64n32-syscalls.c' || echo '$(srcdir)/'`arch-mips64n32-syscalls.c
821 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-mips64n32-syscalls.Tpo $(DEPDIR)/libseccomp_la-arch-mips64n32-syscalls.Plo
822 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-mips64n32-syscalls.c' object='libseccomp_la-arch-mips64n32-syscalls.lo' libtool=yes @AMDEPBACKSLASH@
823 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
824 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-mips64n32-syscalls.lo `test -f 'arch-mips64n32-syscalls.c' || echo '$(srcdir)/'`arch-mips64n32-syscalls.c
825
826 libseccomp_la-arch-ppc.lo: arch-ppc.c
827 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-ppc.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-ppc.Tpo -c -o libseccomp_la-arch-ppc.lo `test -f 'arch-ppc.c' || echo '$(srcdir)/'`arch-ppc.c
828 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-ppc.Tpo $(DEPDIR)/libseccomp_la-arch-ppc.Plo
829 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-ppc.c' object='libseccomp_la-arch-ppc.lo' libtool=yes @AMDEPBACKSLASH@
830 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
831 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-ppc.lo `test -f 'arch-ppc.c' || echo '$(srcdir)/'`arch-ppc.c
832
833 libseccomp_la-arch-ppc-syscalls.lo: arch-ppc-syscalls.c
834 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-ppc-syscalls.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-ppc-syscalls.Tpo -c -o libseccomp_la-arch-ppc-syscalls.lo `test -f 'arch-ppc-syscalls.c' || echo '$(srcdir)/'`arch-ppc-syscalls.c
835 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-ppc-syscalls.Tpo $(DEPDIR)/libseccomp_la-arch-ppc-syscalls.Plo
836 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-ppc-syscalls.c' object='libseccomp_la-arch-ppc-syscalls.lo' libtool=yes @AMDEPBACKSLASH@
837 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
838 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-ppc-syscalls.lo `test -f 'arch-ppc-syscalls.c' || echo '$(srcdir)/'`arch-ppc-syscalls.c
839
840 libseccomp_la-arch-ppc64.lo: arch-ppc64.c
841 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-ppc64.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-ppc64.Tpo -c -o libseccomp_la-arch-ppc64.lo `test -f 'arch-ppc64.c' || echo '$(srcdir)/'`arch-ppc64.c
842 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-ppc64.Tpo $(DEPDIR)/libseccomp_la-arch-ppc64.Plo
843 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-ppc64.c' object='libseccomp_la-arch-ppc64.lo' libtool=yes @AMDEPBACKSLASH@
844 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
845 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-ppc64.lo `test -f 'arch-ppc64.c' || echo '$(srcdir)/'`arch-ppc64.c
846
847 libseccomp_la-arch-ppc64-syscalls.lo: arch-ppc64-syscalls.c
848 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-ppc64-syscalls.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-ppc64-syscalls.Tpo -c -o libseccomp_la-arch-ppc64-syscalls.lo `test -f 'arch-ppc64-syscalls.c' || echo '$(srcdir)/'`arch-ppc64-syscalls.c
849 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-ppc64-syscalls.Tpo $(DEPDIR)/libseccomp_la-arch-ppc64-syscalls.Plo
850 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-ppc64-syscalls.c' object='libseccomp_la-arch-ppc64-syscalls.lo' libtool=yes @AMDEPBACKSLASH@
851 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
852 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-ppc64-syscalls.lo `test -f 'arch-ppc64-syscalls.c' || echo '$(srcdir)/'`arch-ppc64-syscalls.c
853
854 libseccomp_la-arch-s390.lo: arch-s390.c
855 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-s390.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-s390.Tpo -c -o libseccomp_la-arch-s390.lo `test -f 'arch-s390.c' || echo '$(srcdir)/'`arch-s390.c
856 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-s390.Tpo $(DEPDIR)/libseccomp_la-arch-s390.Plo
857 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-s390.c' object='libseccomp_la-arch-s390.lo' libtool=yes @AMDEPBACKSLASH@
858 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
859 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-s390.lo `test -f 'arch-s390.c' || echo '$(srcdir)/'`arch-s390.c
860
861 libseccomp_la-arch-s390-syscalls.lo: arch-s390-syscalls.c
862 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-s390-syscalls.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-s390-syscalls.Tpo -c -o libseccomp_la-arch-s390-syscalls.lo `test -f 'arch-s390-syscalls.c' || echo '$(srcdir)/'`arch-s390-syscalls.c
863 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-s390-syscalls.Tpo $(DEPDIR)/libseccomp_la-arch-s390-syscalls.Plo
864 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-s390-syscalls.c' object='libseccomp_la-arch-s390-syscalls.lo' libtool=yes @AMDEPBACKSLASH@
865 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
866 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-s390-syscalls.lo `test -f 'arch-s390-syscalls.c' || echo '$(srcdir)/'`arch-s390-syscalls.c
867
868 libseccomp_la-arch-s390x.lo: arch-s390x.c
869 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-s390x.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-s390x.Tpo -c -o libseccomp_la-arch-s390x.lo `test -f 'arch-s390x.c' || echo '$(srcdir)/'`arch-s390x.c
870 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-s390x.Tpo $(DEPDIR)/libseccomp_la-arch-s390x.Plo
871 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-s390x.c' object='libseccomp_la-arch-s390x.lo' libtool=yes @AMDEPBACKSLASH@
872 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
873 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-s390x.lo `test -f 'arch-s390x.c' || echo '$(srcdir)/'`arch-s390x.c
874
875 libseccomp_la-arch-s390x-syscalls.lo: arch-s390x-syscalls.c
876 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -MT libseccomp_la-arch-s390x-syscalls.lo -MD -MP -MF $(DEPDIR)/libseccomp_la-arch-s390x-syscalls.Tpo -c -o libseccomp_la-arch-s390x-syscalls.lo `test -f 'arch-s390x-syscalls.c' || echo '$(srcdir)/'`arch-s390x-syscalls.c
877 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libseccomp_la-arch-s390x-syscalls.Tpo $(DEPDIR)/libseccomp_la-arch-s390x-syscalls.Plo
878 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arch-s390x-syscalls.c' object='libseccomp_la-arch-s390x-syscalls.lo' libtool=yes @AMDEPBACKSLASH@
879 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
880 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libseccomp_la_CPPFLAGS) $(CPPFLAGS) $(libseccomp_la_CFLAGS) $(CFLAGS) -c -o libseccomp_la-arch-s390x-syscalls.lo `test -f 'arch-s390x-syscalls.c' || echo '$(srcdir)/'`arch-s390x-syscalls.c
881
882 mostlyclean-libtool:
883 -rm -f *.lo
884
885 clean-libtool:
886 -rm -rf .libs _libs
887
888 # This directory's subdirectories are mostly independent; you can cd
889 # into them and run 'make' without going through this Makefile.
890 # To change the values of 'make' variables: instead of editing Makefiles,
891 # (1) if the variable is set in 'config.status', edit 'config.status'
892 # (which will cause the Makefiles to be regenerated when you run 'make');
893 # (2) otherwise, pass the desired values on the 'make' command line.
894 $(am__recursive_targets):
895 @fail=; \
896 if $(am__make_keepgoing); then \
897 failcom='fail=yes'; \
898 else \
899 failcom='exit 1'; \
900 fi; \
901 dot_seen=no; \
902 target=`echo $@ | sed s/-recursive//`; \
903 case "$@" in \
904 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
905 *) list='$(SUBDIRS)' ;; \
906 esac; \
907 for subdir in $$list; do \
908 echo "Making $$target in $$subdir"; \
909 if test "$$subdir" = "."; then \
910 dot_seen=yes; \
911 local_target="$$target-am"; \
912 else \
913 local_target="$$target"; \
914 fi; \
915 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
916 || eval $$failcom; \
917 done; \
918 if test "$$dot_seen" = "no"; then \
919 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
920 fi; test -z "$$fail"
921
922 ID: $(am__tagged_files)
923 $(am__define_uniq_tagged_files); mkid -fID $$unique
924 tags: tags-recursive
925 TAGS: tags
926
927 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
928 set x; \
929 here=`pwd`; \
930 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
931 include_option=--etags-include; \
932 empty_fix=.; \
933 else \
934 include_option=--include; \
935 empty_fix=; \
936 fi; \
937 list='$(SUBDIRS)'; for subdir in $$list; do \
938 if test "$$subdir" = .; then :; else \
939 test ! -f $$subdir/TAGS || \
940 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
941 fi; \
942 done; \
943 $(am__define_uniq_tagged_files); \
944 shift; \
945 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
946 test -n "$$unique" || unique=$$empty_fix; \
947 if test $$# -gt 0; then \
948 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
949 "$$@" $$unique; \
950 else \
951 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
952 $$unique; \
953 fi; \
954 fi
955 ctags: ctags-recursive
956
957 CTAGS: ctags
958 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
959 $(am__define_uniq_tagged_files); \
960 test -z "$(CTAGS_ARGS)$$unique" \
961 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
962 $$unique
963
964 GTAGS:
965 here=`$(am__cd) $(top_builddir) && pwd` \
966 && $(am__cd) $(top_srcdir) \
967 && gtags -i $(GTAGS_ARGS) "$$here"
968 cscopelist: cscopelist-recursive
969
970 cscopelist-am: $(am__tagged_files)
971 list='$(am__tagged_files)'; \
972 case "$(srcdir)" in \
973 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
974 *) sdir=$(subdir)/$(srcdir) ;; \
975 esac; \
976 for i in $$list; do \
977 if test -f "$$i"; then \
978 echo "$(subdir)/$$i"; \
979 else \
980 echo "$$sdir/$$i"; \
981 fi; \
982 done >> $(top_builddir)/cscope.files
983
984 distclean-tags:
985 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
986
987 check-TESTS: $(TESTS)
988 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
989 srcdir=$(srcdir); export srcdir; \
990 list=' $(TESTS) '; \
991 $(am__tty_colors); \
992 if test -n "$$list"; then \
993 for tst in $$list; do \
994 if test -f ./$$tst; then dir=./; \
995 elif test -f $$tst; then dir=; \
996 else dir="$(srcdir)/"; fi; \
997 if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
998 all=`expr $$all + 1`; \
999 case " $(XFAIL_TESTS) " in \
1000 *[\ \ ]$$tst[\ \ ]*) \
1001 xpass=`expr $$xpass + 1`; \
1002 failed=`expr $$failed + 1`; \
1003 col=$$red; res=XPASS; \
1004 ;; \
1005 *) \
1006 col=$$grn; res=PASS; \
1007 ;; \
1008 esac; \
1009 elif test $$? -ne 77; then \
1010 all=`expr $$all + 1`; \
1011 case " $(XFAIL_TESTS) " in \
1012 *[\ \ ]$$tst[\ \ ]*) \
1013 xfail=`expr $$xfail + 1`; \
1014 col=$$lgn; res=XFAIL; \
1015 ;; \
1016 *) \
1017 failed=`expr $$failed + 1`; \
1018 col=$$red; res=FAIL; \
1019 ;; \
1020 esac; \
1021 else \
1022 skip=`expr $$skip + 1`; \
1023 col=$$blu; res=SKIP; \
1024 fi; \
1025 echo "$${col}$$res$${std}: $$tst"; \
1026 done; \
1027 if test "$$all" -eq 1; then \
1028 tests="test"; \
1029 All=""; \
1030 else \
1031 tests="tests"; \
1032 All="All "; \
1033 fi; \
1034 if test "$$failed" -eq 0; then \
1035 if test "$$xfail" -eq 0; then \
1036 banner="$$All$$all $$tests passed"; \
1037 else \
1038 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1039 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1040 fi; \
1041 else \
1042 if test "$$xpass" -eq 0; then \
1043 banner="$$failed of $$all $$tests failed"; \
1044 else \
1045 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
1046 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1047 fi; \
1048 fi; \
1049 dashes="$$banner"; \
1050 skipped=""; \
1051 if test "$$skip" -ne 0; then \
1052 if test "$$skip" -eq 1; then \
1053 skipped="($$skip test was not run)"; \
1054 else \
1055 skipped="($$skip tests were not run)"; \
1056 fi; \
1057 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1058 dashes="$$skipped"; \
1059 fi; \
1060 report=""; \
1061 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
1062 report="Please report to $(PACKAGE_BUGREPORT)"; \
1063 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
1064 dashes="$$report"; \
1065 fi; \
1066 dashes=`echo "$$dashes" | sed s/./=/g`; \
1067 if test "$$failed" -eq 0; then \
1068 col="$$grn"; \
1069 else \
1070 col="$$red"; \
1071 fi; \
1072 echo "$${col}$$dashes$${std}"; \
1073 echo "$${col}$$banner$${std}"; \
1074 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
1075 test -z "$$report" || echo "$${col}$$report$${std}"; \
1076 echo "$${col}$$dashes$${std}"; \
1077 test "$$failed" -eq 0; \
1078 else :; fi
1079
1080 distdir: $(DISTFILES)
1081 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1082 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1083 list='$(DISTFILES)'; \
1084 dist_files=`for file in $$list; do echo $$file; done | \
1085 sed -e "s|^$$srcdirstrip/||;t" \
1086 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1087 case $$dist_files in \
1088 */*) $(MKDIR_P) `echo "$$dist_files" | \
1089 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1090 sort -u` ;; \
1091 esac; \
1092 for file in $$dist_files; do \
1093 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1094 if test -d $$d/$$file; then \
1095 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1096 if test -d "$(distdir)/$$file"; then \
1097 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1098 fi; \
1099 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1100 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1101 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1102 fi; \
1103 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1104 else \
1105 test -f "$(distdir)/$$file" \
1106 || cp -p $$d/$$file "$(distdir)/$$file" \
1107 || exit 1; \
1108 fi; \
1109 done
1110 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1111 if test "$$subdir" = .; then :; else \
1112 $(am__make_dryrun) \
1113 || test -d "$(distdir)/$$subdir" \
1114 || $(MKDIR_P) "$(distdir)/$$subdir" \
1115 || exit 1; \
1116 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1117 $(am__relativize); \
1118 new_distdir=$$reldir; \
1119 dir1=$$subdir; dir2="$(top_distdir)"; \
1120 $(am__relativize); \
1121 new_top_distdir=$$reldir; \
1122 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1123 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1124 ($(am__cd) $$subdir && \
1125 $(MAKE) $(AM_MAKEFLAGS) \
1126 top_distdir="$$new_top_distdir" \
1127 distdir="$$new_distdir" \
1128 am__remove_distdir=: \
1129 am__skip_length_check=: \
1130 am__skip_mode_fix=: \
1131 distdir) \
1132 || exit 1; \
1133 fi; \
1134 done
1135 check-am: all-am
1136 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1137 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1138 check: check-recursive
1139 all-am: Makefile $(LTLIBRARIES)
1140 installdirs: installdirs-recursive
1141 installdirs-am:
1142 for dir in "$(DESTDIR)$(libdir)"; do \
1143 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1144 done
1145 install: install-recursive
1146 install-exec: install-exec-recursive
1147 install-data: install-data-recursive
1148 uninstall: uninstall-recursive
1149
1150 install-am: all-am
1151 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1152
1153 installcheck: installcheck-recursive
1154 install-strip:
1155 if test -z '$(STRIP)'; then \
1156 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1157 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1158 install; \
1159 else \
1160 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1161 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1162 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1163 fi
1164 mostlyclean-generic:
1165
1166 clean-generic:
1167
1168 distclean-generic:
1169 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1170 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1171
1172 maintainer-clean-generic:
1173 @echo "This command is intended for maintainers to use"
1174 @echo "it deletes files that may require special tools to rebuild."
1175 clean: clean-recursive
1176
1177 clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
1178 clean-libtool mostlyclean-am
1179
1180 distclean: distclean-recursive
1181 -rm -rf ./$(DEPDIR)
1182 -rm -f Makefile
1183 distclean-am: clean-am distclean-compile distclean-generic \
1184 distclean-tags
1185
1186 dvi: dvi-recursive
1187
1188 dvi-am:
1189
1190 html: html-recursive
1191
1192 html-am:
1193
1194 info: info-recursive
1195
1196 info-am:
1197
1198 install-data-am:
1199
1200 install-dvi: install-dvi-recursive
1201
1202 install-dvi-am:
1203
1204 install-exec-am: install-libLTLIBRARIES
1205
1206 install-html: install-html-recursive
1207
1208 install-html-am:
1209
1210 install-info: install-info-recursive
1211
1212 install-info-am:
1213
1214 install-man:
1215
1216 install-pdf: install-pdf-recursive
1217
1218 install-pdf-am:
1219
1220 install-ps: install-ps-recursive
1221
1222 install-ps-am:
1223
1224 installcheck-am:
1225
1226 maintainer-clean: maintainer-clean-recursive
1227 -rm -rf ./$(DEPDIR)
1228 -rm -f Makefile
1229 maintainer-clean-am: distclean-am maintainer-clean-generic
1230
1231 mostlyclean: mostlyclean-recursive
1232
1233 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1234 mostlyclean-libtool
1235
1236 pdf: pdf-recursive
1237
1238 pdf-am:
1239
1240 ps: ps-recursive
1241
1242 ps-am:
1243
1244 uninstall-am: uninstall-libLTLIBRARIES
1245
1246 .MAKE: $(am__recursive_targets) check-am install-am install-strip
1247
1248 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1249 check-TESTS check-am clean clean-checkPROGRAMS clean-generic \
1250 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
1251 ctags-am distclean distclean-compile distclean-generic \
1252 distclean-libtool distclean-tags distdir dvi dvi-am html \
1253 html-am info info-am install install-am install-data \
1254 install-data-am install-dvi install-dvi-am install-exec \
1255 install-exec-am install-html install-html-am install-info \
1256 install-info-am install-libLTLIBRARIES install-man install-pdf \
1257 install-pdf-am install-ps install-ps-am install-strip \
1258 installcheck installcheck-am installdirs installdirs-am \
1259 maintainer-clean maintainer-clean-generic mostlyclean \
1260 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1261 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1262 uninstall-libLTLIBRARIES
1263
1264
1265 check-build:
1266 ${MAKE} ${AM_MAKEFLAGS} ${check_PROGRAMS}
1267
1268 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1269 # Otherwise a system limit (for SysV at least) may be exceeded.
1270 .NOEXPORT:
This page took 0.059559 seconds and 4 git commands to generate.