Makefile 26 KB

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