Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  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 = tests
  50. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  51. $(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. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  86. html-recursive info-recursive install-data-recursive \
  87. install-dvi-recursive install-exec-recursive \
  88. install-html-recursive install-info-recursive \
  89. install-pdf-recursive install-ps-recursive install-recursive \
  90. installcheck-recursive installdirs-recursive pdf-recursive \
  91. ps-recursive uninstall-recursive
  92. am__can_run_installinfo = \
  93. case $$AM_UPDATE_INFO_DIR in \
  94. n|no|NO) false;; \
  95. *) (install-info --version) >/dev/null 2>&1;; \
  96. esac
  97. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  98. distclean-recursive maintainer-clean-recursive
  99. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  100. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  101. distdir
  102. ETAGS = etags
  103. CTAGS = ctags
  104. DIST_SUBDIRS = appender_test customloglevel_test fileappender_test \
  105. filter_test hierarchy_test loglog_test ndc_test ostream_test \
  106. patternlayout_test performance_test priority_test \
  107. propertyconfig_test socket_test timeformat_test thread_test \
  108. configandwatch_test
  109. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  110. am__relativize = \
  111. dir0=`pwd`; \
  112. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  113. sed_rest='s,^[^/]*/*,,'; \
  114. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  115. sed_butlast='s,/*[^/]*$$,,'; \
  116. while test -n "$$dir1"; do \
  117. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  118. if test "$$first" != "."; then \
  119. if test "$$first" = ".."; then \
  120. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  121. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  122. else \
  123. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  124. if test "$$first2" = "$$first"; then \
  125. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  126. else \
  127. dir2="../$$dir2"; \
  128. fi; \
  129. dir0="$$dir0"/"$$first"; \
  130. fi; \
  131. fi; \
  132. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  133. done; \
  134. reldir="$$dir2"
  135. ACLOCAL = @ACLOCAL@
  136. AMTAR = @AMTAR@
  137. AR = @AR@
  138. AS = @AS@
  139. AUTOCONF = @AUTOCONF@
  140. AUTOHEADER = @AUTOHEADER@
  141. AUTOMAKE = @AUTOMAKE@
  142. AWK = @AWK@
  143. CC = @CC@
  144. CCDEPMODE = @CCDEPMODE@
  145. CFLAGS = @CFLAGS@
  146. CPPFLAGS = @CPPFLAGS@
  147. CXX = @CXX@
  148. CXXCPP = @CXXCPP@
  149. CXXDEPMODE = @CXXDEPMODE@
  150. CXXFLAGS = @CXXFLAGS@
  151. CYGPATH_W = @CYGPATH_W@
  152. DEFS = @DEFS@
  153. DEPDIR = @DEPDIR@
  154. DLLTOOL = @DLLTOOL@
  155. DSYMUTIL = @DSYMUTIL@
  156. DUMPBIN = @DUMPBIN@
  157. ECHO_C = @ECHO_C@
  158. ECHO_N = @ECHO_N@
  159. ECHO_T = @ECHO_T@
  160. EGREP = @EGREP@
  161. EXEEXT = @EXEEXT@
  162. FGREP = @FGREP@
  163. GREP = @GREP@
  164. INSTALL = @INSTALL@
  165. INSTALL_DATA = @INSTALL_DATA@
  166. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  167. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  168. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  169. LD = @LD@
  170. LDFLAGS = @LDFLAGS@
  171. LIBOBJS = @LIBOBJS@
  172. LIBS = @LIBS@
  173. LIBTOOL = @LIBTOOL@
  174. LIPO = @LIPO@
  175. LN_S = @LN_S@
  176. LOG4CPLUS_AIX_XLC_LDFLAGS = @LOG4CPLUS_AIX_XLC_LDFLAGS@
  177. LOG4CPLUS_NDEBUG = @LOG4CPLUS_NDEBUG@
  178. LOG4CPLUS_PROFILING_CXXFLAGS = @LOG4CPLUS_PROFILING_CXXFLAGS@
  179. LOG4CPLUS_PROFILING_LDFLAGS = @LOG4CPLUS_PROFILING_LDFLAGS@
  180. LTLIBOBJS = @LTLIBOBJS@
  181. LT_RELEASE = @LT_RELEASE@
  182. LT_VERSION = @LT_VERSION@
  183. MAKEINFO = @MAKEINFO@
  184. MANIFEST_TOOL = @MANIFEST_TOOL@
  185. MKDIR_P = @MKDIR_P@
  186. NM = @NM@
  187. NMEDIT = @NMEDIT@
  188. OBJDUMP = @OBJDUMP@
  189. OBJEXT = @OBJEXT@
  190. OTOOL = @OTOOL@
  191. OTOOL64 = @OTOOL64@
  192. PACKAGE = @PACKAGE@
  193. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  194. PACKAGE_NAME = @PACKAGE_NAME@
  195. PACKAGE_STRING = @PACKAGE_STRING@
  196. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  197. PACKAGE_URL = @PACKAGE_URL@
  198. PACKAGE_VERSION = @PACKAGE_VERSION@
  199. PATH_SEPARATOR = @PATH_SEPARATOR@
  200. PKG_CONFIG = @PKG_CONFIG@
  201. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  202. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  203. PTHREAD_CXXFLAGS = @PTHREAD_CXXFLAGS@
  204. PTHREAD_LIBS = @PTHREAD_LIBS@
  205. QT_CFLAGS = @QT_CFLAGS@
  206. QT_LIBS = @QT_LIBS@
  207. RANLIB = @RANLIB@
  208. SED = @SED@
  209. SET_MAKE = @SET_MAKE@
  210. SHELL = @SHELL@
  211. STRIP = @STRIP@
  212. VERSION = @VERSION@
  213. abs_builddir = @abs_builddir@
  214. abs_srcdir = @abs_srcdir@
  215. abs_top_builddir = @abs_top_builddir@
  216. abs_top_srcdir = @abs_top_srcdir@
  217. ac_ct_AR = @ac_ct_AR@
  218. ac_ct_CC = @ac_ct_CC@
  219. ac_ct_CXX = @ac_ct_CXX@
  220. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  221. am__include = @am__include@
  222. am__leading_dot = @am__leading_dot@
  223. am__quote = @am__quote@
  224. am__tar = @am__tar@
  225. am__untar = @am__untar@
  226. ax_pthread_config = @ax_pthread_config@
  227. bindir = @bindir@
  228. build = @build@
  229. build_alias = @build_alias@
  230. build_cpu = @build_cpu@
  231. build_os = @build_os@
  232. build_vendor = @build_vendor@
  233. builddir = @builddir@
  234. datadir = @datadir@
  235. datarootdir = @datarootdir@
  236. docdir = @docdir@
  237. dvidir = @dvidir@
  238. exec_prefix = @exec_prefix@
  239. host = @host@
  240. host_alias = @host_alias@
  241. host_cpu = @host_cpu@
  242. host_os = @host_os@
  243. host_vendor = @host_vendor@
  244. htmldir = @htmldir@
  245. includedir = @includedir@
  246. infodir = @infodir@
  247. install_sh = @install_sh@
  248. libdir = @libdir@
  249. libexecdir = @libexecdir@
  250. localedir = @localedir@
  251. localstatedir = @localstatedir@
  252. mandir = @mandir@
  253. mkdir_p = @mkdir_p@
  254. oldincludedir = @oldincludedir@
  255. pdfdir = @pdfdir@
  256. prefix = @prefix@
  257. program_transform_name = @program_transform_name@
  258. psdir = @psdir@
  259. sbindir = @sbindir@
  260. sharedstatedir = @sharedstatedir@
  261. srcdir = @srcdir@
  262. sysconfdir = @sysconfdir@
  263. target = @target@
  264. target_alias = @target_alias@
  265. target_cpu = @target_cpu@
  266. target_os = @target_os@
  267. target_vendor = @target_vendor@
  268. top_build_prefix = @top_build_prefix@
  269. top_builddir = @top_builddir@
  270. top_srcdir = @top_srcdir@
  271. SINGLE_THREADED_TESTS = appender_test \
  272. customloglevel_test \
  273. fileappender_test \
  274. filter_test \
  275. hierarchy_test \
  276. loglog_test \
  277. ndc_test \
  278. ostream_test \
  279. patternlayout_test \
  280. performance_test \
  281. priority_test \
  282. propertyconfig_test \
  283. socket_test \
  284. timeformat_test
  285. @MULTI_THREADED_FALSE@SUBDIRS = $(SINGLE_THREADED_TESTS)
  286. @MULTI_THREADED_TRUE@SUBDIRS = $(SINGLE_THREADED_TESTS) thread_test configandwatch_test
  287. all: all-recursive
  288. .SUFFIXES:
  289. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  290. @for dep in $?; do \
  291. case '$(am__configure_deps)' in \
  292. *$$dep*) \
  293. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  294. && { if test -f $@; then exit 0; else break; fi; }; \
  295. exit 1;; \
  296. esac; \
  297. done; \
  298. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
  299. $(am__cd) $(top_srcdir) && \
  300. $(AUTOMAKE) --gnu tests/Makefile
  301. .PRECIOUS: Makefile
  302. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  303. @case '$?' in \
  304. *config.status*) \
  305. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  306. *) \
  307. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  308. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  309. esac;
  310. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  311. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  312. $(top_srcdir)/configure: $(am__configure_deps)
  313. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  314. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  315. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  316. $(am__aclocal_m4_deps):
  317. mostlyclean-libtool:
  318. -rm -f *.lo
  319. clean-libtool:
  320. -rm -rf .libs _libs
  321. # This directory's subdirectories are mostly independent; you can cd
  322. # into them and run 'make' without going through this Makefile.
  323. # To change the values of 'make' variables: instead of editing Makefiles,
  324. # (1) if the variable is set in 'config.status', edit 'config.status'
  325. # (which will cause the Makefiles to be regenerated when you run 'make');
  326. # (2) otherwise, pass the desired values on the 'make' command line.
  327. $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
  328. @fail= failcom='exit 1'; \
  329. for f in x $$MAKEFLAGS; do \
  330. case $$f in \
  331. *=* | --[!k]*);; \
  332. *k*) failcom='fail=yes';; \
  333. esac; \
  334. done; \
  335. dot_seen=no; \
  336. target=`echo $@ | sed s/-recursive//`; \
  337. case "$@" in \
  338. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  339. *) list='$(SUBDIRS)' ;; \
  340. esac; \
  341. for subdir in $$list; do \
  342. echo "Making $$target in $$subdir"; \
  343. if test "$$subdir" = "."; then \
  344. dot_seen=yes; \
  345. local_target="$$target-am"; \
  346. else \
  347. local_target="$$target"; \
  348. fi; \
  349. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  350. || eval $$failcom; \
  351. done; \
  352. if test "$$dot_seen" = "no"; then \
  353. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  354. fi; test -z "$$fail"
  355. tags-recursive:
  356. list='$(SUBDIRS)'; for subdir in $$list; do \
  357. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  358. done
  359. ctags-recursive:
  360. list='$(SUBDIRS)'; for subdir in $$list; do \
  361. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  362. done
  363. cscopelist-recursive:
  364. list='$(SUBDIRS)'; for subdir in $$list; do \
  365. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
  366. done
  367. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  368. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  369. unique=`for i in $$list; do \
  370. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  371. done | \
  372. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  373. END { if (nonempty) { for (i in files) print i; }; }'`; \
  374. mkid -fID $$unique
  375. tags: TAGS
  376. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  377. $(TAGS_FILES) $(LISP)
  378. set x; \
  379. here=`pwd`; \
  380. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  381. include_option=--etags-include; \
  382. empty_fix=.; \
  383. else \
  384. include_option=--include; \
  385. empty_fix=; \
  386. fi; \
  387. list='$(SUBDIRS)'; for subdir in $$list; do \
  388. if test "$$subdir" = .; then :; else \
  389. test ! -f $$subdir/TAGS || \
  390. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  391. fi; \
  392. done; \
  393. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  394. unique=`for i in $$list; do \
  395. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  396. done | \
  397. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  398. END { if (nonempty) { for (i in files) print i; }; }'`; \
  399. shift; \
  400. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  401. test -n "$$unique" || unique=$$empty_fix; \
  402. if test $$# -gt 0; then \
  403. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  404. "$$@" $$unique; \
  405. else \
  406. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  407. $$unique; \
  408. fi; \
  409. fi
  410. ctags: CTAGS
  411. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  412. $(TAGS_FILES) $(LISP)
  413. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  414. unique=`for i in $$list; do \
  415. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  416. done | \
  417. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  418. END { if (nonempty) { for (i in files) print i; }; }'`; \
  419. test -z "$(CTAGS_ARGS)$$unique" \
  420. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  421. $$unique
  422. GTAGS:
  423. here=`$(am__cd) $(top_builddir) && pwd` \
  424. && $(am__cd) $(top_srcdir) \
  425. && gtags -i $(GTAGS_ARGS) "$$here"
  426. cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
  427. list='$(SOURCES) $(HEADERS) $(LISP)'; \
  428. case "$(srcdir)" in \
  429. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  430. *) sdir=$(subdir)/$(srcdir) ;; \
  431. esac; \
  432. for i in $$list; do \
  433. if test -f "$$i"; then \
  434. echo "$(subdir)/$$i"; \
  435. else \
  436. echo "$$sdir/$$i"; \
  437. fi; \
  438. done >> $(top_builddir)/cscope.files
  439. distclean-tags:
  440. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  441. distdir: $(DISTFILES)
  442. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  443. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  444. list='$(DISTFILES)'; \
  445. dist_files=`for file in $$list; do echo $$file; done | \
  446. sed -e "s|^$$srcdirstrip/||;t" \
  447. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  448. case $$dist_files in \
  449. */*) $(MKDIR_P) `echo "$$dist_files" | \
  450. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  451. sort -u` ;; \
  452. esac; \
  453. for file in $$dist_files; do \
  454. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  455. if test -d $$d/$$file; then \
  456. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  457. if test -d "$(distdir)/$$file"; then \
  458. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  459. fi; \
  460. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  461. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  462. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  463. fi; \
  464. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  465. else \
  466. test -f "$(distdir)/$$file" \
  467. || cp -p $$d/$$file "$(distdir)/$$file" \
  468. || exit 1; \
  469. fi; \
  470. done
  471. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  472. if test "$$subdir" = .; then :; else \
  473. $(am__make_dryrun) \
  474. || test -d "$(distdir)/$$subdir" \
  475. || $(MKDIR_P) "$(distdir)/$$subdir" \
  476. || exit 1; \
  477. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  478. $(am__relativize); \
  479. new_distdir=$$reldir; \
  480. dir1=$$subdir; dir2="$(top_distdir)"; \
  481. $(am__relativize); \
  482. new_top_distdir=$$reldir; \
  483. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  484. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  485. ($(am__cd) $$subdir && \
  486. $(MAKE) $(AM_MAKEFLAGS) \
  487. top_distdir="$$new_top_distdir" \
  488. distdir="$$new_distdir" \
  489. am__remove_distdir=: \
  490. am__skip_length_check=: \
  491. am__skip_mode_fix=: \
  492. distdir) \
  493. || exit 1; \
  494. fi; \
  495. done
  496. check-am: all-am
  497. check: check-recursive
  498. all-am: Makefile
  499. installdirs: installdirs-recursive
  500. installdirs-am:
  501. install: install-recursive
  502. install-exec: install-exec-recursive
  503. install-data: install-data-recursive
  504. uninstall: uninstall-recursive
  505. install-am: all-am
  506. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  507. installcheck: installcheck-recursive
  508. install-strip:
  509. if test -z '$(STRIP)'; then \
  510. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  511. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  512. install; \
  513. else \
  514. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  515. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  516. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  517. fi
  518. mostlyclean-generic:
  519. clean-generic:
  520. distclean-generic:
  521. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  522. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  523. maintainer-clean-generic:
  524. @echo "This command is intended for maintainers to use"
  525. @echo "it deletes files that may require special tools to rebuild."
  526. clean: clean-recursive
  527. clean-am: clean-generic clean-libtool mostlyclean-am
  528. distclean: distclean-recursive
  529. -rm -f Makefile
  530. distclean-am: clean-am distclean-generic distclean-tags
  531. dvi: dvi-recursive
  532. dvi-am:
  533. html: html-recursive
  534. html-am:
  535. info: info-recursive
  536. info-am:
  537. install-data-am:
  538. install-dvi: install-dvi-recursive
  539. install-dvi-am:
  540. install-exec-am:
  541. install-html: install-html-recursive
  542. install-html-am:
  543. install-info: install-info-recursive
  544. install-info-am:
  545. install-man:
  546. install-pdf: install-pdf-recursive
  547. install-pdf-am:
  548. install-ps: install-ps-recursive
  549. install-ps-am:
  550. installcheck-am:
  551. maintainer-clean: maintainer-clean-recursive
  552. -rm -f Makefile
  553. maintainer-clean-am: distclean-am maintainer-clean-generic
  554. mostlyclean: mostlyclean-recursive
  555. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  556. pdf: pdf-recursive
  557. pdf-am:
  558. ps: ps-recursive
  559. ps-am:
  560. uninstall-am:
  561. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
  562. cscopelist-recursive ctags-recursive install-am install-strip \
  563. tags-recursive
  564. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  565. all all-am check check-am clean clean-generic clean-libtool \
  566. cscopelist cscopelist-recursive ctags ctags-recursive \
  567. distclean distclean-generic distclean-libtool distclean-tags \
  568. distdir dvi dvi-am html html-am info info-am install \
  569. install-am install-data install-data-am install-dvi \
  570. install-dvi-am install-exec install-exec-am install-html \
  571. install-html-am install-info install-info-am install-man \
  572. install-pdf install-pdf-am install-ps install-ps-am \
  573. install-strip installcheck installcheck-am installdirs \
  574. installdirs-am maintainer-clean maintainer-clean-generic \
  575. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  576. ps ps-am tags tags-recursive uninstall uninstall-am
  577. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  578. # Otherwise a system limit (for SysV at least) may be exceeded.
  579. .NOEXPORT: