Makefile 24 KB

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