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.

613 lines
18 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. subdir = include
  50. DIST_COMMON = $(nobase_log4cplusinc_HEADERS) $(srcdir)/Makefile.am \
  51. $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
  52. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  53. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  54. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  55. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  56. $(top_srcdir)/acinclude.m4 $(top_srcdir)/m4/ax_c_ifdef.m4 \
  57. $(top_srcdir)/m4/ax_append_flag.m4 \
  58. $(top_srcdir)/m4/ax_cflags_warn_all.m4 \
  59. $(top_srcdir)/m4/ax_type_socklen_t.m4 \
  60. $(top_srcdir)/m4/ax_compiler_vendor.m4 \
  61. $(top_srcdir)/m4/ax_cflags_gcc_option.m4 \
  62. $(top_srcdir)/m4/ax_cflags_sun_option.m4 \
  63. $(top_srcdir)/m4/ax_cflags_aix_option.m4 \
  64. $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/ax_declspec.m4 \
  65. $(top_srcdir)/m4/ax_tls_support.m4 \
  66. $(top_srcdir)/m4/ax__sync.m4 \
  67. $(top_srcdir)/m4/ax_macro_va_args.m4 \
  68. $(top_srcdir)/m4/ax_macro_function.m4 \
  69. $(top_srcdir)/m4/ax_gethostbyname_r.m4 \
  70. $(top_srcdir)/m4/ax_getaddrinfo.m4 \
  71. $(top_srcdir)/m4/ax_log4cplus_wrappers.m4 \
  72. $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
  73. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  74. $(ACLOCAL_M4)
  75. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  76. CONFIG_HEADER = $(top_builddir)/include/log4cplus/config.h \
  77. $(top_builddir)/include/log4cplus/config/defines.hxx
  78. CONFIG_CLEAN_FILES =
  79. CONFIG_CLEAN_VPATH_FILES =
  80. SOURCES =
  81. DIST_SOURCES =
  82. am__can_run_installinfo = \
  83. case $$AM_UPDATE_INFO_DIR in \
  84. n|no|NO) false;; \
  85. *) (install-info --version) >/dev/null 2>&1;; \
  86. esac
  87. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  88. am__vpath_adj = case $$p in \
  89. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  90. *) f=$$p;; \
  91. esac;
  92. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  93. am__install_max = 40
  94. am__nobase_strip_setup = \
  95. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  96. am__nobase_strip = \
  97. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  98. am__nobase_list = $(am__nobase_strip_setup); \
  99. for p in $$list; do echo "$$p $$p"; done | \
  100. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  101. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  102. if (++n[$$2] == $(am__install_max)) \
  103. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  104. END { for (dir in files) print dir, files[dir] }'
  105. am__base_list = \
  106. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  107. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  108. am__uninstall_files_from_dir = { \
  109. test -z "$$files" \
  110. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  111. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  112. $(am__cd) "$$dir" && rm -f $$files; }; \
  113. }
  114. am__installdirs = "$(DESTDIR)$(log4cplusincdir)"
  115. HEADERS = $(nobase_log4cplusinc_HEADERS)
  116. ETAGS = etags
  117. CTAGS = ctags
  118. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  119. ACLOCAL = @ACLOCAL@
  120. AMTAR = @AMTAR@
  121. AR = @AR@
  122. AS = @AS@
  123. AUTOCONF = @AUTOCONF@
  124. AUTOHEADER = @AUTOHEADER@
  125. AUTOMAKE = @AUTOMAKE@
  126. AWK = @AWK@
  127. CC = @CC@
  128. CCDEPMODE = @CCDEPMODE@
  129. CFLAGS = @CFLAGS@
  130. CPPFLAGS = @CPPFLAGS@
  131. CXX = @CXX@
  132. CXXCPP = @CXXCPP@
  133. CXXDEPMODE = @CXXDEPMODE@
  134. CXXFLAGS = @CXXFLAGS@
  135. CYGPATH_W = @CYGPATH_W@
  136. DEFS = @DEFS@
  137. DEPDIR = @DEPDIR@
  138. DLLTOOL = @DLLTOOL@
  139. DSYMUTIL = @DSYMUTIL@
  140. DUMPBIN = @DUMPBIN@
  141. ECHO_C = @ECHO_C@
  142. ECHO_N = @ECHO_N@
  143. ECHO_T = @ECHO_T@
  144. EGREP = @EGREP@
  145. EXEEXT = @EXEEXT@
  146. FGREP = @FGREP@
  147. GREP = @GREP@
  148. INSTALL = @INSTALL@
  149. INSTALL_DATA = @INSTALL_DATA@
  150. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  151. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  152. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  153. LD = @LD@
  154. LDFLAGS = @LDFLAGS@
  155. LIBOBJS = @LIBOBJS@
  156. LIBS = @LIBS@
  157. LIBTOOL = @LIBTOOL@
  158. LIPO = @LIPO@
  159. LN_S = @LN_S@
  160. LOG4CPLUS_NDEBUG = @LOG4CPLUS_NDEBUG@
  161. LOG4CPLUS_PROFILING_CXXFLAGS = @LOG4CPLUS_PROFILING_CXXFLAGS@
  162. LOG4CPLUS_PROFILING_LDFLAGS = @LOG4CPLUS_PROFILING_LDFLAGS@
  163. LTLIBOBJS = @LTLIBOBJS@
  164. LT_RELEASE = @LT_RELEASE@
  165. LT_VERSION = @LT_VERSION@
  166. MAKEINFO = @MAKEINFO@
  167. MANIFEST_TOOL = @MANIFEST_TOOL@
  168. MKDIR_P = @MKDIR_P@
  169. NM = @NM@
  170. NMEDIT = @NMEDIT@
  171. OBJDUMP = @OBJDUMP@
  172. OBJEXT = @OBJEXT@
  173. OTOOL = @OTOOL@
  174. OTOOL64 = @OTOOL64@
  175. PACKAGE = @PACKAGE@
  176. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  177. PACKAGE_NAME = @PACKAGE_NAME@
  178. PACKAGE_STRING = @PACKAGE_STRING@
  179. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  180. PACKAGE_URL = @PACKAGE_URL@
  181. PACKAGE_VERSION = @PACKAGE_VERSION@
  182. PATH_SEPARATOR = @PATH_SEPARATOR@
  183. PKG_CONFIG = @PKG_CONFIG@
  184. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  185. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  186. PTHREAD_CXXFLAGS = @PTHREAD_CXXFLAGS@
  187. PTHREAD_LIBS = @PTHREAD_LIBS@
  188. QT_CFLAGS = @QT_CFLAGS@
  189. QT_LIBS = @QT_LIBS@
  190. RANLIB = @RANLIB@
  191. SED = @SED@
  192. SET_MAKE = @SET_MAKE@
  193. SHELL = @SHELL@
  194. STRIP = @STRIP@
  195. VERSION = @VERSION@
  196. abs_builddir = @abs_builddir@
  197. abs_srcdir = @abs_srcdir@
  198. abs_top_builddir = @abs_top_builddir@
  199. abs_top_srcdir = @abs_top_srcdir@
  200. ac_ct_AR = @ac_ct_AR@
  201. ac_ct_CC = @ac_ct_CC@
  202. ac_ct_CXX = @ac_ct_CXX@
  203. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  204. am__include = @am__include@
  205. am__leading_dot = @am__leading_dot@
  206. am__quote = @am__quote@
  207. am__tar = @am__tar@
  208. am__untar = @am__untar@
  209. ax_pthread_config = @ax_pthread_config@
  210. bindir = @bindir@
  211. build = @build@
  212. build_alias = @build_alias@
  213. build_cpu = @build_cpu@
  214. build_os = @build_os@
  215. build_vendor = @build_vendor@
  216. builddir = @builddir@
  217. datadir = @datadir@
  218. datarootdir = @datarootdir@
  219. docdir = @docdir@
  220. dvidir = @dvidir@
  221. exec_prefix = @exec_prefix@
  222. host = @host@
  223. host_alias = @host_alias@
  224. host_cpu = @host_cpu@
  225. host_os = @host_os@
  226. host_vendor = @host_vendor@
  227. htmldir = @htmldir@
  228. includedir = @includedir@
  229. infodir = @infodir@
  230. install_sh = @install_sh@
  231. libdir = @libdir@
  232. libexecdir = @libexecdir@
  233. localedir = @localedir@
  234. localstatedir = @localstatedir@
  235. mandir = @mandir@
  236. mkdir_p = @mkdir_p@
  237. oldincludedir = @oldincludedir@
  238. pdfdir = @pdfdir@
  239. prefix = @prefix@
  240. program_transform_name = @program_transform_name@
  241. psdir = @psdir@
  242. sbindir = @sbindir@
  243. sharedstatedir = @sharedstatedir@
  244. srcdir = @srcdir@
  245. sysconfdir = @sysconfdir@
  246. target = @target@
  247. target_alias = @target_alias@
  248. target_cpu = @target_cpu@
  249. target_os = @target_os@
  250. target_vendor = @target_vendor@
  251. top_build_prefix = @top_build_prefix@
  252. top_builddir = @top_builddir@
  253. top_srcdir = @top_srcdir@
  254. log4cplusincdir = $(includedir)
  255. nobase_log4cplusinc_HEADERS = \
  256. log4cplus/appender.h \
  257. log4cplus/asyncappender.h \
  258. log4cplus/boost/deviceappender.hxx \
  259. log4cplus/clogger.h \
  260. log4cplus/config.hxx \
  261. log4cplus/config/defines.hxx \
  262. log4cplus/config/macosx.h \
  263. log4cplus/config/win32.h \
  264. log4cplus/config/windowsh-inc.h \
  265. log4cplus/configurator.h \
  266. log4cplus/consoleappender.h \
  267. log4cplus/fileappender.h \
  268. log4cplus/fstreams.h \
  269. log4cplus/helpers/appenderattachableimpl.h \
  270. log4cplus/helpers/fileinfo.h \
  271. log4cplus/helpers/lockfile.h \
  272. log4cplus/helpers/loglog.h \
  273. log4cplus/helpers/logloguser.h \
  274. log4cplus/helpers/pointer.h \
  275. log4cplus/helpers/property.h \
  276. log4cplus/helpers/queue.h \
  277. log4cplus/helpers/sleep.h \
  278. log4cplus/helpers/snprintf.h \
  279. log4cplus/helpers/socketbuffer.h \
  280. log4cplus/helpers/socket.h \
  281. log4cplus/helpers/stringhelper.h \
  282. log4cplus/helpers/thread-config.h \
  283. log4cplus/helpers/timehelper.h \
  284. log4cplus/hierarchy.h \
  285. log4cplus/hierarchylocker.h \
  286. log4cplus/internal/cygwin-win32.h \
  287. log4cplus/internal/env.h \
  288. log4cplus/internal/internal.h \
  289. log4cplus/internal/socket.h \
  290. log4cplus/layout.h \
  291. log4cplus/log4judpappender.h \
  292. log4cplus/logger.h \
  293. log4cplus/loggingmacros.h \
  294. log4cplus/loglevel.h \
  295. log4cplus/mdc.h \
  296. log4cplus/ndc.h \
  297. log4cplus/nteventlogappender.h \
  298. log4cplus/nullappender.h \
  299. log4cplus/qt4debugappender.h \
  300. log4cplus/spi/appenderattachable.h \
  301. log4cplus/spi/factory.h \
  302. log4cplus/spi/filter.h \
  303. log4cplus/spi/loggerfactory.h \
  304. log4cplus/spi/loggerimpl.h \
  305. log4cplus/spi/loggingevent.h \
  306. log4cplus/spi/objectregistry.h \
  307. log4cplus/spi/rootlogger.h \
  308. log4cplus/socketappender.h \
  309. log4cplus/streams.h \
  310. log4cplus/syslogappender.h \
  311. log4cplus/tchar.h \
  312. log4cplus/thread/impl/syncprims-impl.h \
  313. log4cplus/thread/impl/syncprims-pthreads.h \
  314. log4cplus/thread/impl/syncprims-win32.h \
  315. log4cplus/thread/impl/threads-impl.h \
  316. log4cplus/thread/impl/tls.h \
  317. log4cplus/thread/syncprims.h \
  318. log4cplus/thread/syncprims-pub-impl.h \
  319. log4cplus/thread/threads.h \
  320. log4cplus/tracelogger.h \
  321. log4cplus/tstring.h \
  322. log4cplus/version.h \
  323. log4cplus/win32consoleappender.h \
  324. log4cplus/win32debugappender.h
  325. all: all-am
  326. .SUFFIXES:
  327. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  328. @for dep in $?; do \
  329. case '$(am__configure_deps)' in \
  330. *$$dep*) \
  331. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  332. && { if test -f $@; then exit 0; else break; fi; }; \
  333. exit 1;; \
  334. esac; \
  335. done; \
  336. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
  337. $(am__cd) $(top_srcdir) && \
  338. $(AUTOMAKE) --gnu include/Makefile
  339. .PRECIOUS: Makefile
  340. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  341. @case '$?' in \
  342. *config.status*) \
  343. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  344. *) \
  345. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  346. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  347. esac;
  348. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  349. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  350. $(top_srcdir)/configure: $(am__configure_deps)
  351. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  352. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  353. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  354. $(am__aclocal_m4_deps):
  355. mostlyclean-libtool:
  356. -rm -f *.lo
  357. clean-libtool:
  358. -rm -rf .libs _libs
  359. install-nobase_log4cplusincHEADERS: $(nobase_log4cplusinc_HEADERS)
  360. @$(NORMAL_INSTALL)
  361. @list='$(nobase_log4cplusinc_HEADERS)'; test -n "$(log4cplusincdir)" || list=; \
  362. if test -n "$$list"; then \
  363. echo " $(MKDIR_P) '$(DESTDIR)$(log4cplusincdir)'"; \
  364. $(MKDIR_P) "$(DESTDIR)$(log4cplusincdir)" || exit 1; \
  365. fi; \
  366. $(am__nobase_list) | while read dir files; do \
  367. xfiles=; for file in $$files; do \
  368. if test -f "$$file"; then xfiles="$$xfiles $$file"; \
  369. else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
  370. test -z "$$xfiles" || { \
  371. test "x$$dir" = x. || { \
  372. echo " $(MKDIR_P) '$(DESTDIR)$(log4cplusincdir)/$$dir'"; \
  373. $(MKDIR_P) "$(DESTDIR)$(log4cplusincdir)/$$dir"; }; \
  374. echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(log4cplusincdir)/$$dir'"; \
  375. $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(log4cplusincdir)/$$dir" || exit $$?; }; \
  376. done
  377. uninstall-nobase_log4cplusincHEADERS:
  378. @$(NORMAL_UNINSTALL)
  379. @list='$(nobase_log4cplusinc_HEADERS)'; test -n "$(log4cplusincdir)" || list=; \
  380. $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
  381. dir='$(DESTDIR)$(log4cplusincdir)'; $(am__uninstall_files_from_dir)
  382. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  383. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  384. unique=`for i in $$list; do \
  385. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  386. done | \
  387. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  388. END { if (nonempty) { for (i in files) print i; }; }'`; \
  389. mkid -fID $$unique
  390. tags: TAGS
  391. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  392. $(TAGS_FILES) $(LISP)
  393. set x; \
  394. here=`pwd`; \
  395. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  396. unique=`for i in $$list; do \
  397. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  398. done | \
  399. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  400. END { if (nonempty) { for (i in files) print i; }; }'`; \
  401. shift; \
  402. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  403. test -n "$$unique" || unique=$$empty_fix; \
  404. if test $$# -gt 0; then \
  405. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  406. "$$@" $$unique; \
  407. else \
  408. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  409. $$unique; \
  410. fi; \
  411. fi
  412. ctags: CTAGS
  413. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  414. $(TAGS_FILES) $(LISP)
  415. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  416. unique=`for i in $$list; do \
  417. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  418. done | \
  419. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  420. END { if (nonempty) { for (i in files) print i; }; }'`; \
  421. test -z "$(CTAGS_ARGS)$$unique" \
  422. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  423. $$unique
  424. GTAGS:
  425. here=`$(am__cd) $(top_builddir) && pwd` \
  426. && $(am__cd) $(top_srcdir) \
  427. && gtags -i $(GTAGS_ARGS) "$$here"
  428. cscopelist: $(HEADERS) $(SOURCES) $(LISP)
  429. list='$(SOURCES) $(HEADERS) $(LISP)'; \
  430. case "$(srcdir)" in \
  431. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  432. *) sdir=$(subdir)/$(srcdir) ;; \
  433. esac; \
  434. for i in $$list; do \
  435. if test -f "$$i"; then \
  436. echo "$(subdir)/$$i"; \
  437. else \
  438. echo "$$sdir/$$i"; \
  439. fi; \
  440. done >> $(top_builddir)/cscope.files
  441. distclean-tags:
  442. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  443. distdir: $(DISTFILES)
  444. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  445. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  446. list='$(DISTFILES)'; \
  447. dist_files=`for file in $$list; do echo $$file; done | \
  448. sed -e "s|^$$srcdirstrip/||;t" \
  449. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  450. case $$dist_files in \
  451. */*) $(MKDIR_P) `echo "$$dist_files" | \
  452. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  453. sort -u` ;; \
  454. esac; \
  455. for file in $$dist_files; do \
  456. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  457. if test -d $$d/$$file; then \
  458. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  459. if test -d "$(distdir)/$$file"; then \
  460. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  461. fi; \
  462. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  463. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  464. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  465. fi; \
  466. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  467. else \
  468. test -f "$(distdir)/$$file" \
  469. || cp -p $$d/$$file "$(distdir)/$$file" \
  470. || exit 1; \
  471. fi; \
  472. done
  473. check-am: all-am
  474. check: check-am
  475. all-am: Makefile $(HEADERS)
  476. installdirs:
  477. for dir in "$(DESTDIR)$(log4cplusincdir)"; do \
  478. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  479. done
  480. install: install-am
  481. install-exec: install-exec-am
  482. install-data: install-data-am
  483. uninstall: uninstall-am
  484. install-am: all-am
  485. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  486. installcheck: installcheck-am
  487. install-strip:
  488. if test -z '$(STRIP)'; then \
  489. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  490. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  491. install; \
  492. else \
  493. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  494. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  495. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  496. fi
  497. mostlyclean-generic:
  498. clean-generic:
  499. distclean-generic:
  500. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  501. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  502. maintainer-clean-generic:
  503. @echo "This command is intended for maintainers to use"
  504. @echo "it deletes files that may require special tools to rebuild."
  505. clean: clean-am
  506. clean-am: clean-generic clean-libtool mostlyclean-am
  507. distclean: distclean-am
  508. -rm -f Makefile
  509. distclean-am: clean-am distclean-generic distclean-tags
  510. dvi: dvi-am
  511. dvi-am:
  512. html: html-am
  513. html-am:
  514. info: info-am
  515. info-am:
  516. install-data-am: install-nobase_log4cplusincHEADERS
  517. install-dvi: install-dvi-am
  518. install-dvi-am:
  519. install-exec-am:
  520. install-html: install-html-am
  521. install-html-am:
  522. install-info: install-info-am
  523. install-info-am:
  524. install-man:
  525. install-pdf: install-pdf-am
  526. install-pdf-am:
  527. install-ps: install-ps-am
  528. install-ps-am:
  529. installcheck-am:
  530. maintainer-clean: maintainer-clean-am
  531. -rm -f Makefile
  532. maintainer-clean-am: distclean-am maintainer-clean-generic
  533. mostlyclean: mostlyclean-am
  534. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  535. pdf: pdf-am
  536. pdf-am:
  537. ps: ps-am
  538. ps-am:
  539. uninstall-am: uninstall-nobase_log4cplusincHEADERS
  540. .MAKE: install-am install-strip
  541. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  542. clean-libtool cscopelist ctags distclean distclean-generic \
  543. distclean-libtool distclean-tags distdir dvi dvi-am html \
  544. html-am info info-am install install-am install-data \
  545. install-data-am install-dvi install-dvi-am install-exec \
  546. install-exec-am install-html install-html-am install-info \
  547. install-info-am install-man install-nobase_log4cplusincHEADERS \
  548. install-pdf install-pdf-am install-ps install-ps-am \
  549. install-strip installcheck installcheck-am installdirs \
  550. maintainer-clean maintainer-clean-generic mostlyclean \
  551. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  552. tags uninstall uninstall-am \
  553. uninstall-nobase_log4cplusincHEADERS
  554. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  555. # Otherwise a system limit (for SysV at least) may be exceeded.
  556. .NOEXPORT: