Makefile.in 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962
  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, 2007 Thorsten Kukuk <kukuk@thkukuk.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. @HAVE_DOC_TRUE@am__append_1 = doc
  90. subdir = .
  91. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  92. am__aclocal_m4_deps = $(top_srcdir)/m4/attribute.m4 \
  93. $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
  94. $(top_srcdir)/m4/intlmacosx.m4 \
  95. $(top_srcdir)/m4/jh_path_xml_catalog.m4 \
  96. $(top_srcdir)/m4/ld-O1.m4 $(top_srcdir)/m4/ld-as-needed.m4 \
  97. $(top_srcdir)/m4/ld-no-undefined.m4 \
  98. $(top_srcdir)/m4/ld-z-now.m4 $(top_srcdir)/m4/lib-ld.m4 \
  99. $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
  100. $(top_srcdir)/m4/libprelude.m4 $(top_srcdir)/m4/libtool.m4 \
  101. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  102. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  103. $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
  104. $(top_srcdir)/m4/progtest.m4 \
  105. $(top_srcdir)/m4/warn_lang_flags.m4 \
  106. $(top_srcdir)/m4/warnings.m4 $(top_srcdir)/configure.ac
  107. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  108. $(ACLOCAL_M4)
  109. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  110. $(am__configure_deps) $(am__DIST_COMMON)
  111. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  112. configure.lineno config.status.lineno
  113. mkinstalldirs = $(install_sh) -d
  114. CONFIG_HEADER = config.h
  115. CONFIG_CLEAN_FILES = Make.xml.rules
  116. CONFIG_CLEAN_VPATH_FILES =
  117. AM_V_P = $(am__v_P_@AM_V@)
  118. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  119. am__v_P_0 = false
  120. am__v_P_1 = :
  121. AM_V_GEN = $(am__v_GEN_@AM_V@)
  122. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  123. am__v_GEN_0 = @echo " GEN " $@;
  124. am__v_GEN_1 =
  125. AM_V_at = $(am__v_at_@AM_V@)
  126. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  127. am__v_at_0 = @
  128. am__v_at_1 =
  129. SOURCES =
  130. DIST_SOURCES =
  131. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  132. ctags-recursive dvi-recursive html-recursive info-recursive \
  133. install-data-recursive install-dvi-recursive \
  134. install-exec-recursive install-html-recursive \
  135. install-info-recursive install-pdf-recursive \
  136. install-ps-recursive install-recursive installcheck-recursive \
  137. installdirs-recursive pdf-recursive ps-recursive \
  138. tags-recursive uninstall-recursive
  139. am__can_run_installinfo = \
  140. case $$AM_UPDATE_INFO_DIR in \
  141. n|no|NO) false;; \
  142. *) (install-info --version) >/dev/null 2>&1;; \
  143. esac
  144. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  145. distclean-recursive maintainer-clean-recursive
  146. am__recursive_targets = \
  147. $(RECURSIVE_TARGETS) \
  148. $(RECURSIVE_CLEAN_TARGETS) \
  149. $(am__extra_recursive_targets)
  150. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  151. cscope distdir distdir-am dist dist-all distcheck
  152. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
  153. config.h.in
  154. # Read a list of newline-separated strings from the standard input,
  155. # and print each of them once, without duplicates. Input order is
  156. # *not* preserved.
  157. am__uniquify_input = $(AWK) '\
  158. BEGIN { nonempty = 0; } \
  159. { items[$$0] = 1; nonempty = 1; } \
  160. END { if (nonempty) { for (i in items) print i; }; } \
  161. '
  162. # Make sure the list of sources is unique. This is necessary because,
  163. # e.g., the same source file might be shared among _SOURCES variables
  164. # for different programs/libraries.
  165. am__define_uniq_tagged_files = \
  166. list='$(am__tagged_files)'; \
  167. unique=`for i in $$list; do \
  168. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  169. done | $(am__uniquify_input)`
  170. ETAGS = etags
  171. CTAGS = ctags
  172. CSCOPE = cscope
  173. DIST_SUBDIRS = libpam tests libpamc libpam_misc modules po conf \
  174. examples xtests doc
  175. am__DIST_COMMON = $(srcdir)/Make.xml.rules.in $(srcdir)/Makefile.in \
  176. $(srcdir)/config.h.in $(top_srcdir)/build-aux/compile \
  177. $(top_srcdir)/build-aux/config.guess \
  178. $(top_srcdir)/build-aux/config.rpath \
  179. $(top_srcdir)/build-aux/config.sub \
  180. $(top_srcdir)/build-aux/install-sh \
  181. $(top_srcdir)/build-aux/ltmain.sh \
  182. $(top_srcdir)/build-aux/missing ABOUT-NLS AUTHORS COPYING \
  183. ChangeLog INSTALL NEWS README build-aux/compile \
  184. build-aux/config.guess build-aux/config.rpath \
  185. build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh \
  186. build-aux/missing
  187. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  188. distdir = $(PACKAGE)-$(VERSION)
  189. top_distdir = $(distdir)
  190. am__remove_distdir = \
  191. if test -d "$(distdir)"; then \
  192. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  193. && rm -rf "$(distdir)" \
  194. || { sleep 5 && rm -rf "$(distdir)"; }; \
  195. else :; fi
  196. am__post_remove_distdir = $(am__remove_distdir)
  197. am__relativize = \
  198. dir0=`pwd`; \
  199. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  200. sed_rest='s,^[^/]*/*,,'; \
  201. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  202. sed_butlast='s,/*[^/]*$$,,'; \
  203. while test -n "$$dir1"; do \
  204. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  205. if test "$$first" != "."; then \
  206. if test "$$first" = ".."; then \
  207. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  208. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  209. else \
  210. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  211. if test "$$first2" = "$$first"; then \
  212. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  213. else \
  214. dir2="../$$dir2"; \
  215. fi; \
  216. dir0="$$dir0"/"$$first"; \
  217. fi; \
  218. fi; \
  219. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  220. done; \
  221. reldir="$$dir2"
  222. GZIP_ENV = --best
  223. DIST_ARCHIVES = $(distdir).tar.xz
  224. DIST_TARGETS = dist-xz
  225. # Exists only to be overridden by the user if desired.
  226. AM_DISTCHECK_DVI_TARGET = dvi
  227. distuninstallcheck_listfiles = find . -type f -print
  228. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  229. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  230. distcleancheck_listfiles = find . -type f -print
  231. ACLOCAL = @ACLOCAL@
  232. AMTAR = @AMTAR@
  233. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  234. AR = @AR@
  235. AUTOCONF = @AUTOCONF@
  236. AUTOHEADER = @AUTOHEADER@
  237. AUTOMAKE = @AUTOMAKE@
  238. AWK = @AWK@
  239. BROWSER = @BROWSER@
  240. BUILD_CFLAGS = @BUILD_CFLAGS@
  241. BUILD_CPPFLAGS = @BUILD_CPPFLAGS@
  242. BUILD_LDFLAGS = @BUILD_LDFLAGS@
  243. CC = @CC@
  244. CCDEPMODE = @CCDEPMODE@
  245. CC_FOR_BUILD = @CC_FOR_BUILD@
  246. CFLAGS = @CFLAGS@
  247. CPP = @CPP@
  248. CPPFLAGS = @CPPFLAGS@
  249. CRYPTO_LIBS = @CRYPTO_LIBS@
  250. CRYPT_CFLAGS = @CRYPT_CFLAGS@
  251. CRYPT_LIBS = @CRYPT_LIBS@
  252. CYGPATH_W = @CYGPATH_W@
  253. DEFS = @DEFS@
  254. DEPDIR = @DEPDIR@
  255. DLLTOOL = @DLLTOOL@
  256. DSYMUTIL = @DSYMUTIL@
  257. DUMPBIN = @DUMPBIN@
  258. ECHO_C = @ECHO_C@
  259. ECHO_N = @ECHO_N@
  260. ECHO_T = @ECHO_T@
  261. ECONF_CFLAGS = @ECONF_CFLAGS@
  262. ECONF_LIBS = @ECONF_LIBS@
  263. EGREP = @EGREP@
  264. EXEEXT = @EXEEXT@
  265. EXE_CFLAGS = @EXE_CFLAGS@
  266. EXE_LDFLAGS = @EXE_LDFLAGS@
  267. FGREP = @FGREP@
  268. FO2PDF = @FO2PDF@
  269. GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
  270. GMSGFMT = @GMSGFMT@
  271. GMSGFMT_015 = @GMSGFMT_015@
  272. GREP = @GREP@
  273. INSTALL = @INSTALL@
  274. INSTALL_DATA = @INSTALL_DATA@
  275. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  276. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  277. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  278. INTLLIBS = @INTLLIBS@
  279. INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
  280. LD = @LD@
  281. LDFLAGS = @LDFLAGS@
  282. LEX = @LEX@
  283. LEXLIB = @LEXLIB@
  284. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  285. LIBAUDIT = @LIBAUDIT@
  286. LIBCRYPT = @LIBCRYPT@
  287. LIBDB = @LIBDB@
  288. LIBDL = @LIBDL@
  289. LIBICONV = @LIBICONV@
  290. LIBINTL = @LIBINTL@
  291. LIBOBJS = @LIBOBJS@
  292. LIBPRELUDE_CFLAGS = @LIBPRELUDE_CFLAGS@
  293. LIBPRELUDE_CONFIG = @LIBPRELUDE_CONFIG@
  294. LIBPRELUDE_CONFIG_PREFIX = @LIBPRELUDE_CONFIG_PREFIX@
  295. LIBPRELUDE_LDFLAGS = @LIBPRELUDE_LDFLAGS@
  296. LIBPRELUDE_LIBS = @LIBPRELUDE_LIBS@
  297. LIBPRELUDE_PREFIX = @LIBPRELUDE_PREFIX@
  298. LIBPRELUDE_PTHREAD_CFLAGS = @LIBPRELUDE_PTHREAD_CFLAGS@
  299. LIBS = @LIBS@
  300. LIBSELINUX = @LIBSELINUX@
  301. LIBTOOL = @LIBTOOL@
  302. LIPO = @LIPO@
  303. LN_S = @LN_S@
  304. LTLIBICONV = @LTLIBICONV@
  305. LTLIBINTL = @LTLIBINTL@
  306. LTLIBOBJS = @LTLIBOBJS@
  307. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  308. MAKEINFO = @MAKEINFO@
  309. MANIFEST_TOOL = @MANIFEST_TOOL@
  310. MKDIR_P = @MKDIR_P@
  311. MSGFMT = @MSGFMT@
  312. MSGFMT_015 = @MSGFMT_015@
  313. MSGMERGE = @MSGMERGE@
  314. NIS_CFLAGS = @NIS_CFLAGS@
  315. NIS_LIBS = @NIS_LIBS@
  316. NM = @NM@
  317. NMEDIT = @NMEDIT@
  318. NSL_CFLAGS = @NSL_CFLAGS@
  319. NSL_LIBS = @NSL_LIBS@
  320. OBJDUMP = @OBJDUMP@
  321. OBJEXT = @OBJEXT@
  322. OTOOL = @OTOOL@
  323. OTOOL64 = @OTOOL64@
  324. PACKAGE = @PACKAGE@
  325. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  326. PACKAGE_NAME = @PACKAGE_NAME@
  327. PACKAGE_STRING = @PACKAGE_STRING@
  328. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  329. PACKAGE_URL = @PACKAGE_URL@
  330. PACKAGE_VERSION = @PACKAGE_VERSION@
  331. PATH_SEPARATOR = @PATH_SEPARATOR@
  332. PKG_CONFIG = @PKG_CONFIG@
  333. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  334. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  335. POSUB = @POSUB@
  336. RANLIB = @RANLIB@
  337. SCONFIGDIR = @SCONFIGDIR@
  338. SECUREDIR = @SECUREDIR@
  339. SED = @SED@
  340. SET_MAKE = @SET_MAKE@
  341. SHELL = @SHELL@
  342. STRINGPARAM_HMAC = @STRINGPARAM_HMAC@
  343. STRINGPARAM_VENDORDIR = @STRINGPARAM_VENDORDIR@
  344. STRIP = @STRIP@
  345. TIRPC_CFLAGS = @TIRPC_CFLAGS@
  346. TIRPC_LIBS = @TIRPC_LIBS@
  347. USE_NLS = @USE_NLS@
  348. VERSION = @VERSION@
  349. WARN_CFLAGS = @WARN_CFLAGS@
  350. XGETTEXT = @XGETTEXT@
  351. XGETTEXT_015 = @XGETTEXT_015@
  352. XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  353. XMLCATALOG = @XMLCATALOG@
  354. XMLLINT = @XMLLINT@
  355. XML_CATALOG_FILE = @XML_CATALOG_FILE@
  356. XSLTPROC = @XSLTPROC@
  357. YACC = @YACC@
  358. YFLAGS = @YFLAGS@
  359. abs_builddir = @abs_builddir@
  360. abs_srcdir = @abs_srcdir@
  361. abs_top_builddir = @abs_top_builddir@
  362. abs_top_srcdir = @abs_top_srcdir@
  363. ac_ct_AR = @ac_ct_AR@
  364. ac_ct_CC = @ac_ct_CC@
  365. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  366. am__include = @am__include@
  367. am__leading_dot = @am__leading_dot@
  368. am__quote = @am__quote@
  369. am__tar = @am__tar@
  370. am__untar = @am__untar@
  371. bindir = @bindir@
  372. build = @build@
  373. build_alias = @build_alias@
  374. build_cpu = @build_cpu@
  375. build_os = @build_os@
  376. build_vendor = @build_vendor@
  377. builddir = @builddir@
  378. datadir = @datadir@
  379. datarootdir = @datarootdir@
  380. docdir = @docdir@
  381. dvidir = @dvidir@
  382. exec_prefix = @exec_prefix@
  383. host = @host@
  384. host_alias = @host_alias@
  385. host_cpu = @host_cpu@
  386. host_os = @host_os@
  387. host_vendor = @host_vendor@
  388. htmldir = @htmldir@
  389. includedir = @includedir@
  390. infodir = @infodir@
  391. install_sh = @install_sh@
  392. libdir = @libdir@
  393. libexecdir = @libexecdir@
  394. localedir = @localedir@
  395. localstatedir = @localstatedir@
  396. mandir = @mandir@
  397. mkdir_p = @mkdir_p@
  398. oldincludedir = @oldincludedir@
  399. pam_xauth_path = @pam_xauth_path@
  400. pdfdir = @pdfdir@
  401. prefix = @prefix@
  402. program_transform_name = @program_transform_name@
  403. psdir = @psdir@
  404. sbindir = @sbindir@
  405. sharedstatedir = @sharedstatedir@
  406. srcdir = @srcdir@
  407. sysconfdir = @sysconfdir@
  408. systemdunitdir = @systemdunitdir@
  409. target_alias = @target_alias@
  410. top_build_prefix = @top_build_prefix@
  411. top_builddir = @top_builddir@
  412. top_srcdir = @top_srcdir@
  413. AUTOMAKE_OPTIONS = 1.9 gnu dist-xz no-dist-gzip check-news
  414. SUBDIRS = libpam tests libpamc libpam_misc modules po conf examples \
  415. xtests $(am__append_1)
  416. CLEANFILES = *~
  417. EXTRA_DIST = pgp.keys.asc CHANGELOG ChangeLog-CVS Copyright
  418. ACLOCAL_AMFLAGS = -I m4
  419. gen_changelog_start_date = 2011-10-26
  420. all: config.h
  421. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  422. .SUFFIXES:
  423. am--refresh: Makefile
  424. @:
  425. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  426. @for dep in $?; do \
  427. case '$(am__configure_deps)' in \
  428. *$$dep*) \
  429. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  430. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  431. && exit 0; \
  432. exit 1;; \
  433. esac; \
  434. done; \
  435. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  436. $(am__cd) $(top_srcdir) && \
  437. $(AUTOMAKE) --gnu Makefile
  438. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  439. @case '$?' in \
  440. *config.status*) \
  441. echo ' $(SHELL) ./config.status'; \
  442. $(SHELL) ./config.status;; \
  443. *) \
  444. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
  445. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
  446. esac;
  447. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  448. $(SHELL) ./config.status --recheck
  449. $(top_srcdir)/configure: $(am__configure_deps)
  450. $(am__cd) $(srcdir) && $(AUTOCONF)
  451. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  452. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  453. $(am__aclocal_m4_deps):
  454. config.h: stamp-h1
  455. @test -f $@ || rm -f stamp-h1
  456. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  457. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  458. @rm -f stamp-h1
  459. cd $(top_builddir) && $(SHELL) ./config.status config.h
  460. $(srcdir)/config.h.in: $(am__configure_deps)
  461. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  462. rm -f stamp-h1
  463. touch $@
  464. distclean-hdr:
  465. -rm -f config.h stamp-h1
  466. Make.xml.rules: $(top_builddir)/config.status $(srcdir)/Make.xml.rules.in
  467. cd $(top_builddir) && $(SHELL) ./config.status $@
  468. mostlyclean-libtool:
  469. -rm -f *.lo
  470. clean-libtool:
  471. -rm -rf .libs _libs
  472. distclean-libtool:
  473. -rm -f libtool config.lt
  474. # This directory's subdirectories are mostly independent; you can cd
  475. # into them and run 'make' without going through this Makefile.
  476. # To change the values of 'make' variables: instead of editing Makefiles,
  477. # (1) if the variable is set in 'config.status', edit 'config.status'
  478. # (which will cause the Makefiles to be regenerated when you run 'make');
  479. # (2) otherwise, pass the desired values on the 'make' command line.
  480. $(am__recursive_targets):
  481. @fail=; \
  482. if $(am__make_keepgoing); then \
  483. failcom='fail=yes'; \
  484. else \
  485. failcom='exit 1'; \
  486. fi; \
  487. dot_seen=no; \
  488. target=`echo $@ | sed s/-recursive//`; \
  489. case "$@" in \
  490. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  491. *) list='$(SUBDIRS)' ;; \
  492. esac; \
  493. for subdir in $$list; do \
  494. echo "Making $$target in $$subdir"; \
  495. if test "$$subdir" = "."; then \
  496. dot_seen=yes; \
  497. local_target="$$target-am"; \
  498. else \
  499. local_target="$$target"; \
  500. fi; \
  501. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  502. || eval $$failcom; \
  503. done; \
  504. if test "$$dot_seen" = "no"; then \
  505. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  506. fi; test -z "$$fail"
  507. ID: $(am__tagged_files)
  508. $(am__define_uniq_tagged_files); mkid -fID $$unique
  509. tags: tags-recursive
  510. TAGS: tags
  511. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  512. set x; \
  513. here=`pwd`; \
  514. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  515. include_option=--etags-include; \
  516. empty_fix=.; \
  517. else \
  518. include_option=--include; \
  519. empty_fix=; \
  520. fi; \
  521. list='$(SUBDIRS)'; for subdir in $$list; do \
  522. if test "$$subdir" = .; then :; else \
  523. test ! -f $$subdir/TAGS || \
  524. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  525. fi; \
  526. done; \
  527. $(am__define_uniq_tagged_files); \
  528. shift; \
  529. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  530. test -n "$$unique" || unique=$$empty_fix; \
  531. if test $$# -gt 0; then \
  532. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  533. "$$@" $$unique; \
  534. else \
  535. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  536. $$unique; \
  537. fi; \
  538. fi
  539. ctags: ctags-recursive
  540. CTAGS: ctags
  541. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  542. $(am__define_uniq_tagged_files); \
  543. test -z "$(CTAGS_ARGS)$$unique" \
  544. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  545. $$unique
  546. GTAGS:
  547. here=`$(am__cd) $(top_builddir) && pwd` \
  548. && $(am__cd) $(top_srcdir) \
  549. && gtags -i $(GTAGS_ARGS) "$$here"
  550. cscope: cscope.files
  551. test ! -s cscope.files \
  552. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  553. clean-cscope:
  554. -rm -f cscope.files
  555. cscope.files: clean-cscope cscopelist
  556. cscopelist: cscopelist-recursive
  557. cscopelist-am: $(am__tagged_files)
  558. list='$(am__tagged_files)'; \
  559. case "$(srcdir)" in \
  560. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  561. *) sdir=$(subdir)/$(srcdir) ;; \
  562. esac; \
  563. for i in $$list; do \
  564. if test -f "$$i"; then \
  565. echo "$(subdir)/$$i"; \
  566. else \
  567. echo "$$sdir/$$i"; \
  568. fi; \
  569. done >> $(top_builddir)/cscope.files
  570. distclean-tags:
  571. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  572. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  573. distdir: $(BUILT_SOURCES)
  574. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  575. distdir-am: $(DISTFILES)
  576. @case `sed 15q $(srcdir)/NEWS` in \
  577. *"$(VERSION)"*) : ;; \
  578. *) \
  579. echo "NEWS not updated; not releasing" 1>&2; \
  580. exit 1;; \
  581. esac
  582. $(am__remove_distdir)
  583. test -d "$(distdir)" || mkdir "$(distdir)"
  584. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  585. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  586. list='$(DISTFILES)'; \
  587. dist_files=`for file in $$list; do echo $$file; done | \
  588. sed -e "s|^$$srcdirstrip/||;t" \
  589. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  590. case $$dist_files in \
  591. */*) $(MKDIR_P) `echo "$$dist_files" | \
  592. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  593. sort -u` ;; \
  594. esac; \
  595. for file in $$dist_files; do \
  596. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  597. if test -d $$d/$$file; then \
  598. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  599. if test -d "$(distdir)/$$file"; then \
  600. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  601. fi; \
  602. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  603. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  604. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  605. fi; \
  606. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  607. else \
  608. test -f "$(distdir)/$$file" \
  609. || cp -p $$d/$$file "$(distdir)/$$file" \
  610. || exit 1; \
  611. fi; \
  612. done
  613. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  614. if test "$$subdir" = .; then :; else \
  615. $(am__make_dryrun) \
  616. || test -d "$(distdir)/$$subdir" \
  617. || $(MKDIR_P) "$(distdir)/$$subdir" \
  618. || exit 1; \
  619. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  620. $(am__relativize); \
  621. new_distdir=$$reldir; \
  622. dir1=$$subdir; dir2="$(top_distdir)"; \
  623. $(am__relativize); \
  624. new_top_distdir=$$reldir; \
  625. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  626. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  627. ($(am__cd) $$subdir && \
  628. $(MAKE) $(AM_MAKEFLAGS) \
  629. top_distdir="$$new_top_distdir" \
  630. distdir="$$new_distdir" \
  631. am__remove_distdir=: \
  632. am__skip_length_check=: \
  633. am__skip_mode_fix=: \
  634. distdir) \
  635. || exit 1; \
  636. fi; \
  637. done
  638. $(MAKE) $(AM_MAKEFLAGS) \
  639. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  640. dist-hook
  641. -test -n "$(am__skip_mode_fix)" \
  642. || find "$(distdir)" -type d ! -perm -755 \
  643. -exec chmod u+rwx,go+rx {} \; -o \
  644. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  645. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  646. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  647. || chmod -R a+r "$(distdir)"
  648. dist-gzip: distdir
  649. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  650. $(am__post_remove_distdir)
  651. dist-bzip2: distdir
  652. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  653. $(am__post_remove_distdir)
  654. dist-lzip: distdir
  655. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  656. $(am__post_remove_distdir)
  657. dist-xz: distdir
  658. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  659. $(am__post_remove_distdir)
  660. dist-zstd: distdir
  661. tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
  662. $(am__post_remove_distdir)
  663. dist-tarZ: distdir
  664. @echo WARNING: "Support for distribution archives compressed with" \
  665. "legacy program 'compress' is deprecated." >&2
  666. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  667. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  668. $(am__post_remove_distdir)
  669. dist-shar: distdir
  670. @echo WARNING: "Support for shar distribution archives is" \
  671. "deprecated." >&2
  672. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  673. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  674. $(am__post_remove_distdir)
  675. dist-zip: distdir
  676. -rm -f $(distdir).zip
  677. zip -rq $(distdir).zip $(distdir)
  678. $(am__post_remove_distdir)
  679. dist dist-all:
  680. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  681. $(am__post_remove_distdir)
  682. # This target untars the dist file and tries a VPATH configuration. Then
  683. # it guarantees that the distribution is self-contained by making another
  684. # tarfile.
  685. distcheck: dist
  686. case '$(DIST_ARCHIVES)' in \
  687. *.tar.gz*) \
  688. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  689. *.tar.bz2*) \
  690. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  691. *.tar.lz*) \
  692. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  693. *.tar.xz*) \
  694. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  695. *.tar.Z*) \
  696. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  697. *.shar.gz*) \
  698. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  699. *.zip*) \
  700. unzip $(distdir).zip ;;\
  701. *.tar.zst*) \
  702. zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
  703. esac
  704. chmod -R a-w $(distdir)
  705. chmod u+w $(distdir)
  706. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  707. chmod a-w $(distdir)
  708. test -d $(distdir)/_build || exit 0; \
  709. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  710. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  711. && am__cwd=`pwd` \
  712. && $(am__cd) $(distdir)/_build/sub \
  713. && ../../configure \
  714. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  715. $(DISTCHECK_CONFIGURE_FLAGS) \
  716. --srcdir=../.. --prefix="$$dc_install_base" \
  717. && $(MAKE) $(AM_MAKEFLAGS) \
  718. && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
  719. && $(MAKE) $(AM_MAKEFLAGS) check \
  720. && $(MAKE) $(AM_MAKEFLAGS) install \
  721. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  722. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  723. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  724. distuninstallcheck \
  725. && chmod -R a-w "$$dc_install_base" \
  726. && ({ \
  727. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  728. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  729. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  730. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  731. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  732. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  733. && rm -rf "$$dc_destdir" \
  734. && $(MAKE) $(AM_MAKEFLAGS) dist \
  735. && rm -rf $(DIST_ARCHIVES) \
  736. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  737. && cd "$$am__cwd" \
  738. || exit 1
  739. $(am__post_remove_distdir)
  740. @(echo "$(distdir) archives ready for distribution: "; \
  741. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  742. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  743. distuninstallcheck:
  744. @test -n '$(distuninstallcheck_dir)' || { \
  745. echo 'ERROR: trying to run $@ with an empty' \
  746. '$$(distuninstallcheck_dir)' >&2; \
  747. exit 1; \
  748. }; \
  749. $(am__cd) '$(distuninstallcheck_dir)' || { \
  750. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  751. exit 1; \
  752. }; \
  753. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  754. || { echo "ERROR: files left after uninstall:" ; \
  755. if test -n "$(DESTDIR)"; then \
  756. echo " (check DESTDIR support)"; \
  757. fi ; \
  758. $(distuninstallcheck_listfiles) ; \
  759. exit 1; } >&2
  760. distcleancheck: distclean
  761. @if test '$(srcdir)' = . ; then \
  762. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  763. exit 1 ; \
  764. fi
  765. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  766. || { echo "ERROR: files left in build directory after distclean:" ; \
  767. $(distcleancheck_listfiles) ; \
  768. exit 1; } >&2
  769. check-am: all-am
  770. check: check-recursive
  771. all-am: Makefile config.h
  772. installdirs: installdirs-recursive
  773. installdirs-am:
  774. install: install-recursive
  775. install-exec: install-exec-recursive
  776. install-data: install-data-recursive
  777. uninstall: uninstall-recursive
  778. install-am: all-am
  779. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  780. installcheck: installcheck-recursive
  781. install-strip:
  782. if test -z '$(STRIP)'; then \
  783. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  784. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  785. install; \
  786. else \
  787. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  788. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  789. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  790. fi
  791. mostlyclean-generic:
  792. clean-generic:
  793. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  794. distclean-generic:
  795. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  796. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  797. maintainer-clean-generic:
  798. @echo "This command is intended for maintainers to use"
  799. @echo "it deletes files that may require special tools to rebuild."
  800. clean: clean-recursive
  801. clean-am: clean-generic clean-libtool mostlyclean-am
  802. distclean: distclean-recursive
  803. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  804. -rm -f Makefile
  805. distclean-am: clean-am distclean-generic distclean-hdr \
  806. distclean-libtool distclean-tags
  807. dvi: dvi-recursive
  808. dvi-am:
  809. html: html-recursive
  810. html-am:
  811. info: info-recursive
  812. info-am:
  813. install-data-am:
  814. install-dvi: install-dvi-recursive
  815. install-dvi-am:
  816. install-exec-am:
  817. install-html: install-html-recursive
  818. install-html-am:
  819. install-info: install-info-recursive
  820. install-info-am:
  821. install-man:
  822. install-pdf: install-pdf-recursive
  823. install-pdf-am:
  824. install-ps: install-ps-recursive
  825. install-ps-am:
  826. installcheck-am:
  827. maintainer-clean: maintainer-clean-recursive
  828. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  829. -rm -rf $(top_srcdir)/autom4te.cache
  830. -rm -f Makefile
  831. maintainer-clean-am: distclean-am maintainer-clean-generic
  832. mostlyclean: mostlyclean-recursive
  833. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  834. pdf: pdf-recursive
  835. pdf-am:
  836. ps: ps-recursive
  837. ps-am:
  838. uninstall-am:
  839. .MAKE: $(am__recursive_targets) all install-am install-strip
  840. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  841. am--refresh check check-am clean clean-cscope clean-generic \
  842. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  843. dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
  844. dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
  845. distclean-generic distclean-hdr distclean-libtool \
  846. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  847. dvi-am html html-am info info-am install install-am \
  848. install-data install-data-am install-dvi install-dvi-am \
  849. install-exec install-exec-am install-html install-html-am \
  850. install-info install-info-am install-man install-pdf \
  851. install-pdf-am install-ps install-ps-am install-strip \
  852. installcheck installcheck-am installdirs installdirs-am \
  853. maintainer-clean maintainer-clean-generic mostlyclean \
  854. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  855. tags tags-am uninstall uninstall-am
  856. .PRECIOUS: Makefile
  857. release: dist releasedocs
  858. release-docs: releasedocs
  859. releasedocs:
  860. rm -rf Linux-PAM-$(VERSION)
  861. mkdir -p Linux-PAM-$(VERSION)/doc
  862. make -C doc releasedocs
  863. tar Jfc Linux-PAM-$(VERSION)-docs.tar.xz \
  864. Linux-PAM-$(VERSION)/doc
  865. rm -rf Linux-PAM-$(VERSION)
  866. xtests:
  867. make -C xtests xtests
  868. .PHONY: xtests
  869. gen-ChangeLog:
  870. if test -d .git; then \
  871. ( $(top_srcdir)/gitlog-to-changelog --append-dot \
  872. --since=$(gen_changelog_start_date) && \
  873. echo && echo && \
  874. echo 'See ChangeLog-CVS for earlier changes.' \
  875. ) > $(distdir)/ChangeLog.new && \
  876. rm -f $(distdir)/ChangeLog && \
  877. mv $(distdir)/ChangeLog.new $(distdir)/ChangeLog; \
  878. fi
  879. dist-hook: gen-ChangeLog
  880. .PHONY: gen-ChangeLog
  881. export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner --mode=go-w,go+rX
  882. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  883. # Otherwise a system limit (for SysV at least) may be exceeded.
  884. .NOEXPORT: