Annotation of embedaddon/strongswan/man/Makefile.in, revision 1.1.1.2
1.1 misho 1: # Makefile.in generated by automake 1.15.1 from Makefile.am.
2: # @configure_input@
3:
4: # Copyright (C) 1994-2017 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: VPATH = @srcdir@
17: am__is_gnu_make = { \
18: if test -z '$(MAKELEVEL)'; then \
19: false; \
20: elif test -n '$(MAKE_HOST)'; then \
21: true; \
22: elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23: true; \
24: else \
25: false; \
26: fi; \
27: }
28: am__make_running_with_option = \
29: case $${target_option-} in \
30: ?) ;; \
31: *) echo "am__make_running_with_option: internal error: invalid" \
32: "target option '$${target_option-}' specified" >&2; \
33: exit 1;; \
34: esac; \
35: has_opt=no; \
36: sane_makeflags=$$MAKEFLAGS; \
37: if $(am__is_gnu_make); then \
38: sane_makeflags=$$MFLAGS; \
39: else \
40: case $$MAKEFLAGS in \
41: *\\[\ \ ]*) \
42: bs=\\; \
43: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45: esac; \
46: fi; \
47: skip_next=no; \
48: strip_trailopt () \
49: { \
50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51: }; \
52: for flg in $$sane_makeflags; do \
53: test $$skip_next = yes && { skip_next=no; continue; }; \
54: case $$flg in \
55: *=*|--*) continue;; \
56: -*I) strip_trailopt 'I'; skip_next=yes;; \
57: -*I?*) strip_trailopt 'I';; \
58: -*O) strip_trailopt 'O'; skip_next=yes;; \
59: -*O?*) strip_trailopt 'O';; \
60: -*l) strip_trailopt 'l'; skip_next=yes;; \
61: -*l?*) strip_trailopt 'l';; \
62: -[dEDm]) skip_next=yes;; \
63: -[JT]) skip_next=yes;; \
64: esac; \
65: case $$flg in \
66: *$$target_option*) has_opt=yes; break;; \
67: esac; \
68: done; \
69: test $$has_opt = yes
70: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72: pkgdatadir = $(datadir)/@PACKAGE@
73: pkgincludedir = $(includedir)/@PACKAGE@
74: pkglibdir = $(libdir)/@PACKAGE@
75: pkglibexecdir = $(libexecdir)/@PACKAGE@
76: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77: install_sh_DATA = $(install_sh) -c -m 644
78: install_sh_PROGRAM = $(install_sh) -c
79: install_sh_SCRIPT = $(install_sh) -c
80: INSTALL_HEADER = $(INSTALL_DATA)
81: transform = $(program_transform_name)
82: NORMAL_INSTALL = :
83: PRE_INSTALL = :
84: POST_INSTALL = :
85: NORMAL_UNINSTALL = :
86: PRE_UNINSTALL = :
87: POST_UNINSTALL = :
88: build_triplet = @build@
89: host_triplet = @host@
90: @USE_FILE_CONFIG_TRUE@am__append_1 = \
91: @USE_FILE_CONFIG_TRUE@ ipsec.conf.5 \
92: @USE_FILE_CONFIG_TRUE@ ipsec.secrets.5
93:
94: subdir = man
95: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
97: $(top_srcdir)/m4/config/ltoptions.m4 \
98: $(top_srcdir)/m4/config/ltsugar.m4 \
99: $(top_srcdir)/m4/config/ltversion.m4 \
100: $(top_srcdir)/m4/config/lt~obsolete.m4 \
101: $(top_srcdir)/m4/macros/split-package-version.m4 \
102: $(top_srcdir)/m4/macros/with.m4 \
103: $(top_srcdir)/m4/macros/enable-disable.m4 \
104: $(top_srcdir)/m4/macros/add-plugin.m4 \
105: $(top_srcdir)/configure.ac
106: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107: $(ACLOCAL_M4)
108: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
109: mkinstalldirs = $(install_sh) -d
110: CONFIG_HEADER = $(top_builddir)/config.h
111: CONFIG_CLEAN_FILES = ipsec.conf.5 ipsec.secrets.5
112: CONFIG_CLEAN_VPATH_FILES =
113: AM_V_P = $(am__v_P_@AM_V@)
114: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
115: am__v_P_0 = false
116: am__v_P_1 = :
117: AM_V_GEN = $(am__v_GEN_@AM_V@)
118: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
119: am__v_GEN_0 = @echo " GEN " $@;
120: am__v_GEN_1 =
121: AM_V_at = $(am__v_at_@AM_V@)
122: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
123: am__v_at_0 = @
124: am__v_at_1 =
125: SOURCES =
126: DIST_SOURCES =
127: am__can_run_installinfo = \
128: case $$AM_UPDATE_INFO_DIR in \
129: n|no|NO) false;; \
130: *) (install-info --version) >/dev/null 2>&1;; \
131: esac
132: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
133: am__vpath_adj = case $$p in \
134: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
135: *) f=$$p;; \
136: esac;
137: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
138: am__install_max = 40
139: am__nobase_strip_setup = \
140: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
141: am__nobase_strip = \
142: for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
143: am__nobase_list = $(am__nobase_strip_setup); \
144: for p in $$list; do echo "$$p $$p"; done | \
145: sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
146: $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
147: if (++n[$$2] == $(am__install_max)) \
148: { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
149: END { for (dir in files) print dir, files[dir] }'
150: am__base_list = \
151: sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
152: sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
153: am__uninstall_files_from_dir = { \
154: test -z "$$files" \
155: || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
156: || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
157: $(am__cd) "$$dir" && rm -f $$files; }; \
158: }
159: man5dir = $(mandir)/man5
160: am__installdirs = "$(DESTDIR)$(man5dir)"
161: NROFF = nroff
162: MANS = $(man_MANS)
163: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
164: am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/ipsec.conf.5.in \
165: $(srcdir)/ipsec.secrets.5.in
166: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
167: ACLOCAL = @ACLOCAL@
168: ALLOCA = @ALLOCA@
169: AMTAR = @AMTAR@
170: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
171: AR = @AR@
172: ATOMICLIB = @ATOMICLIB@
173: AUTOCONF = @AUTOCONF@
174: AUTOHEADER = @AUTOHEADER@
175: AUTOMAKE = @AUTOMAKE@
176: AWK = @AWK@
177: BFDLIB = @BFDLIB@
178: BTLIB = @BTLIB@
179: CC = @CC@
180: CCDEPMODE = @CCDEPMODE@
181: CFLAGS = @CFLAGS@
182: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
183: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
184: CPP = @CPP@
185: CPPFLAGS = @CPPFLAGS@
186: CYGPATH_W = @CYGPATH_W@
187: DEFS = @DEFS@
188: DEPDIR = @DEPDIR@
189: DLLIB = @DLLIB@
190: DLLTOOL = @DLLTOOL@
191: DSYMUTIL = @DSYMUTIL@
192: DUMPBIN = @DUMPBIN@
193: EASY_INSTALL = @EASY_INSTALL@
194: ECHO_C = @ECHO_C@
195: ECHO_N = @ECHO_N@
196: ECHO_T = @ECHO_T@
197: EGREP = @EGREP@
198: EXEEXT = @EXEEXT@
199: FGREP = @FGREP@
200: FUZZING_CFLAGS = @FUZZING_CFLAGS@
201: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
202: GEM = @GEM@
203: GENHTML = @GENHTML@
1.1.1.2 ! misho 204: GIT_VERSION = @GIT_VERSION@
1.1 misho 205: GPERF = @GPERF@
206: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
207: GPRBUILD = @GPRBUILD@
208: GREP = @GREP@
209: INSTALL = @INSTALL@
210: INSTALL_DATA = @INSTALL_DATA@
211: INSTALL_PROGRAM = @INSTALL_PROGRAM@
212: INSTALL_SCRIPT = @INSTALL_SCRIPT@
213: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
214: LCOV = @LCOV@
215: LD = @LD@
216: LDFLAGS = @LDFLAGS@
217: LEX = @LEX@
218: LEXLIB = @LEXLIB@
219: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
220: LIBOBJS = @LIBOBJS@
221: LIBS = @LIBS@
222: LIBTOOL = @LIBTOOL@
223: LIPO = @LIPO@
224: LN_S = @LN_S@
225: LTLIBOBJS = @LTLIBOBJS@
226: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
227: MAKEINFO = @MAKEINFO@
228: MANIFEST_TOOL = @MANIFEST_TOOL@
229: MKDIR_P = @MKDIR_P@
230: MYSQLCFLAG = @MYSQLCFLAG@
231: MYSQLCONFIG = @MYSQLCONFIG@
232: MYSQLLIB = @MYSQLLIB@
233: NM = @NM@
234: NMEDIT = @NMEDIT@
235: OBJDUMP = @OBJDUMP@
236: OBJEXT = @OBJEXT@
237: OPENSSL_LIB = @OPENSSL_LIB@
238: OTOOL = @OTOOL@
239: OTOOL64 = @OTOOL64@
240: PACKAGE = @PACKAGE@
241: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
242: PACKAGE_NAME = @PACKAGE_NAME@
243: PACKAGE_STRING = @PACKAGE_STRING@
244: PACKAGE_TARNAME = @PACKAGE_TARNAME@
245: PACKAGE_URL = @PACKAGE_URL@
246: PACKAGE_VERSION = @PACKAGE_VERSION@
247: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
248: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
249: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
250: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
251: PATH_SEPARATOR = @PATH_SEPARATOR@
252: PERL = @PERL@
253: PKG_CONFIG = @PKG_CONFIG@
254: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
255: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
256: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
257: PTHREADLIB = @PTHREADLIB@
258: PYTHON = @PYTHON@
259: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
260: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
261: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
262: PYTHON_PLATFORM = @PYTHON_PLATFORM@
263: PYTHON_PREFIX = @PYTHON_PREFIX@
264: PYTHON_VERSION = @PYTHON_VERSION@
265: PY_TEST = @PY_TEST@
266: RANLIB = @RANLIB@
267: RTLIB = @RTLIB@
268: RUBYGEMDIR = @RUBYGEMDIR@
269: SED = @SED@
270: SET_MAKE = @SET_MAKE@
271: SHELL = @SHELL@
272: SOCKLIB = @SOCKLIB@
273: STRIP = @STRIP@
274: TOX = @TOX@
275: UNWINDLIB = @UNWINDLIB@
276: VERSION = @VERSION@
277: YACC = @YACC@
278: YFLAGS = @YFLAGS@
279: abs_builddir = @abs_builddir@
280: abs_srcdir = @abs_srcdir@
281: abs_top_builddir = @abs_top_builddir@
282: abs_top_srcdir = @abs_top_srcdir@
283: ac_ct_AR = @ac_ct_AR@
284: ac_ct_CC = @ac_ct_CC@
285: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
286: aikgen_plugins = @aikgen_plugins@
287: am__include = @am__include@
288: am__leading_dot = @am__leading_dot@
289: am__quote = @am__quote@
290: am__tar = @am__tar@
291: am__untar = @am__untar@
292: attest_plugins = @attest_plugins@
293: bindir = @bindir@
294: botan_CFLAGS = @botan_CFLAGS@
295: botan_LIBS = @botan_LIBS@
296: build = @build@
297: build_alias = @build_alias@
298: build_cpu = @build_cpu@
299: build_os = @build_os@
300: build_vendor = @build_vendor@
301: builddir = @builddir@
302: c_plugins = @c_plugins@
303: charon_natt_port = @charon_natt_port@
304: charon_plugins = @charon_plugins@
305: charon_udp_port = @charon_udp_port@
306: clearsilver_LIBS = @clearsilver_LIBS@
307: cmd_plugins = @cmd_plugins@
308: datadir = @datadir@
309: datarootdir = @datarootdir@
310: dbusdatadir = @dbusdatadir@
311: dbuspolicydir = @dbuspolicydir@
312: dev_headers = @dev_headers@
313: docdir = @docdir@
314: dvidir = @dvidir@
315: exec_prefix = @exec_prefix@
316: fips_mode = @fips_mode@
317: fuzz_plugins = @fuzz_plugins@
318: host = @host@
319: host_alias = @host_alias@
320: host_cpu = @host_cpu@
321: host_os = @host_os@
322: host_vendor = @host_vendor@
323: htmldir = @htmldir@
324: imcvdir = @imcvdir@
325: includedir = @includedir@
326: infodir = @infodir@
327: install_sh = @install_sh@
328: ipsec_script = @ipsec_script@
329: ipsec_script_upper = @ipsec_script_upper@
330: ipsecdir = @ipsecdir@
331: ipsecgroup = @ipsecgroup@
332: ipseclibdir = @ipseclibdir@
333: ipsecuser = @ipsecuser@
334: json_CFLAGS = @json_CFLAGS@
335: json_LIBS = @json_LIBS@
336: libdir = @libdir@
337: libexecdir = @libexecdir@
338: libfuzzer = @libfuzzer@
339: libiptc_CFLAGS = @libiptc_CFLAGS@
340: libiptc_LIBS = @libiptc_LIBS@
341: linux_headers = @linux_headers@
342: localedir = @localedir@
343: localstatedir = @localstatedir@
344: manager_plugins = @manager_plugins@
345: mandir = @mandir@
346: medsrv_plugins = @medsrv_plugins@
347: mkdir_p = @mkdir_p@
348: nm_CFLAGS = @nm_CFLAGS@
349: nm_LIBS = @nm_LIBS@
350: nm_ca_dir = @nm_ca_dir@
351: nm_plugins = @nm_plugins@
352: oldincludedir = @oldincludedir@
353: p_plugins = @p_plugins@
354: pcsclite_CFLAGS = @pcsclite_CFLAGS@
355: pcsclite_LIBS = @pcsclite_LIBS@
356: pdfdir = @pdfdir@
357: piddir = @piddir@
358: pkgpyexecdir = @pkgpyexecdir@
359: pkgpythondir = @pkgpythondir@
360: pki_plugins = @pki_plugins@
361: plugindir = @plugindir@
362: pool_plugins = @pool_plugins@
363: prefix = @prefix@
364: program_transform_name = @program_transform_name@
365: psdir = @psdir@
366: pyexecdir = @pyexecdir@
367: pythondir = @pythondir@
368: random_device = @random_device@
369: resolv_conf = @resolv_conf@
370: routing_table = @routing_table@
371: routing_table_prio = @routing_table_prio@
372: runstatedir = @runstatedir@
373: s_plugins = @s_plugins@
374: sbindir = @sbindir@
375: scepclient_plugins = @scepclient_plugins@
376: scripts_plugins = @scripts_plugins@
377: sharedstatedir = @sharedstatedir@
378: soup_CFLAGS = @soup_CFLAGS@
379: soup_LIBS = @soup_LIBS@
380: srcdir = @srcdir@
381: starter_plugins = @starter_plugins@
382: strongswan_conf = @strongswan_conf@
383: strongswan_options = @strongswan_options@
384: swanctldir = @swanctldir@
385: sysconfdir = @sysconfdir@
386: systemd_CFLAGS = @systemd_CFLAGS@
387: systemd_LIBS = @systemd_LIBS@
388: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
389: systemd_daemon_LIBS = @systemd_daemon_LIBS@
390: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
391: systemd_journal_LIBS = @systemd_journal_LIBS@
392: systemdsystemunitdir = @systemdsystemunitdir@
393: t_plugins = @t_plugins@
394: target_alias = @target_alias@
395: top_build_prefix = @top_build_prefix@
396: top_builddir = @top_builddir@
397: top_srcdir = @top_srcdir@
398: tss2_CFLAGS = @tss2_CFLAGS@
399: tss2_LIBS = @tss2_LIBS@
400: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
401: tss2_esys_LIBS = @tss2_esys_LIBS@
402: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
403: tss2_socket_LIBS = @tss2_socket_LIBS@
404: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
405: tss2_sys_LIBS = @tss2_sys_LIBS@
406: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
407: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
408: urandom_device = @urandom_device@
409: wolfssl_CFLAGS = @wolfssl_CFLAGS@
410: wolfssl_LIBS = @wolfssl_LIBS@
411: xml_CFLAGS = @xml_CFLAGS@
412: xml_LIBS = @xml_LIBS@
413: man_MANS = $(am__append_1)
414: CLEANFILES = $(man_MANS)
415: all: all-am
416:
417: .SUFFIXES:
418: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
419: @for dep in $?; do \
420: case '$(am__configure_deps)' in \
421: *$$dep*) \
422: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
423: && { if test -f $@; then exit 0; else break; fi; }; \
424: exit 1;; \
425: esac; \
426: done; \
427: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
428: $(am__cd) $(top_srcdir) && \
429: $(AUTOMAKE) --gnu man/Makefile
430: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
431: @case '$?' in \
432: *config.status*) \
433: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
434: *) \
435: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
436: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
437: esac;
438:
439: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
440: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
441:
442: $(top_srcdir)/configure: $(am__configure_deps)
443: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
444: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
445: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
446: $(am__aclocal_m4_deps):
447: ipsec.conf.5: $(top_builddir)/config.status $(srcdir)/ipsec.conf.5.in
448: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
449: ipsec.secrets.5: $(top_builddir)/config.status $(srcdir)/ipsec.secrets.5.in
450: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
451:
452: mostlyclean-libtool:
453: -rm -f *.lo
454:
455: clean-libtool:
456: -rm -rf .libs _libs
457: install-man5: $(man_MANS)
458: @$(NORMAL_INSTALL)
459: @list1=''; \
460: list2='$(man_MANS)'; \
461: test -n "$(man5dir)" \
462: && test -n "`echo $$list1$$list2`" \
463: || exit 0; \
464: echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
465: $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
466: { for i in $$list1; do echo "$$i"; done; \
467: if test -n "$$list2"; then \
468: for i in $$list2; do echo "$$i"; done \
469: | sed -n '/\.5[a-z]*$$/p'; \
470: fi; \
471: } | while read p; do \
472: if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
473: echo "$$d$$p"; echo "$$p"; \
474: done | \
475: sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
476: -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
477: sed 'N;N;s,\n, ,g' | { \
478: list=; while read file base inst; do \
479: if test "$$base" = "$$inst"; then list="$$list $$file"; else \
480: echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
481: $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
482: fi; \
483: done; \
484: for i in $$list; do echo "$$i"; done | $(am__base_list) | \
485: while read files; do \
486: test -z "$$files" || { \
487: echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
488: $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
489: done; }
490:
491: uninstall-man5:
492: @$(NORMAL_UNINSTALL)
493: @list=''; test -n "$(man5dir)" || exit 0; \
494: files=`{ for i in $$list; do echo "$$i"; done; \
495: l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
496: sed -n '/\.5[a-z]*$$/p'; \
497: } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
498: -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
499: dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
500: tags TAGS:
501:
502: ctags CTAGS:
503:
504: cscope cscopelist:
505:
506:
507: distdir: $(DISTFILES)
508: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
509: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
510: list='$(DISTFILES)'; \
511: dist_files=`for file in $$list; do echo $$file; done | \
512: sed -e "s|^$$srcdirstrip/||;t" \
513: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
514: case $$dist_files in \
515: */*) $(MKDIR_P) `echo "$$dist_files" | \
516: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
517: sort -u` ;; \
518: esac; \
519: for file in $$dist_files; do \
520: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
521: if test -d $$d/$$file; then \
522: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
523: if test -d "$(distdir)/$$file"; then \
524: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
525: fi; \
526: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
527: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
528: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
529: fi; \
530: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
531: else \
532: test -f "$(distdir)/$$file" \
533: || cp -p $$d/$$file "$(distdir)/$$file" \
534: || exit 1; \
535: fi; \
536: done
537: check-am: all-am
538: check: check-am
539: all-am: Makefile $(MANS)
540: installdirs:
541: for dir in "$(DESTDIR)$(man5dir)"; do \
542: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
543: done
544: install: install-am
545: install-exec: install-exec-am
546: install-data: install-data-am
547: uninstall: uninstall-am
548:
549: install-am: all-am
550: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
551:
552: installcheck: installcheck-am
553: install-strip:
554: if test -z '$(STRIP)'; then \
555: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
556: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
557: install; \
558: else \
559: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
560: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
561: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
562: fi
563: mostlyclean-generic:
564:
565: clean-generic:
566: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
567:
568: distclean-generic:
569: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
570: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
571:
572: maintainer-clean-generic:
573: @echo "This command is intended for maintainers to use"
574: @echo "it deletes files that may require special tools to rebuild."
575: clean: clean-am
576:
577: clean-am: clean-generic clean-libtool mostlyclean-am
578:
579: distclean: distclean-am
580: -rm -f Makefile
581: distclean-am: clean-am distclean-generic
582:
583: dvi: dvi-am
584:
585: dvi-am:
586:
587: html: html-am
588:
589: html-am:
590:
591: info: info-am
592:
593: info-am:
594:
595: install-data-am: install-man
596:
597: install-dvi: install-dvi-am
598:
599: install-dvi-am:
600:
601: install-exec-am:
602:
603: install-html: install-html-am
604:
605: install-html-am:
606:
607: install-info: install-info-am
608:
609: install-info-am:
610:
611: install-man: install-man5
612:
613: install-pdf: install-pdf-am
614:
615: install-pdf-am:
616:
617: install-ps: install-ps-am
618:
619: install-ps-am:
620:
621: installcheck-am:
622:
623: maintainer-clean: maintainer-clean-am
624: -rm -f Makefile
625: maintainer-clean-am: distclean-am maintainer-clean-generic
626:
627: mostlyclean: mostlyclean-am
628:
629: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
630:
631: pdf: pdf-am
632:
633: pdf-am:
634:
635: ps: ps-am
636:
637: ps-am:
638:
639: uninstall-am: uninstall-man
640:
641: uninstall-man: uninstall-man5
642:
643: .MAKE: install-am install-strip
644:
645: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
646: cscopelist-am ctags-am distclean distclean-generic \
647: distclean-libtool distdir dvi dvi-am html html-am info info-am \
648: install install-am install-data install-data-am install-dvi \
649: install-dvi-am install-exec install-exec-am install-html \
650: install-html-am install-info install-info-am install-man \
651: install-man5 install-pdf install-pdf-am install-ps \
652: install-ps-am install-strip installcheck installcheck-am \
653: installdirs maintainer-clean maintainer-clean-generic \
654: mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
655: ps ps-am tags-am uninstall uninstall-am uninstall-man \
656: uninstall-man5
657:
658: .PRECIOUS: Makefile
659:
660:
661: # Tell versions [3.59,3.63) of GNU make to not export all variables.
662: # Otherwise a system limit (for SysV at least) may be exceeded.
663: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>