Makefile.in 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789
  1. # Makefile.in generated by automake 1.13.4 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2013 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__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  14. am__make_running_with_option = \
  15. case $${target_option-} in \
  16. ?) ;; \
  17. *) echo "am__make_running_with_option: internal error: invalid" \
  18. "target option '$${target_option-}' specified" >&2; \
  19. exit 1;; \
  20. esac; \
  21. has_opt=no; \
  22. sane_makeflags=$$MAKEFLAGS; \
  23. if $(am__is_gnu_make); then \
  24. sane_makeflags=$$MFLAGS; \
  25. else \
  26. case $$MAKEFLAGS in \
  27. *\\[\ \ ]*) \
  28. bs=\\; \
  29. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  30. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  31. esac; \
  32. fi; \
  33. skip_next=no; \
  34. strip_trailopt () \
  35. { \
  36. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  37. }; \
  38. for flg in $$sane_makeflags; do \
  39. test $$skip_next = yes && { skip_next=no; continue; }; \
  40. case $$flg in \
  41. *=*|--*) continue;; \
  42. -*I) strip_trailopt 'I'; skip_next=yes;; \
  43. -*I?*) strip_trailopt 'I';; \
  44. -*O) strip_trailopt 'O'; skip_next=yes;; \
  45. -*O?*) strip_trailopt 'O';; \
  46. -*l) strip_trailopt 'l'; skip_next=yes;; \
  47. -*l?*) strip_trailopt 'l';; \
  48. -[dEDm]) skip_next=yes;; \
  49. -[JT]) skip_next=yes;; \
  50. esac; \
  51. case $$flg in \
  52. *$$target_option*) has_opt=yes; break;; \
  53. esac; \
  54. done; \
  55. test $$has_opt = yes
  56. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  57. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  58. pkgdatadir = $(datadir)/@PACKAGE@
  59. pkgincludedir = $(includedir)/@PACKAGE@
  60. pkglibdir = $(libdir)/@PACKAGE@
  61. pkglibexecdir = $(libexecdir)/@PACKAGE@
  62. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  63. install_sh_DATA = $(install_sh) -c -m 644
  64. install_sh_PROGRAM = $(install_sh) -c
  65. install_sh_SCRIPT = $(install_sh) -c
  66. INSTALL_HEADER = $(INSTALL_DATA)
  67. transform = $(program_transform_name)
  68. NORMAL_INSTALL = :
  69. PRE_INSTALL = :
  70. POST_INSTALL = :
  71. NORMAL_UNINSTALL = :
  72. PRE_UNINSTALL = :
  73. POST_UNINSTALL = :
  74. build_triplet = @build@
  75. host_triplet = @host@
  76. noinst_PROGRAMS = application_1$(EXEEXT) application_2$(EXEEXT) \
  77. application_3$(EXEEXT)
  78. subdir = examples
  79. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  80. $(srcdir)/log4crc.in $(top_srcdir)/config/depcomp README
  81. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  82. am__aclocal_m4_deps = $(top_srcdir)/config/expat.m4 \
  83. $(top_srcdir)/config/gethostname.m4 \
  84. $(top_srcdir)/config/libtool.m4 \
  85. $(top_srcdir)/config/ltoptions.m4 \
  86. $(top_srcdir)/config/ltsugar.m4 \
  87. $(top_srcdir)/config/ltversion.m4 \
  88. $(top_srcdir)/config/lt~obsolete.m4 \
  89. $(top_srcdir)/config/va_copy.m4 $(top_srcdir)/configure.in
  90. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  91. $(ACLOCAL_M4)
  92. mkinstalldirs = $(install_sh) -d
  93. CONFIG_HEADER = $(top_builddir)/src/config.h
  94. CONFIG_CLEAN_FILES = log4crc
  95. CONFIG_CLEAN_VPATH_FILES =
  96. LTLIBRARIES = $(noinst_LTLIBRARIES)
  97. liblog4c_examples_la_LIBADD =
  98. am_liblog4c_examples_la_OBJECTS = example_formatters.lo \
  99. example_appenders.lo
  100. liblog4c_examples_la_OBJECTS = $(am_liblog4c_examples_la_OBJECTS)
  101. AM_V_lt = $(am__v_lt_@AM_V@)
  102. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  103. am__v_lt_0 = --silent
  104. am__v_lt_1 =
  105. liblog4c_userloc_la_LIBADD =
  106. am_liblog4c_userloc_la_OBJECTS = userloc_formatter.lo
  107. liblog4c_userloc_la_OBJECTS = $(am_liblog4c_userloc_la_OBJECTS)
  108. PROGRAMS = $(noinst_PROGRAMS)
  109. am_application_1_OBJECTS = application_1.$(OBJEXT)
  110. application_1_OBJECTS = $(am_application_1_OBJECTS)
  111. application_1_DEPENDENCIES = $(top_builddir)/src/log4c/liblog4c.la
  112. am_application_2_OBJECTS = application_2.$(OBJEXT)
  113. application_2_OBJECTS = $(am_application_2_OBJECTS)
  114. application_2_DEPENDENCIES = liblog4c_examples.la \
  115. $(top_builddir)/src/log4c/liblog4c.la
  116. am_application_3_OBJECTS = application_3.$(OBJEXT)
  117. application_3_OBJECTS = $(am_application_3_OBJECTS)
  118. am__DEPENDENCIES_1 =
  119. application_3_DEPENDENCIES = liblog4c_userloc.la liblog4c_examples.la \
  120. $(top_builddir)/src/log4c/liblog4c.la $(am__DEPENDENCIES_1)
  121. AM_V_P = $(am__v_P_@AM_V@)
  122. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  123. am__v_P_0 = false
  124. am__v_P_1 = :
  125. AM_V_GEN = $(am__v_GEN_@AM_V@)
  126. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  127. am__v_GEN_0 = @echo " GEN " $@;
  128. am__v_GEN_1 =
  129. AM_V_at = $(am__v_at_@AM_V@)
  130. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  131. am__v_at_0 = @
  132. am__v_at_1 =
  133. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
  134. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  135. am__depfiles_maybe = depfiles
  136. am__mv = mv -f
  137. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  138. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  139. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  140. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  141. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  142. $(AM_CFLAGS) $(CFLAGS)
  143. AM_V_CC = $(am__v_CC_@AM_V@)
  144. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  145. am__v_CC_0 = @echo " CC " $@;
  146. am__v_CC_1 =
  147. CCLD = $(CC)
  148. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  149. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  150. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  151. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  152. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  153. am__v_CCLD_0 = @echo " CCLD " $@;
  154. am__v_CCLD_1 =
  155. SOURCES = $(liblog4c_examples_la_SOURCES) \
  156. $(liblog4c_userloc_la_SOURCES) $(application_1_SOURCES) \
  157. $(application_2_SOURCES) $(application_3_SOURCES)
  158. DIST_SOURCES = $(liblog4c_examples_la_SOURCES) \
  159. $(liblog4c_userloc_la_SOURCES) $(application_1_SOURCES) \
  160. $(application_2_SOURCES) $(application_3_SOURCES)
  161. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  162. ctags-recursive dvi-recursive html-recursive info-recursive \
  163. install-data-recursive install-dvi-recursive \
  164. install-exec-recursive install-html-recursive \
  165. install-info-recursive install-pdf-recursive \
  166. install-ps-recursive install-recursive installcheck-recursive \
  167. installdirs-recursive pdf-recursive ps-recursive \
  168. tags-recursive uninstall-recursive
  169. am__can_run_installinfo = \
  170. case $$AM_UPDATE_INFO_DIR in \
  171. n|no|NO) false;; \
  172. *) (install-info --version) >/dev/null 2>&1;; \
  173. esac
  174. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  175. distclean-recursive maintainer-clean-recursive
  176. am__recursive_targets = \
  177. $(RECURSIVE_TARGETS) \
  178. $(RECURSIVE_CLEAN_TARGETS) \
  179. $(am__extra_recursive_targets)
  180. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  181. distdir
  182. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  183. # Read a list of newline-separated strings from the standard input,
  184. # and print each of them once, without duplicates. Input order is
  185. # *not* preserved.
  186. am__uniquify_input = $(AWK) '\
  187. BEGIN { nonempty = 0; } \
  188. { items[$$0] = 1; nonempty = 1; } \
  189. END { if (nonempty) { for (i in items) print i; }; } \
  190. '
  191. # Make sure the list of sources is unique. This is necessary because,
  192. # e.g., the same source file might be shared among _SOURCES variables
  193. # for different programs/libraries.
  194. am__define_uniq_tagged_files = \
  195. list='$(am__tagged_files)'; \
  196. unique=`for i in $$list; do \
  197. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  198. done | $(am__uniquify_input)`
  199. ETAGS = etags
  200. CTAGS = ctags
  201. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  202. am__relativize = \
  203. dir0=`pwd`; \
  204. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  205. sed_rest='s,^[^/]*/*,,'; \
  206. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  207. sed_butlast='s,/*[^/]*$$,,'; \
  208. while test -n "$$dir1"; do \
  209. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  210. if test "$$first" != "."; then \
  211. if test "$$first" = ".."; then \
  212. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  213. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  214. else \
  215. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  216. if test "$$first2" = "$$first"; then \
  217. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  218. else \
  219. dir2="../$$dir2"; \
  220. fi; \
  221. dir0="$$dir0"/"$$first"; \
  222. fi; \
  223. fi; \
  224. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  225. done; \
  226. reldir="$$dir2"
  227. ACLOCAL = @ACLOCAL@
  228. ALLOCA = @ALLOCA@
  229. AMTAR = @AMTAR@
  230. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  231. AR = @AR@
  232. AUTOCONF = @AUTOCONF@
  233. AUTOHEADER = @AUTOHEADER@
  234. AUTOMAKE = @AUTOMAKE@
  235. AWK = @AWK@
  236. CC = @CC@
  237. CCDEPMODE = @CCDEPMODE@
  238. CFLAGS = @CFLAGS@
  239. CPP = @CPP@
  240. CPPFLAGS = @CPPFLAGS@
  241. CXX = @CXX@
  242. CXXCPP = @CXXCPP@
  243. CXXDEPMODE = @CXXDEPMODE@
  244. CXXFLAGS = @CXXFLAGS@
  245. CYGPATH_W = @CYGPATH_W@
  246. DEFS = @DEFS@
  247. DEPDIR = @DEPDIR@
  248. DLLTOOL = @DLLTOOL@
  249. DOT = @DOT@
  250. DOXYGEN = @DOXYGEN@
  251. DSYMUTIL = @DSYMUTIL@
  252. DUMPBIN = @DUMPBIN@
  253. ECHO_C = @ECHO_C@
  254. ECHO_N = @ECHO_N@
  255. ECHO_T = @ECHO_T@
  256. EGREP = @EGREP@
  257. EXEEXT = @EXEEXT@
  258. EXPAT_CFLAGS = @EXPAT_CFLAGS@
  259. EXPAT_LIBS = @EXPAT_LIBS@
  260. FGREP = @FGREP@
  261. GETHOSTNAME_LIB = @GETHOSTNAME_LIB@
  262. GREP = @GREP@
  263. HAVE_DOT = @HAVE_DOT@
  264. HAVE_LATEX = @HAVE_LATEX@
  265. INSTALL = @INSTALL@
  266. INSTALL_DATA = @INSTALL_DATA@
  267. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  268. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  269. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  270. LATEX = @LATEX@
  271. LD = @LD@
  272. LDFLAGS = @LDFLAGS@
  273. LDFLAGS_NOUNDEFINED = @LDFLAGS_NOUNDEFINED@
  274. LEX = @LEX@
  275. LEXLIB = @LEXLIB@
  276. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  277. LIBOBJS = @LIBOBJS@
  278. LIBS = @LIBS@
  279. LIBTOOL = @LIBTOOL@
  280. LIPO = @LIPO@
  281. LN_S = @LN_S@
  282. LOG4C_MAJOR_VERSION = @LOG4C_MAJOR_VERSION@
  283. LOG4C_MICRO_VERSION = @LOG4C_MICRO_VERSION@
  284. LOG4C_MINOR_VERSION = @LOG4C_MINOR_VERSION@
  285. LTLIBOBJS = @LTLIBOBJS@
  286. LT_VERSION = @LT_VERSION@
  287. MAKEINFO = @MAKEINFO@
  288. MANIFEST_TOOL = @MANIFEST_TOOL@
  289. MKDIR_P = @MKDIR_P@
  290. NM = @NM@
  291. NMEDIT = @NMEDIT@
  292. OBJDUMP = @OBJDUMP@
  293. OBJEXT = @OBJEXT@
  294. OTOOL = @OTOOL@
  295. OTOOL64 = @OTOOL64@
  296. PACKAGE = @PACKAGE@
  297. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  298. PACKAGE_NAME = @PACKAGE_NAME@
  299. PACKAGE_STRING = @PACKAGE_STRING@
  300. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  301. PACKAGE_URL = @PACKAGE_URL@
  302. PACKAGE_VERSION = @PACKAGE_VERSION@
  303. PATH_SEPARATOR = @PATH_SEPARATOR@
  304. RANLIB = @RANLIB@
  305. SED = @SED@
  306. SET_MAKE = @SET_MAKE@
  307. SHELL = @SHELL@
  308. STRIP = @STRIP@
  309. VERSION = @VERSION@
  310. YACC = @YACC@
  311. YFLAGS = @YFLAGS@
  312. abs_builddir = @abs_builddir@
  313. abs_srcdir = @abs_srcdir@
  314. abs_top_builddir = @abs_top_builddir@
  315. abs_top_srcdir = @abs_top_srcdir@
  316. ac_ct_AR = @ac_ct_AR@
  317. ac_ct_CC = @ac_ct_CC@
  318. ac_ct_CXX = @ac_ct_CXX@
  319. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  320. am__include = @am__include@
  321. am__leading_dot = @am__leading_dot@
  322. am__quote = @am__quote@
  323. am__tar = @am__tar@
  324. am__untar = @am__untar@
  325. bindir = @bindir@
  326. build = @build@
  327. build_alias = @build_alias@
  328. build_cpu = @build_cpu@
  329. build_os = @build_os@
  330. build_vendor = @build_vendor@
  331. builddir = @builddir@
  332. datadir = @datadir@
  333. datarootdir = @datarootdir@
  334. docdir = @docdir@
  335. dvidir = @dvidir@
  336. exec_prefix = @exec_prefix@
  337. host = @host@
  338. host_alias = @host_alias@
  339. host_cpu = @host_cpu@
  340. host_os = @host_os@
  341. host_vendor = @host_vendor@
  342. htmldir = @htmldir@
  343. includedir = @includedir@
  344. infodir = @infodir@
  345. install_sh = @install_sh@
  346. libdir = @libdir@
  347. libexecdir = @libexecdir@
  348. localedir = @localedir@
  349. localstatedir = @localstatedir@
  350. mandir = @mandir@
  351. mkdir_p = @mkdir_p@
  352. oldincludedir = @oldincludedir@
  353. pdfdir = @pdfdir@
  354. prefix = @prefix@
  355. program_transform_name = @program_transform_name@
  356. psdir = @psdir@
  357. sbindir = @sbindir@
  358. sharedstatedir = @sharedstatedir@
  359. srcdir = @srcdir@
  360. sysconfdir = @sysconfdir@
  361. target_alias = @target_alias@
  362. top_build_prefix = @top_build_prefix@
  363. top_builddir = @top_builddir@
  364. top_srcdir = @top_srcdir@
  365. AM_CPPFLAGS = -I${top_srcdir}/src
  366. SUBDIRS = helloworld helloworld1
  367. DIST_SUBDIRS = helloworld helloworld1
  368. EXTRA_DIST = log4crc README
  369. noinst_LTLIBRARIES = liblog4c_examples.la liblog4c_userloc.la
  370. liblog4c_examples_la_SOURCES = example_formatters.c example_appenders.c
  371. liblog4c_userloc_la_SOURCES = userloc_formatter.c
  372. application_1_SOURCES = application_1.c
  373. application_2_SOURCES = application_2.c
  374. application_3_SOURCES = application_3.c application_3.h
  375. application_1_LDADD = \
  376. $(top_builddir)/src/log4c/liblog4c.la
  377. application_2_LDADD = \
  378. liblog4c_examples.la \
  379. $(top_builddir)/src/log4c/liblog4c.la
  380. application_3_LDADD = \
  381. liblog4c_userloc.la \
  382. liblog4c_examples.la \
  383. $(top_builddir)/src/log4c/liblog4c.la \
  384. $(GETHOSTNAME_LIB)
  385. all: all-recursive
  386. .SUFFIXES:
  387. .SUFFIXES: .c .lo .o .obj
  388. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  389. @for dep in $?; do \
  390. case '$(am__configure_deps)' in \
  391. *$$dep*) \
  392. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  393. && { if test -f $@; then exit 0; else break; fi; }; \
  394. exit 1;; \
  395. esac; \
  396. done; \
  397. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
  398. $(am__cd) $(top_srcdir) && \
  399. $(AUTOMAKE) --gnu examples/Makefile
  400. .PRECIOUS: Makefile
  401. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  402. @case '$?' in \
  403. *config.status*) \
  404. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  405. *) \
  406. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  407. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  408. esac;
  409. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  410. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  411. $(top_srcdir)/configure: $(am__configure_deps)
  412. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  413. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  414. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  415. $(am__aclocal_m4_deps):
  416. log4crc: $(top_builddir)/config.status $(srcdir)/log4crc.in
  417. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  418. clean-noinstLTLIBRARIES:
  419. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  420. @list='$(noinst_LTLIBRARIES)'; \
  421. locs=`for p in $$list; do echo $$p; done | \
  422. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  423. sort -u`; \
  424. test -z "$$locs" || { \
  425. echo rm -f $${locs}; \
  426. rm -f $${locs}; \
  427. }
  428. liblog4c_examples.la: $(liblog4c_examples_la_OBJECTS) $(liblog4c_examples_la_DEPENDENCIES) $(EXTRA_liblog4c_examples_la_DEPENDENCIES)
  429. $(AM_V_CCLD)$(LINK) $(liblog4c_examples_la_OBJECTS) $(liblog4c_examples_la_LIBADD) $(LIBS)
  430. liblog4c_userloc.la: $(liblog4c_userloc_la_OBJECTS) $(liblog4c_userloc_la_DEPENDENCIES) $(EXTRA_liblog4c_userloc_la_DEPENDENCIES)
  431. $(AM_V_CCLD)$(LINK) $(liblog4c_userloc_la_OBJECTS) $(liblog4c_userloc_la_LIBADD) $(LIBS)
  432. clean-noinstPROGRAMS:
  433. @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
  434. echo " rm -f" $$list; \
  435. rm -f $$list || exit $$?; \
  436. test -n "$(EXEEXT)" || exit 0; \
  437. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  438. echo " rm -f" $$list; \
  439. rm -f $$list
  440. application_1$(EXEEXT): $(application_1_OBJECTS) $(application_1_DEPENDENCIES) $(EXTRA_application_1_DEPENDENCIES)
  441. @rm -f application_1$(EXEEXT)
  442. $(AM_V_CCLD)$(LINK) $(application_1_OBJECTS) $(application_1_LDADD) $(LIBS)
  443. application_2$(EXEEXT): $(application_2_OBJECTS) $(application_2_DEPENDENCIES) $(EXTRA_application_2_DEPENDENCIES)
  444. @rm -f application_2$(EXEEXT)
  445. $(AM_V_CCLD)$(LINK) $(application_2_OBJECTS) $(application_2_LDADD) $(LIBS)
  446. application_3$(EXEEXT): $(application_3_OBJECTS) $(application_3_DEPENDENCIES) $(EXTRA_application_3_DEPENDENCIES)
  447. @rm -f application_3$(EXEEXT)
  448. $(AM_V_CCLD)$(LINK) $(application_3_OBJECTS) $(application_3_LDADD) $(LIBS)
  449. mostlyclean-compile:
  450. -rm -f *.$(OBJEXT)
  451. distclean-compile:
  452. -rm -f *.tab.c
  453. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/application_1.Po@am__quote@
  454. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/application_2.Po@am__quote@
  455. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/application_3.Po@am__quote@
  456. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example_appenders.Plo@am__quote@
  457. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example_formatters.Plo@am__quote@
  458. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/userloc_formatter.Plo@am__quote@
  459. .c.o:
  460. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  461. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  462. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  463. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  464. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
  465. .c.obj:
  466. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  467. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  468. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  469. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  470. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
  471. .c.lo:
  472. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  473. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  474. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  475. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  476. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  477. mostlyclean-libtool:
  478. -rm -f *.lo
  479. clean-libtool:
  480. -rm -rf .libs _libs
  481. # This directory's subdirectories are mostly independent; you can cd
  482. # into them and run 'make' without going through this Makefile.
  483. # To change the values of 'make' variables: instead of editing Makefiles,
  484. # (1) if the variable is set in 'config.status', edit 'config.status'
  485. # (which will cause the Makefiles to be regenerated when you run 'make');
  486. # (2) otherwise, pass the desired values on the 'make' command line.
  487. $(am__recursive_targets):
  488. @fail=; \
  489. if $(am__make_keepgoing); then \
  490. failcom='fail=yes'; \
  491. else \
  492. failcom='exit 1'; \
  493. fi; \
  494. dot_seen=no; \
  495. target=`echo $@ | sed s/-recursive//`; \
  496. case "$@" in \
  497. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  498. *) list='$(SUBDIRS)' ;; \
  499. esac; \
  500. for subdir in $$list; do \
  501. echo "Making $$target in $$subdir"; \
  502. if test "$$subdir" = "."; then \
  503. dot_seen=yes; \
  504. local_target="$$target-am"; \
  505. else \
  506. local_target="$$target"; \
  507. fi; \
  508. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  509. || eval $$failcom; \
  510. done; \
  511. if test "$$dot_seen" = "no"; then \
  512. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  513. fi; test -z "$$fail"
  514. ID: $(am__tagged_files)
  515. $(am__define_uniq_tagged_files); mkid -fID $$unique
  516. tags: tags-recursive
  517. TAGS: tags
  518. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  519. set x; \
  520. here=`pwd`; \
  521. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  522. include_option=--etags-include; \
  523. empty_fix=.; \
  524. else \
  525. include_option=--include; \
  526. empty_fix=; \
  527. fi; \
  528. list='$(SUBDIRS)'; for subdir in $$list; do \
  529. if test "$$subdir" = .; then :; else \
  530. test ! -f $$subdir/TAGS || \
  531. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  532. fi; \
  533. done; \
  534. $(am__define_uniq_tagged_files); \
  535. shift; \
  536. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  537. test -n "$$unique" || unique=$$empty_fix; \
  538. if test $$# -gt 0; then \
  539. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  540. "$$@" $$unique; \
  541. else \
  542. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  543. $$unique; \
  544. fi; \
  545. fi
  546. ctags: ctags-recursive
  547. CTAGS: ctags
  548. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  549. $(am__define_uniq_tagged_files); \
  550. test -z "$(CTAGS_ARGS)$$unique" \
  551. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  552. $$unique
  553. GTAGS:
  554. here=`$(am__cd) $(top_builddir) && pwd` \
  555. && $(am__cd) $(top_srcdir) \
  556. && gtags -i $(GTAGS_ARGS) "$$here"
  557. cscopelist: cscopelist-recursive
  558. cscopelist-am: $(am__tagged_files)
  559. list='$(am__tagged_files)'; \
  560. case "$(srcdir)" in \
  561. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  562. *) sdir=$(subdir)/$(srcdir) ;; \
  563. esac; \
  564. for i in $$list; do \
  565. if test -f "$$i"; then \
  566. echo "$(subdir)/$$i"; \
  567. else \
  568. echo "$$sdir/$$i"; \
  569. fi; \
  570. done >> $(top_builddir)/cscope.files
  571. distclean-tags:
  572. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  573. distdir: $(DISTFILES)
  574. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  575. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  576. list='$(DISTFILES)'; \
  577. dist_files=`for file in $$list; do echo $$file; done | \
  578. sed -e "s|^$$srcdirstrip/||;t" \
  579. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  580. case $$dist_files in \
  581. */*) $(MKDIR_P) `echo "$$dist_files" | \
  582. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  583. sort -u` ;; \
  584. esac; \
  585. for file in $$dist_files; do \
  586. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  587. if test -d $$d/$$file; then \
  588. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  589. if test -d "$(distdir)/$$file"; then \
  590. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  591. fi; \
  592. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  593. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  594. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  595. fi; \
  596. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  597. else \
  598. test -f "$(distdir)/$$file" \
  599. || cp -p $$d/$$file "$(distdir)/$$file" \
  600. || exit 1; \
  601. fi; \
  602. done
  603. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  604. if test "$$subdir" = .; then :; else \
  605. $(am__make_dryrun) \
  606. || test -d "$(distdir)/$$subdir" \
  607. || $(MKDIR_P) "$(distdir)/$$subdir" \
  608. || exit 1; \
  609. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  610. $(am__relativize); \
  611. new_distdir=$$reldir; \
  612. dir1=$$subdir; dir2="$(top_distdir)"; \
  613. $(am__relativize); \
  614. new_top_distdir=$$reldir; \
  615. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  616. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  617. ($(am__cd) $$subdir && \
  618. $(MAKE) $(AM_MAKEFLAGS) \
  619. top_distdir="$$new_top_distdir" \
  620. distdir="$$new_distdir" \
  621. am__remove_distdir=: \
  622. am__skip_length_check=: \
  623. am__skip_mode_fix=: \
  624. distdir) \
  625. || exit 1; \
  626. fi; \
  627. done
  628. check-am: all-am
  629. check: check-recursive
  630. all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
  631. installdirs: installdirs-recursive
  632. installdirs-am:
  633. install: install-recursive
  634. install-exec: install-exec-recursive
  635. install-data: install-data-recursive
  636. uninstall: uninstall-recursive
  637. install-am: all-am
  638. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  639. installcheck: installcheck-recursive
  640. install-strip:
  641. if test -z '$(STRIP)'; then \
  642. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  643. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  644. install; \
  645. else \
  646. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  647. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  648. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  649. fi
  650. mostlyclean-generic:
  651. clean-generic:
  652. distclean-generic:
  653. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  654. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  655. maintainer-clean-generic:
  656. @echo "This command is intended for maintainers to use"
  657. @echo "it deletes files that may require special tools to rebuild."
  658. clean: clean-recursive
  659. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  660. clean-noinstPROGRAMS mostlyclean-am
  661. distclean: distclean-recursive
  662. -rm -rf ./$(DEPDIR)
  663. -rm -f Makefile
  664. distclean-am: clean-am distclean-compile distclean-generic \
  665. distclean-tags
  666. dvi: dvi-recursive
  667. dvi-am:
  668. html: html-recursive
  669. html-am:
  670. info: info-recursive
  671. info-am:
  672. install-data-am:
  673. install-dvi: install-dvi-recursive
  674. install-dvi-am:
  675. install-exec-am:
  676. install-html: install-html-recursive
  677. install-html-am:
  678. install-info: install-info-recursive
  679. install-info-am:
  680. install-man:
  681. install-pdf: install-pdf-recursive
  682. install-pdf-am:
  683. install-ps: install-ps-recursive
  684. install-ps-am:
  685. installcheck-am:
  686. maintainer-clean: maintainer-clean-recursive
  687. -rm -rf ./$(DEPDIR)
  688. -rm -f Makefile
  689. maintainer-clean-am: distclean-am maintainer-clean-generic
  690. mostlyclean: mostlyclean-recursive
  691. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  692. mostlyclean-libtool
  693. pdf: pdf-recursive
  694. pdf-am:
  695. ps: ps-recursive
  696. ps-am:
  697. uninstall-am:
  698. .MAKE: $(am__recursive_targets) install-am install-strip
  699. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  700. check-am clean clean-generic clean-libtool \
  701. clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscopelist-am \
  702. ctags ctags-am distclean distclean-compile distclean-generic \
  703. distclean-libtool distclean-tags distdir dvi dvi-am html \
  704. html-am info info-am install install-am install-data \
  705. install-data-am install-dvi install-dvi-am install-exec \
  706. install-exec-am install-html install-html-am install-info \
  707. install-info-am install-man install-pdf install-pdf-am \
  708. install-ps install-ps-am install-strip installcheck \
  709. installcheck-am installdirs installdirs-am maintainer-clean \
  710. maintainer-clean-generic mostlyclean mostlyclean-compile \
  711. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  712. tags tags-am uninstall uninstall-am
  713. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  714. # Otherwise a system limit (for SysV at least) may be exceeded.
  715. .NOEXPORT: