Makefile.in 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924
  1. # Makefile.in generated by automake 1.16.3 from Makefile.am.
  2. # @configure_input@
  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. @SET_MAKE@
  12. #
  13. # Copyright (c) 2005 Thorsten Kukuk <kukuk@suse.de>
  14. #
  15. VPATH = @srcdir@
  16. am__is_gnu_make = { \
  17. if test -z '$(MAKELEVEL)'; then \
  18. false; \
  19. elif test -n '$(MAKE_HOST)'; then \
  20. true; \
  21. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  22. true; \
  23. else \
  24. false; \
  25. fi; \
  26. }
  27. am__make_running_with_option = \
  28. case $${target_option-} in \
  29. ?) ;; \
  30. *) echo "am__make_running_with_option: internal error: invalid" \
  31. "target option '$${target_option-}' specified" >&2; \
  32. exit 1;; \
  33. esac; \
  34. has_opt=no; \
  35. sane_makeflags=$$MAKEFLAGS; \
  36. if $(am__is_gnu_make); then \
  37. sane_makeflags=$$MFLAGS; \
  38. else \
  39. case $$MAKEFLAGS in \
  40. *\\[\ \ ]*) \
  41. bs=\\; \
  42. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  43. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  44. esac; \
  45. fi; \
  46. skip_next=no; \
  47. strip_trailopt () \
  48. { \
  49. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  50. }; \
  51. for flg in $$sane_makeflags; do \
  52. test $$skip_next = yes && { skip_next=no; continue; }; \
  53. case $$flg in \
  54. *=*|--*) continue;; \
  55. -*I) strip_trailopt 'I'; skip_next=yes;; \
  56. -*I?*) strip_trailopt 'I';; \
  57. -*O) strip_trailopt 'O'; skip_next=yes;; \
  58. -*O?*) strip_trailopt 'O';; \
  59. -*l) strip_trailopt 'l'; skip_next=yes;; \
  60. -*l?*) strip_trailopt 'l';; \
  61. -[dEDm]) skip_next=yes;; \
  62. -[JT]) skip_next=yes;; \
  63. esac; \
  64. case $$flg in \
  65. *$$target_option*) has_opt=yes; break;; \
  66. esac; \
  67. done; \
  68. test $$has_opt = yes
  69. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  70. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  71. pkgdatadir = $(datadir)/@PACKAGE@
  72. pkgincludedir = $(includedir)/@PACKAGE@
  73. pkglibdir = $(libdir)/@PACKAGE@
  74. pkglibexecdir = $(libexecdir)/@PACKAGE@
  75. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  76. install_sh_DATA = $(install_sh) -c -m 644
  77. install_sh_PROGRAM = $(install_sh) -c
  78. install_sh_SCRIPT = $(install_sh) -c
  79. INSTALL_HEADER = $(INSTALL_DATA)
  80. transform = $(program_transform_name)
  81. NORMAL_INSTALL = :
  82. PRE_INSTALL = :
  83. POST_INSTALL = :
  84. NORMAL_UNINSTALL = :
  85. PRE_UNINSTALL = :
  86. POST_UNINSTALL = :
  87. build_triplet = @build@
  88. host_triplet = @host@
  89. @HAVE_VERSIONING_TRUE@am__append_1 = -Wl,--version-script=$(srcdir)/libpamc.map
  90. subdir = libpamc
  91. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  92. am__aclocal_m4_deps = $(top_srcdir)/m4/attribute.m4 \
  93. $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
  94. $(top_srcdir)/m4/intlmacosx.m4 \
  95. $(top_srcdir)/m4/jh_path_xml_catalog.m4 \
  96. $(top_srcdir)/m4/ld-O1.m4 $(top_srcdir)/m4/ld-as-needed.m4 \
  97. $(top_srcdir)/m4/ld-no-undefined.m4 \
  98. $(top_srcdir)/m4/ld-z-now.m4 $(top_srcdir)/m4/lib-ld.m4 \
  99. $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
  100. $(top_srcdir)/m4/libprelude.m4 $(top_srcdir)/m4/libtool.m4 \
  101. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  102. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  103. $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
  104. $(top_srcdir)/m4/progtest.m4 \
  105. $(top_srcdir)/m4/warn_lang_flags.m4 \
  106. $(top_srcdir)/m4/warnings.m4 $(top_srcdir)/configure.ac
  107. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  108. $(ACLOCAL_M4)
  109. DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
  110. $(noinst_HEADERS) $(am__DIST_COMMON)
  111. mkinstalldirs = $(install_sh) -d
  112. CONFIG_HEADER = $(top_builddir)/config.h
  113. CONFIG_CLEAN_FILES = pamc.pc
  114. CONFIG_CLEAN_VPATH_FILES =
  115. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  116. am__vpath_adj = case $$p in \
  117. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  118. *) f=$$p;; \
  119. esac;
  120. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  121. am__install_max = 40
  122. am__nobase_strip_setup = \
  123. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  124. am__nobase_strip = \
  125. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  126. am__nobase_list = $(am__nobase_strip_setup); \
  127. for p in $$list; do echo "$$p $$p"; done | \
  128. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  129. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  130. if (++n[$$2] == $(am__install_max)) \
  131. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  132. END { for (dir in files) print dir, files[dir] }'
  133. am__base_list = \
  134. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  135. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  136. am__uninstall_files_from_dir = { \
  137. test -z "$$files" \
  138. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  139. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  140. $(am__cd) "$$dir" && rm -f $$files; }; \
  141. }
  142. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
  143. "$(DESTDIR)$(includedir)"
  144. LTLIBRARIES = $(lib_LTLIBRARIES)
  145. libpamc_la_LIBADD =
  146. am_libpamc_la_OBJECTS = pamc_client.lo pamc_converse.lo pamc_load.lo
  147. libpamc_la_OBJECTS = $(am_libpamc_la_OBJECTS)
  148. AM_V_lt = $(am__v_lt_@AM_V@)
  149. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  150. am__v_lt_0 = --silent
  151. am__v_lt_1 =
  152. libpamc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  153. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  154. $(libpamc_la_LDFLAGS) $(LDFLAGS) -o $@
  155. AM_V_P = $(am__v_P_@AM_V@)
  156. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  157. am__v_P_0 = false
  158. am__v_P_1 = :
  159. AM_V_GEN = $(am__v_GEN_@AM_V@)
  160. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  161. am__v_GEN_0 = @echo " GEN " $@;
  162. am__v_GEN_1 =
  163. AM_V_at = $(am__v_at_@AM_V@)
  164. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  165. am__v_at_0 = @
  166. am__v_at_1 =
  167. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  168. depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
  169. am__maybe_remake_depfiles = depfiles
  170. am__depfiles_remade = ./$(DEPDIR)/pamc_client.Plo \
  171. ./$(DEPDIR)/pamc_converse.Plo ./$(DEPDIR)/pamc_load.Plo
  172. am__mv = mv -f
  173. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  174. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  175. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  176. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  177. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  178. $(AM_CFLAGS) $(CFLAGS)
  179. AM_V_CC = $(am__v_CC_@AM_V@)
  180. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  181. am__v_CC_0 = @echo " CC " $@;
  182. am__v_CC_1 =
  183. CCLD = $(CC)
  184. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  185. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  186. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  187. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  188. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  189. am__v_CCLD_0 = @echo " CCLD " $@;
  190. am__v_CCLD_1 =
  191. SOURCES = $(libpamc_la_SOURCES)
  192. DIST_SOURCES = $(libpamc_la_SOURCES)
  193. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  194. ctags-recursive dvi-recursive html-recursive info-recursive \
  195. install-data-recursive install-dvi-recursive \
  196. install-exec-recursive install-html-recursive \
  197. install-info-recursive install-pdf-recursive \
  198. install-ps-recursive install-recursive installcheck-recursive \
  199. installdirs-recursive pdf-recursive ps-recursive \
  200. tags-recursive uninstall-recursive
  201. am__can_run_installinfo = \
  202. case $$AM_UPDATE_INFO_DIR in \
  203. n|no|NO) false;; \
  204. *) (install-info --version) >/dev/null 2>&1;; \
  205. esac
  206. DATA = $(pkgconfig_DATA)
  207. HEADERS = $(include_HEADERS) $(noinst_HEADERS)
  208. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  209. distclean-recursive maintainer-clean-recursive
  210. am__recursive_targets = \
  211. $(RECURSIVE_TARGETS) \
  212. $(RECURSIVE_CLEAN_TARGETS) \
  213. $(am__extra_recursive_targets)
  214. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  215. distdir distdir-am
  216. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  217. # Read a list of newline-separated strings from the standard input,
  218. # and print each of them once, without duplicates. Input order is
  219. # *not* preserved.
  220. am__uniquify_input = $(AWK) '\
  221. BEGIN { nonempty = 0; } \
  222. { items[$$0] = 1; nonempty = 1; } \
  223. END { if (nonempty) { for (i in items) print i; }; } \
  224. '
  225. # Make sure the list of sources is unique. This is necessary because,
  226. # e.g., the same source file might be shared among _SOURCES variables
  227. # for different programs/libraries.
  228. am__define_uniq_tagged_files = \
  229. list='$(am__tagged_files)'; \
  230. unique=`for i in $$list; do \
  231. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  232. done | $(am__uniquify_input)`
  233. ETAGS = etags
  234. CTAGS = ctags
  235. DIST_SUBDIRS = $(SUBDIRS)
  236. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/pamc.pc.in \
  237. $(top_srcdir)/build-aux/depcomp
  238. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  239. am__relativize = \
  240. dir0=`pwd`; \
  241. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  242. sed_rest='s,^[^/]*/*,,'; \
  243. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  244. sed_butlast='s,/*[^/]*$$,,'; \
  245. while test -n "$$dir1"; do \
  246. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  247. if test "$$first" != "."; then \
  248. if test "$$first" = ".."; then \
  249. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  250. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  251. else \
  252. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  253. if test "$$first2" = "$$first"; then \
  254. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  255. else \
  256. dir2="../$$dir2"; \
  257. fi; \
  258. dir0="$$dir0"/"$$first"; \
  259. fi; \
  260. fi; \
  261. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  262. done; \
  263. reldir="$$dir2"
  264. ACLOCAL = @ACLOCAL@
  265. AMTAR = @AMTAR@
  266. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  267. AR = @AR@
  268. AUTOCONF = @AUTOCONF@
  269. AUTOHEADER = @AUTOHEADER@
  270. AUTOMAKE = @AUTOMAKE@
  271. AWK = @AWK@
  272. BROWSER = @BROWSER@
  273. BUILD_CFLAGS = @BUILD_CFLAGS@
  274. BUILD_CPPFLAGS = @BUILD_CPPFLAGS@
  275. BUILD_LDFLAGS = @BUILD_LDFLAGS@
  276. CC = @CC@
  277. CCDEPMODE = @CCDEPMODE@
  278. CC_FOR_BUILD = @CC_FOR_BUILD@
  279. CFLAGS = @CFLAGS@
  280. CPP = @CPP@
  281. CPPFLAGS = @CPPFLAGS@
  282. CRYPTO_LIBS = @CRYPTO_LIBS@
  283. CRYPT_CFLAGS = @CRYPT_CFLAGS@
  284. CRYPT_LIBS = @CRYPT_LIBS@
  285. CYGPATH_W = @CYGPATH_W@
  286. DEFS = @DEFS@
  287. DEPDIR = @DEPDIR@
  288. DLLTOOL = @DLLTOOL@
  289. DSYMUTIL = @DSYMUTIL@
  290. DUMPBIN = @DUMPBIN@
  291. ECHO_C = @ECHO_C@
  292. ECHO_N = @ECHO_N@
  293. ECHO_T = @ECHO_T@
  294. ECONF_CFLAGS = @ECONF_CFLAGS@
  295. ECONF_LIBS = @ECONF_LIBS@
  296. EGREP = @EGREP@
  297. EXEEXT = @EXEEXT@
  298. EXE_CFLAGS = @EXE_CFLAGS@
  299. EXE_LDFLAGS = @EXE_LDFLAGS@
  300. FGREP = @FGREP@
  301. FO2PDF = @FO2PDF@
  302. GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
  303. GMSGFMT = @GMSGFMT@
  304. GMSGFMT_015 = @GMSGFMT_015@
  305. GREP = @GREP@
  306. INSTALL = @INSTALL@
  307. INSTALL_DATA = @INSTALL_DATA@
  308. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  309. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  310. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  311. INTLLIBS = @INTLLIBS@
  312. INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
  313. LD = @LD@
  314. LDFLAGS = @LDFLAGS@
  315. LEX = @LEX@
  316. LEXLIB = @LEXLIB@
  317. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  318. LIBAUDIT = @LIBAUDIT@
  319. LIBCRYPT = @LIBCRYPT@
  320. LIBDB = @LIBDB@
  321. LIBDL = @LIBDL@
  322. LIBICONV = @LIBICONV@
  323. LIBINTL = @LIBINTL@
  324. LIBOBJS = @LIBOBJS@
  325. LIBPRELUDE_CFLAGS = @LIBPRELUDE_CFLAGS@
  326. LIBPRELUDE_CONFIG = @LIBPRELUDE_CONFIG@
  327. LIBPRELUDE_CONFIG_PREFIX = @LIBPRELUDE_CONFIG_PREFIX@
  328. LIBPRELUDE_LDFLAGS = @LIBPRELUDE_LDFLAGS@
  329. LIBPRELUDE_LIBS = @LIBPRELUDE_LIBS@
  330. LIBPRELUDE_PREFIX = @LIBPRELUDE_PREFIX@
  331. LIBPRELUDE_PTHREAD_CFLAGS = @LIBPRELUDE_PTHREAD_CFLAGS@
  332. LIBS = @LIBS@
  333. LIBSELINUX = @LIBSELINUX@
  334. LIBTOOL = @LIBTOOL@
  335. LIPO = @LIPO@
  336. LN_S = @LN_S@
  337. LTLIBICONV = @LTLIBICONV@
  338. LTLIBINTL = @LTLIBINTL@
  339. LTLIBOBJS = @LTLIBOBJS@
  340. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  341. MAKEINFO = @MAKEINFO@
  342. MANIFEST_TOOL = @MANIFEST_TOOL@
  343. MKDIR_P = @MKDIR_P@
  344. MSGFMT = @MSGFMT@
  345. MSGFMT_015 = @MSGFMT_015@
  346. MSGMERGE = @MSGMERGE@
  347. NIS_CFLAGS = @NIS_CFLAGS@
  348. NIS_LIBS = @NIS_LIBS@
  349. NM = @NM@
  350. NMEDIT = @NMEDIT@
  351. NSL_CFLAGS = @NSL_CFLAGS@
  352. NSL_LIBS = @NSL_LIBS@
  353. OBJDUMP = @OBJDUMP@
  354. OBJEXT = @OBJEXT@
  355. OTOOL = @OTOOL@
  356. OTOOL64 = @OTOOL64@
  357. PACKAGE = @PACKAGE@
  358. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  359. PACKAGE_NAME = @PACKAGE_NAME@
  360. PACKAGE_STRING = @PACKAGE_STRING@
  361. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  362. PACKAGE_URL = @PACKAGE_URL@
  363. PACKAGE_VERSION = @PACKAGE_VERSION@
  364. PATH_SEPARATOR = @PATH_SEPARATOR@
  365. PKG_CONFIG = @PKG_CONFIG@
  366. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  367. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  368. POSUB = @POSUB@
  369. RANLIB = @RANLIB@
  370. SCONFIGDIR = @SCONFIGDIR@
  371. SECUREDIR = @SECUREDIR@
  372. SED = @SED@
  373. SET_MAKE = @SET_MAKE@
  374. SHELL = @SHELL@
  375. STRINGPARAM_HMAC = @STRINGPARAM_HMAC@
  376. STRINGPARAM_VENDORDIR = @STRINGPARAM_VENDORDIR@
  377. STRIP = @STRIP@
  378. TIRPC_CFLAGS = @TIRPC_CFLAGS@
  379. TIRPC_LIBS = @TIRPC_LIBS@
  380. USE_NLS = @USE_NLS@
  381. VERSION = @VERSION@
  382. WARN_CFLAGS = @WARN_CFLAGS@
  383. XGETTEXT = @XGETTEXT@
  384. XGETTEXT_015 = @XGETTEXT_015@
  385. XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  386. XMLCATALOG = @XMLCATALOG@
  387. XMLLINT = @XMLLINT@
  388. XML_CATALOG_FILE = @XML_CATALOG_FILE@
  389. XSLTPROC = @XSLTPROC@
  390. YACC = @YACC@
  391. YFLAGS = @YFLAGS@
  392. abs_builddir = @abs_builddir@
  393. abs_srcdir = @abs_srcdir@
  394. abs_top_builddir = @abs_top_builddir@
  395. abs_top_srcdir = @abs_top_srcdir@
  396. ac_ct_AR = @ac_ct_AR@
  397. ac_ct_CC = @ac_ct_CC@
  398. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  399. am__include = @am__include@
  400. am__leading_dot = @am__leading_dot@
  401. am__quote = @am__quote@
  402. am__tar = @am__tar@
  403. am__untar = @am__untar@
  404. bindir = @bindir@
  405. build = @build@
  406. build_alias = @build_alias@
  407. build_cpu = @build_cpu@
  408. build_os = @build_os@
  409. build_vendor = @build_vendor@
  410. builddir = @builddir@
  411. datadir = @datadir@
  412. datarootdir = @datarootdir@
  413. docdir = @docdir@
  414. dvidir = @dvidir@
  415. exec_prefix = @exec_prefix@
  416. host = @host@
  417. host_alias = @host_alias@
  418. host_cpu = @host_cpu@
  419. host_os = @host_os@
  420. host_vendor = @host_vendor@
  421. htmldir = @htmldir@
  422. includedir = @includedir@
  423. infodir = @infodir@
  424. install_sh = @install_sh@
  425. libdir = @libdir@
  426. libexecdir = @libexecdir@
  427. localedir = @localedir@
  428. localstatedir = @localstatedir@
  429. mandir = @mandir@
  430. mkdir_p = @mkdir_p@
  431. oldincludedir = @oldincludedir@
  432. pam_xauth_path = @pam_xauth_path@
  433. pdfdir = @pdfdir@
  434. prefix = @prefix@
  435. program_transform_name = @program_transform_name@
  436. psdir = @psdir@
  437. sbindir = @sbindir@
  438. sharedstatedir = @sharedstatedir@
  439. srcdir = @srcdir@
  440. sysconfdir = @sysconfdir@
  441. systemdunitdir = @systemdunitdir@
  442. target_alias = @target_alias@
  443. top_build_prefix = @top_build_prefix@
  444. top_builddir = @top_builddir@
  445. top_srcdir = @top_srcdir@
  446. SUBDIRS = test
  447. CLEANFILES = *~
  448. EXTRA_DIST = License libpamc.map
  449. include_HEADERS = include/security/pam_client.h
  450. noinst_HEADERS = libpamc.h
  451. AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(srcdir)/include $(WARN_CFLAGS)
  452. libpamc_la_LDFLAGS = -no-undefined -version-info 82:1:82 \
  453. $(am__append_1)
  454. lib_LTLIBRARIES = libpamc.la
  455. libpamc_la_SOURCES = pamc_client.c pamc_converse.c pamc_load.c
  456. # Pkg-config script.
  457. pkgconfigdir = $(libdir)/pkgconfig
  458. pkgconfig_DATA = pamc.pc
  459. all: all-recursive
  460. .SUFFIXES:
  461. .SUFFIXES: .c .lo .o .obj
  462. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  463. @for dep in $?; do \
  464. case '$(am__configure_deps)' in \
  465. *$$dep*) \
  466. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  467. && { if test -f $@; then exit 0; else break; fi; }; \
  468. exit 1;; \
  469. esac; \
  470. done; \
  471. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libpamc/Makefile'; \
  472. $(am__cd) $(top_srcdir) && \
  473. $(AUTOMAKE) --gnu libpamc/Makefile
  474. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  475. @case '$?' in \
  476. *config.status*) \
  477. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  478. *) \
  479. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  480. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  481. esac;
  482. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  483. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  484. $(top_srcdir)/configure: $(am__configure_deps)
  485. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  486. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  487. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  488. $(am__aclocal_m4_deps):
  489. pamc.pc: $(top_builddir)/config.status $(srcdir)/pamc.pc.in
  490. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  491. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  492. @$(NORMAL_INSTALL)
  493. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  494. list2=; for p in $$list; do \
  495. if test -f $$p; then \
  496. list2="$$list2 $$p"; \
  497. else :; fi; \
  498. done; \
  499. test -z "$$list2" || { \
  500. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  501. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  502. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  503. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  504. }
  505. uninstall-libLTLIBRARIES:
  506. @$(NORMAL_UNINSTALL)
  507. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  508. for p in $$list; do \
  509. $(am__strip_dir) \
  510. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  511. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  512. done
  513. clean-libLTLIBRARIES:
  514. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  515. @list='$(lib_LTLIBRARIES)'; \
  516. locs=`for p in $$list; do echo $$p; done | \
  517. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  518. sort -u`; \
  519. test -z "$$locs" || { \
  520. echo rm -f $${locs}; \
  521. rm -f $${locs}; \
  522. }
  523. libpamc.la: $(libpamc_la_OBJECTS) $(libpamc_la_DEPENDENCIES) $(EXTRA_libpamc_la_DEPENDENCIES)
  524. $(AM_V_CCLD)$(libpamc_la_LINK) -rpath $(libdir) $(libpamc_la_OBJECTS) $(libpamc_la_LIBADD) $(LIBS)
  525. mostlyclean-compile:
  526. -rm -f *.$(OBJEXT)
  527. distclean-compile:
  528. -rm -f *.tab.c
  529. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pamc_client.Plo@am__quote@ # am--include-marker
  530. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pamc_converse.Plo@am__quote@ # am--include-marker
  531. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pamc_load.Plo@am__quote@ # am--include-marker
  532. $(am__depfiles_remade):
  533. @$(MKDIR_P) $(@D)
  534. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  535. am--depfiles: $(am__depfiles_remade)
  536. .c.o:
  537. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  538. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  539. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  540. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  541. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  542. .c.obj:
  543. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  544. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  545. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  546. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  547. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  548. .c.lo:
  549. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  550. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  551. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  552. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  553. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  554. mostlyclean-libtool:
  555. -rm -f *.lo
  556. clean-libtool:
  557. -rm -rf .libs _libs
  558. install-pkgconfigDATA: $(pkgconfig_DATA)
  559. @$(NORMAL_INSTALL)
  560. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  561. if test -n "$$list"; then \
  562. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  563. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  564. fi; \
  565. for p in $$list; do \
  566. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  567. echo "$$d$$p"; \
  568. done | $(am__base_list) | \
  569. while read files; do \
  570. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  571. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  572. done
  573. uninstall-pkgconfigDATA:
  574. @$(NORMAL_UNINSTALL)
  575. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  576. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  577. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  578. install-includeHEADERS: $(include_HEADERS)
  579. @$(NORMAL_INSTALL)
  580. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  581. if test -n "$$list"; then \
  582. echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
  583. $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
  584. fi; \
  585. for p in $$list; do \
  586. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  587. echo "$$d$$p"; \
  588. done | $(am__base_list) | \
  589. while read files; do \
  590. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
  591. $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
  592. done
  593. uninstall-includeHEADERS:
  594. @$(NORMAL_UNINSTALL)
  595. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  596. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  597. dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
  598. # This directory's subdirectories are mostly independent; you can cd
  599. # into them and run 'make' without going through this Makefile.
  600. # To change the values of 'make' variables: instead of editing Makefiles,
  601. # (1) if the variable is set in 'config.status', edit 'config.status'
  602. # (which will cause the Makefiles to be regenerated when you run 'make');
  603. # (2) otherwise, pass the desired values on the 'make' command line.
  604. $(am__recursive_targets):
  605. @fail=; \
  606. if $(am__make_keepgoing); then \
  607. failcom='fail=yes'; \
  608. else \
  609. failcom='exit 1'; \
  610. fi; \
  611. dot_seen=no; \
  612. target=`echo $@ | sed s/-recursive//`; \
  613. case "$@" in \
  614. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  615. *) list='$(SUBDIRS)' ;; \
  616. esac; \
  617. for subdir in $$list; do \
  618. echo "Making $$target in $$subdir"; \
  619. if test "$$subdir" = "."; then \
  620. dot_seen=yes; \
  621. local_target="$$target-am"; \
  622. else \
  623. local_target="$$target"; \
  624. fi; \
  625. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  626. || eval $$failcom; \
  627. done; \
  628. if test "$$dot_seen" = "no"; then \
  629. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  630. fi; test -z "$$fail"
  631. ID: $(am__tagged_files)
  632. $(am__define_uniq_tagged_files); mkid -fID $$unique
  633. tags: tags-recursive
  634. TAGS: tags
  635. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  636. set x; \
  637. here=`pwd`; \
  638. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  639. include_option=--etags-include; \
  640. empty_fix=.; \
  641. else \
  642. include_option=--include; \
  643. empty_fix=; \
  644. fi; \
  645. list='$(SUBDIRS)'; for subdir in $$list; do \
  646. if test "$$subdir" = .; then :; else \
  647. test ! -f $$subdir/TAGS || \
  648. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  649. fi; \
  650. done; \
  651. $(am__define_uniq_tagged_files); \
  652. shift; \
  653. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  654. test -n "$$unique" || unique=$$empty_fix; \
  655. if test $$# -gt 0; then \
  656. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  657. "$$@" $$unique; \
  658. else \
  659. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  660. $$unique; \
  661. fi; \
  662. fi
  663. ctags: ctags-recursive
  664. CTAGS: ctags
  665. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  666. $(am__define_uniq_tagged_files); \
  667. test -z "$(CTAGS_ARGS)$$unique" \
  668. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  669. $$unique
  670. GTAGS:
  671. here=`$(am__cd) $(top_builddir) && pwd` \
  672. && $(am__cd) $(top_srcdir) \
  673. && gtags -i $(GTAGS_ARGS) "$$here"
  674. cscopelist: cscopelist-recursive
  675. cscopelist-am: $(am__tagged_files)
  676. list='$(am__tagged_files)'; \
  677. case "$(srcdir)" in \
  678. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  679. *) sdir=$(subdir)/$(srcdir) ;; \
  680. esac; \
  681. for i in $$list; do \
  682. if test -f "$$i"; then \
  683. echo "$(subdir)/$$i"; \
  684. else \
  685. echo "$$sdir/$$i"; \
  686. fi; \
  687. done >> $(top_builddir)/cscope.files
  688. distclean-tags:
  689. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  690. distdir: $(BUILT_SOURCES)
  691. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  692. distdir-am: $(DISTFILES)
  693. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  694. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  695. list='$(DISTFILES)'; \
  696. dist_files=`for file in $$list; do echo $$file; done | \
  697. sed -e "s|^$$srcdirstrip/||;t" \
  698. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  699. case $$dist_files in \
  700. */*) $(MKDIR_P) `echo "$$dist_files" | \
  701. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  702. sort -u` ;; \
  703. esac; \
  704. for file in $$dist_files; do \
  705. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  706. if test -d $$d/$$file; then \
  707. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  708. if test -d "$(distdir)/$$file"; then \
  709. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  710. fi; \
  711. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  712. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  713. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  714. fi; \
  715. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  716. else \
  717. test -f "$(distdir)/$$file" \
  718. || cp -p $$d/$$file "$(distdir)/$$file" \
  719. || exit 1; \
  720. fi; \
  721. done
  722. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  723. if test "$$subdir" = .; then :; else \
  724. $(am__make_dryrun) \
  725. || test -d "$(distdir)/$$subdir" \
  726. || $(MKDIR_P) "$(distdir)/$$subdir" \
  727. || exit 1; \
  728. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  729. $(am__relativize); \
  730. new_distdir=$$reldir; \
  731. dir1=$$subdir; dir2="$(top_distdir)"; \
  732. $(am__relativize); \
  733. new_top_distdir=$$reldir; \
  734. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  735. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  736. ($(am__cd) $$subdir && \
  737. $(MAKE) $(AM_MAKEFLAGS) \
  738. top_distdir="$$new_top_distdir" \
  739. distdir="$$new_distdir" \
  740. am__remove_distdir=: \
  741. am__skip_length_check=: \
  742. am__skip_mode_fix=: \
  743. distdir) \
  744. || exit 1; \
  745. fi; \
  746. done
  747. check-am: all-am
  748. check: check-recursive
  749. all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
  750. installdirs: installdirs-recursive
  751. installdirs-am:
  752. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \
  753. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  754. done
  755. install: install-recursive
  756. install-exec: install-exec-recursive
  757. install-data: install-data-recursive
  758. uninstall: uninstall-recursive
  759. install-am: all-am
  760. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  761. installcheck: installcheck-recursive
  762. install-strip:
  763. if test -z '$(STRIP)'; then \
  764. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  765. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  766. install; \
  767. else \
  768. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  769. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  770. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  771. fi
  772. mostlyclean-generic:
  773. clean-generic:
  774. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  775. distclean-generic:
  776. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  777. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  778. maintainer-clean-generic:
  779. @echo "This command is intended for maintainers to use"
  780. @echo "it deletes files that may require special tools to rebuild."
  781. clean: clean-recursive
  782. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  783. mostlyclean-am
  784. distclean: distclean-recursive
  785. -rm -f ./$(DEPDIR)/pamc_client.Plo
  786. -rm -f ./$(DEPDIR)/pamc_converse.Plo
  787. -rm -f ./$(DEPDIR)/pamc_load.Plo
  788. -rm -f Makefile
  789. distclean-am: clean-am distclean-compile distclean-generic \
  790. distclean-tags
  791. dvi: dvi-recursive
  792. dvi-am:
  793. html: html-recursive
  794. html-am:
  795. info: info-recursive
  796. info-am:
  797. install-data-am: install-includeHEADERS install-pkgconfigDATA
  798. install-dvi: install-dvi-recursive
  799. install-dvi-am:
  800. install-exec-am: install-libLTLIBRARIES
  801. install-html: install-html-recursive
  802. install-html-am:
  803. install-info: install-info-recursive
  804. install-info-am:
  805. install-man:
  806. install-pdf: install-pdf-recursive
  807. install-pdf-am:
  808. install-ps: install-ps-recursive
  809. install-ps-am:
  810. installcheck-am:
  811. maintainer-clean: maintainer-clean-recursive
  812. -rm -f ./$(DEPDIR)/pamc_client.Plo
  813. -rm -f ./$(DEPDIR)/pamc_converse.Plo
  814. -rm -f ./$(DEPDIR)/pamc_load.Plo
  815. -rm -f Makefile
  816. maintainer-clean-am: distclean-am maintainer-clean-generic
  817. mostlyclean: mostlyclean-recursive
  818. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  819. mostlyclean-libtool
  820. pdf: pdf-recursive
  821. pdf-am:
  822. ps: ps-recursive
  823. ps-am:
  824. uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
  825. uninstall-pkgconfigDATA
  826. .MAKE: $(am__recursive_targets) install-am install-strip
  827. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  828. am--depfiles check check-am clean clean-generic \
  829. clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
  830. ctags-am distclean distclean-compile distclean-generic \
  831. distclean-libtool distclean-tags distdir dvi dvi-am html \
  832. html-am info info-am install install-am install-data \
  833. install-data-am install-dvi install-dvi-am install-exec \
  834. install-exec-am install-html install-html-am \
  835. install-includeHEADERS install-info install-info-am \
  836. install-libLTLIBRARIES install-man install-pdf install-pdf-am \
  837. install-pkgconfigDATA install-ps install-ps-am install-strip \
  838. installcheck installcheck-am installdirs installdirs-am \
  839. maintainer-clean maintainer-clean-generic mostlyclean \
  840. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  841. pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
  842. uninstall-includeHEADERS uninstall-libLTLIBRARIES \
  843. uninstall-pkgconfigDATA
  844. .PRECIOUS: Makefile
  845. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  846. # Otherwise a system limit (for SysV at least) may be exceeded.
  847. .NOEXPORT: