Makefile.in 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772
  1. # Makefile.in generated by automake 1.16.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2020 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. #
  13. # Copyright (c) 2005, 2006 Thorsten Kukuk <kukuk@suse.de>
  14. #
  15. VPATH = @srcdir@
  16. am__is_gnu_make = { \
  17. if test -z '$(MAKELEVEL)'; then \
  18. false; \
  19. elif test -n '$(MAKE_HOST)'; then \
  20. true; \
  21. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  22. true; \
  23. else \
  24. false; \
  25. fi; \
  26. }
  27. am__make_running_with_option = \
  28. case $${target_option-} in \
  29. ?) ;; \
  30. *) echo "am__make_running_with_option: internal error: invalid" \
  31. "target option '$${target_option-}' specified" >&2; \
  32. exit 1;; \
  33. esac; \
  34. has_opt=no; \
  35. sane_makeflags=$$MAKEFLAGS; \
  36. if $(am__is_gnu_make); then \
  37. sane_makeflags=$$MFLAGS; \
  38. else \
  39. case $$MAKEFLAGS in \
  40. *\\[\ \ ]*) \
  41. bs=\\; \
  42. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  43. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  44. esac; \
  45. fi; \
  46. skip_next=no; \
  47. strip_trailopt () \
  48. { \
  49. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  50. }; \
  51. for flg in $$sane_makeflags; do \
  52. test $$skip_next = yes && { skip_next=no; continue; }; \
  53. case $$flg in \
  54. *=*|--*) continue;; \
  55. -*I) strip_trailopt 'I'; skip_next=yes;; \
  56. -*I?*) strip_trailopt 'I';; \
  57. -*O) strip_trailopt 'O'; skip_next=yes;; \
  58. -*O?*) strip_trailopt 'O';; \
  59. -*l) strip_trailopt 'l'; skip_next=yes;; \
  60. -*l?*) strip_trailopt 'l';; \
  61. -[dEDm]) skip_next=yes;; \
  62. -[JT]) skip_next=yes;; \
  63. esac; \
  64. case $$flg in \
  65. *$$target_option*) has_opt=yes; break;; \
  66. esac; \
  67. done; \
  68. test $$has_opt = yes
  69. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  70. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  71. pkgdatadir = $(datadir)/@PACKAGE@
  72. pkgincludedir = $(includedir)/@PACKAGE@
  73. pkglibdir = $(libdir)/@PACKAGE@
  74. pkglibexecdir = $(libexecdir)/@PACKAGE@
  75. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  76. install_sh_DATA = $(install_sh) -c -m 644
  77. install_sh_PROGRAM = $(install_sh) -c
  78. install_sh_SCRIPT = $(install_sh) -c
  79. INSTALL_HEADER = $(INSTALL_DATA)
  80. transform = $(program_transform_name)
  81. NORMAL_INSTALL = :
  82. PRE_INSTALL = :
  83. POST_INSTALL = :
  84. NORMAL_UNINSTALL = :
  85. PRE_UNINSTALL = :
  86. POST_UNINSTALL = :
  87. build_triplet = @build@
  88. host_triplet = @host@
  89. subdir = doc
  90. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  91. am__aclocal_m4_deps = $(top_srcdir)/m4/attribute.m4 \
  92. $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
  93. $(top_srcdir)/m4/intlmacosx.m4 \
  94. $(top_srcdir)/m4/jh_path_xml_catalog.m4 \
  95. $(top_srcdir)/m4/ld-O1.m4 $(top_srcdir)/m4/ld-as-needed.m4 \
  96. $(top_srcdir)/m4/ld-no-undefined.m4 \
  97. $(top_srcdir)/m4/ld-z-now.m4 $(top_srcdir)/m4/lib-ld.m4 \
  98. $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
  99. $(top_srcdir)/m4/libprelude.m4 $(top_srcdir)/m4/libtool.m4 \
  100. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  101. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  102. $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
  103. $(top_srcdir)/m4/progtest.m4 \
  104. $(top_srcdir)/m4/warn_lang_flags.m4 \
  105. $(top_srcdir)/m4/warnings.m4 $(top_srcdir)/configure.ac
  106. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  107. $(ACLOCAL_M4)
  108. DIST_COMMON = $(srcdir)/Makefile.am $(dist_html_DATA) \
  109. $(am__DIST_COMMON)
  110. mkinstalldirs = $(install_sh) -d
  111. CONFIG_HEADER = $(top_builddir)/config.h
  112. CONFIG_CLEAN_FILES =
  113. CONFIG_CLEAN_VPATH_FILES =
  114. AM_V_P = $(am__v_P_@AM_V@)
  115. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  116. am__v_P_0 = false
  117. am__v_P_1 = :
  118. AM_V_GEN = $(am__v_GEN_@AM_V@)
  119. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  120. am__v_GEN_0 = @echo " GEN " $@;
  121. am__v_GEN_1 =
  122. AM_V_at = $(am__v_at_@AM_V@)
  123. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  124. am__v_at_0 = @
  125. am__v_at_1 =
  126. SOURCES =
  127. DIST_SOURCES =
  128. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  129. ctags-recursive dvi-recursive html-recursive info-recursive \
  130. install-data-recursive install-dvi-recursive \
  131. install-exec-recursive install-html-recursive \
  132. install-info-recursive install-pdf-recursive \
  133. install-ps-recursive install-recursive installcheck-recursive \
  134. installdirs-recursive pdf-recursive ps-recursive \
  135. tags-recursive uninstall-recursive
  136. am__can_run_installinfo = \
  137. case $$AM_UPDATE_INFO_DIR in \
  138. n|no|NO) false;; \
  139. *) (install-info --version) >/dev/null 2>&1;; \
  140. esac
  141. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  142. am__vpath_adj = case $$p in \
  143. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  144. *) f=$$p;; \
  145. esac;
  146. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  147. am__install_max = 40
  148. am__nobase_strip_setup = \
  149. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  150. am__nobase_strip = \
  151. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  152. am__nobase_list = $(am__nobase_strip_setup); \
  153. for p in $$list; do echo "$$p $$p"; done | \
  154. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  155. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  156. if (++n[$$2] == $(am__install_max)) \
  157. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  158. END { for (dir in files) print dir, files[dir] }'
  159. am__base_list = \
  160. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  161. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  162. am__uninstall_files_from_dir = { \
  163. test -z "$$files" \
  164. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  165. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  166. $(am__cd) "$$dir" && rm -f $$files; }; \
  167. }
  168. am__installdirs = "$(DESTDIR)$(htmldir)"
  169. DATA = $(dist_html_DATA)
  170. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  171. distclean-recursive maintainer-clean-recursive
  172. am__recursive_targets = \
  173. $(RECURSIVE_TARGETS) \
  174. $(RECURSIVE_CLEAN_TARGETS) \
  175. $(am__extra_recursive_targets)
  176. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  177. distdir distdir-am
  178. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  179. # Read a list of newline-separated strings from the standard input,
  180. # and print each of them once, without duplicates. Input order is
  181. # *not* preserved.
  182. am__uniquify_input = $(AWK) '\
  183. BEGIN { nonempty = 0; } \
  184. { items[$$0] = 1; nonempty = 1; } \
  185. END { if (nonempty) { for (i in items) print i; }; } \
  186. '
  187. # Make sure the list of sources is unique. This is necessary because,
  188. # e.g., the same source file might be shared among _SOURCES variables
  189. # for different programs/libraries.
  190. am__define_uniq_tagged_files = \
  191. list='$(am__tagged_files)'; \
  192. unique=`for i in $$list; do \
  193. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  194. done | $(am__uniquify_input)`
  195. ETAGS = etags
  196. CTAGS = ctags
  197. DIST_SUBDIRS = $(SUBDIRS)
  198. am__DIST_COMMON = $(srcdir)/Makefile.in
  199. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  200. am__relativize = \
  201. dir0=`pwd`; \
  202. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  203. sed_rest='s,^[^/]*/*,,'; \
  204. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  205. sed_butlast='s,/*[^/]*$$,,'; \
  206. while test -n "$$dir1"; do \
  207. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  208. if test "$$first" != "."; then \
  209. if test "$$first" = ".."; then \
  210. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  211. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  212. else \
  213. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  214. if test "$$first2" = "$$first"; then \
  215. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  216. else \
  217. dir2="../$$dir2"; \
  218. fi; \
  219. dir0="$$dir0"/"$$first"; \
  220. fi; \
  221. fi; \
  222. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  223. done; \
  224. reldir="$$dir2"
  225. ACLOCAL = @ACLOCAL@
  226. AMTAR = @AMTAR@
  227. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  228. AR = @AR@
  229. AUTOCONF = @AUTOCONF@
  230. AUTOHEADER = @AUTOHEADER@
  231. AUTOMAKE = @AUTOMAKE@
  232. AWK = @AWK@
  233. BROWSER = @BROWSER@
  234. BUILD_CFLAGS = @BUILD_CFLAGS@
  235. BUILD_CPPFLAGS = @BUILD_CPPFLAGS@
  236. BUILD_LDFLAGS = @BUILD_LDFLAGS@
  237. CC = @CC@
  238. CCDEPMODE = @CCDEPMODE@
  239. CC_FOR_BUILD = @CC_FOR_BUILD@
  240. CFLAGS = @CFLAGS@
  241. CPP = @CPP@
  242. CPPFLAGS = @CPPFLAGS@
  243. CRYPTO_LIBS = @CRYPTO_LIBS@
  244. CRYPT_CFLAGS = @CRYPT_CFLAGS@
  245. CRYPT_LIBS = @CRYPT_LIBS@
  246. CYGPATH_W = @CYGPATH_W@
  247. DEFS = @DEFS@
  248. DEPDIR = @DEPDIR@
  249. DLLTOOL = @DLLTOOL@
  250. DSYMUTIL = @DSYMUTIL@
  251. DUMPBIN = @DUMPBIN@
  252. ECHO_C = @ECHO_C@
  253. ECHO_N = @ECHO_N@
  254. ECHO_T = @ECHO_T@
  255. ECONF_CFLAGS = @ECONF_CFLAGS@
  256. ECONF_LIBS = @ECONF_LIBS@
  257. EGREP = @EGREP@
  258. EXEEXT = @EXEEXT@
  259. EXE_CFLAGS = @EXE_CFLAGS@
  260. EXE_LDFLAGS = @EXE_LDFLAGS@
  261. FGREP = @FGREP@
  262. FO2PDF = @FO2PDF@
  263. GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
  264. GMSGFMT = @GMSGFMT@
  265. GMSGFMT_015 = @GMSGFMT_015@
  266. GREP = @GREP@
  267. INSTALL = @INSTALL@
  268. INSTALL_DATA = @INSTALL_DATA@
  269. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  270. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  271. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  272. INTLLIBS = @INTLLIBS@
  273. INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
  274. LD = @LD@
  275. LDFLAGS = @LDFLAGS@
  276. LEX = @LEX@
  277. LEXLIB = @LEXLIB@
  278. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  279. LIBAUDIT = @LIBAUDIT@
  280. LIBCRYPT = @LIBCRYPT@
  281. LIBDB = @LIBDB@
  282. LIBDL = @LIBDL@
  283. LIBICONV = @LIBICONV@
  284. LIBINTL = @LIBINTL@
  285. LIBOBJS = @LIBOBJS@
  286. LIBPRELUDE_CFLAGS = @LIBPRELUDE_CFLAGS@
  287. LIBPRELUDE_CONFIG = @LIBPRELUDE_CONFIG@
  288. LIBPRELUDE_CONFIG_PREFIX = @LIBPRELUDE_CONFIG_PREFIX@
  289. LIBPRELUDE_LDFLAGS = @LIBPRELUDE_LDFLAGS@
  290. LIBPRELUDE_LIBS = @LIBPRELUDE_LIBS@
  291. LIBPRELUDE_PREFIX = @LIBPRELUDE_PREFIX@
  292. LIBPRELUDE_PTHREAD_CFLAGS = @LIBPRELUDE_PTHREAD_CFLAGS@
  293. LIBS = @LIBS@
  294. LIBSELINUX = @LIBSELINUX@
  295. LIBTOOL = @LIBTOOL@
  296. LIPO = @LIPO@
  297. LN_S = @LN_S@
  298. LTLIBICONV = @LTLIBICONV@
  299. LTLIBINTL = @LTLIBINTL@
  300. LTLIBOBJS = @LTLIBOBJS@
  301. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  302. MAKEINFO = @MAKEINFO@
  303. MANIFEST_TOOL = @MANIFEST_TOOL@
  304. MKDIR_P = @MKDIR_P@
  305. MSGFMT = @MSGFMT@
  306. MSGFMT_015 = @MSGFMT_015@
  307. MSGMERGE = @MSGMERGE@
  308. NIS_CFLAGS = @NIS_CFLAGS@
  309. NIS_LIBS = @NIS_LIBS@
  310. NM = @NM@
  311. NMEDIT = @NMEDIT@
  312. NSL_CFLAGS = @NSL_CFLAGS@
  313. NSL_LIBS = @NSL_LIBS@
  314. OBJDUMP = @OBJDUMP@
  315. OBJEXT = @OBJEXT@
  316. OTOOL = @OTOOL@
  317. OTOOL64 = @OTOOL64@
  318. PACKAGE = @PACKAGE@
  319. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  320. PACKAGE_NAME = @PACKAGE_NAME@
  321. PACKAGE_STRING = @PACKAGE_STRING@
  322. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  323. PACKAGE_URL = @PACKAGE_URL@
  324. PACKAGE_VERSION = @PACKAGE_VERSION@
  325. PATH_SEPARATOR = @PATH_SEPARATOR@
  326. PKG_CONFIG = @PKG_CONFIG@
  327. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  328. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  329. POSUB = @POSUB@
  330. RANLIB = @RANLIB@
  331. SCONFIGDIR = @SCONFIGDIR@
  332. SECUREDIR = @SECUREDIR@
  333. SED = @SED@
  334. SET_MAKE = @SET_MAKE@
  335. SHELL = @SHELL@
  336. STRINGPARAM_HMAC = @STRINGPARAM_HMAC@
  337. STRINGPARAM_VENDORDIR = @STRINGPARAM_VENDORDIR@
  338. STRIP = @STRIP@
  339. TIRPC_CFLAGS = @TIRPC_CFLAGS@
  340. TIRPC_LIBS = @TIRPC_LIBS@
  341. USE_NLS = @USE_NLS@
  342. VERSION = @VERSION@
  343. WARN_CFLAGS = @WARN_CFLAGS@
  344. XGETTEXT = @XGETTEXT@
  345. XGETTEXT_015 = @XGETTEXT_015@
  346. XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  347. XMLCATALOG = @XMLCATALOG@
  348. XMLLINT = @XMLLINT@
  349. XML_CATALOG_FILE = @XML_CATALOG_FILE@
  350. XSLTPROC = @XSLTPROC@
  351. YACC = @YACC@
  352. YFLAGS = @YFLAGS@
  353. abs_builddir = @abs_builddir@
  354. abs_srcdir = @abs_srcdir@
  355. abs_top_builddir = @abs_top_builddir@
  356. abs_top_srcdir = @abs_top_srcdir@
  357. ac_ct_AR = @ac_ct_AR@
  358. ac_ct_CC = @ac_ct_CC@
  359. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  360. am__include = @am__include@
  361. am__leading_dot = @am__leading_dot@
  362. am__quote = @am__quote@
  363. am__tar = @am__tar@
  364. am__untar = @am__untar@
  365. bindir = @bindir@
  366. build = @build@
  367. build_alias = @build_alias@
  368. build_cpu = @build_cpu@
  369. build_os = @build_os@
  370. build_vendor = @build_vendor@
  371. builddir = @builddir@
  372. datadir = @datadir@
  373. datarootdir = @datarootdir@
  374. docdir = @docdir@
  375. dvidir = @dvidir@
  376. exec_prefix = @exec_prefix@
  377. host = @host@
  378. host_alias = @host_alias@
  379. host_cpu = @host_cpu@
  380. host_os = @host_os@
  381. host_vendor = @host_vendor@
  382. htmldir = @htmldir@
  383. includedir = @includedir@
  384. infodir = @infodir@
  385. install_sh = @install_sh@
  386. libdir = @libdir@
  387. libexecdir = @libexecdir@
  388. localedir = @localedir@
  389. localstatedir = @localstatedir@
  390. mandir = @mandir@
  391. mkdir_p = @mkdir_p@
  392. oldincludedir = @oldincludedir@
  393. pam_xauth_path = @pam_xauth_path@
  394. pdfdir = @pdfdir@
  395. prefix = @prefix@
  396. program_transform_name = @program_transform_name@
  397. psdir = @psdir@
  398. sbindir = @sbindir@
  399. sharedstatedir = @sharedstatedir@
  400. srcdir = @srcdir@
  401. sysconfdir = @sysconfdir@
  402. systemdunitdir = @systemdunitdir@
  403. target_alias = @target_alias@
  404. top_build_prefix = @top_build_prefix@
  405. top_builddir = @top_builddir@
  406. top_srcdir = @top_srcdir@
  407. SUBDIRS = man specs sag adg mwg
  408. CLEANFILES = *~
  409. dist_html_DATA = index.html
  410. EXTRA_DIST = custom-html.xsl custom-man.xsl
  411. all: all-recursive
  412. .SUFFIXES:
  413. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  414. @for dep in $?; do \
  415. case '$(am__configure_deps)' in \
  416. *$$dep*) \
  417. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  418. && { if test -f $@; then exit 0; else break; fi; }; \
  419. exit 1;; \
  420. esac; \
  421. done; \
  422. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
  423. $(am__cd) $(top_srcdir) && \
  424. $(AUTOMAKE) --gnu doc/Makefile
  425. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  426. @case '$?' in \
  427. *config.status*) \
  428. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  429. *) \
  430. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  431. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  432. esac;
  433. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  434. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  435. $(top_srcdir)/configure: $(am__configure_deps)
  436. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  437. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  438. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  439. $(am__aclocal_m4_deps):
  440. mostlyclean-libtool:
  441. -rm -f *.lo
  442. clean-libtool:
  443. -rm -rf .libs _libs
  444. install-dist_htmlDATA: $(dist_html_DATA)
  445. @$(NORMAL_INSTALL)
  446. @list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
  447. if test -n "$$list"; then \
  448. echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
  449. $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
  450. fi; \
  451. for p in $$list; do \
  452. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  453. echo "$$d$$p"; \
  454. done | $(am__base_list) | \
  455. while read files; do \
  456. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
  457. $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
  458. done
  459. uninstall-dist_htmlDATA:
  460. @$(NORMAL_UNINSTALL)
  461. @list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
  462. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  463. dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
  464. # This directory's subdirectories are mostly independent; you can cd
  465. # into them and run 'make' without going through this Makefile.
  466. # To change the values of 'make' variables: instead of editing Makefiles,
  467. # (1) if the variable is set in 'config.status', edit 'config.status'
  468. # (which will cause the Makefiles to be regenerated when you run 'make');
  469. # (2) otherwise, pass the desired values on the 'make' command line.
  470. $(am__recursive_targets):
  471. @fail=; \
  472. if $(am__make_keepgoing); then \
  473. failcom='fail=yes'; \
  474. else \
  475. failcom='exit 1'; \
  476. fi; \
  477. dot_seen=no; \
  478. target=`echo $@ | sed s/-recursive//`; \
  479. case "$@" in \
  480. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  481. *) list='$(SUBDIRS)' ;; \
  482. esac; \
  483. for subdir in $$list; do \
  484. echo "Making $$target in $$subdir"; \
  485. if test "$$subdir" = "."; then \
  486. dot_seen=yes; \
  487. local_target="$$target-am"; \
  488. else \
  489. local_target="$$target"; \
  490. fi; \
  491. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  492. || eval $$failcom; \
  493. done; \
  494. if test "$$dot_seen" = "no"; then \
  495. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  496. fi; test -z "$$fail"
  497. ID: $(am__tagged_files)
  498. $(am__define_uniq_tagged_files); mkid -fID $$unique
  499. tags: tags-recursive
  500. TAGS: tags
  501. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  502. set x; \
  503. here=`pwd`; \
  504. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  505. include_option=--etags-include; \
  506. empty_fix=.; \
  507. else \
  508. include_option=--include; \
  509. empty_fix=; \
  510. fi; \
  511. list='$(SUBDIRS)'; for subdir in $$list; do \
  512. if test "$$subdir" = .; then :; else \
  513. test ! -f $$subdir/TAGS || \
  514. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  515. fi; \
  516. done; \
  517. $(am__define_uniq_tagged_files); \
  518. shift; \
  519. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  520. test -n "$$unique" || unique=$$empty_fix; \
  521. if test $$# -gt 0; then \
  522. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  523. "$$@" $$unique; \
  524. else \
  525. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  526. $$unique; \
  527. fi; \
  528. fi
  529. ctags: ctags-recursive
  530. CTAGS: ctags
  531. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  532. $(am__define_uniq_tagged_files); \
  533. test -z "$(CTAGS_ARGS)$$unique" \
  534. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  535. $$unique
  536. GTAGS:
  537. here=`$(am__cd) $(top_builddir) && pwd` \
  538. && $(am__cd) $(top_srcdir) \
  539. && gtags -i $(GTAGS_ARGS) "$$here"
  540. cscopelist: cscopelist-recursive
  541. cscopelist-am: $(am__tagged_files)
  542. list='$(am__tagged_files)'; \
  543. case "$(srcdir)" in \
  544. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  545. *) sdir=$(subdir)/$(srcdir) ;; \
  546. esac; \
  547. for i in $$list; do \
  548. if test -f "$$i"; then \
  549. echo "$(subdir)/$$i"; \
  550. else \
  551. echo "$$sdir/$$i"; \
  552. fi; \
  553. done >> $(top_builddir)/cscope.files
  554. distclean-tags:
  555. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  556. distdir: $(BUILT_SOURCES)
  557. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  558. distdir-am: $(DISTFILES)
  559. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  560. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  561. list='$(DISTFILES)'; \
  562. dist_files=`for file in $$list; do echo $$file; done | \
  563. sed -e "s|^$$srcdirstrip/||;t" \
  564. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  565. case $$dist_files in \
  566. */*) $(MKDIR_P) `echo "$$dist_files" | \
  567. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  568. sort -u` ;; \
  569. esac; \
  570. for file in $$dist_files; do \
  571. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  572. if test -d $$d/$$file; then \
  573. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  574. if test -d "$(distdir)/$$file"; then \
  575. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  576. fi; \
  577. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  578. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  579. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  580. fi; \
  581. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  582. else \
  583. test -f "$(distdir)/$$file" \
  584. || cp -p $$d/$$file "$(distdir)/$$file" \
  585. || exit 1; \
  586. fi; \
  587. done
  588. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  589. if test "$$subdir" = .; then :; else \
  590. $(am__make_dryrun) \
  591. || test -d "$(distdir)/$$subdir" \
  592. || $(MKDIR_P) "$(distdir)/$$subdir" \
  593. || exit 1; \
  594. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  595. $(am__relativize); \
  596. new_distdir=$$reldir; \
  597. dir1=$$subdir; dir2="$(top_distdir)"; \
  598. $(am__relativize); \
  599. new_top_distdir=$$reldir; \
  600. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  601. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  602. ($(am__cd) $$subdir && \
  603. $(MAKE) $(AM_MAKEFLAGS) \
  604. top_distdir="$$new_top_distdir" \
  605. distdir="$$new_distdir" \
  606. am__remove_distdir=: \
  607. am__skip_length_check=: \
  608. am__skip_mode_fix=: \
  609. distdir) \
  610. || exit 1; \
  611. fi; \
  612. done
  613. check-am: all-am
  614. check: check-recursive
  615. all-am: Makefile $(DATA)
  616. installdirs: installdirs-recursive
  617. installdirs-am:
  618. for dir in "$(DESTDIR)$(htmldir)"; do \
  619. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  620. done
  621. install: install-recursive
  622. install-exec: install-exec-recursive
  623. install-data: install-data-recursive
  624. uninstall: uninstall-recursive
  625. install-am: all-am
  626. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  627. installcheck: installcheck-recursive
  628. install-strip:
  629. if test -z '$(STRIP)'; then \
  630. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  631. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  632. install; \
  633. else \
  634. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  635. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  636. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  637. fi
  638. mostlyclean-generic:
  639. clean-generic:
  640. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  641. distclean-generic:
  642. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  643. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  644. maintainer-clean-generic:
  645. @echo "This command is intended for maintainers to use"
  646. @echo "it deletes files that may require special tools to rebuild."
  647. clean: clean-recursive
  648. clean-am: clean-generic clean-libtool mostlyclean-am
  649. distclean: distclean-recursive
  650. -rm -f Makefile
  651. distclean-am: clean-am distclean-generic distclean-tags
  652. dvi: dvi-recursive
  653. dvi-am:
  654. html: html-recursive
  655. html-am:
  656. info: info-recursive
  657. info-am:
  658. install-data-am: install-dist_htmlDATA
  659. install-dvi: install-dvi-recursive
  660. install-dvi-am:
  661. install-exec-am:
  662. install-html: install-html-recursive
  663. install-html-am:
  664. install-info: install-info-recursive
  665. install-info-am:
  666. install-man:
  667. install-pdf: install-pdf-recursive
  668. install-pdf-am:
  669. install-ps: install-ps-recursive
  670. install-ps-am:
  671. installcheck-am:
  672. maintainer-clean: maintainer-clean-recursive
  673. -rm -f Makefile
  674. maintainer-clean-am: distclean-am maintainer-clean-generic
  675. mostlyclean: mostlyclean-recursive
  676. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  677. pdf: pdf-recursive
  678. pdf-am:
  679. ps: ps-recursive
  680. ps-am:
  681. uninstall-am: uninstall-dist_htmlDATA
  682. .MAKE: $(am__recursive_targets) install-am install-strip
  683. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  684. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  685. ctags-am distclean distclean-generic distclean-libtool \
  686. distclean-tags distdir dvi dvi-am html html-am info info-am \
  687. install install-am install-data install-data-am \
  688. install-dist_htmlDATA install-dvi install-dvi-am install-exec \
  689. install-exec-am install-html install-html-am install-info \
  690. install-info-am install-man install-pdf install-pdf-am \
  691. install-ps install-ps-am install-strip installcheck \
  692. installcheck-am installdirs installdirs-am maintainer-clean \
  693. maintainer-clean-generic mostlyclean mostlyclean-generic \
  694. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  695. uninstall-am uninstall-dist_htmlDATA
  696. .PRECIOUS: Makefile
  697. #######################################################
  698. releasedocs: all
  699. $(mkinstalldirs) $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs
  700. cp -av specs/draft-morgan-pam-current.txt \
  701. $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs/
  702. cp -av $(srcdir)/specs/rfc86.0.txt \
  703. $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs/
  704. make -C sag releasedocs
  705. make -C adg releasedocs
  706. make -C mwg releasedocs
  707. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  708. # Otherwise a system limit (for SysV at least) may be exceeded.
  709. .NOEXPORT: