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.

871 lines
28 KiB

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