Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / doc / 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 Documentation
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#
34VPATH = @srcdir@
35am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
36am__make_running_with_option = \
37 case $${target_option-} in \
38 ?) ;; \
39 *) echo "am__make_running_with_option: internal error: invalid" \
40 "target option '$${target_option-}' specified" >&2; \
41 exit 1;; \
42 esac; \
43 has_opt=no; \
44 sane_makeflags=$$MAKEFLAGS; \
45 if $(am__is_gnu_make); then \
46 sane_makeflags=$$MFLAGS; \
47 else \
48 case $$MAKEFLAGS in \
49 *\\[\ \ ]*) \
50 bs=\\; \
51 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
52 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
53 esac; \
54 fi; \
55 skip_next=no; \
56 strip_trailopt () \
57 { \
58 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
59 }; \
60 for flg in $$sane_makeflags; do \
61 test $$skip_next = yes && { skip_next=no; continue; }; \
62 case $$flg in \
63 *=*|--*) continue;; \
64 -*I) strip_trailopt 'I'; skip_next=yes;; \
65 -*I?*) strip_trailopt 'I';; \
66 -*O) strip_trailopt 'O'; skip_next=yes;; \
67 -*O?*) strip_trailopt 'O';; \
68 -*l) strip_trailopt 'l'; skip_next=yes;; \
69 -*l?*) strip_trailopt 'l';; \
70 -[dEDm]) skip_next=yes;; \
71 -[JT]) skip_next=yes;; \
72 esac; \
73 case $$flg in \
74 *$$target_option*) has_opt=yes; break;; \
75 esac; \
76 done; \
77 test $$has_opt = yes
78am__make_dryrun = (target_option=n; $(am__make_running_with_option))
79am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
80pkgdatadir = $(datadir)/@PACKAGE@
81pkgincludedir = $(includedir)/@PACKAGE@
82pkglibdir = $(libdir)/@PACKAGE@
83pkglibexecdir = $(libexecdir)/@PACKAGE@
84am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
85install_sh_DATA = $(install_sh) -c -m 644
86install_sh_PROGRAM = $(install_sh) -c
87install_sh_SCRIPT = $(install_sh) -c
88INSTALL_HEADER = $(INSTALL_DATA)
89transform = $(program_transform_name)
90NORMAL_INSTALL = :
91PRE_INSTALL = :
92POST_INSTALL = :
93NORMAL_UNINSTALL = :
94PRE_UNINSTALL = :
95POST_UNINSTALL = :
96build_triplet = @build@
97host_triplet = @host@
98subdir = doc
99DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
100 $(dist_man1_MANS) $(dist_man3_MANS)
101ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
103 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
104 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
105 $(top_srcdir)/configure.ac
106am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107 $(ACLOCAL_M4)
108mkinstalldirs = $(install_sh) -d
109CONFIG_HEADER = $(top_builddir)/configure.h
110CONFIG_CLEAN_FILES =
111CONFIG_CLEAN_VPATH_FILES =
112AM_V_P = $(am__v_P_@AM_V@)
113am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
114am__v_P_0 = false
115am__v_P_1 = :
116AM_V_GEN = $(am__v_GEN_@AM_V@)
117am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118am__v_GEN_0 = @echo " GEN " $@;
119am__v_GEN_1 =
120AM_V_at = $(am__v_at_@AM_V@)
121am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
122am__v_at_0 = @
123am__v_at_1 =
124SOURCES =
125DIST_SOURCES =
126am__can_run_installinfo = \
127 case $$AM_UPDATE_INFO_DIR in \
128 n|no|NO) false;; \
129 *) (install-info --version) >/dev/null 2>&1;; \
130 esac
131am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
132am__vpath_adj = case $$p in \
133 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
134 *) f=$$p;; \
135 esac;
136am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
137am__install_max = 40
138am__nobase_strip_setup = \
139 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
140am__nobase_strip = \
141 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
142am__nobase_list = $(am__nobase_strip_setup); \
143 for p in $$list; do echo "$$p $$p"; done | \
144 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
145 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
146 if (++n[$$2] == $(am__install_max)) \
147 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
148 END { for (dir in files) print dir, files[dir] }'
149am__base_list = \
150 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
151 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
152am__uninstall_files_from_dir = { \
153 test -z "$$files" \
154 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
155 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
156 $(am__cd) "$$dir" && rm -f $$files; }; \
157 }
158man1dir = $(mandir)/man1
159am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)"
160man3dir = $(mandir)/man3
161NROFF = nroff
162MANS = $(dist_man1_MANS) $(dist_man3_MANS)
163am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
164DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
165ACLOCAL = @ACLOCAL@
166AMTAR = @AMTAR@
167AM_CFLAGS = @AM_CFLAGS@
168AM_CPPFLAGS = @AM_CPPFLAGS@
169AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
170AM_LDFLAGS = @AM_LDFLAGS@
171AR = @AR@
172AUTOCONF = @AUTOCONF@
173AUTOHEADER = @AUTOHEADER@
174AUTOMAKE = @AUTOMAKE@
175AWK = @AWK@
176CC = @CC@
177CCDEPMODE = @CCDEPMODE@
178CFLAGS = @CFLAGS@
179CPP = @CPP@
180CPPFLAGS = @CPPFLAGS@
181CYGPATH_W = @CYGPATH_W@
182DEFS = @DEFS@
183DEPDIR = @DEPDIR@
184DLLTOOL = @DLLTOOL@
185DSYMUTIL = @DSYMUTIL@
186DUMPBIN = @DUMPBIN@
187ECHO_C = @ECHO_C@
188ECHO_N = @ECHO_N@
189ECHO_T = @ECHO_T@
190EGREP = @EGREP@
191EXEEXT = @EXEEXT@
192FGREP = @FGREP@
193GREP = @GREP@
194INSTALL = @INSTALL@
195INSTALL_DATA = @INSTALL_DATA@
196INSTALL_PROGRAM = @INSTALL_PROGRAM@
197INSTALL_SCRIPT = @INSTALL_SCRIPT@
198INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
199LD = @LD@
200LDFLAGS = @LDFLAGS@
201LIBOBJS = @LIBOBJS@
202LIBS = @LIBS@
203LIBTOOL = @LIBTOOL@
204LIPO = @LIPO@
205LN_S = @LN_S@
206LTLIBOBJS = @LTLIBOBJS@
207LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
208MAKEINFO = @MAKEINFO@
209MANIFEST_TOOL = @MANIFEST_TOOL@
210MKDIR_P = @MKDIR_P@
211NM = @NM@
212NMEDIT = @NMEDIT@
213OBJDUMP = @OBJDUMP@
214OBJEXT = @OBJEXT@
215OTOOL = @OTOOL@
216OTOOL64 = @OTOOL64@
217PACKAGE = @PACKAGE@
218PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
219PACKAGE_NAME = @PACKAGE_NAME@
220PACKAGE_STRING = @PACKAGE_STRING@
221PACKAGE_TARNAME = @PACKAGE_TARNAME@
222PACKAGE_URL = @PACKAGE_URL@
223PACKAGE_VERSION = @PACKAGE_VERSION@
224PATH_SEPARATOR = @PATH_SEPARATOR@
225RANLIB = @RANLIB@
226SED = @SED@
227SET_MAKE = @SET_MAKE@
228SHELL = @SHELL@
229STRIP = @STRIP@
230VERSION = @VERSION@
231VERSION_MAJOR = @VERSION_MAJOR@
232VERSION_MICRO = @VERSION_MICRO@
233VERSION_MINOR = @VERSION_MINOR@
234abs_builddir = @abs_builddir@
235abs_srcdir = @abs_srcdir@
236abs_top_builddir = @abs_top_builddir@
237abs_top_srcdir = @abs_top_srcdir@
238ac_ct_AR = @ac_ct_AR@
239ac_ct_CC = @ac_ct_CC@
240ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
241am__include = @am__include@
242am__leading_dot = @am__leading_dot@
243am__quote = @am__quote@
244am__tar = @am__tar@
245am__untar = @am__untar@
246bindir = @bindir@
247build = @build@
248build_alias = @build_alias@
249build_cpu = @build_cpu@
250build_os = @build_os@
251build_vendor = @build_vendor@
252builddir = @builddir@
253datadir = @datadir@
254datarootdir = @datarootdir@
255docdir = @docdir@
256dvidir = @dvidir@
257exec_prefix = @exec_prefix@
258have_coverity = @have_coverity@
259have_cython = @have_cython@
260host = @host@
261host_alias = @host_alias@
262host_cpu = @host_cpu@
263host_os = @host_os@
264host_vendor = @host_vendor@
265htmldir = @htmldir@
266includedir = @includedir@
267infodir = @infodir@
268install_sh = @install_sh@
269libdir = @libdir@
270libexecdir = @libexecdir@
271localedir = @localedir@
272localstatedir = @localstatedir@
273mandir = @mandir@
274mkdir_p = @mkdir_p@
275oldincludedir = @oldincludedir@
276pdfdir = @pdfdir@
277prefix = @prefix@
278program_transform_name = @program_transform_name@
279psdir = @psdir@
280sbindir = @sbindir@
281sharedstatedir = @sharedstatedir@
282srcdir = @srcdir@
283sysconfdir = @sysconfdir@
284target_alias = @target_alias@
285top_build_prefix = @top_build_prefix@
286top_builddir = @top_builddir@
287top_srcdir = @top_srcdir@
288dist_man1_MANS = \
289 man/man1/scmp_sys_resolver.1
290
291dist_man3_MANS = \
292 man/man3/seccomp_arch_add.3 \
293 man/man3/seccomp_arch_exist.3 \
294 man/man3/seccomp_arch_native.3 \
295 man/man3/seccomp_arch_remove.3 \
296 man/man3/seccomp_arch_resolve_name.3 \
297 man/man3/seccomp_attr_get.3 \
298 man/man3/seccomp_attr_set.3 \
299 man/man3/seccomp_export_bpf.3 \
300 man/man3/seccomp_export_pfc.3 \
301 man/man3/seccomp_init.3 \
302 man/man3/seccomp_load.3 \
303 man/man3/seccomp_merge.3 \
304 man/man3/seccomp_release.3 \
305 man/man3/seccomp_reset.3 \
306 man/man3/seccomp_rule_add.3 \
307 man/man3/seccomp_rule_add_array.3 \
308 man/man3/seccomp_rule_add_exact.3 \
309 man/man3/seccomp_rule_add_exact_array.3 \
310 man/man3/seccomp_syscall_priority.3 \
311 man/man3/seccomp_syscall_resolve_name.3 \
312 man/man3/seccomp_syscall_resolve_name_arch.3 \
313 man/man3/seccomp_syscall_resolve_name_rewrite.3 \
314 man/man3/seccomp_syscall_resolve_num_arch.3 \
315 man/man3/seccomp_version.3
316
317all: all-am
318
319.SUFFIXES:
320$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
321 @for dep in $?; do \
322 case '$(am__configure_deps)' in \
323 *$$dep*) \
324 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
325 && { if test -f $@; then exit 0; else break; fi; }; \
326 exit 1;; \
327 esac; \
328 done; \
329 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
330 $(am__cd) $(top_srcdir) && \
331 $(AUTOMAKE) --foreign doc/Makefile
332.PRECIOUS: Makefile
333Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
334 @case '$?' in \
335 *config.status*) \
336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
337 *) \
338 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
339 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
340 esac;
341
342$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
343 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344
345$(top_srcdir)/configure: $(am__configure_deps)
346 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347$(ACLOCAL_M4): $(am__aclocal_m4_deps)
348 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349$(am__aclocal_m4_deps):
350
351mostlyclean-libtool:
352 -rm -f *.lo
353
354clean-libtool:
355 -rm -rf .libs _libs
356install-man1: $(dist_man1_MANS)
357 @$(NORMAL_INSTALL)
358 @list1='$(dist_man1_MANS)'; \
359 list2=''; \
360 test -n "$(man1dir)" \
361 && test -n "`echo $$list1$$list2`" \
362 || exit 0; \
363 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
364 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
365 { for i in $$list1; do echo "$$i"; done; \
366 if test -n "$$list2"; then \
367 for i in $$list2; do echo "$$i"; done \
368 | sed -n '/\.1[a-z]*$$/p'; \
369 fi; \
370 } | while read p; do \
371 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
372 echo "$$d$$p"; echo "$$p"; \
373 done | \
374 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
375 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
376 sed 'N;N;s,\n, ,g' | { \
377 list=; while read file base inst; do \
378 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
379 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
380 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
381 fi; \
382 done; \
383 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
384 while read files; do \
385 test -z "$$files" || { \
386 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
387 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
388 done; }
389
390uninstall-man1:
391 @$(NORMAL_UNINSTALL)
392 @list='$(dist_man1_MANS)'; test -n "$(man1dir)" || exit 0; \
393 files=`{ for i in $$list; do echo "$$i"; done; \
394 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
395 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
396 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
397install-man3: $(dist_man3_MANS)
398 @$(NORMAL_INSTALL)
399 @list1='$(dist_man3_MANS)'; \
400 list2=''; \
401 test -n "$(man3dir)" \
402 && test -n "`echo $$list1$$list2`" \
403 || exit 0; \
404 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
405 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
406 { for i in $$list1; do echo "$$i"; done; \
407 if test -n "$$list2"; then \
408 for i in $$list2; do echo "$$i"; done \
409 | sed -n '/\.3[a-z]*$$/p'; \
410 fi; \
411 } | while read p; do \
412 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
413 echo "$$d$$p"; echo "$$p"; \
414 done | \
415 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
416 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
417 sed 'N;N;s,\n, ,g' | { \
418 list=; while read file base inst; do \
419 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
420 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
421 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
422 fi; \
423 done; \
424 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
425 while read files; do \
426 test -z "$$files" || { \
427 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
428 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
429 done; }
430
431uninstall-man3:
432 @$(NORMAL_UNINSTALL)
433 @list='$(dist_man3_MANS)'; test -n "$(man3dir)" || exit 0; \
434 files=`{ for i in $$list; do echo "$$i"; done; \
435 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
436 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
437 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
438tags TAGS:
439
440ctags CTAGS:
441
442cscope cscopelist:
443
444
445distdir: $(DISTFILES)
446 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
447 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448 list='$(DISTFILES)'; \
449 dist_files=`for file in $$list; do echo $$file; done | \
450 sed -e "s|^$$srcdirstrip/||;t" \
451 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
452 case $$dist_files in \
453 */*) $(MKDIR_P) `echo "$$dist_files" | \
454 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
455 sort -u` ;; \
456 esac; \
457 for file in $$dist_files; do \
458 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
459 if test -d $$d/$$file; then \
460 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
461 if test -d "$(distdir)/$$file"; then \
462 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
463 fi; \
464 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
465 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
466 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
467 fi; \
468 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
469 else \
470 test -f "$(distdir)/$$file" \
471 || cp -p $$d/$$file "$(distdir)/$$file" \
472 || exit 1; \
473 fi; \
474 done
475check-am: all-am
476check: check-am
477all-am: Makefile $(MANS)
478installdirs:
479 for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)"; do \
480 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
481 done
482install: install-am
483install-exec: install-exec-am
484install-data: install-data-am
485uninstall: uninstall-am
486
487install-am: all-am
488 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
489
490installcheck: installcheck-am
491install-strip:
492 if test -z '$(STRIP)'; then \
493 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
494 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
495 install; \
496 else \
497 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
498 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
499 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
500 fi
501mostlyclean-generic:
502
503clean-generic:
504
505distclean-generic:
506 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
507 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
508
509maintainer-clean-generic:
510 @echo "This command is intended for maintainers to use"
511 @echo "it deletes files that may require special tools to rebuild."
512clean: clean-am
513
514clean-am: clean-generic clean-libtool mostlyclean-am
515
516distclean: distclean-am
517 -rm -f Makefile
518distclean-am: clean-am distclean-generic
519
520dvi: dvi-am
521
522dvi-am:
523
524html: html-am
525
526html-am:
527
528info: info-am
529
530info-am:
531
532install-data-am: install-man
533
534install-dvi: install-dvi-am
535
536install-dvi-am:
537
538install-exec-am:
539
540install-html: install-html-am
541
542install-html-am:
543
544install-info: install-info-am
545
546install-info-am:
547
548install-man: install-man1 install-man3
549
550install-pdf: install-pdf-am
551
552install-pdf-am:
553
554install-ps: install-ps-am
555
556install-ps-am:
557
558installcheck-am:
559
560maintainer-clean: maintainer-clean-am
561 -rm -f Makefile
562maintainer-clean-am: distclean-am maintainer-clean-generic
563
564mostlyclean: mostlyclean-am
565
566mostlyclean-am: mostlyclean-generic mostlyclean-libtool
567
568pdf: pdf-am
569
570pdf-am:
571
572ps: ps-am
573
574ps-am:
575
576uninstall-am: uninstall-man
577
578uninstall-man: uninstall-man1 uninstall-man3
579
580.MAKE: install-am install-strip
581
582.PHONY: all all-am check check-am clean clean-generic clean-libtool \
583 cscopelist-am ctags-am distclean distclean-generic \
584 distclean-libtool distdir dvi dvi-am html html-am info info-am \
585 install install-am install-data install-data-am install-dvi \
586 install-dvi-am install-exec install-exec-am install-html \
587 install-html-am install-info install-info-am install-man \
588 install-man1 install-man3 install-pdf install-pdf-am \
589 install-ps install-ps-am install-strip installcheck \
590 installcheck-am installdirs maintainer-clean \
591 maintainer-clean-generic mostlyclean mostlyclean-generic \
592 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
593 uninstall-am uninstall-man uninstall-man1 uninstall-man3
594
595
596# Tell versions [3.59,3.63) of GNU make to not export all variables.
597# Otherwise a system limit (for SysV at least) may be exceeded.
598.NOEXPORT:
This page took 0.044301 seconds and 4 git commands to generate.