Makefile 23 KB

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