Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / tools / 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 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
36 VPATH = @srcdir@
37 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
38 am__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
80 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
81 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
82 pkgdatadir = $(datadir)/@PACKAGE@
83 pkgincludedir = $(includedir)/@PACKAGE@
84 pkglibdir = $(libdir)/@PACKAGE@
85 pkglibexecdir = $(libexecdir)/@PACKAGE@
86 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
87 install_sh_DATA = $(install_sh) -c -m 644
88 install_sh_PROGRAM = $(install_sh) -c
89 install_sh_SCRIPT = $(install_sh) -c
90 INSTALL_HEADER = $(INSTALL_DATA)
91 transform = $(program_transform_name)
92 NORMAL_INSTALL = :
93 PRE_INSTALL = :
94 POST_INSTALL = :
95 NORMAL_UNINSTALL = :
96 PRE_UNINSTALL = :
97 POST_UNINSTALL = :
98 build_triplet = @build@
99 host_triplet = @host@
100 bin_PROGRAMS = scmp_sys_resolver$(EXEEXT)
101 noinst_PROGRAMS = scmp_arch_detect$(EXEEXT) scmp_bpf_disasm$(EXEEXT) \
102 scmp_bpf_sim$(EXEEXT)
103 subdir = tools
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 LTLIBRARIES = $(noinst_LTLIBRARIES)
118 util_la_LIBADD =
119 am_util_la_OBJECTS = util.lo
120 util_la_OBJECTS = $(am_util_la_OBJECTS)
121 AM_V_lt = $(am__v_lt_@AM_V@)
122 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
123 am__v_lt_0 = --silent
124 am__v_lt_1 =
125 util_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
126 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
127 $(util_la_LDFLAGS) $(LDFLAGS) -o $@
128 am__installdirs = "$(DESTDIR)$(bindir)"
129 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
130 scmp_arch_detect_SOURCES = scmp_arch_detect.c
131 scmp_arch_detect_OBJECTS = scmp_arch_detect.$(OBJEXT)
132 scmp_arch_detect_DEPENDENCIES = ../src/libseccomp.la
133 scmp_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 $@
137 am_scmp_bpf_disasm_OBJECTS = scmp_bpf_disasm.$(OBJEXT)
138 scmp_bpf_disasm_OBJECTS = $(am_scmp_bpf_disasm_OBJECTS)
139 scmp_bpf_disasm_DEPENDENCIES = util.la
140 am_scmp_bpf_sim_OBJECTS = scmp_bpf_sim.$(OBJEXT)
141 scmp_bpf_sim_OBJECTS = $(am_scmp_bpf_sim_OBJECTS)
142 scmp_bpf_sim_DEPENDENCIES = util.la
143 scmp_sys_resolver_SOURCES = scmp_sys_resolver.c
144 scmp_sys_resolver_OBJECTS = scmp_sys_resolver.$(OBJEXT)
145 scmp_sys_resolver_DEPENDENCIES = ../src/libseccomp.la
146 scmp_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 $@
150 AM_V_P = $(am__v_P_@AM_V@)
151 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
152 am__v_P_0 = false
153 am__v_P_1 = :
154 AM_V_GEN = $(am__v_GEN_@AM_V@)
155 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156 am__v_GEN_0 = @echo " GEN " $@;
157 am__v_GEN_1 =
158 AM_V_at = $(am__v_at_@AM_V@)
159 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160 am__v_at_0 = @
161 am__v_at_1 =
162 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
163 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
164 am__depfiles_maybe = depfiles
165 am__mv = mv -f
166 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
167 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
168 LTCOMPILE = $(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)
172 AM_V_CC = $(am__v_CC_@AM_V@)
173 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
174 am__v_CC_0 = @echo " CC " $@;
175 am__v_CC_1 =
176 CCLD = $(CC)
177 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
179 $(AM_LDFLAGS) $(LDFLAGS) -o $@
180 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
181 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
182 am__v_CCLD_0 = @echo " CCLD " $@;
183 am__v_CCLD_1 =
184 SOURCES = $(util_la_SOURCES) scmp_arch_detect.c \
185 $(scmp_bpf_disasm_SOURCES) $(scmp_bpf_sim_SOURCES) \
186 scmp_sys_resolver.c
187 DIST_SOURCES = $(util_la_SOURCES) scmp_arch_detect.c \
188 $(scmp_bpf_disasm_SOURCES) $(scmp_bpf_sim_SOURCES) \
189 scmp_sys_resolver.c
190 am__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
195 am__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.
199 am__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.
207 am__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)`
212 ETAGS = etags
213 CTAGS = ctags
214 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
215 ACLOCAL = @ACLOCAL@
216 AMTAR = @AMTAR@
217 AM_CFLAGS = @AM_CFLAGS@
218 AM_CPPFLAGS = -I${top_builddir}/include
219 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
220 AM_LDFLAGS = @AM_LDFLAGS@
221 AR = @AR@
222 AUTOCONF = @AUTOCONF@
223 AUTOHEADER = @AUTOHEADER@
224 AUTOMAKE = @AUTOMAKE@
225 AWK = @AWK@
226 CC = @CC@
227 CCDEPMODE = @CCDEPMODE@
228 CFLAGS = @CFLAGS@
229 CPP = @CPP@
230 CPPFLAGS = @CPPFLAGS@
231 CYGPATH_W = @CYGPATH_W@
232 DEFS = @DEFS@
233 DEPDIR = @DEPDIR@
234 DLLTOOL = @DLLTOOL@
235 DSYMUTIL = @DSYMUTIL@
236 DUMPBIN = @DUMPBIN@
237 ECHO_C = @ECHO_C@
238 ECHO_N = @ECHO_N@
239 ECHO_T = @ECHO_T@
240 EGREP = @EGREP@
241 EXEEXT = @EXEEXT@
242 FGREP = @FGREP@
243 GREP = @GREP@
244 INSTALL = @INSTALL@
245 INSTALL_DATA = @INSTALL_DATA@
246 INSTALL_PROGRAM = @INSTALL_PROGRAM@
247 INSTALL_SCRIPT = @INSTALL_SCRIPT@
248 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
249 LD = @LD@
250 LDFLAGS = @LDFLAGS@
251 LIBOBJS = @LIBOBJS@
252 LIBS = @LIBS@
253 LIBTOOL = @LIBTOOL@
254 LIPO = @LIPO@
255 LN_S = @LN_S@
256 LTLIBOBJS = @LTLIBOBJS@
257 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
258 MAKEINFO = @MAKEINFO@
259 MANIFEST_TOOL = @MANIFEST_TOOL@
260 MKDIR_P = @MKDIR_P@
261 NM = @NM@
262 NMEDIT = @NMEDIT@
263 OBJDUMP = @OBJDUMP@
264 OBJEXT = @OBJEXT@
265 OTOOL = @OTOOL@
266 OTOOL64 = @OTOOL64@
267 PACKAGE = @PACKAGE@
268 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
269 PACKAGE_NAME = @PACKAGE_NAME@
270 PACKAGE_STRING = @PACKAGE_STRING@
271 PACKAGE_TARNAME = @PACKAGE_TARNAME@
272 PACKAGE_URL = @PACKAGE_URL@
273 PACKAGE_VERSION = @PACKAGE_VERSION@
274 PATH_SEPARATOR = @PATH_SEPARATOR@
275 RANLIB = @RANLIB@
276 SED = @SED@
277 SET_MAKE = @SET_MAKE@
278 SHELL = @SHELL@
279 STRIP = @STRIP@
280 VERSION = @VERSION@
281 VERSION_MAJOR = @VERSION_MAJOR@
282 VERSION_MICRO = @VERSION_MICRO@
283 VERSION_MINOR = @VERSION_MINOR@
284 abs_builddir = @abs_builddir@
285 abs_srcdir = @abs_srcdir@
286 abs_top_builddir = @abs_top_builddir@
287 abs_top_srcdir = @abs_top_srcdir@
288 ac_ct_AR = @ac_ct_AR@
289 ac_ct_CC = @ac_ct_CC@
290 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
291 am__include = @am__include@
292 am__leading_dot = @am__leading_dot@
293 am__quote = @am__quote@
294 am__tar = @am__tar@
295 am__untar = @am__untar@
296 bindir = @bindir@
297 build = @build@
298 build_alias = @build_alias@
299 build_cpu = @build_cpu@
300 build_os = @build_os@
301 build_vendor = @build_vendor@
302 builddir = @builddir@
303 datadir = @datadir@
304 datarootdir = @datarootdir@
305 docdir = @docdir@
306 dvidir = @dvidir@
307 exec_prefix = @exec_prefix@
308 have_coverity = @have_coverity@
309 have_cython = @have_cython@
310 host = @host@
311 host_alias = @host_alias@
312 host_cpu = @host_cpu@
313 host_os = @host_os@
314 host_vendor = @host_vendor@
315 htmldir = @htmldir@
316 includedir = @includedir@
317 infodir = @infodir@
318 install_sh = @install_sh@
319 libdir = @libdir@
320 libexecdir = @libexecdir@
321 localedir = @localedir@
322 localstatedir = @localstatedir@
323 mandir = @mandir@
324 mkdir_p = @mkdir_p@
325 oldincludedir = @oldincludedir@
326 pdfdir = @pdfdir@
327 prefix = @prefix@
328 program_transform_name = @program_transform_name@
329 psdir = @psdir@
330 sbindir = @sbindir@
331 sharedstatedir = @sharedstatedir@
332 srcdir = @srcdir@
333 sysconfdir = @sysconfdir@
334 target_alias = @target_alias@
335 top_build_prefix = @top_build_prefix@
336 top_builddir = @top_builddir@
337 top_srcdir = @top_srcdir@
338 noinst_LTLIBRARIES = util.la
339 util_la_SOURCES = util.c util.h bpf.h
340 util_la_LDFLAGS = -module
341 EXTRA_DIST = check-syntax scmp_app_inspector
342 scmp_bpf_disasm_SOURCES = scmp_bpf_disasm.c bpf.h util.h
343 scmp_bpf_sim_SOURCES = scmp_bpf_sim.c bpf.h util.h
344 scmp_sys_resolver_LDADD = ../src/libseccomp.la
345 scmp_sys_resolver_LDFLAGS = -static
346 scmp_arch_detect_LDADD = ../src/libseccomp.la
347 scmp_arch_detect_LDFLAGS = -static
348 scmp_bpf_disasm_LDADD = util.la
349 scmp_bpf_sim_LDADD = util.la
350 all: 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
367 Makefile: $(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
385 clean-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
396 util.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)
398 install-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
428 uninstall-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
439 clean-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
448 clean-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
457 scmp_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
461 scmp_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
465 scmp_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
469 scmp_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
473 mostlyclean-compile:
474 -rm -f *.$(OBJEXT)
475
476 distclean-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
509 mostlyclean-libtool:
510 -rm -f *.lo
511
512 clean-libtool:
513 -rm -rf .libs _libs
514
515 ID: $(am__tagged_files)
516 $(am__define_uniq_tagged_files); mkid -fID $$unique
517 tags: tags-am
518 TAGS: tags
519
520 tags-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
535 ctags: ctags-am
536
537 CTAGS: ctags
538 ctags-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
544 GTAGS:
545 here=`$(am__cd) $(top_builddir) && pwd` \
546 && $(am__cd) $(top_srcdir) \
547 && gtags -i $(GTAGS_ARGS) "$$here"
548 cscopelist: cscopelist-am
549
550 cscopelist-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
564 distclean-tags:
565 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
566
567 distdir: $(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
597 check-am: all-am
598 check: check-am
599 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
600 installdirs:
601 for dir in "$(DESTDIR)$(bindir)"; do \
602 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
603 done
604 install: install-am
605 install-exec: install-exec-am
606 install-data: install-data-am
607 uninstall: uninstall-am
608
609 install-am: all-am
610 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
611
612 installcheck: installcheck-am
613 install-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
623 mostlyclean-generic:
624
625 clean-generic:
626
627 distclean-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
631 maintainer-clean-generic:
632 @echo "This command is intended for maintainers to use"
633 @echo "it deletes files that may require special tools to rebuild."
634 clean: clean-am
635
636 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
637 clean-noinstLTLIBRARIES clean-noinstPROGRAMS mostlyclean-am
638
639 distclean: distclean-am
640 -rm -rf ./$(DEPDIR)
641 -rm -f Makefile
642 distclean-am: clean-am distclean-compile distclean-generic \
643 distclean-tags
644
645 dvi: dvi-am
646
647 dvi-am:
648
649 html: html-am
650
651 html-am:
652
653 info: info-am
654
655 info-am:
656
657 install-data-am:
658
659 install-dvi: install-dvi-am
660
661 install-dvi-am:
662
663 install-exec-am: install-binPROGRAMS
664
665 install-html: install-html-am
666
667 install-html-am:
668
669 install-info: install-info-am
670
671 install-info-am:
672
673 install-man:
674
675 install-pdf: install-pdf-am
676
677 install-pdf-am:
678
679 install-ps: install-ps-am
680
681 install-ps-am:
682
683 installcheck-am:
684
685 maintainer-clean: maintainer-clean-am
686 -rm -rf ./$(DEPDIR)
687 -rm -f Makefile
688 maintainer-clean-am: distclean-am maintainer-clean-generic
689
690 mostlyclean: mostlyclean-am
691
692 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
693 mostlyclean-libtool
694
695 pdf: pdf-am
696
697 pdf-am:
698
699 ps: ps-am
700
701 ps-am:
702
703 uninstall-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.040403 seconds and 4 git commands to generate.