Makefile.in 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673
  1. # Makefile.in generated by automake 1.16.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2020 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. #
  13. # __ __ _
  14. # ___\ \/ /_ __ __ _| |_
  15. # / _ \\ /| '_ \ / _` | __|
  16. # | __// \| |_) | (_| | |_
  17. # \___/_/\_\ .__/ \__,_|\__|
  18. # |_| XML parser
  19. #
  20. # Copyright (c) 2017 Sebastian Pipping <[email protected]>
  21. # Copyright (c) 2020 Jeffrey Walton <[email protected]>
  22. # Licensed under the MIT license:
  23. #
  24. # Permission is hereby granted, free of charge, to any person obtaining
  25. # a copy of this software and associated documentation files (the
  26. # "Software"), to deal in the Software without restriction, including
  27. # without limitation the rights to use, copy, modify, merge, publish,
  28. # distribute, sublicense, and/or sell copies of the Software, and to permit
  29. # persons to whom the Software is furnished to do so, subject to the
  30. # following conditions:
  31. #
  32. # The above copyright notice and this permission notice shall be included
  33. # in all copies or substantial portions of the Software.
  34. #
  35. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  36. # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  37. # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  38. # NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  39. # DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  40. # OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
  41. # USE OR OTHER DEALINGS IN THE SOFTWARE.
  42. VPATH = @srcdir@
  43. am__is_gnu_make = { \
  44. if test -z '$(MAKELEVEL)'; then \
  45. false; \
  46. elif test -n '$(MAKE_HOST)'; then \
  47. true; \
  48. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  49. true; \
  50. else \
  51. false; \
  52. fi; \
  53. }
  54. am__make_running_with_option = \
  55. case $${target_option-} in \
  56. ?) ;; \
  57. *) echo "am__make_running_with_option: internal error: invalid" \
  58. "target option '$${target_option-}' specified" >&2; \
  59. exit 1;; \
  60. esac; \
  61. has_opt=no; \
  62. sane_makeflags=$$MAKEFLAGS; \
  63. if $(am__is_gnu_make); then \
  64. sane_makeflags=$$MFLAGS; \
  65. else \
  66. case $$MAKEFLAGS in \
  67. *\\[\ \ ]*) \
  68. bs=\\; \
  69. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  70. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  71. esac; \
  72. fi; \
  73. skip_next=no; \
  74. strip_trailopt () \
  75. { \
  76. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  77. }; \
  78. for flg in $$sane_makeflags; do \
  79. test $$skip_next = yes && { skip_next=no; continue; }; \
  80. case $$flg in \
  81. *=*|--*) continue;; \
  82. -*I) strip_trailopt 'I'; skip_next=yes;; \
  83. -*I?*) strip_trailopt 'I';; \
  84. -*O) strip_trailopt 'O'; skip_next=yes;; \
  85. -*O?*) strip_trailopt 'O';; \
  86. -*l) strip_trailopt 'l'; skip_next=yes;; \
  87. -*l?*) strip_trailopt 'l';; \
  88. -[dEDm]) skip_next=yes;; \
  89. -[JT]) skip_next=yes;; \
  90. esac; \
  91. case $$flg in \
  92. *$$target_option*) has_opt=yes; break;; \
  93. esac; \
  94. done; \
  95. test $$has_opt = yes
  96. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  97. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  98. pkgdatadir = $(datadir)/@PACKAGE@
  99. pkgincludedir = $(includedir)/@PACKAGE@
  100. pkglibdir = $(libdir)/@PACKAGE@
  101. pkglibexecdir = $(libexecdir)/@PACKAGE@
  102. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  103. install_sh_DATA = $(install_sh) -c -m 644
  104. install_sh_PROGRAM = $(install_sh) -c
  105. install_sh_SCRIPT = $(install_sh) -c
  106. INSTALL_HEADER = $(INSTALL_DATA)
  107. transform = $(program_transform_name)
  108. NORMAL_INSTALL = :
  109. PRE_INSTALL = :
  110. POST_INSTALL = :
  111. NORMAL_UNINSTALL = :
  112. PRE_UNINSTALL = :
  113. POST_UNINSTALL = :
  114. build_triplet = @build@
  115. host_triplet = @host@
  116. noinst_PROGRAMS = elements$(EXEEXT) outline$(EXEEXT)
  117. subdir = examples
  118. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  119. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  120. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  121. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  122. $(top_srcdir)/acinclude.m4 \
  123. $(top_srcdir)/conftools/ax-require-defined.m4 \
  124. $(top_srcdir)/conftools/ax-check-compile-flag.m4 \
  125. $(top_srcdir)/conftools/ax-check-link-flag.m4 \
  126. $(top_srcdir)/conftools/ax-append-flag.m4 \
  127. $(top_srcdir)/conftools/ax-append-compile-flags.m4 \
  128. $(top_srcdir)/conftools/ax-append-link-flags.m4 \
  129. $(top_srcdir)/conftools/expatcfg-compiler-supports-visibility.m4 \
  130. $(top_srcdir)/configure.ac
  131. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  132. $(ACLOCAL_M4)
  133. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  134. mkinstalldirs = $(install_sh) -d
  135. CONFIG_HEADER = $(top_builddir)/expat_config.h
  136. CONFIG_CLEAN_FILES =
  137. CONFIG_CLEAN_VPATH_FILES =
  138. PROGRAMS = $(noinst_PROGRAMS)
  139. am_elements_OBJECTS = elements.$(OBJEXT)
  140. elements_OBJECTS = $(am_elements_OBJECTS)
  141. elements_DEPENDENCIES = ../lib/libexpat.la
  142. AM_V_lt = $(am__v_lt_@AM_V@)
  143. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  144. am__v_lt_0 = --silent
  145. am__v_lt_1 =
  146. am_outline_OBJECTS = outline.$(OBJEXT)
  147. outline_OBJECTS = $(am_outline_OBJECTS)
  148. outline_DEPENDENCIES = ../lib/libexpat.la
  149. AM_V_P = $(am__v_P_@AM_V@)
  150. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  151. am__v_P_0 = false
  152. am__v_P_1 = :
  153. AM_V_GEN = $(am__v_GEN_@AM_V@)
  154. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  155. am__v_GEN_0 = @echo " GEN " $@;
  156. am__v_GEN_1 =
  157. AM_V_at = $(am__v_at_@AM_V@)
  158. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  159. am__v_at_0 = @
  160. am__v_at_1 =
  161. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  162. depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp
  163. am__maybe_remake_depfiles = depfiles
  164. am__depfiles_remade = ./$(DEPDIR)/elements.Po ./$(DEPDIR)/outline.Po
  165. am__mv = mv -f
  166. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  167. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  168. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  169. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  170. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  171. $(AM_CFLAGS) $(CFLAGS)
  172. AM_V_CC = $(am__v_CC_@AM_V@)
  173. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  174. am__v_CC_0 = @echo " CC " $@;
  175. am__v_CC_1 =
  176. CCLD = $(CC)
  177. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  178. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  179. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  180. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  181. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  182. am__v_CCLD_0 = @echo " CCLD " $@;
  183. am__v_CCLD_1 =
  184. SOURCES = $(elements_SOURCES) $(outline_SOURCES)
  185. DIST_SOURCES = $(elements_SOURCES) $(outline_SOURCES)
  186. am__can_run_installinfo = \
  187. case $$AM_UPDATE_INFO_DIR in \
  188. n|no|NO) false;; \
  189. *) (install-info --version) >/dev/null 2>&1;; \
  190. esac
  191. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  192. # Read a list of newline-separated strings from the standard input,
  193. # and print each of them once, without duplicates. Input order is
  194. # *not* preserved.
  195. am__uniquify_input = $(AWK) '\
  196. BEGIN { nonempty = 0; } \
  197. { items[$$0] = 1; nonempty = 1; } \
  198. END { if (nonempty) { for (i in items) print i; }; } \
  199. '
  200. # Make sure the list of sources is unique. This is necessary because,
  201. # e.g., the same source file might be shared among _SOURCES variables
  202. # for different programs/libraries.
  203. am__define_uniq_tagged_files = \
  204. list='$(am__tagged_files)'; \
  205. unique=`for i in $$list; do \
  206. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  207. done | $(am__uniquify_input)`
  208. ETAGS = etags
  209. CTAGS = ctags
  210. am__DIST_COMMON = $(srcdir)/Makefile.in \
  211. $(top_srcdir)/conftools/depcomp
  212. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  213. ACLOCAL = @ACLOCAL@
  214. AMTAR = @AMTAR@
  215. AM_CFLAGS = @AM_CFLAGS@
  216. AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(srcdir)/../lib
  217. AM_CXXFLAGS = @AM_CXXFLAGS@
  218. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  219. AM_LDFLAGS = @AM_LDFLAGS@
  220. AR = @AR@
  221. AS = @AS@
  222. AUTOCONF = @AUTOCONF@
  223. AUTOHEADER = @AUTOHEADER@
  224. AUTOMAKE = @AUTOMAKE@
  225. AWK = @AWK@
  226. CC = @CC@
  227. CCDEPMODE = @CCDEPMODE@
  228. CFLAGS = @CFLAGS@
  229. CPP = @CPP@
  230. CPPFLAGS = @CPPFLAGS@
  231. CXX = @CXX@
  232. CXXCPP = @CXXCPP@
  233. CXXDEPMODE = @CXXDEPMODE@
  234. CXXFLAGS = @CXXFLAGS@
  235. CYGPATH_W = @CYGPATH_W@
  236. DEFS = @DEFS@
  237. DEPDIR = @DEPDIR@
  238. DLLTOOL = @DLLTOOL@
  239. DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
  240. DSYMUTIL = @DSYMUTIL@
  241. DUMPBIN = @DUMPBIN@
  242. ECHO_C = @ECHO_C@
  243. ECHO_N = @ECHO_N@
  244. ECHO_T = @ECHO_T@
  245. EGREP = @EGREP@
  246. EXEEXT = @EXEEXT@
  247. EXPAT_ATTR_INFO = @EXPAT_ATTR_INFO@
  248. EXPAT_CHAR_TYPE = @EXPAT_CHAR_TYPE@
  249. EXPAT_CONTEXT_BYTES = @EXPAT_CONTEXT_BYTES@
  250. EXPAT_DTD = @EXPAT_DTD@
  251. EXPAT_LARGE_SIZE = @EXPAT_LARGE_SIZE@
  252. EXPAT_MIN_SIZE = @EXPAT_MIN_SIZE@
  253. EXPAT_NS = @EXPAT_NS@
  254. FGREP = @FGREP@
  255. FILEMAP = @FILEMAP@
  256. GREP = @GREP@
  257. INSTALL = @INSTALL@
  258. INSTALL_DATA = @INSTALL_DATA@
  259. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  260. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  261. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  262. LD = @LD@
  263. LDFLAGS = @LDFLAGS@
  264. LIBAGE = @LIBAGE@
  265. LIBCURRENT = @LIBCURRENT@
  266. LIBDIR_BASENAME = @LIBDIR_BASENAME@
  267. LIBOBJS = @LIBOBJS@
  268. LIBREVISION = @LIBREVISION@
  269. LIBS = @LIBS@
  270. LIBTOOL = @LIBTOOL@
  271. LIPO = @LIPO@
  272. LN_S = @LN_S@
  273. LTLIBOBJS = @LTLIBOBJS@
  274. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  275. MAKEINFO = @MAKEINFO@
  276. MANIFEST_TOOL = @MANIFEST_TOOL@
  277. MKDIR_P = @MKDIR_P@
  278. NM = @NM@
  279. NMEDIT = @NMEDIT@
  280. OBJDUMP = @OBJDUMP@
  281. OBJEXT = @OBJEXT@
  282. OTOOL = @OTOOL@
  283. OTOOL64 = @OTOOL64@
  284. PACKAGE = @PACKAGE@
  285. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  286. PACKAGE_NAME = @PACKAGE_NAME@
  287. PACKAGE_STRING = @PACKAGE_STRING@
  288. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  289. PACKAGE_URL = @PACKAGE_URL@
  290. PACKAGE_VERSION = @PACKAGE_VERSION@
  291. PATH_SEPARATOR = @PATH_SEPARATOR@
  292. RANLIB = @RANLIB@
  293. SED = @SED@
  294. SET_MAKE = @SET_MAKE@
  295. SHELL = @SHELL@
  296. SO_MAJOR = @SO_MAJOR@
  297. SO_MINOR = @SO_MINOR@
  298. SO_PATCH = @SO_PATCH@
  299. STRIP = @STRIP@
  300. VERSION = @VERSION@
  301. _EXPAT_OUTPUT_NAME = @_EXPAT_OUTPUT_NAME@
  302. abs_builddir = @abs_builddir@
  303. abs_srcdir = @abs_srcdir@
  304. abs_top_builddir = @abs_top_builddir@
  305. abs_top_srcdir = @abs_top_srcdir@
  306. ac_ct_AR = @ac_ct_AR@
  307. ac_ct_CC = @ac_ct_CC@
  308. ac_ct_CXX = @ac_ct_CXX@
  309. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  310. ac_cv_sizeof_void_p = @ac_cv_sizeof_void_p@
  311. am__include = @am__include@
  312. am__leading_dot = @am__leading_dot@
  313. am__quote = @am__quote@
  314. am__tar = @am__tar@
  315. am__untar = @am__untar@
  316. bindir = @bindir@
  317. build = @build@
  318. build_alias = @build_alias@
  319. build_cpu = @build_cpu@
  320. build_os = @build_os@
  321. build_vendor = @build_vendor@
  322. builddir = @builddir@
  323. datadir = @datadir@
  324. datarootdir = @datarootdir@
  325. docdir = @docdir@
  326. dvidir = @dvidir@
  327. exec_prefix = @exec_prefix@
  328. host = @host@
  329. host_alias = @host_alias@
  330. host_cpu = @host_cpu@
  331. host_os = @host_os@
  332. host_vendor = @host_vendor@
  333. htmldir = @htmldir@
  334. includedir = @includedir@
  335. infodir = @infodir@
  336. install_sh = @install_sh@
  337. libdir = @libdir@
  338. libexecdir = @libexecdir@
  339. localedir = @localedir@
  340. localstatedir = @localstatedir@
  341. mandir = @mandir@
  342. mkdir_p = @mkdir_p@
  343. oldincludedir = @oldincludedir@
  344. pdfdir = @pdfdir@
  345. prefix = @prefix@
  346. program_transform_name = @program_transform_name@
  347. psdir = @psdir@
  348. runstatedir = @runstatedir@
  349. sbindir = @sbindir@
  350. sharedstatedir = @sharedstatedir@
  351. srcdir = @srcdir@
  352. sysconfdir = @sysconfdir@
  353. target_alias = @target_alias@
  354. top_build_prefix = @top_build_prefix@
  355. top_builddir = @top_builddir@
  356. top_srcdir = @top_srcdir@
  357. elements_SOURCES = elements.c
  358. elements_LDADD = ../lib/libexpat.la
  359. outline_SOURCES = outline.c
  360. outline_LDADD = ../lib/libexpat.la
  361. all: all-am
  362. .SUFFIXES:
  363. .SUFFIXES: .c .lo .o .obj
  364. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  365. @for dep in $?; do \
  366. case '$(am__configure_deps)' in \
  367. *$$dep*) \
  368. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  369. && { if test -f $@; then exit 0; else break; fi; }; \
  370. exit 1;; \
  371. esac; \
  372. done; \
  373. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
  374. $(am__cd) $(top_srcdir) && \
  375. $(AUTOMAKE) --gnu examples/Makefile
  376. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  377. @case '$?' in \
  378. *config.status*) \
  379. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  380. *) \
  381. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  382. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  383. esac;
  384. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  385. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  386. $(top_srcdir)/configure: $(am__configure_deps)
  387. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  388. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  389. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  390. $(am__aclocal_m4_deps):
  391. clean-noinstPROGRAMS:
  392. @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
  393. echo " rm -f" $$list; \
  394. rm -f $$list || exit $$?; \
  395. test -n "$(EXEEXT)" || exit 0; \
  396. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  397. echo " rm -f" $$list; \
  398. rm -f $$list
  399. elements$(EXEEXT): $(elements_OBJECTS) $(elements_DEPENDENCIES) $(EXTRA_elements_DEPENDENCIES)
  400. @rm -f elements$(EXEEXT)
  401. $(AM_V_CCLD)$(LINK) $(elements_OBJECTS) $(elements_LDADD) $(LIBS)
  402. outline$(EXEEXT): $(outline_OBJECTS) $(outline_DEPENDENCIES) $(EXTRA_outline_DEPENDENCIES)
  403. @rm -f outline$(EXEEXT)
  404. $(AM_V_CCLD)$(LINK) $(outline_OBJECTS) $(outline_LDADD) $(LIBS)
  405. mostlyclean-compile:
  406. -rm -f *.$(OBJEXT)
  407. distclean-compile:
  408. -rm -f *.tab.c
  409. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elements.Po@am__quote@ # am--include-marker
  410. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/outline.Po@am__quote@ # am--include-marker
  411. $(am__depfiles_remade):
  412. @$(MKDIR_P) $(@D)
  413. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  414. am--depfiles: $(am__depfiles_remade)
  415. .c.o:
  416. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  417. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  418. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  419. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  420. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  421. .c.obj:
  422. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  423. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  424. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  425. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  426. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  427. .c.lo:
  428. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  429. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  430. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  431. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  432. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  433. mostlyclean-libtool:
  434. -rm -f *.lo
  435. clean-libtool:
  436. -rm -rf .libs _libs
  437. ID: $(am__tagged_files)
  438. $(am__define_uniq_tagged_files); mkid -fID $$unique
  439. tags: tags-am
  440. TAGS: tags
  441. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  442. set x; \
  443. here=`pwd`; \
  444. $(am__define_uniq_tagged_files); \
  445. shift; \
  446. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  447. test -n "$$unique" || unique=$$empty_fix; \
  448. if test $$# -gt 0; then \
  449. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  450. "$$@" $$unique; \
  451. else \
  452. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  453. $$unique; \
  454. fi; \
  455. fi
  456. ctags: ctags-am
  457. CTAGS: ctags
  458. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  459. $(am__define_uniq_tagged_files); \
  460. test -z "$(CTAGS_ARGS)$$unique" \
  461. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  462. $$unique
  463. GTAGS:
  464. here=`$(am__cd) $(top_builddir) && pwd` \
  465. && $(am__cd) $(top_srcdir) \
  466. && gtags -i $(GTAGS_ARGS) "$$here"
  467. cscopelist: cscopelist-am
  468. cscopelist-am: $(am__tagged_files)
  469. list='$(am__tagged_files)'; \
  470. case "$(srcdir)" in \
  471. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  472. *) sdir=$(subdir)/$(srcdir) ;; \
  473. esac; \
  474. for i in $$list; do \
  475. if test -f "$$i"; then \
  476. echo "$(subdir)/$$i"; \
  477. else \
  478. echo "$$sdir/$$i"; \
  479. fi; \
  480. done >> $(top_builddir)/cscope.files
  481. distclean-tags:
  482. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  483. distdir: $(BUILT_SOURCES)
  484. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  485. distdir-am: $(DISTFILES)
  486. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  487. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  488. list='$(DISTFILES)'; \
  489. dist_files=`for file in $$list; do echo $$file; done | \
  490. sed -e "s|^$$srcdirstrip/||;t" \
  491. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  492. case $$dist_files in \
  493. */*) $(MKDIR_P) `echo "$$dist_files" | \
  494. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  495. sort -u` ;; \
  496. esac; \
  497. for file in $$dist_files; do \
  498. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  499. if test -d $$d/$$file; then \
  500. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  501. if test -d "$(distdir)/$$file"; then \
  502. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  503. fi; \
  504. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  505. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  506. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  507. fi; \
  508. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  509. else \
  510. test -f "$(distdir)/$$file" \
  511. || cp -p $$d/$$file "$(distdir)/$$file" \
  512. || exit 1; \
  513. fi; \
  514. done
  515. check-am: all-am
  516. check: check-am
  517. all-am: Makefile $(PROGRAMS)
  518. installdirs:
  519. install: install-am
  520. install-exec: install-exec-am
  521. install-data: install-data-am
  522. uninstall: uninstall-am
  523. install-am: all-am
  524. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  525. installcheck: installcheck-am
  526. install-strip:
  527. if test -z '$(STRIP)'; then \
  528. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  529. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  530. install; \
  531. else \
  532. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  533. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  534. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  535. fi
  536. mostlyclean-generic:
  537. clean-generic:
  538. distclean-generic:
  539. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  540. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  541. maintainer-clean-generic:
  542. @echo "This command is intended for maintainers to use"
  543. @echo "it deletes files that may require special tools to rebuild."
  544. clean: clean-am
  545. clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
  546. mostlyclean-am
  547. distclean: distclean-am
  548. -rm -f ./$(DEPDIR)/elements.Po
  549. -rm -f ./$(DEPDIR)/outline.Po
  550. -rm -f Makefile
  551. distclean-am: clean-am distclean-compile distclean-generic \
  552. distclean-tags
  553. dvi: dvi-am
  554. dvi-am:
  555. html: html-am
  556. html-am:
  557. info: info-am
  558. info-am:
  559. install-data-am:
  560. install-dvi: install-dvi-am
  561. install-dvi-am:
  562. install-exec-am:
  563. install-html: install-html-am
  564. install-html-am:
  565. install-info: install-info-am
  566. install-info-am:
  567. install-man:
  568. install-pdf: install-pdf-am
  569. install-pdf-am:
  570. install-ps: install-ps-am
  571. install-ps-am:
  572. installcheck-am:
  573. maintainer-clean: maintainer-clean-am
  574. -rm -f ./$(DEPDIR)/elements.Po
  575. -rm -f ./$(DEPDIR)/outline.Po
  576. -rm -f Makefile
  577. maintainer-clean-am: distclean-am maintainer-clean-generic
  578. mostlyclean: mostlyclean-am
  579. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  580. mostlyclean-libtool
  581. pdf: pdf-am
  582. pdf-am:
  583. ps: ps-am
  584. ps-am:
  585. uninstall-am:
  586. .MAKE: install-am install-strip
  587. .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
  588. clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
  589. ctags ctags-am distclean distclean-compile distclean-generic \
  590. distclean-libtool distclean-tags distdir dvi dvi-am html \
  591. html-am info info-am install install-am install-data \
  592. install-data-am install-dvi install-dvi-am install-exec \
  593. install-exec-am install-html install-html-am install-info \
  594. install-info-am install-man install-pdf install-pdf-am \
  595. install-ps install-ps-am install-strip installcheck \
  596. installcheck-am installdirs maintainer-clean \
  597. maintainer-clean-generic mostlyclean mostlyclean-compile \
  598. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  599. tags tags-am uninstall uninstall-am
  600. .PRECIOUS: Makefile
  601. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  602. # Otherwise a system limit (for SysV at least) may be exceeded.
  603. .NOEXPORT: