Makefile.in 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874
  1. # Makefile.in generated by automake 1.12.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2012 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. VPATH = @srcdir@
  13. am__make_dryrun = \
  14. { \
  15. am__dry=no; \
  16. case $$MAKEFLAGS in \
  17. *\\[\ \ ]*) \
  18. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  19. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  20. *) \
  21. for am__flg in $$MAKEFLAGS; do \
  22. case $$am__flg in \
  23. *=*|--*) ;; \
  24. *n*) am__dry=yes; break;; \
  25. esac; \
  26. done;; \
  27. esac; \
  28. test $$am__dry = yes; \
  29. }
  30. pkgdatadir = $(datadir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32. pkglibdir = $(libdir)/@PACKAGE@
  33. pkglibexecdir = $(libexecdir)/@PACKAGE@
  34. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  35. install_sh_DATA = $(install_sh) -c -m 644
  36. install_sh_PROGRAM = $(install_sh) -c
  37. install_sh_SCRIPT = $(install_sh) -c
  38. INSTALL_HEADER = $(INSTALL_DATA)
  39. transform = $(program_transform_name)
  40. NORMAL_INSTALL = :
  41. PRE_INSTALL = :
  42. POST_INSTALL = :
  43. NORMAL_UNINSTALL = :
  44. PRE_UNINSTALL = :
  45. POST_UNINSTALL = :
  46. build_triplet = @build@
  47. host_triplet = @host@
  48. target_triplet = @target@
  49. @QT_TRUE@am__append_1 = qt4debugappender
  50. subdir = .
  51. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  52. $(srcdir)/Makefile.in $(srcdir)/log4cplus.pc.in \
  53. $(top_srcdir)/configure \
  54. $(top_srcdir)/include/log4cplus/config.h.in \
  55. $(top_srcdir)/include/log4cplus/config/defines.hxx.in AUTHORS \
  56. COPYING ChangeLog INSTALL NEWS TODO ar-lib config.guess \
  57. config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
  58. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  59. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  60. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  61. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  62. $(top_srcdir)/acinclude.m4 $(top_srcdir)/m4/ax_c_ifdef.m4 \
  63. $(top_srcdir)/m4/ax_append_flag.m4 \
  64. $(top_srcdir)/m4/ax_cflags_warn_all.m4 \
  65. $(top_srcdir)/m4/ax_type_socklen_t.m4 \
  66. $(top_srcdir)/m4/ax_compiler_vendor.m4 \
  67. $(top_srcdir)/m4/ax_cflags_gcc_option.m4 \
  68. $(top_srcdir)/m4/ax_cflags_sun_option.m4 \
  69. $(top_srcdir)/m4/ax_cflags_aix_option.m4 \
  70. $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/ax_declspec.m4 \
  71. $(top_srcdir)/m4/ax_tls_support.m4 \
  72. $(top_srcdir)/m4/ax__sync.m4 \
  73. $(top_srcdir)/m4/ax_macro_va_args.m4 \
  74. $(top_srcdir)/m4/ax_macro_function.m4 \
  75. $(top_srcdir)/m4/ax_gethostbyname_r.m4 \
  76. $(top_srcdir)/m4/ax_getaddrinfo.m4 \
  77. $(top_srcdir)/m4/ax_log4cplus_wrappers.m4 \
  78. $(top_srcdir)/m4/pkg.m4 \
  79. $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
  80. $(top_srcdir)/m4/ax_gcc_var_attribute.m4 \
  81. $(top_srcdir)/configure.ac
  82. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  83. $(ACLOCAL_M4)
  84. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  85. configure.lineno config.status.lineno
  86. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  87. CONFIG_HEADER = $(top_builddir)/include/log4cplus/config.h \
  88. $(top_builddir)/include/log4cplus/config/defines.hxx
  89. CONFIG_CLEAN_FILES = log4cplus.pc
  90. CONFIG_CLEAN_VPATH_FILES =
  91. SOURCES =
  92. DIST_SOURCES =
  93. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  94. html-recursive info-recursive install-data-recursive \
  95. install-dvi-recursive install-exec-recursive \
  96. install-html-recursive install-info-recursive \
  97. install-pdf-recursive install-ps-recursive install-recursive \
  98. installcheck-recursive installdirs-recursive pdf-recursive \
  99. ps-recursive uninstall-recursive
  100. am__can_run_installinfo = \
  101. case $$AM_UPDATE_INFO_DIR in \
  102. n|no|NO) false;; \
  103. *) (install-info --version) >/dev/null 2>&1;; \
  104. esac
  105. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  106. am__vpath_adj = case $$p in \
  107. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  108. *) f=$$p;; \
  109. esac;
  110. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  111. am__install_max = 40
  112. am__nobase_strip_setup = \
  113. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  114. am__nobase_strip = \
  115. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  116. am__nobase_list = $(am__nobase_strip_setup); \
  117. for p in $$list; do echo "$$p $$p"; done | \
  118. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  119. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  120. if (++n[$$2] == $(am__install_max)) \
  121. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  122. END { for (dir in files) print dir, files[dir] }'
  123. am__base_list = \
  124. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  125. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  126. am__uninstall_files_from_dir = { \
  127. test -z "$$files" \
  128. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  129. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  130. $(am__cd) "$$dir" && rm -f $$files; }; \
  131. }
  132. am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
  133. DATA = $(pkgconfig_DATA)
  134. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  135. distclean-recursive maintainer-clean-recursive
  136. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  137. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  138. cscope distdir dist dist-all distcheck
  139. ETAGS = etags
  140. CTAGS = ctags
  141. CSCOPE = cscope
  142. DIST_SUBDIRS = include src loggingserver tests qt4debugappender
  143. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  144. distdir = $(PACKAGE)-$(VERSION)
  145. top_distdir = $(distdir)
  146. am__remove_distdir = \
  147. if test -d "$(distdir)"; then \
  148. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  149. && rm -rf "$(distdir)" \
  150. || { sleep 5 && rm -rf "$(distdir)"; }; \
  151. else :; fi
  152. am__post_remove_distdir = $(am__remove_distdir)
  153. am__relativize = \
  154. dir0=`pwd`; \
  155. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  156. sed_rest='s,^[^/]*/*,,'; \
  157. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  158. sed_butlast='s,/*[^/]*$$,,'; \
  159. while test -n "$$dir1"; do \
  160. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  161. if test "$$first" != "."; then \
  162. if test "$$first" = ".."; then \
  163. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  164. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  165. else \
  166. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  167. if test "$$first2" = "$$first"; then \
  168. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  169. else \
  170. dir2="../$$dir2"; \
  171. fi; \
  172. dir0="$$dir0"/"$$first"; \
  173. fi; \
  174. fi; \
  175. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  176. done; \
  177. reldir="$$dir2"
  178. DIST_ARCHIVES = $(distdir).tar.gz
  179. GZIP_ENV = --best
  180. DIST_TARGETS = dist-gzip
  181. distuninstallcheck_listfiles = find . -type f -print
  182. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  183. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  184. distcleancheck_listfiles = find . -type f -print
  185. ACLOCAL = @ACLOCAL@
  186. AMTAR = @AMTAR@
  187. AR = @AR@
  188. AS = @AS@
  189. AUTOCONF = @AUTOCONF@
  190. AUTOHEADER = @AUTOHEADER@
  191. AUTOMAKE = @AUTOMAKE@
  192. AWK = @AWK@
  193. CC = @CC@
  194. CCDEPMODE = @CCDEPMODE@
  195. CFLAGS = @CFLAGS@
  196. CPPFLAGS = @CPPFLAGS@
  197. CXX = @CXX@
  198. CXXCPP = @CXXCPP@
  199. CXXDEPMODE = @CXXDEPMODE@
  200. CXXFLAGS = @CXXFLAGS@
  201. CYGPATH_W = @CYGPATH_W@
  202. DEFS = @DEFS@
  203. DEPDIR = @DEPDIR@
  204. DLLTOOL = @DLLTOOL@
  205. DSYMUTIL = @DSYMUTIL@
  206. DUMPBIN = @DUMPBIN@
  207. ECHO_C = @ECHO_C@
  208. ECHO_N = @ECHO_N@
  209. ECHO_T = @ECHO_T@
  210. EGREP = @EGREP@
  211. EXEEXT = @EXEEXT@
  212. FGREP = @FGREP@
  213. GREP = @GREP@
  214. INSTALL = @INSTALL@
  215. INSTALL_DATA = @INSTALL_DATA@
  216. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  217. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  218. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  219. LD = @LD@
  220. LDFLAGS = @LDFLAGS@
  221. LIBOBJS = @LIBOBJS@
  222. LIBS = @LIBS@
  223. LIBTOOL = @LIBTOOL@
  224. LIPO = @LIPO@
  225. LN_S = @LN_S@
  226. LOG4CPLUS_AIX_XLC_LDFLAGS = @LOG4CPLUS_AIX_XLC_LDFLAGS@
  227. LOG4CPLUS_NDEBUG = @LOG4CPLUS_NDEBUG@
  228. LOG4CPLUS_PROFILING_CXXFLAGS = @LOG4CPLUS_PROFILING_CXXFLAGS@
  229. LOG4CPLUS_PROFILING_LDFLAGS = @LOG4CPLUS_PROFILING_LDFLAGS@
  230. LTLIBOBJS = @LTLIBOBJS@
  231. LT_RELEASE = @LT_RELEASE@
  232. LT_VERSION = @LT_VERSION@
  233. MAKEINFO = @MAKEINFO@
  234. MANIFEST_TOOL = @MANIFEST_TOOL@
  235. MKDIR_P = @MKDIR_P@
  236. NM = @NM@
  237. NMEDIT = @NMEDIT@
  238. OBJDUMP = @OBJDUMP@
  239. OBJEXT = @OBJEXT@
  240. OTOOL = @OTOOL@
  241. OTOOL64 = @OTOOL64@
  242. PACKAGE = @PACKAGE@
  243. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  244. PACKAGE_NAME = @PACKAGE_NAME@
  245. PACKAGE_STRING = @PACKAGE_STRING@
  246. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  247. PACKAGE_URL = @PACKAGE_URL@
  248. PACKAGE_VERSION = @PACKAGE_VERSION@
  249. PATH_SEPARATOR = @PATH_SEPARATOR@
  250. PKG_CONFIG = @PKG_CONFIG@
  251. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  252. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  253. PTHREAD_CXXFLAGS = @PTHREAD_CXXFLAGS@
  254. PTHREAD_LIBS = @PTHREAD_LIBS@
  255. QT_CFLAGS = @QT_CFLAGS@
  256. QT_LIBS = @QT_LIBS@
  257. RANLIB = @RANLIB@
  258. SED = @SED@
  259. SET_MAKE = @SET_MAKE@
  260. SHELL = @SHELL@
  261. STRIP = @STRIP@
  262. VERSION = @VERSION@
  263. abs_builddir = @abs_builddir@
  264. abs_srcdir = @abs_srcdir@
  265. abs_top_builddir = @abs_top_builddir@
  266. abs_top_srcdir = @abs_top_srcdir@
  267. ac_ct_AR = @ac_ct_AR@
  268. ac_ct_CC = @ac_ct_CC@
  269. ac_ct_CXX = @ac_ct_CXX@
  270. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  271. am__include = @am__include@
  272. am__leading_dot = @am__leading_dot@
  273. am__quote = @am__quote@
  274. am__tar = @am__tar@
  275. am__untar = @am__untar@
  276. ax_pthread_config = @ax_pthread_config@
  277. bindir = @bindir@
  278. build = @build@
  279. build_alias = @build_alias@
  280. build_cpu = @build_cpu@
  281. build_os = @build_os@
  282. build_vendor = @build_vendor@
  283. builddir = @builddir@
  284. datadir = @datadir@
  285. datarootdir = @datarootdir@
  286. docdir = @docdir@
  287. dvidir = @dvidir@
  288. exec_prefix = @exec_prefix@
  289. host = @host@
  290. host_alias = @host_alias@
  291. host_cpu = @host_cpu@
  292. host_os = @host_os@
  293. host_vendor = @host_vendor@
  294. htmldir = @htmldir@
  295. includedir = @includedir@
  296. infodir = @infodir@
  297. install_sh = @install_sh@
  298. libdir = @libdir@
  299. libexecdir = @libexecdir@
  300. localedir = @localedir@
  301. localstatedir = @localstatedir@
  302. mandir = @mandir@
  303. mkdir_p = @mkdir_p@
  304. oldincludedir = @oldincludedir@
  305. pdfdir = @pdfdir@
  306. prefix = @prefix@
  307. program_transform_name = @program_transform_name@
  308. psdir = @psdir@
  309. sbindir = @sbindir@
  310. sharedstatedir = @sharedstatedir@
  311. srcdir = @srcdir@
  312. sysconfdir = @sysconfdir@
  313. target = @target@
  314. target_alias = @target_alias@
  315. target_cpu = @target_cpu@
  316. target_os = @target_os@
  317. target_vendor = @target_vendor@
  318. top_build_prefix = @top_build_prefix@
  319. top_builddir = @top_builddir@
  320. top_srcdir = @top_srcdir@
  321. ACLOCAL_AMFLAGS = -I m4
  322. EXTRA_DIST = ChangeLog log4cplus.pc.in
  323. SUBDIRS = include src loggingserver tests $(am__append_1)
  324. pkgconfigdir = $(libdir)/pkgconfig
  325. pkgconfig_DATA = log4cplus.pc
  326. all: all-recursive
  327. .SUFFIXES:
  328. am--refresh: Makefile
  329. @:
  330. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  331. @for dep in $?; do \
  332. case '$(am__configure_deps)' in \
  333. *$$dep*) \
  334. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  335. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  336. && exit 0; \
  337. exit 1;; \
  338. esac; \
  339. done; \
  340. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  341. $(am__cd) $(top_srcdir) && \
  342. $(AUTOMAKE) --gnu Makefile
  343. .PRECIOUS: Makefile
  344. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  345. @case '$?' in \
  346. *config.status*) \
  347. echo ' $(SHELL) ./config.status'; \
  348. $(SHELL) ./config.status;; \
  349. *) \
  350. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  351. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  352. esac;
  353. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  354. $(SHELL) ./config.status --recheck
  355. $(top_srcdir)/configure: $(am__configure_deps)
  356. $(am__cd) $(srcdir) && $(AUTOCONF)
  357. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  358. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  359. $(am__aclocal_m4_deps):
  360. include/log4cplus/config.h: include/log4cplus/stamp-h1
  361. @if test ! -f $@; then rm -f include/log4cplus/stamp-h1; else :; fi
  362. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) include/log4cplus/stamp-h1; else :; fi
  363. include/log4cplus/stamp-h1: $(top_srcdir)/include/log4cplus/config.h.in $(top_builddir)/config.status
  364. @rm -f include/log4cplus/stamp-h1
  365. cd $(top_builddir) && $(SHELL) ./config.status include/log4cplus/config.h
  366. $(top_srcdir)/include/log4cplus/config.h.in: $(am__configure_deps)
  367. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  368. rm -f include/log4cplus/stamp-h1
  369. touch $@
  370. include/log4cplus/config/defines.hxx: include/log4cplus/config/stamp-h2
  371. @if test ! -f $@; then rm -f include/log4cplus/config/stamp-h2; else :; fi
  372. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) include/log4cplus/config/stamp-h2; else :; fi
  373. include/log4cplus/config/stamp-h2: $(top_srcdir)/include/log4cplus/config/defines.hxx.in $(top_builddir)/config.status
  374. @rm -f include/log4cplus/config/stamp-h2
  375. cd $(top_builddir) && $(SHELL) ./config.status include/log4cplus/config/defines.hxx
  376. distclean-hdr:
  377. -rm -f include/log4cplus/config.h include/log4cplus/stamp-h1 include/log4cplus/config/defines.hxx include/log4cplus/config/stamp-h2
  378. log4cplus.pc: $(top_builddir)/config.status $(srcdir)/log4cplus.pc.in
  379. cd $(top_builddir) && $(SHELL) ./config.status $@
  380. mostlyclean-libtool:
  381. -rm -f *.lo
  382. clean-libtool:
  383. -rm -rf .libs _libs
  384. distclean-libtool:
  385. -rm -f libtool config.lt
  386. install-pkgconfigDATA: $(pkgconfig_DATA)
  387. @$(NORMAL_INSTALL)
  388. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  389. if test -n "$$list"; then \
  390. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  391. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  392. fi; \
  393. for p in $$list; do \
  394. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  395. echo "$$d$$p"; \
  396. done | $(am__base_list) | \
  397. while read files; do \
  398. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  399. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  400. done
  401. uninstall-pkgconfigDATA:
  402. @$(NORMAL_UNINSTALL)
  403. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  404. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  405. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  406. # This directory's subdirectories are mostly independent; you can cd
  407. # into them and run 'make' without going through this Makefile.
  408. # To change the values of 'make' variables: instead of editing Makefiles,
  409. # (1) if the variable is set in 'config.status', edit 'config.status'
  410. # (which will cause the Makefiles to be regenerated when you run 'make');
  411. # (2) otherwise, pass the desired values on the 'make' command line.
  412. $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
  413. @fail= failcom='exit 1'; \
  414. for f in x $$MAKEFLAGS; do \
  415. case $$f in \
  416. *=* | --[!k]*);; \
  417. *k*) failcom='fail=yes';; \
  418. esac; \
  419. done; \
  420. dot_seen=no; \
  421. target=`echo $@ | sed s/-recursive//`; \
  422. case "$@" in \
  423. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  424. *) list='$(SUBDIRS)' ;; \
  425. esac; \
  426. for subdir in $$list; do \
  427. echo "Making $$target in $$subdir"; \
  428. if test "$$subdir" = "."; then \
  429. dot_seen=yes; \
  430. local_target="$$target-am"; \
  431. else \
  432. local_target="$$target"; \
  433. fi; \
  434. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  435. || eval $$failcom; \
  436. done; \
  437. if test "$$dot_seen" = "no"; then \
  438. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  439. fi; test -z "$$fail"
  440. tags-recursive:
  441. list='$(SUBDIRS)'; for subdir in $$list; do \
  442. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  443. done
  444. ctags-recursive:
  445. list='$(SUBDIRS)'; for subdir in $$list; do \
  446. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  447. done
  448. cscopelist-recursive:
  449. list='$(SUBDIRS)'; for subdir in $$list; do \
  450. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
  451. done
  452. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  453. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  454. unique=`for i in $$list; do \
  455. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  456. done | \
  457. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  458. END { if (nonempty) { for (i in files) print i; }; }'`; \
  459. mkid -fID $$unique
  460. tags: TAGS
  461. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  462. $(TAGS_FILES) $(LISP)
  463. set x; \
  464. here=`pwd`; \
  465. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  466. include_option=--etags-include; \
  467. empty_fix=.; \
  468. else \
  469. include_option=--include; \
  470. empty_fix=; \
  471. fi; \
  472. list='$(SUBDIRS)'; for subdir in $$list; do \
  473. if test "$$subdir" = .; then :; else \
  474. test ! -f $$subdir/TAGS || \
  475. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  476. fi; \
  477. done; \
  478. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  479. unique=`for i in $$list; do \
  480. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  481. done | \
  482. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  483. END { if (nonempty) { for (i in files) print i; }; }'`; \
  484. shift; \
  485. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  486. test -n "$$unique" || unique=$$empty_fix; \
  487. if test $$# -gt 0; then \
  488. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  489. "$$@" $$unique; \
  490. else \
  491. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  492. $$unique; \
  493. fi; \
  494. fi
  495. ctags: CTAGS
  496. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  497. $(TAGS_FILES) $(LISP)
  498. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  499. unique=`for i in $$list; do \
  500. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  501. done | \
  502. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  503. END { if (nonempty) { for (i in files) print i; }; }'`; \
  504. test -z "$(CTAGS_ARGS)$$unique" \
  505. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  506. $$unique
  507. GTAGS:
  508. here=`$(am__cd) $(top_builddir) && pwd` \
  509. && $(am__cd) $(top_srcdir) \
  510. && gtags -i $(GTAGS_ARGS) "$$here"
  511. cscope: cscope.files
  512. test ! -s cscope.files \
  513. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  514. clean-cscope:
  515. -rm -f cscope.files
  516. cscope.files: clean-cscope cscopelist-recursive cscopelist
  517. cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
  518. list='$(SOURCES) $(HEADERS) $(LISP)'; \
  519. case "$(srcdir)" in \
  520. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  521. *) sdir=$(subdir)/$(srcdir) ;; \
  522. esac; \
  523. for i in $$list; do \
  524. if test -f "$$i"; then \
  525. echo "$(subdir)/$$i"; \
  526. else \
  527. echo "$$sdir/$$i"; \
  528. fi; \
  529. done >> $(top_builddir)/cscope.files
  530. distclean-tags:
  531. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  532. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  533. distdir: $(DISTFILES)
  534. $(am__remove_distdir)
  535. test -d "$(distdir)" || mkdir "$(distdir)"
  536. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  537. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  538. list='$(DISTFILES)'; \
  539. dist_files=`for file in $$list; do echo $$file; done | \
  540. sed -e "s|^$$srcdirstrip/||;t" \
  541. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  542. case $$dist_files in \
  543. */*) $(MKDIR_P) `echo "$$dist_files" | \
  544. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  545. sort -u` ;; \
  546. esac; \
  547. for file in $$dist_files; do \
  548. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  549. if test -d $$d/$$file; then \
  550. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  551. if test -d "$(distdir)/$$file"; then \
  552. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  553. fi; \
  554. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  555. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  556. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  557. fi; \
  558. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  559. else \
  560. test -f "$(distdir)/$$file" \
  561. || cp -p $$d/$$file "$(distdir)/$$file" \
  562. || exit 1; \
  563. fi; \
  564. done
  565. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  566. if test "$$subdir" = .; then :; else \
  567. $(am__make_dryrun) \
  568. || test -d "$(distdir)/$$subdir" \
  569. || $(MKDIR_P) "$(distdir)/$$subdir" \
  570. || exit 1; \
  571. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  572. $(am__relativize); \
  573. new_distdir=$$reldir; \
  574. dir1=$$subdir; dir2="$(top_distdir)"; \
  575. $(am__relativize); \
  576. new_top_distdir=$$reldir; \
  577. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  578. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  579. ($(am__cd) $$subdir && \
  580. $(MAKE) $(AM_MAKEFLAGS) \
  581. top_distdir="$$new_top_distdir" \
  582. distdir="$$new_distdir" \
  583. am__remove_distdir=: \
  584. am__skip_length_check=: \
  585. am__skip_mode_fix=: \
  586. distdir) \
  587. || exit 1; \
  588. fi; \
  589. done
  590. -test -n "$(am__skip_mode_fix)" \
  591. || find "$(distdir)" -type d ! -perm -755 \
  592. -exec chmod u+rwx,go+rx {} \; -o \
  593. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  594. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  595. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  596. || chmod -R a+r "$(distdir)"
  597. dist-gzip: distdir
  598. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  599. $(am__post_remove_distdir)
  600. dist-bzip2: distdir
  601. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  602. $(am__post_remove_distdir)
  603. dist-lzip: distdir
  604. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  605. $(am__post_remove_distdir)
  606. dist-xz: distdir
  607. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  608. $(am__post_remove_distdir)
  609. dist-tarZ: distdir
  610. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  611. $(am__post_remove_distdir)
  612. dist-shar: distdir
  613. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  614. $(am__post_remove_distdir)
  615. dist-zip: distdir
  616. -rm -f $(distdir).zip
  617. zip -rq $(distdir).zip $(distdir)
  618. $(am__post_remove_distdir)
  619. dist dist-all:
  620. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  621. $(am__post_remove_distdir)
  622. # This target untars the dist file and tries a VPATH configuration. Then
  623. # it guarantees that the distribution is self-contained by making another
  624. # tarfile.
  625. distcheck: dist
  626. case '$(DIST_ARCHIVES)' in \
  627. *.tar.gz*) \
  628. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  629. *.tar.bz2*) \
  630. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  631. *.tar.lz*) \
  632. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  633. *.tar.xz*) \
  634. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  635. *.tar.Z*) \
  636. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  637. *.shar.gz*) \
  638. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  639. *.zip*) \
  640. unzip $(distdir).zip ;;\
  641. esac
  642. chmod -R a-w $(distdir)
  643. chmod u+w $(distdir)
  644. mkdir $(distdir)/_build $(distdir)/_inst
  645. chmod a-w $(distdir)
  646. test -d $(distdir)/_build || exit 0; \
  647. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  648. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  649. && am__cwd=`pwd` \
  650. && $(am__cd) $(distdir)/_build \
  651. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  652. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  653. $(DISTCHECK_CONFIGURE_FLAGS) \
  654. && $(MAKE) $(AM_MAKEFLAGS) \
  655. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  656. && $(MAKE) $(AM_MAKEFLAGS) check \
  657. && $(MAKE) $(AM_MAKEFLAGS) install \
  658. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  659. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  660. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  661. distuninstallcheck \
  662. && chmod -R a-w "$$dc_install_base" \
  663. && ({ \
  664. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  665. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  666. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  667. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  668. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  669. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  670. && rm -rf "$$dc_destdir" \
  671. && $(MAKE) $(AM_MAKEFLAGS) dist \
  672. && rm -rf $(DIST_ARCHIVES) \
  673. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  674. && cd "$$am__cwd" \
  675. || exit 1
  676. $(am__post_remove_distdir)
  677. @(echo "$(distdir) archives ready for distribution: "; \
  678. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  679. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  680. distuninstallcheck:
  681. @test -n '$(distuninstallcheck_dir)' || { \
  682. echo 'ERROR: trying to run $@ with an empty' \
  683. '$$(distuninstallcheck_dir)' >&2; \
  684. exit 1; \
  685. }; \
  686. $(am__cd) '$(distuninstallcheck_dir)' || { \
  687. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  688. exit 1; \
  689. }; \
  690. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  691. || { echo "ERROR: files left after uninstall:" ; \
  692. if test -n "$(DESTDIR)"; then \
  693. echo " (check DESTDIR support)"; \
  694. fi ; \
  695. $(distuninstallcheck_listfiles) ; \
  696. exit 1; } >&2
  697. distcleancheck: distclean
  698. @if test '$(srcdir)' = . ; then \
  699. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  700. exit 1 ; \
  701. fi
  702. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  703. || { echo "ERROR: files left in build directory after distclean:" ; \
  704. $(distcleancheck_listfiles) ; \
  705. exit 1; } >&2
  706. check-am: all-am
  707. check: check-recursive
  708. all-am: Makefile $(DATA)
  709. installdirs: installdirs-recursive
  710. installdirs-am:
  711. for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
  712. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  713. done
  714. install: install-recursive
  715. install-exec: install-exec-recursive
  716. install-data: install-data-recursive
  717. uninstall: uninstall-recursive
  718. install-am: all-am
  719. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  720. installcheck: installcheck-recursive
  721. install-strip:
  722. if test -z '$(STRIP)'; then \
  723. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  724. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  725. install; \
  726. else \
  727. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  728. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  729. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  730. fi
  731. mostlyclean-generic:
  732. clean-generic:
  733. distclean-generic:
  734. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  735. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  736. maintainer-clean-generic:
  737. @echo "This command is intended for maintainers to use"
  738. @echo "it deletes files that may require special tools to rebuild."
  739. clean: clean-recursive
  740. clean-am: clean-generic clean-libtool mostlyclean-am
  741. distclean: distclean-recursive
  742. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  743. -rm -f Makefile
  744. distclean-am: clean-am distclean-generic distclean-hdr \
  745. distclean-libtool distclean-tags
  746. dvi: dvi-recursive
  747. dvi-am:
  748. html: html-recursive
  749. html-am:
  750. info: info-recursive
  751. info-am:
  752. install-data-am: install-pkgconfigDATA
  753. install-dvi: install-dvi-recursive
  754. install-dvi-am:
  755. install-exec-am:
  756. install-html: install-html-recursive
  757. install-html-am:
  758. install-info: install-info-recursive
  759. install-info-am:
  760. install-man:
  761. install-pdf: install-pdf-recursive
  762. install-pdf-am:
  763. install-ps: install-ps-recursive
  764. install-ps-am:
  765. installcheck-am:
  766. maintainer-clean: maintainer-clean-recursive
  767. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  768. -rm -rf $(top_srcdir)/autom4te.cache
  769. -rm -f Makefile
  770. maintainer-clean-am: distclean-am maintainer-clean-generic
  771. mostlyclean: mostlyclean-recursive
  772. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  773. pdf: pdf-recursive
  774. pdf-am:
  775. ps: ps-recursive
  776. ps-am:
  777. uninstall-am: uninstall-pkgconfigDATA
  778. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
  779. cscopelist-recursive ctags-recursive install-am install-strip \
  780. tags-recursive
  781. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  782. all all-am am--refresh check check-am clean clean-cscope \
  783. clean-generic clean-libtool cscope cscopelist \
  784. cscopelist-recursive ctags ctags-recursive dist dist-all \
  785. dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
  786. dist-zip distcheck distclean distclean-generic distclean-hdr \
  787. distclean-libtool distclean-tags distcleancheck distdir \
  788. distuninstallcheck dvi dvi-am html html-am info info-am \
  789. install install-am install-data install-data-am install-dvi \
  790. install-dvi-am install-exec install-exec-am install-html \
  791. install-html-am install-info install-info-am install-man \
  792. install-pdf install-pdf-am install-pkgconfigDATA install-ps \
  793. install-ps-am install-strip installcheck installcheck-am \
  794. installdirs installdirs-am maintainer-clean \
  795. maintainer-clean-generic mostlyclean mostlyclean-generic \
  796. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  797. uninstall uninstall-am uninstall-pkgconfigDATA
  798. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  799. # Otherwise a system limit (for SysV at least) may be exceeded.
  800. .NOEXPORT: