Makefile 31 KB

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