Makefile.in 18 KB

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