You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

870 lines
28 KiB

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