Makefile 22 KB

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