Makefile.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601
  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 = helloworld1$(EXEEXT)
  77. subdir = examples/helloworld1
  78. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  79. $(top_srcdir)/config/depcomp README
  80. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  81. am__aclocal_m4_deps = $(top_srcdir)/config/expat.m4 \
  82. $(top_srcdir)/config/gethostname.m4 \
  83. $(top_srcdir)/config/libtool.m4 \
  84. $(top_srcdir)/config/ltoptions.m4 \
  85. $(top_srcdir)/config/ltsugar.m4 \
  86. $(top_srcdir)/config/ltversion.m4 \
  87. $(top_srcdir)/config/lt~obsolete.m4 \
  88. $(top_srcdir)/config/va_copy.m4 $(top_srcdir)/configure.in
  89. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  90. $(ACLOCAL_M4)
  91. mkinstalldirs = $(install_sh) -d
  92. CONFIG_HEADER = $(top_builddir)/src/config.h
  93. CONFIG_CLEAN_FILES =
  94. CONFIG_CLEAN_VPATH_FILES =
  95. PROGRAMS = $(noinst_PROGRAMS)
  96. am_helloworld1_OBJECTS = helloworld1.$(OBJEXT)
  97. helloworld1_OBJECTS = $(am_helloworld1_OBJECTS)
  98. helloworld1_DEPENDENCIES = $(top_builddir)/src/log4c/liblog4c.la
  99. AM_V_lt = $(am__v_lt_@AM_V@)
  100. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  101. am__v_lt_0 = --silent
  102. am__v_lt_1 =
  103. AM_V_P = $(am__v_P_@AM_V@)
  104. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  105. am__v_P_0 = false
  106. am__v_P_1 = :
  107. AM_V_GEN = $(am__v_GEN_@AM_V@)
  108. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  109. am__v_GEN_0 = @echo " GEN " $@;
  110. am__v_GEN_1 =
  111. AM_V_at = $(am__v_at_@AM_V@)
  112. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  113. am__v_at_0 = @
  114. am__v_at_1 =
  115. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
  116. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  117. am__depfiles_maybe = depfiles
  118. am__mv = mv -f
  119. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  120. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  121. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  122. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  123. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  124. $(AM_CFLAGS) $(CFLAGS)
  125. AM_V_CC = $(am__v_CC_@AM_V@)
  126. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  127. am__v_CC_0 = @echo " CC " $@;
  128. am__v_CC_1 =
  129. CCLD = $(CC)
  130. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  131. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  132. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  133. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  134. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  135. am__v_CCLD_0 = @echo " CCLD " $@;
  136. am__v_CCLD_1 =
  137. SOURCES = $(helloworld1_SOURCES)
  138. DIST_SOURCES = $(helloworld1_SOURCES)
  139. am__can_run_installinfo = \
  140. case $$AM_UPDATE_INFO_DIR in \
  141. n|no|NO) false;; \
  142. *) (install-info --version) >/dev/null 2>&1;; \
  143. esac
  144. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  145. # Read a list of newline-separated strings from the standard input,
  146. # and print each of them once, without duplicates. Input order is
  147. # *not* preserved.
  148. am__uniquify_input = $(AWK) '\
  149. BEGIN { nonempty = 0; } \
  150. { items[$$0] = 1; nonempty = 1; } \
  151. END { if (nonempty) { for (i in items) print i; }; } \
  152. '
  153. # Make sure the list of sources is unique. This is necessary because,
  154. # e.g., the same source file might be shared among _SOURCES variables
  155. # for different programs/libraries.
  156. am__define_uniq_tagged_files = \
  157. list='$(am__tagged_files)'; \
  158. unique=`for i in $$list; do \
  159. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  160. done | $(am__uniquify_input)`
  161. ETAGS = etags
  162. CTAGS = ctags
  163. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  164. ACLOCAL = @ACLOCAL@
  165. ALLOCA = @ALLOCA@
  166. AMTAR = @AMTAR@
  167. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  168. AR = @AR@
  169. AUTOCONF = @AUTOCONF@
  170. AUTOHEADER = @AUTOHEADER@
  171. AUTOMAKE = @AUTOMAKE@
  172. AWK = @AWK@
  173. CC = @CC@
  174. CCDEPMODE = @CCDEPMODE@
  175. CFLAGS = @CFLAGS@
  176. CPP = @CPP@
  177. CPPFLAGS = @CPPFLAGS@
  178. CXX = @CXX@
  179. CXXCPP = @CXXCPP@
  180. CXXDEPMODE = @CXXDEPMODE@
  181. CXXFLAGS = @CXXFLAGS@
  182. CYGPATH_W = @CYGPATH_W@
  183. DEFS = @DEFS@
  184. DEPDIR = @DEPDIR@
  185. DLLTOOL = @DLLTOOL@
  186. DOT = @DOT@
  187. DOXYGEN = @DOXYGEN@
  188. DSYMUTIL = @DSYMUTIL@
  189. DUMPBIN = @DUMPBIN@
  190. ECHO_C = @ECHO_C@
  191. ECHO_N = @ECHO_N@
  192. ECHO_T = @ECHO_T@
  193. EGREP = @EGREP@
  194. EXEEXT = @EXEEXT@
  195. EXPAT_CFLAGS = @EXPAT_CFLAGS@
  196. EXPAT_LIBS = @EXPAT_LIBS@
  197. FGREP = @FGREP@
  198. GETHOSTNAME_LIB = @GETHOSTNAME_LIB@
  199. GREP = @GREP@
  200. HAVE_DOT = @HAVE_DOT@
  201. HAVE_LATEX = @HAVE_LATEX@
  202. INSTALL = @INSTALL@
  203. INSTALL_DATA = @INSTALL_DATA@
  204. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  205. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  206. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  207. LATEX = @LATEX@
  208. LD = @LD@
  209. LDFLAGS = @LDFLAGS@
  210. LDFLAGS_NOUNDEFINED = @LDFLAGS_NOUNDEFINED@
  211. LEX = @LEX@
  212. LEXLIB = @LEXLIB@
  213. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  214. LIBOBJS = @LIBOBJS@
  215. LIBS = @LIBS@
  216. LIBTOOL = @LIBTOOL@
  217. LIPO = @LIPO@
  218. LN_S = @LN_S@
  219. LOG4C_MAJOR_VERSION = @LOG4C_MAJOR_VERSION@
  220. LOG4C_MICRO_VERSION = @LOG4C_MICRO_VERSION@
  221. LOG4C_MINOR_VERSION = @LOG4C_MINOR_VERSION@
  222. LTLIBOBJS = @LTLIBOBJS@
  223. LT_VERSION = @LT_VERSION@
  224. MAKEINFO = @MAKEINFO@
  225. MANIFEST_TOOL = @MANIFEST_TOOL@
  226. MKDIR_P = @MKDIR_P@
  227. NM = @NM@
  228. NMEDIT = @NMEDIT@
  229. OBJDUMP = @OBJDUMP@
  230. OBJEXT = @OBJEXT@
  231. OTOOL = @OTOOL@
  232. OTOOL64 = @OTOOL64@
  233. PACKAGE = @PACKAGE@
  234. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  235. PACKAGE_NAME = @PACKAGE_NAME@
  236. PACKAGE_STRING = @PACKAGE_STRING@
  237. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  238. PACKAGE_URL = @PACKAGE_URL@
  239. PACKAGE_VERSION = @PACKAGE_VERSION@
  240. PATH_SEPARATOR = @PATH_SEPARATOR@
  241. RANLIB = @RANLIB@
  242. SED = @SED@
  243. SET_MAKE = @SET_MAKE@
  244. SHELL = @SHELL@
  245. STRIP = @STRIP@
  246. VERSION = @VERSION@
  247. YACC = @YACC@
  248. YFLAGS = @YFLAGS@
  249. abs_builddir = @abs_builddir@
  250. abs_srcdir = @abs_srcdir@
  251. abs_top_builddir = @abs_top_builddir@
  252. abs_top_srcdir = @abs_top_srcdir@
  253. ac_ct_AR = @ac_ct_AR@
  254. ac_ct_CC = @ac_ct_CC@
  255. ac_ct_CXX = @ac_ct_CXX@
  256. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  257. am__include = @am__include@
  258. am__leading_dot = @am__leading_dot@
  259. am__quote = @am__quote@
  260. am__tar = @am__tar@
  261. am__untar = @am__untar@
  262. bindir = @bindir@
  263. build = @build@
  264. build_alias = @build_alias@
  265. build_cpu = @build_cpu@
  266. build_os = @build_os@
  267. build_vendor = @build_vendor@
  268. builddir = @builddir@
  269. datadir = @datadir@
  270. datarootdir = @datarootdir@
  271. docdir = @docdir@
  272. dvidir = @dvidir@
  273. exec_prefix = @exec_prefix@
  274. host = @host@
  275. host_alias = @host_alias@
  276. host_cpu = @host_cpu@
  277. host_os = @host_os@
  278. host_vendor = @host_vendor@
  279. htmldir = @htmldir@
  280. includedir = @includedir@
  281. infodir = @infodir@
  282. install_sh = @install_sh@
  283. libdir = @libdir@
  284. libexecdir = @libexecdir@
  285. localedir = @localedir@
  286. localstatedir = @localstatedir@
  287. mandir = @mandir@
  288. mkdir_p = @mkdir_p@
  289. oldincludedir = @oldincludedir@
  290. pdfdir = @pdfdir@
  291. prefix = @prefix@
  292. program_transform_name = @program_transform_name@
  293. psdir = @psdir@
  294. sbindir = @sbindir@
  295. sharedstatedir = @sharedstatedir@
  296. srcdir = @srcdir@
  297. sysconfdir = @sysconfdir@
  298. target_alias = @target_alias@
  299. top_build_prefix = @top_build_prefix@
  300. top_builddir = @top_builddir@
  301. top_srcdir = @top_srcdir@
  302. AM_CPPFLAGS = -I${top_srcdir}/src
  303. helloworld1_SOURCES = helloworld1.c mylog.h
  304. helloworld1_LDADD = \
  305. $(top_builddir)/src/log4c/liblog4c.la
  306. all: all-am
  307. .SUFFIXES:
  308. .SUFFIXES: .c .lo .o .obj
  309. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  310. @for dep in $?; do \
  311. case '$(am__configure_deps)' in \
  312. *$$dep*) \
  313. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  314. && { if test -f $@; then exit 0; else break; fi; }; \
  315. exit 1;; \
  316. esac; \
  317. done; \
  318. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/helloworld1/Makefile'; \
  319. $(am__cd) $(top_srcdir) && \
  320. $(AUTOMAKE) --gnu examples/helloworld1/Makefile
  321. .PRECIOUS: Makefile
  322. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  323. @case '$?' in \
  324. *config.status*) \
  325. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  326. *) \
  327. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  328. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  329. esac;
  330. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  331. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  332. $(top_srcdir)/configure: $(am__configure_deps)
  333. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  334. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  335. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  336. $(am__aclocal_m4_deps):
  337. clean-noinstPROGRAMS:
  338. @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
  339. echo " rm -f" $$list; \
  340. rm -f $$list || exit $$?; \
  341. test -n "$(EXEEXT)" || exit 0; \
  342. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  343. echo " rm -f" $$list; \
  344. rm -f $$list
  345. helloworld1$(EXEEXT): $(helloworld1_OBJECTS) $(helloworld1_DEPENDENCIES) $(EXTRA_helloworld1_DEPENDENCIES)
  346. @rm -f helloworld1$(EXEEXT)
  347. $(AM_V_CCLD)$(LINK) $(helloworld1_OBJECTS) $(helloworld1_LDADD) $(LIBS)
  348. mostlyclean-compile:
  349. -rm -f *.$(OBJEXT)
  350. distclean-compile:
  351. -rm -f *.tab.c
  352. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helloworld1.Po@am__quote@
  353. .c.o:
  354. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  355. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  356. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  357. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  358. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
  359. .c.obj:
  360. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  361. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  362. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  363. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  364. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
  365. .c.lo:
  366. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  367. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  368. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  369. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  370. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  371. mostlyclean-libtool:
  372. -rm -f *.lo
  373. clean-libtool:
  374. -rm -rf .libs _libs
  375. ID: $(am__tagged_files)
  376. $(am__define_uniq_tagged_files); mkid -fID $$unique
  377. tags: tags-am
  378. TAGS: tags
  379. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  380. set x; \
  381. here=`pwd`; \
  382. $(am__define_uniq_tagged_files); \
  383. shift; \
  384. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  385. test -n "$$unique" || unique=$$empty_fix; \
  386. if test $$# -gt 0; then \
  387. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  388. "$$@" $$unique; \
  389. else \
  390. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  391. $$unique; \
  392. fi; \
  393. fi
  394. ctags: ctags-am
  395. CTAGS: ctags
  396. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  397. $(am__define_uniq_tagged_files); \
  398. test -z "$(CTAGS_ARGS)$$unique" \
  399. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  400. $$unique
  401. GTAGS:
  402. here=`$(am__cd) $(top_builddir) && pwd` \
  403. && $(am__cd) $(top_srcdir) \
  404. && gtags -i $(GTAGS_ARGS) "$$here"
  405. cscopelist: cscopelist-am
  406. cscopelist-am: $(am__tagged_files)
  407. list='$(am__tagged_files)'; \
  408. case "$(srcdir)" in \
  409. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  410. *) sdir=$(subdir)/$(srcdir) ;; \
  411. esac; \
  412. for i in $$list; do \
  413. if test -f "$$i"; then \
  414. echo "$(subdir)/$$i"; \
  415. else \
  416. echo "$$sdir/$$i"; \
  417. fi; \
  418. done >> $(top_builddir)/cscope.files
  419. distclean-tags:
  420. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  421. distdir: $(DISTFILES)
  422. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  423. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  424. list='$(DISTFILES)'; \
  425. dist_files=`for file in $$list; do echo $$file; done | \
  426. sed -e "s|^$$srcdirstrip/||;t" \
  427. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  428. case $$dist_files in \
  429. */*) $(MKDIR_P) `echo "$$dist_files" | \
  430. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  431. sort -u` ;; \
  432. esac; \
  433. for file in $$dist_files; do \
  434. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  435. if test -d $$d/$$file; then \
  436. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  437. if test -d "$(distdir)/$$file"; then \
  438. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  439. fi; \
  440. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  441. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  442. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  443. fi; \
  444. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  445. else \
  446. test -f "$(distdir)/$$file" \
  447. || cp -p $$d/$$file "$(distdir)/$$file" \
  448. || exit 1; \
  449. fi; \
  450. done
  451. check-am: all-am
  452. check: check-am
  453. all-am: Makefile $(PROGRAMS)
  454. installdirs:
  455. install: install-am
  456. install-exec: install-exec-am
  457. install-data: install-data-am
  458. uninstall: uninstall-am
  459. install-am: all-am
  460. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  461. installcheck: installcheck-am
  462. install-strip:
  463. if test -z '$(STRIP)'; then \
  464. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  465. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  466. install; \
  467. else \
  468. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  469. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  470. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  471. fi
  472. mostlyclean-generic:
  473. clean-generic:
  474. distclean-generic:
  475. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  476. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  477. maintainer-clean-generic:
  478. @echo "This command is intended for maintainers to use"
  479. @echo "it deletes files that may require special tools to rebuild."
  480. clean: clean-am
  481. clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
  482. mostlyclean-am
  483. distclean: distclean-am
  484. -rm -rf ./$(DEPDIR)
  485. -rm -f Makefile
  486. distclean-am: clean-am distclean-compile distclean-generic \
  487. distclean-tags
  488. dvi: dvi-am
  489. dvi-am:
  490. html: html-am
  491. html-am:
  492. info: info-am
  493. info-am:
  494. install-data-am:
  495. install-dvi: install-dvi-am
  496. install-dvi-am:
  497. install-exec-am:
  498. install-html: install-html-am
  499. install-html-am:
  500. install-info: install-info-am
  501. install-info-am:
  502. install-man:
  503. install-pdf: install-pdf-am
  504. install-pdf-am:
  505. install-ps: install-ps-am
  506. install-ps-am:
  507. installcheck-am:
  508. maintainer-clean: maintainer-clean-am
  509. -rm -rf ./$(DEPDIR)
  510. -rm -f Makefile
  511. maintainer-clean-am: distclean-am maintainer-clean-generic
  512. mostlyclean: mostlyclean-am
  513. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  514. mostlyclean-libtool
  515. pdf: pdf-am
  516. pdf-am:
  517. ps: ps-am
  518. ps-am:
  519. uninstall-am:
  520. .MAKE: install-am install-strip
  521. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  522. clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
  523. ctags-am distclean distclean-compile distclean-generic \
  524. distclean-libtool distclean-tags distdir dvi dvi-am html \
  525. html-am info info-am install install-am install-data \
  526. install-data-am install-dvi install-dvi-am install-exec \
  527. install-exec-am install-html install-html-am install-info \
  528. install-info-am install-man install-pdf install-pdf-am \
  529. install-ps install-ps-am install-strip installcheck \
  530. installcheck-am installdirs maintainer-clean \
  531. maintainer-clean-generic mostlyclean mostlyclean-compile \
  532. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  533. tags tags-am uninstall uninstall-am
  534. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  535. # Otherwise a system limit (for SysV at least) may be exceeded.
  536. .NOEXPORT: