Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / tools / 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 Utility Tools
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
36VPATH = @srcdir@
37am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
38am__make_running_with_option = \
39 case $${target_option-} in \
40 ?) ;; \
41 *) echo "am__make_running_with_option: internal error: invalid" \
42 "target option '$${target_option-}' specified" >&2; \
43 exit 1;; \
44 esac; \
45 has_opt=no; \
46 sane_makeflags=$$MAKEFLAGS; \
47 if $(am__is_gnu_make); then \
48 sane_makeflags=$$MFLAGS; \
49 else \
50 case $$MAKEFLAGS in \
51 *\\[\ \ ]*) \
52 bs=\\; \
53 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
54 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
55 esac; \
56 fi; \
57 skip_next=no; \
58 strip_trailopt () \
59 { \
60 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
61 }; \
62 for flg in $$sane_makeflags; do \
63 test $$skip_next = yes && { skip_next=no; continue; }; \
64 case $$flg in \
65 *=*|--*) continue;; \
66 -*I) strip_trailopt 'I'; skip_next=yes;; \
67 -*I?*) strip_trailopt 'I';; \
68 -*O) strip_trailopt 'O'; skip_next=yes;; \
69 -*O?*) strip_trailopt 'O';; \
70 -*l) strip_trailopt 'l'; skip_next=yes;; \
71 -*l?*) strip_trailopt 'l';; \
72 -[dEDm]) skip_next=yes;; \
73 -[JT]) skip_next=yes;; \
74 esac; \
75 case $$flg in \
76 *$$target_option*) has_opt=yes; break;; \
77 esac; \
78 done; \
79 test $$has_opt = yes
80am__make_dryrun = (target_option=n; $(am__make_running_with_option))
81am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
82pkgdatadir = $(datadir)/@PACKAGE@
83pkgincludedir = $(includedir)/@PACKAGE@
84pkglibdir = $(libdir)/@PACKAGE@
85pkglibexecdir = $(libexecdir)/@PACKAGE@
86am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
87install_sh_DATA = $(install_sh) -c -m 644
88install_sh_PROGRAM = $(install_sh) -c
89install_sh_SCRIPT = $(install_sh) -c
90INSTALL_HEADER = $(INSTALL_DATA)
91transform = $(program_transform_name)
92NORMAL_INSTALL = :
93PRE_INSTALL = :
94POST_INSTALL = :
95NORMAL_UNINSTALL = :
96PRE_UNINSTALL = :
97POST_UNINSTALL = :
98build_triplet = @build@
99host_triplet = @host@
100bin_PROGRAMS = scmp_sys_resolver$(EXEEXT)
101noinst_PROGRAMS = scmp_arch_detect$(EXEEXT) scmp_bpf_disasm$(EXEEXT) \
102 scmp_bpf_sim$(EXEEXT)
103subdir = tools
104DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
105 $(top_srcdir)/build-aux/depcomp
106ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
107am__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
111am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
112 $(ACLOCAL_M4)
113mkinstalldirs = $(install_sh) -d
114CONFIG_HEADER = $(top_builddir)/configure.h
115CONFIG_CLEAN_FILES =
116CONFIG_CLEAN_VPATH_FILES =
117LTLIBRARIES = $(noinst_LTLIBRARIES)
118util_la_LIBADD =
119am_util_la_OBJECTS = util.lo
120util_la_OBJECTS = $(am_util_la_OBJECTS)
121AM_V_lt = $(am__v_lt_@AM_V@)
122am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
123am__v_lt_0 = --silent
124am__v_lt_1 =
125util_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
126 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
127 $(util_la_LDFLAGS) $(LDFLAGS) -o $@
128am__installdirs = "$(DESTDIR)$(bindir)"
129PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
130scmp_arch_detect_SOURCES = scmp_arch_detect.c
131scmp_arch_detect_OBJECTS = scmp_arch_detect.$(OBJEXT)
132scmp_arch_detect_DEPENDENCIES = ../src/libseccomp.la
133scmp_arch_detect_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
134 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
135 $(AM_CFLAGS) $(CFLAGS) $(scmp_arch_detect_LDFLAGS) $(LDFLAGS) \
136 -o $@
137am_scmp_bpf_disasm_OBJECTS = scmp_bpf_disasm.$(OBJEXT)
138scmp_bpf_disasm_OBJECTS = $(am_scmp_bpf_disasm_OBJECTS)
139scmp_bpf_disasm_DEPENDENCIES = util.la
140am_scmp_bpf_sim_OBJECTS = scmp_bpf_sim.$(OBJEXT)
141scmp_bpf_sim_OBJECTS = $(am_scmp_bpf_sim_OBJECTS)
142scmp_bpf_sim_DEPENDENCIES = util.la
143scmp_sys_resolver_SOURCES = scmp_sys_resolver.c
144scmp_sys_resolver_OBJECTS = scmp_sys_resolver.$(OBJEXT)
145scmp_sys_resolver_DEPENDENCIES = ../src/libseccomp.la
146scmp_sys_resolver_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
147 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
148 $(AM_CFLAGS) $(CFLAGS) $(scmp_sys_resolver_LDFLAGS) $(LDFLAGS) \
149 -o $@
150AM_V_P = $(am__v_P_@AM_V@)
151am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
152am__v_P_0 = false
153am__v_P_1 = :
154AM_V_GEN = $(am__v_GEN_@AM_V@)
155am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156am__v_GEN_0 = @echo " GEN " $@;
157am__v_GEN_1 =
158AM_V_at = $(am__v_at_@AM_V@)
159am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160am__v_at_0 = @
161am__v_at_1 =
162DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
163depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
164am__depfiles_maybe = depfiles
165am__mv = mv -f
166COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
167 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
168LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
169 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
170 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
171 $(AM_CFLAGS) $(CFLAGS)
172AM_V_CC = $(am__v_CC_@AM_V@)
173am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
174am__v_CC_0 = @echo " CC " $@;
175am__v_CC_1 =
176CCLD = $(CC)
177LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
179 $(AM_LDFLAGS) $(LDFLAGS) -o $@
180AM_V_CCLD = $(am__v_CCLD_@AM_V@)
181am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
182am__v_CCLD_0 = @echo " CCLD " $@;
183am__v_CCLD_1 =
184SOURCES = $(util_la_SOURCES) scmp_arch_detect.c \
185 $(scmp_bpf_disasm_SOURCES) $(scmp_bpf_sim_SOURCES) \
186 scmp_sys_resolver.c
187DIST_SOURCES = $(util_la_SOURCES) scmp_arch_detect.c \
188 $(scmp_bpf_disasm_SOURCES) $(scmp_bpf_sim_SOURCES) \
189 scmp_sys_resolver.c
190am__can_run_installinfo = \
191 case $$AM_UPDATE_INFO_DIR in \
192 n|no|NO) false;; \
193 *) (install-info --version) >/dev/null 2>&1;; \
194 esac
195am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
196# Read a list of newline-separated strings from the standard input,
197# and print each of them once, without duplicates. Input order is
198# *not* preserved.
199am__uniquify_input = $(AWK) '\
200 BEGIN { nonempty = 0; } \
201 { items[$$0] = 1; nonempty = 1; } \
202 END { if (nonempty) { for (i in items) print i; }; } \
203'
204# Make sure the list of sources is unique. This is necessary because,
205# e.g., the same source file might be shared among _SOURCES variables
206# for different programs/libraries.
207am__define_uniq_tagged_files = \
208 list='$(am__tagged_files)'; \
209 unique=`for i in $$list; do \
210 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
211 done | $(am__uniquify_input)`
212ETAGS = etags
213CTAGS = ctags
214DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
215ACLOCAL = @ACLOCAL@
216AMTAR = @AMTAR@
217AM_CFLAGS = @AM_CFLAGS@
218AM_CPPFLAGS = -I${top_builddir}/include
219AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
220AM_LDFLAGS = @AM_LDFLAGS@
221AR = @AR@
222AUTOCONF = @AUTOCONF@
223AUTOHEADER = @AUTOHEADER@
224AUTOMAKE = @AUTOMAKE@
225AWK = @AWK@
226CC = @CC@
227CCDEPMODE = @CCDEPMODE@
228CFLAGS = @CFLAGS@
229CPP = @CPP@
230CPPFLAGS = @CPPFLAGS@
231CYGPATH_W = @CYGPATH_W@
232DEFS = @DEFS@
233DEPDIR = @DEPDIR@
234DLLTOOL = @DLLTOOL@
235DSYMUTIL = @DSYMUTIL@
236DUMPBIN = @DUMPBIN@
237ECHO_C = @ECHO_C@
238ECHO_N = @ECHO_N@
239ECHO_T = @ECHO_T@
240EGREP = @EGREP@
241EXEEXT = @EXEEXT@
242FGREP = @FGREP@
243GREP = @GREP@
244INSTALL = @INSTALL@
245INSTALL_DATA = @INSTALL_DATA@
246INSTALL_PROGRAM = @INSTALL_PROGRAM@
247INSTALL_SCRIPT = @INSTALL_SCRIPT@
248INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
249LD = @LD@
250LDFLAGS = @LDFLAGS@
251LIBOBJS = @LIBOBJS@
252LIBS = @LIBS@
253LIBTOOL = @LIBTOOL@
254LIPO = @LIPO@
255LN_S = @LN_S@
256LTLIBOBJS = @LTLIBOBJS@
257LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
258MAKEINFO = @MAKEINFO@
259MANIFEST_TOOL = @MANIFEST_TOOL@
260MKDIR_P = @MKDIR_P@
261NM = @NM@
262NMEDIT = @NMEDIT@
263OBJDUMP = @OBJDUMP@
264OBJEXT = @OBJEXT@
265OTOOL = @OTOOL@
266OTOOL64 = @OTOOL64@
267PACKAGE = @PACKAGE@
268PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
269PACKAGE_NAME = @PACKAGE_NAME@
270PACKAGE_STRING = @PACKAGE_STRING@
271PACKAGE_TARNAME = @PACKAGE_TARNAME@
272PACKAGE_URL = @PACKAGE_URL@
273PACKAGE_VERSION = @PACKAGE_VERSION@
274PATH_SEPARATOR = @PATH_SEPARATOR@
275RANLIB = @RANLIB@
276SED = @SED@
277SET_MAKE = @SET_MAKE@
278SHELL = @SHELL@
279STRIP = @STRIP@
280VERSION = @VERSION@
281VERSION_MAJOR = @VERSION_MAJOR@
282VERSION_MICRO = @VERSION_MICRO@
283VERSION_MINOR = @VERSION_MINOR@
284abs_builddir = @abs_builddir@
285abs_srcdir = @abs_srcdir@
286abs_top_builddir = @abs_top_builddir@
287abs_top_srcdir = @abs_top_srcdir@
288ac_ct_AR = @ac_ct_AR@
289ac_ct_CC = @ac_ct_CC@
290ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
291am__include = @am__include@
292am__leading_dot = @am__leading_dot@
293am__quote = @am__quote@
294am__tar = @am__tar@
295am__untar = @am__untar@
296bindir = @bindir@
297build = @build@
298build_alias = @build_alias@
299build_cpu = @build_cpu@
300build_os = @build_os@
301build_vendor = @build_vendor@
302builddir = @builddir@
303datadir = @datadir@
304datarootdir = @datarootdir@
305docdir = @docdir@
306dvidir = @dvidir@
307exec_prefix = @exec_prefix@
308have_coverity = @have_coverity@
309have_cython = @have_cython@
310host = @host@
311host_alias = @host_alias@
312host_cpu = @host_cpu@
313host_os = @host_os@
314host_vendor = @host_vendor@
315htmldir = @htmldir@
316includedir = @includedir@
317infodir = @infodir@
318install_sh = @install_sh@
319libdir = @libdir@
320libexecdir = @libexecdir@
321localedir = @localedir@
322localstatedir = @localstatedir@
323mandir = @mandir@
324mkdir_p = @mkdir_p@
325oldincludedir = @oldincludedir@
326pdfdir = @pdfdir@
327prefix = @prefix@
328program_transform_name = @program_transform_name@
329psdir = @psdir@
330sbindir = @sbindir@
331sharedstatedir = @sharedstatedir@
332srcdir = @srcdir@
333sysconfdir = @sysconfdir@
334target_alias = @target_alias@
335top_build_prefix = @top_build_prefix@
336top_builddir = @top_builddir@
337top_srcdir = @top_srcdir@
338noinst_LTLIBRARIES = util.la
339util_la_SOURCES = util.c util.h bpf.h
340util_la_LDFLAGS = -module
341EXTRA_DIST = check-syntax scmp_app_inspector
342scmp_bpf_disasm_SOURCES = scmp_bpf_disasm.c bpf.h util.h
343scmp_bpf_sim_SOURCES = scmp_bpf_sim.c bpf.h util.h
344scmp_sys_resolver_LDADD = ../src/libseccomp.la
345scmp_sys_resolver_LDFLAGS = -static
346scmp_arch_detect_LDADD = ../src/libseccomp.la
347scmp_arch_detect_LDFLAGS = -static
348scmp_bpf_disasm_LDADD = util.la
349scmp_bpf_sim_LDADD = util.la
350all: all-am
351
352.SUFFIXES:
353.SUFFIXES: .c .lo .o .obj
354$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
355 @for dep in $?; do \
356 case '$(am__configure_deps)' in \
357 *$$dep*) \
358 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
359 && { if test -f $@; then exit 0; else break; fi; }; \
360 exit 1;; \
361 esac; \
362 done; \
363 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tools/Makefile'; \
364 $(am__cd) $(top_srcdir) && \
365 $(AUTOMAKE) --foreign tools/Makefile
366.PRECIOUS: Makefile
367Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
368 @case '$?' in \
369 *config.status*) \
370 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
371 *) \
372 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
373 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
374 esac;
375
376$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
377 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378
379$(top_srcdir)/configure: $(am__configure_deps)
380 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381$(ACLOCAL_M4): $(am__aclocal_m4_deps)
382 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383$(am__aclocal_m4_deps):
384
385clean-noinstLTLIBRARIES:
386 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
387 @list='$(noinst_LTLIBRARIES)'; \
388 locs=`for p in $$list; do echo $$p; done | \
389 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
390 sort -u`; \
391 test -z "$$locs" || { \
392 echo rm -f $${locs}; \
393 rm -f $${locs}; \
394 }
395
396util.la: $(util_la_OBJECTS) $(util_la_DEPENDENCIES) $(EXTRA_util_la_DEPENDENCIES)
397 $(AM_V_CCLD)$(util_la_LINK) $(util_la_OBJECTS) $(util_la_LIBADD) $(LIBS)
398install-binPROGRAMS: $(bin_PROGRAMS)
399 @$(NORMAL_INSTALL)
400 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
401 if test -n "$$list"; then \
402 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
403 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
404 fi; \
405 for p in $$list; do echo "$$p $$p"; done | \
406 sed 's/$(EXEEXT)$$//' | \
407 while read p p1; do if test -f $$p \
408 || test -f $$p1 \
409 ; then echo "$$p"; echo "$$p"; else :; fi; \
410 done | \
411 sed -e 'p;s,.*/,,;n;h' \
412 -e 's|.*|.|' \
413 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
414 sed 'N;N;N;s,\n, ,g' | \
415 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
416 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
417 if ($$2 == $$4) files[d] = files[d] " " $$1; \
418 else { print "f", $$3 "/" $$4, $$1; } } \
419 END { for (d in files) print "f", d, files[d] }' | \
420 while read type dir files; do \
421 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
422 test -z "$$files" || { \
423 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
424 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
425 } \
426 ; done
427
428uninstall-binPROGRAMS:
429 @$(NORMAL_UNINSTALL)
430 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
431 files=`for p in $$list; do echo "$$p"; done | \
432 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
433 -e 's/$$/$(EXEEXT)/' \
434 `; \
435 test -n "$$list" || exit 0; \
436 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
437 cd "$(DESTDIR)$(bindir)" && rm -f $$files
438
439clean-binPROGRAMS:
440 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
441 echo " rm -f" $$list; \
442 rm -f $$list || exit $$?; \
443 test -n "$(EXEEXT)" || exit 0; \
444 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
445 echo " rm -f" $$list; \
446 rm -f $$list
447
448clean-noinstPROGRAMS:
449 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
450 echo " rm -f" $$list; \
451 rm -f $$list || exit $$?; \
452 test -n "$(EXEEXT)" || exit 0; \
453 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
454 echo " rm -f" $$list; \
455 rm -f $$list
456
457scmp_arch_detect$(EXEEXT): $(scmp_arch_detect_OBJECTS) $(scmp_arch_detect_DEPENDENCIES) $(EXTRA_scmp_arch_detect_DEPENDENCIES)
458 @rm -f scmp_arch_detect$(EXEEXT)
459 $(AM_V_CCLD)$(scmp_arch_detect_LINK) $(scmp_arch_detect_OBJECTS) $(scmp_arch_detect_LDADD) $(LIBS)
460
461scmp_bpf_disasm$(EXEEXT): $(scmp_bpf_disasm_OBJECTS) $(scmp_bpf_disasm_DEPENDENCIES) $(EXTRA_scmp_bpf_disasm_DEPENDENCIES)
462 @rm -f scmp_bpf_disasm$(EXEEXT)
463 $(AM_V_CCLD)$(LINK) $(scmp_bpf_disasm_OBJECTS) $(scmp_bpf_disasm_LDADD) $(LIBS)
464
465scmp_bpf_sim$(EXEEXT): $(scmp_bpf_sim_OBJECTS) $(scmp_bpf_sim_DEPENDENCIES) $(EXTRA_scmp_bpf_sim_DEPENDENCIES)
466 @rm -f scmp_bpf_sim$(EXEEXT)
467 $(AM_V_CCLD)$(LINK) $(scmp_bpf_sim_OBJECTS) $(scmp_bpf_sim_LDADD) $(LIBS)
468
469scmp_sys_resolver$(EXEEXT): $(scmp_sys_resolver_OBJECTS) $(scmp_sys_resolver_DEPENDENCIES) $(EXTRA_scmp_sys_resolver_DEPENDENCIES)
470 @rm -f scmp_sys_resolver$(EXEEXT)
471 $(AM_V_CCLD)$(scmp_sys_resolver_LINK) $(scmp_sys_resolver_OBJECTS) $(scmp_sys_resolver_LDADD) $(LIBS)
472
473mostlyclean-compile:
474 -rm -f *.$(OBJEXT)
475
476distclean-compile:
477 -rm -f *.tab.c
478
479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scmp_arch_detect.Po@am__quote@
480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scmp_bpf_disasm.Po@am__quote@
481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scmp_bpf_sim.Po@am__quote@
482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scmp_sys_resolver.Po@am__quote@
483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
484
485.c.o:
486@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
487@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
488@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
489@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
490@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
492
493.c.obj:
494@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
495@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
496@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
497@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
498@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
499@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
500
501.c.lo:
502@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
503@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
504@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
505@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
506@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
507@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
508
509mostlyclean-libtool:
510 -rm -f *.lo
511
512clean-libtool:
513 -rm -rf .libs _libs
514
515ID: $(am__tagged_files)
516 $(am__define_uniq_tagged_files); mkid -fID $$unique
517tags: tags-am
518TAGS: tags
519
520tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
521 set x; \
522 here=`pwd`; \
523 $(am__define_uniq_tagged_files); \
524 shift; \
525 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
526 test -n "$$unique" || unique=$$empty_fix; \
527 if test $$# -gt 0; then \
528 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
529 "$$@" $$unique; \
530 else \
531 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
532 $$unique; \
533 fi; \
534 fi
535ctags: ctags-am
536
537CTAGS: ctags
538ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
539 $(am__define_uniq_tagged_files); \
540 test -z "$(CTAGS_ARGS)$$unique" \
541 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
542 $$unique
543
544GTAGS:
545 here=`$(am__cd) $(top_builddir) && pwd` \
546 && $(am__cd) $(top_srcdir) \
547 && gtags -i $(GTAGS_ARGS) "$$here"
548cscopelist: cscopelist-am
549
550cscopelist-am: $(am__tagged_files)
551 list='$(am__tagged_files)'; \
552 case "$(srcdir)" in \
553 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
554 *) sdir=$(subdir)/$(srcdir) ;; \
555 esac; \
556 for i in $$list; do \
557 if test -f "$$i"; then \
558 echo "$(subdir)/$$i"; \
559 else \
560 echo "$$sdir/$$i"; \
561 fi; \
562 done >> $(top_builddir)/cscope.files
563
564distclean-tags:
565 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
566
567distdir: $(DISTFILES)
568 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
569 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
570 list='$(DISTFILES)'; \
571 dist_files=`for file in $$list; do echo $$file; done | \
572 sed -e "s|^$$srcdirstrip/||;t" \
573 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
574 case $$dist_files in \
575 */*) $(MKDIR_P) `echo "$$dist_files" | \
576 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
577 sort -u` ;; \
578 esac; \
579 for file in $$dist_files; do \
580 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
581 if test -d $$d/$$file; then \
582 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
583 if test -d "$(distdir)/$$file"; then \
584 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
585 fi; \
586 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
587 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
588 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
589 fi; \
590 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
591 else \
592 test -f "$(distdir)/$$file" \
593 || cp -p $$d/$$file "$(distdir)/$$file" \
594 || exit 1; \
595 fi; \
596 done
597check-am: all-am
598check: check-am
599all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
600installdirs:
601 for dir in "$(DESTDIR)$(bindir)"; do \
602 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
603 done
604install: install-am
605install-exec: install-exec-am
606install-data: install-data-am
607uninstall: uninstall-am
608
609install-am: all-am
610 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
611
612installcheck: installcheck-am
613install-strip:
614 if test -z '$(STRIP)'; then \
615 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
616 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
617 install; \
618 else \
619 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
620 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
621 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
622 fi
623mostlyclean-generic:
624
625clean-generic:
626
627distclean-generic:
628 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
629 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
630
631maintainer-clean-generic:
632 @echo "This command is intended for maintainers to use"
633 @echo "it deletes files that may require special tools to rebuild."
634clean: clean-am
635
636clean-am: clean-binPROGRAMS clean-generic clean-libtool \
637 clean-noinstLTLIBRARIES clean-noinstPROGRAMS mostlyclean-am
638
639distclean: distclean-am
640 -rm -rf ./$(DEPDIR)
641 -rm -f Makefile
642distclean-am: clean-am distclean-compile distclean-generic \
643 distclean-tags
644
645dvi: dvi-am
646
647dvi-am:
648
649html: html-am
650
651html-am:
652
653info: info-am
654
655info-am:
656
657install-data-am:
658
659install-dvi: install-dvi-am
660
661install-dvi-am:
662
663install-exec-am: install-binPROGRAMS
664
665install-html: install-html-am
666
667install-html-am:
668
669install-info: install-info-am
670
671install-info-am:
672
673install-man:
674
675install-pdf: install-pdf-am
676
677install-pdf-am:
678
679install-ps: install-ps-am
680
681install-ps-am:
682
683installcheck-am:
684
685maintainer-clean: maintainer-clean-am
686 -rm -rf ./$(DEPDIR)
687 -rm -f Makefile
688maintainer-clean-am: distclean-am maintainer-clean-generic
689
690mostlyclean: mostlyclean-am
691
692mostlyclean-am: mostlyclean-compile mostlyclean-generic \
693 mostlyclean-libtool
694
695pdf: pdf-am
696
697pdf-am:
698
699ps: ps-am
700
701ps-am:
702
703uninstall-am: uninstall-binPROGRAMS
704
705.MAKE: install-am install-strip
706
707.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
708 clean-binPROGRAMS clean-generic clean-libtool \
709 clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscopelist-am \
710 ctags ctags-am distclean distclean-compile distclean-generic \
711 distclean-libtool distclean-tags distdir dvi dvi-am html \
712 html-am info info-am install install-am install-binPROGRAMS \
713 install-data install-data-am install-dvi install-dvi-am \
714 install-exec install-exec-am install-html install-html-am \
715 install-info install-info-am install-man install-pdf \
716 install-pdf-am install-ps install-ps-am install-strip \
717 installcheck installcheck-am installdirs maintainer-clean \
718 maintainer-clean-generic mostlyclean mostlyclean-compile \
719 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
720 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
721
722
723# Tell versions [3.59,3.63) of GNU make to not export all variables.
724# Otherwise a system limit (for SysV at least) may be exceeded.
725.NOEXPORT:
This page took 0.047396 seconds and 4 git commands to generate.