Makefile.in 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859
  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. # file : Makefile.am
  13. # copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
  14. # license : MIT; see accompanying LICENSE file
  15. VPATH = @srcdir@
  16. am__make_dryrun = \
  17. { \
  18. am__dry=no; \
  19. case $$MAKEFLAGS in \
  20. *\\[\ \ ]*) \
  21. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  22. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  23. *) \
  24. for am__flg in $$MAKEFLAGS; do \
  25. case $$am__flg in \
  26. *=*|--*) ;; \
  27. *n*) am__dry=yes; break;; \
  28. esac; \
  29. done;; \
  30. esac; \
  31. test $$am__dry = yes; \
  32. }
  33. pkgdatadir = $(datadir)/@PACKAGE@
  34. pkgincludedir = $(includedir)/@PACKAGE@
  35. pkglibdir = $(libdir)/@PACKAGE@
  36. pkglibexecdir = $(libexecdir)/@PACKAGE@
  37. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  38. install_sh_DATA = $(install_sh) -c -m 644
  39. install_sh_PROGRAM = $(install_sh) -c
  40. install_sh_SCRIPT = $(install_sh) -c
  41. INSTALL_HEADER = $(INSTALL_DATA)
  42. transform = $(program_transform_name)
  43. NORMAL_INSTALL = :
  44. PRE_INSTALL = :
  45. POST_INSTALL = :
  46. NORMAL_UNINSTALL = :
  47. PRE_UNINSTALL = :
  48. POST_UNINSTALL = :
  49. build_triplet = @build@
  50. host_triplet = @host@
  51. subdir = .
  52. DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
  53. $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  54. $(srcdir)/libstudxml.pc.in $(srcdir)/tester.in \
  55. $(top_srcdir)/config/ar-lib $(top_srcdir)/config/config.guess \
  56. $(top_srcdir)/config/config.sub \
  57. $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
  58. $(top_srcdir)/config/missing $(top_srcdir)/configure \
  59. $(top_srcdir)/xml/details/config.h.in INSTALL NEWS \
  60. config/ar-lib config/config.guess config/config.sub \
  61. config/install-sh config/ltmain.sh config/missing
  62. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  63. am__aclocal_m4_deps = $(top_srcdir)/m4/diff.m4 \
  64. $(top_srcdir)/m4/disable-rpath.m4 $(top_srcdir)/m4/libexpat.m4 \
  65. $(top_srcdir)/m4/libtool-link.m4 $(top_srcdir)/m4/libtool.m4 \
  66. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  67. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  68. $(top_srcdir)/m4/pkgconfig.m4 $(top_srcdir)/m4/static-lib.m4 \
  69. $(top_srcdir)/configure.ac
  70. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  71. $(ACLOCAL_M4)
  72. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  73. configure.lineno config.status.lineno
  74. mkinstalldirs = $(install_sh) -d
  75. CONFIG_HEADER = $(top_builddir)/xml/config.h \
  76. $(top_builddir)/xml/details/config.h
  77. CONFIG_CLEAN_FILES = libstudxml.pc tester
  78. CONFIG_CLEAN_VPATH_FILES =
  79. SOURCES =
  80. DIST_SOURCES =
  81. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  82. html-recursive info-recursive install-data-recursive \
  83. install-dvi-recursive install-exec-recursive \
  84. install-html-recursive install-info-recursive \
  85. install-pdf-recursive install-ps-recursive install-recursive \
  86. installcheck-recursive installdirs-recursive pdf-recursive \
  87. ps-recursive uninstall-recursive
  88. am__can_run_installinfo = \
  89. case $$AM_UPDATE_INFO_DIR in \
  90. n|no|NO) false;; \
  91. *) (install-info --version) >/dev/null 2>&1;; \
  92. esac
  93. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  94. am__vpath_adj = case $$p in \
  95. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  96. *) f=$$p;; \
  97. esac;
  98. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  99. am__install_max = 40
  100. am__nobase_strip_setup = \
  101. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  102. am__nobase_strip = \
  103. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  104. am__nobase_list = $(am__nobase_strip_setup); \
  105. for p in $$list; do echo "$$p $$p"; done | \
  106. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  107. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  108. if (++n[$$2] == $(am__install_max)) \
  109. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  110. END { for (dir in files) print dir, files[dir] }'
  111. am__base_list = \
  112. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  113. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  114. am__uninstall_files_from_dir = { \
  115. test -z "$$files" \
  116. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  117. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  118. $(am__cd) "$$dir" && rm -f $$files; }; \
  119. }
  120. am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"
  121. DATA = $(dist_doc_DATA) $(pkgconfig_DATA)
  122. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  123. distclean-recursive maintainer-clean-recursive
  124. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  125. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  126. cscope distdir dist dist-all distcheck
  127. ETAGS = etags
  128. CTAGS = ctags
  129. CSCOPE = cscope
  130. DIST_SUBDIRS = $(SUBDIRS)
  131. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  132. distdir = $(PACKAGE)-$(VERSION)
  133. top_distdir = $(distdir)
  134. am__remove_distdir = \
  135. if test -d "$(distdir)"; then \
  136. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  137. && rm -rf "$(distdir)" \
  138. || { sleep 5 && rm -rf "$(distdir)"; }; \
  139. else :; fi
  140. am__post_remove_distdir = $(am__remove_distdir)
  141. am__relativize = \
  142. dir0=`pwd`; \
  143. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  144. sed_rest='s,^[^/]*/*,,'; \
  145. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  146. sed_butlast='s,/*[^/]*$$,,'; \
  147. while test -n "$$dir1"; do \
  148. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  149. if test "$$first" != "."; then \
  150. if test "$$first" = ".."; then \
  151. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  152. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  153. else \
  154. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  155. if test "$$first2" = "$$first"; then \
  156. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  157. else \
  158. dir2="../$$dir2"; \
  159. fi; \
  160. dir0="$$dir0"/"$$first"; \
  161. fi; \
  162. fi; \
  163. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  164. done; \
  165. reldir="$$dir2"
  166. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip
  167. GZIP_ENV = --best
  168. DIST_TARGETS = dist-bzip2 dist-gzip dist-zip
  169. distuninstallcheck_listfiles = find . -type f -print
  170. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  171. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  172. distcleancheck_listfiles = find . -type f -print
  173. ACLOCAL = @ACLOCAL@
  174. AMTAR = @AMTAR@
  175. AR = @AR@
  176. AS = @AS@
  177. AUTOCONF = @AUTOCONF@
  178. AUTOHEADER = @AUTOHEADER@
  179. AUTOMAKE = @AUTOMAKE@
  180. AWK = @AWK@
  181. CC = @CC@
  182. CCDEPMODE = @CCDEPMODE@
  183. CFLAGS = @CFLAGS@
  184. CPP = @CPP@
  185. CPPFLAGS = @CPPFLAGS@
  186. CXX = @CXX@
  187. CXXCPP = @CXXCPP@
  188. CXXDEPMODE = @CXXDEPMODE@
  189. CXXFLAGS = @CXXFLAGS@
  190. CYGPATH_W = @CYGPATH_W@
  191. DEFS = @DEFS@
  192. DEPDIR = @DEPDIR@
  193. DIFF = @DIFF@
  194. DIFFFLAGS = @DIFFFLAGS@
  195. DLLTOOL = @DLLTOOL@
  196. DSYMUTIL = @DSYMUTIL@
  197. DUMPBIN = @DUMPBIN@
  198. ECHO_C = @ECHO_C@
  199. ECHO_N = @ECHO_N@
  200. ECHO_T = @ECHO_T@
  201. EGREP = @EGREP@
  202. EXEEXT = @EXEEXT@
  203. FGREP = @FGREP@
  204. GREP = @GREP@
  205. INSTALL = @INSTALL@
  206. INSTALL_DATA = @INSTALL_DATA@
  207. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  208. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  209. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  210. LD = @LD@
  211. LDFLAGS = @LDFLAGS@
  212. LIBOBJS = @LIBOBJS@
  213. LIBS = @LIBS@
  214. LIBTOOL = @LIBTOOL@
  215. LIPO = @LIPO@
  216. LN_S = @LN_S@
  217. LTLIBOBJS = @LTLIBOBJS@
  218. MAKEINFO = @MAKEINFO@
  219. MANIFEST_TOOL = @MANIFEST_TOOL@
  220. MKDIR_P = @MKDIR_P@
  221. NM = @NM@
  222. NMEDIT = @NMEDIT@
  223. OBJDUMP = @OBJDUMP@
  224. OBJEXT = @OBJEXT@
  225. OTOOL = @OTOOL@
  226. OTOOL64 = @OTOOL64@
  227. PACKAGE = @PACKAGE@
  228. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  229. PACKAGE_NAME = @PACKAGE_NAME@
  230. PACKAGE_STRING = @PACKAGE_STRING@
  231. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  232. PACKAGE_URL = @PACKAGE_URL@
  233. PACKAGE_VERSION = @PACKAGE_VERSION@
  234. PATH_SEPARATOR = @PATH_SEPARATOR@
  235. RANLIB = @RANLIB@
  236. SED = @SED@
  237. SET_MAKE = @SET_MAKE@
  238. SHELL = @SHELL@
  239. STRIP = @STRIP@
  240. VERSION = @VERSION@
  241. abs_builddir = @abs_builddir@
  242. abs_srcdir = @abs_srcdir@
  243. abs_top_builddir = @abs_top_builddir@
  244. abs_top_srcdir = @abs_top_srcdir@
  245. ac_ct_AR = @ac_ct_AR@
  246. ac_ct_CC = @ac_ct_CC@
  247. ac_ct_CXX = @ac_ct_CXX@
  248. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  249. am__include = @am__include@
  250. am__leading_dot = @am__leading_dot@
  251. am__quote = @am__quote@
  252. am__tar = @am__tar@
  253. am__untar = @am__untar@
  254. bindir = @bindir@
  255. build = @build@
  256. build_alias = @build_alias@
  257. build_cpu = @build_cpu@
  258. build_os = @build_os@
  259. build_vendor = @build_vendor@
  260. builddir = @builddir@
  261. datadir = @datadir@
  262. datarootdir = @datarootdir@
  263. docdir = @docdir@
  264. dvidir = @dvidir@
  265. exec_prefix = @exec_prefix@
  266. host = @host@
  267. host_alias = @host_alias@
  268. host_cpu = @host_cpu@
  269. host_os = @host_os@
  270. host_vendor = @host_vendor@
  271. htmldir = @htmldir@
  272. includedir = @includedir@
  273. infodir = @infodir@
  274. install_sh = @install_sh@
  275. libdir = @libdir@
  276. libexecdir = @libexecdir@
  277. localedir = @localedir@
  278. localstatedir = @localstatedir@
  279. mandir = @mandir@
  280. mkdir_p = @mkdir_p@
  281. oldincludedir = @oldincludedir@
  282. pdfdir = @pdfdir@
  283. pkgconfigdir = @pkgconfigdir@
  284. prefix = @prefix@
  285. program_transform_name = @program_transform_name@
  286. psdir = @psdir@
  287. sbindir = @sbindir@
  288. sharedstatedir = @sharedstatedir@
  289. srcdir = @srcdir@
  290. sysconfdir = @sysconfdir@
  291. target_alias = @target_alias@
  292. top_build_prefix = @top_build_prefix@
  293. top_builddir = @top_builddir@
  294. top_srcdir = @top_srcdir@
  295. SUBDIRS = xml tests examples doc
  296. dist_doc_DATA = LICENSE NEWS README INSTALL version
  297. EXTRA_DIST = tester.bat libstudxml-vc9.sln libstudxml-vc10.sln libstudxml-vc11.sln libstudxml-vc12.sln bootstrap tester.in
  298. ACLOCAL_AMFLAGS = -I m4
  299. pkgconfig_DATA = libstudxml.pc
  300. all: all-recursive
  301. .SUFFIXES:
  302. am--refresh: Makefile
  303. @:
  304. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  305. @for dep in $?; do \
  306. case '$(am__configure_deps)' in \
  307. *$$dep*) \
  308. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  309. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  310. && exit 0; \
  311. exit 1;; \
  312. esac; \
  313. done; \
  314. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  315. $(am__cd) $(top_srcdir) && \
  316. $(AUTOMAKE) --foreign Makefile
  317. .PRECIOUS: Makefile
  318. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  319. @case '$?' in \
  320. *config.status*) \
  321. echo ' $(SHELL) ./config.status'; \
  322. $(SHELL) ./config.status;; \
  323. *) \
  324. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  325. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  326. esac;
  327. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  328. $(SHELL) ./config.status --recheck
  329. $(top_srcdir)/configure: $(am__configure_deps)
  330. $(am__cd) $(srcdir) && $(AUTOCONF)
  331. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  332. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  333. $(am__aclocal_m4_deps):
  334. xml/details/config.h: xml/details/stamp-h2
  335. @if test ! -f $@; then rm -f xml/details/stamp-h2; else :; fi
  336. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) xml/details/stamp-h2; else :; fi
  337. xml/details/stamp-h2: $(top_srcdir)/xml/details/config.h.in $(top_builddir)/config.status
  338. @rm -f xml/details/stamp-h2
  339. cd $(top_builddir) && $(SHELL) ./config.status xml/details/config.h
  340. distclean-hdr:
  341. -rm -f xml/details/config.h xml/details/stamp-h2
  342. libstudxml.pc: $(top_builddir)/config.status $(srcdir)/libstudxml.pc.in
  343. cd $(top_builddir) && $(SHELL) ./config.status $@
  344. tester: $(top_builddir)/config.status $(srcdir)/tester.in
  345. cd $(top_builddir) && $(SHELL) ./config.status $@
  346. mostlyclean-libtool:
  347. -rm -f *.lo
  348. clean-libtool:
  349. -rm -rf .libs _libs
  350. distclean-libtool:
  351. -rm -f libtool config.lt
  352. install-dist_docDATA: $(dist_doc_DATA)
  353. @$(NORMAL_INSTALL)
  354. @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
  355. if test -n "$$list"; then \
  356. echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
  357. $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
  358. fi; \
  359. for p in $$list; do \
  360. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  361. echo "$$d$$p"; \
  362. done | $(am__base_list) | \
  363. while read files; do \
  364. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
  365. $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
  366. done
  367. uninstall-dist_docDATA:
  368. @$(NORMAL_UNINSTALL)
  369. @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
  370. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  371. dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
  372. install-pkgconfigDATA: $(pkgconfig_DATA)
  373. @$(NORMAL_INSTALL)
  374. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  375. if test -n "$$list"; then \
  376. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  377. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  378. fi; \
  379. for p in $$list; do \
  380. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  381. echo "$$d$$p"; \
  382. done | $(am__base_list) | \
  383. while read files; do \
  384. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  385. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  386. done
  387. uninstall-pkgconfigDATA:
  388. @$(NORMAL_UNINSTALL)
  389. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  390. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  391. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  392. # This directory's subdirectories are mostly independent; you can cd
  393. # into them and run 'make' without going through this Makefile.
  394. # To change the values of 'make' variables: instead of editing Makefiles,
  395. # (1) if the variable is set in 'config.status', edit 'config.status'
  396. # (which will cause the Makefiles to be regenerated when you run 'make');
  397. # (2) otherwise, pass the desired values on the 'make' command line.
  398. $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
  399. @fail= failcom='exit 1'; \
  400. for f in x $$MAKEFLAGS; do \
  401. case $$f in \
  402. *=* | --[!k]*);; \
  403. *k*) failcom='fail=yes';; \
  404. esac; \
  405. done; \
  406. dot_seen=no; \
  407. target=`echo $@ | sed s/-recursive//`; \
  408. case "$@" in \
  409. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  410. *) list='$(SUBDIRS)' ;; \
  411. esac; \
  412. for subdir in $$list; do \
  413. echo "Making $$target in $$subdir"; \
  414. if test "$$subdir" = "."; then \
  415. dot_seen=yes; \
  416. local_target="$$target-am"; \
  417. else \
  418. local_target="$$target"; \
  419. fi; \
  420. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  421. || eval $$failcom; \
  422. done; \
  423. if test "$$dot_seen" = "no"; then \
  424. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  425. fi; test -z "$$fail"
  426. tags-recursive:
  427. list='$(SUBDIRS)'; for subdir in $$list; do \
  428. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  429. done
  430. ctags-recursive:
  431. list='$(SUBDIRS)'; for subdir in $$list; do \
  432. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  433. done
  434. cscopelist-recursive:
  435. list='$(SUBDIRS)'; for subdir in $$list; do \
  436. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
  437. done
  438. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  439. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  440. unique=`for i in $$list; do \
  441. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  442. done | \
  443. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  444. END { if (nonempty) { for (i in files) print i; }; }'`; \
  445. mkid -fID $$unique
  446. tags: TAGS
  447. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  448. $(TAGS_FILES) $(LISP)
  449. set x; \
  450. here=`pwd`; \
  451. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  452. include_option=--etags-include; \
  453. empty_fix=.; \
  454. else \
  455. include_option=--include; \
  456. empty_fix=; \
  457. fi; \
  458. list='$(SUBDIRS)'; for subdir in $$list; do \
  459. if test "$$subdir" = .; then :; else \
  460. test ! -f $$subdir/TAGS || \
  461. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  462. fi; \
  463. done; \
  464. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  465. unique=`for i in $$list; do \
  466. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  467. done | \
  468. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  469. END { if (nonempty) { for (i in files) print i; }; }'`; \
  470. shift; \
  471. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  472. test -n "$$unique" || unique=$$empty_fix; \
  473. if test $$# -gt 0; then \
  474. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  475. "$$@" $$unique; \
  476. else \
  477. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  478. $$unique; \
  479. fi; \
  480. fi
  481. ctags: CTAGS
  482. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  483. $(TAGS_FILES) $(LISP)
  484. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  485. unique=`for i in $$list; do \
  486. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  487. done | \
  488. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  489. END { if (nonempty) { for (i in files) print i; }; }'`; \
  490. test -z "$(CTAGS_ARGS)$$unique" \
  491. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  492. $$unique
  493. GTAGS:
  494. here=`$(am__cd) $(top_builddir) && pwd` \
  495. && $(am__cd) $(top_srcdir) \
  496. && gtags -i $(GTAGS_ARGS) "$$here"
  497. cscope: cscope.files
  498. test ! -s cscope.files \
  499. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  500. clean-cscope:
  501. -rm -f cscope.files
  502. cscope.files: clean-cscope cscopelist-recursive cscopelist
  503. cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
  504. list='$(SOURCES) $(HEADERS) $(LISP)'; \
  505. case "$(srcdir)" in \
  506. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  507. *) sdir=$(subdir)/$(srcdir) ;; \
  508. esac; \
  509. for i in $$list; do \
  510. if test -f "$$i"; then \
  511. echo "$(subdir)/$$i"; \
  512. else \
  513. echo "$$sdir/$$i"; \
  514. fi; \
  515. done >> $(top_builddir)/cscope.files
  516. distclean-tags:
  517. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  518. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  519. distdir: $(DISTFILES)
  520. $(am__remove_distdir)
  521. test -d "$(distdir)" || mkdir "$(distdir)"
  522. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  523. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  524. list='$(DISTFILES)'; \
  525. dist_files=`for file in $$list; do echo $$file; done | \
  526. sed -e "s|^$$srcdirstrip/||;t" \
  527. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  528. case $$dist_files in \
  529. */*) $(MKDIR_P) `echo "$$dist_files" | \
  530. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  531. sort -u` ;; \
  532. esac; \
  533. for file in $$dist_files; do \
  534. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  535. if test -d $$d/$$file; then \
  536. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  537. if test -d "$(distdir)/$$file"; then \
  538. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  539. fi; \
  540. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  541. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  542. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  543. fi; \
  544. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  545. else \
  546. test -f "$(distdir)/$$file" \
  547. || cp -p $$d/$$file "$(distdir)/$$file" \
  548. || exit 1; \
  549. fi; \
  550. done
  551. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  552. if test "$$subdir" = .; then :; else \
  553. $(am__make_dryrun) \
  554. || test -d "$(distdir)/$$subdir" \
  555. || $(MKDIR_P) "$(distdir)/$$subdir" \
  556. || exit 1; \
  557. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  558. $(am__relativize); \
  559. new_distdir=$$reldir; \
  560. dir1=$$subdir; dir2="$(top_distdir)"; \
  561. $(am__relativize); \
  562. new_top_distdir=$$reldir; \
  563. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  564. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  565. ($(am__cd) $$subdir && \
  566. $(MAKE) $(AM_MAKEFLAGS) \
  567. top_distdir="$$new_top_distdir" \
  568. distdir="$$new_distdir" \
  569. am__remove_distdir=: \
  570. am__skip_length_check=: \
  571. am__skip_mode_fix=: \
  572. distdir) \
  573. || exit 1; \
  574. fi; \
  575. done
  576. -test -n "$(am__skip_mode_fix)" \
  577. || find "$(distdir)" -type d ! -perm -755 \
  578. -exec chmod u+rwx,go+rx {} \; -o \
  579. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  580. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  581. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  582. || chmod -R a+r "$(distdir)"
  583. dist-gzip: distdir
  584. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  585. $(am__post_remove_distdir)
  586. dist-bzip2: distdir
  587. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  588. $(am__post_remove_distdir)
  589. dist-lzip: distdir
  590. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  591. $(am__post_remove_distdir)
  592. dist-xz: distdir
  593. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  594. $(am__post_remove_distdir)
  595. dist-tarZ: distdir
  596. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  597. $(am__post_remove_distdir)
  598. dist-shar: distdir
  599. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  600. $(am__post_remove_distdir)
  601. dist-zip: distdir
  602. -rm -f $(distdir).zip
  603. zip -rq $(distdir).zip $(distdir)
  604. $(am__post_remove_distdir)
  605. dist dist-all:
  606. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  607. $(am__post_remove_distdir)
  608. # This target untars the dist file and tries a VPATH configuration. Then
  609. # it guarantees that the distribution is self-contained by making another
  610. # tarfile.
  611. distcheck: dist
  612. case '$(DIST_ARCHIVES)' in \
  613. *.tar.gz*) \
  614. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  615. *.tar.bz2*) \
  616. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  617. *.tar.lz*) \
  618. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  619. *.tar.xz*) \
  620. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  621. *.tar.Z*) \
  622. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  623. *.shar.gz*) \
  624. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  625. *.zip*) \
  626. unzip $(distdir).zip ;;\
  627. esac
  628. chmod -R a-w $(distdir)
  629. chmod u+w $(distdir)
  630. mkdir $(distdir)/_build $(distdir)/_inst
  631. chmod a-w $(distdir)
  632. test -d $(distdir)/_build || exit 0; \
  633. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  634. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  635. && am__cwd=`pwd` \
  636. && $(am__cd) $(distdir)/_build \
  637. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  638. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  639. $(DISTCHECK_CONFIGURE_FLAGS) \
  640. && $(MAKE) $(AM_MAKEFLAGS) \
  641. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  642. && $(MAKE) $(AM_MAKEFLAGS) check \
  643. && $(MAKE) $(AM_MAKEFLAGS) install \
  644. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  645. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  646. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  647. distuninstallcheck \
  648. && chmod -R a-w "$$dc_install_base" \
  649. && ({ \
  650. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  651. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  652. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  653. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  654. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  655. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  656. && rm -rf "$$dc_destdir" \
  657. && $(MAKE) $(AM_MAKEFLAGS) dist \
  658. && rm -rf $(DIST_ARCHIVES) \
  659. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  660. && cd "$$am__cwd" \
  661. || exit 1
  662. $(am__post_remove_distdir)
  663. @(echo "$(distdir) archives ready for distribution: "; \
  664. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  665. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  666. distuninstallcheck:
  667. @test -n '$(distuninstallcheck_dir)' || { \
  668. echo 'ERROR: trying to run $@ with an empty' \
  669. '$$(distuninstallcheck_dir)' >&2; \
  670. exit 1; \
  671. }; \
  672. $(am__cd) '$(distuninstallcheck_dir)' || { \
  673. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  674. exit 1; \
  675. }; \
  676. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  677. || { echo "ERROR: files left after uninstall:" ; \
  678. if test -n "$(DESTDIR)"; then \
  679. echo " (check DESTDIR support)"; \
  680. fi ; \
  681. $(distuninstallcheck_listfiles) ; \
  682. exit 1; } >&2
  683. distcleancheck: distclean
  684. @if test '$(srcdir)' = . ; then \
  685. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  686. exit 1 ; \
  687. fi
  688. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  689. || { echo "ERROR: files left in build directory after distclean:" ; \
  690. $(distcleancheck_listfiles) ; \
  691. exit 1; } >&2
  692. check-am: all-am
  693. check: check-recursive
  694. all-am: Makefile $(DATA)
  695. installdirs: installdirs-recursive
  696. installdirs-am:
  697. for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
  698. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  699. done
  700. install: install-recursive
  701. install-exec: install-exec-recursive
  702. install-data: install-data-recursive
  703. uninstall: uninstall-recursive
  704. install-am: all-am
  705. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  706. installcheck: installcheck-recursive
  707. install-strip:
  708. if test -z '$(STRIP)'; then \
  709. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  710. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  711. install; \
  712. else \
  713. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  714. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  715. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  716. fi
  717. mostlyclean-generic:
  718. clean-generic:
  719. distclean-generic:
  720. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  721. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  722. maintainer-clean-generic:
  723. @echo "This command is intended for maintainers to use"
  724. @echo "it deletes files that may require special tools to rebuild."
  725. clean: clean-recursive
  726. clean-am: clean-generic clean-libtool mostlyclean-am
  727. distclean: distclean-recursive
  728. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  729. -rm -f Makefile
  730. distclean-am: clean-am distclean-generic distclean-hdr \
  731. distclean-libtool distclean-tags
  732. dvi: dvi-recursive
  733. dvi-am:
  734. html: html-recursive
  735. html-am:
  736. info: info-recursive
  737. info-am:
  738. install-data-am: install-dist_docDATA install-pkgconfigDATA
  739. install-dvi: install-dvi-recursive
  740. install-dvi-am:
  741. install-exec-am:
  742. install-html: install-html-recursive
  743. install-html-am:
  744. install-info: install-info-recursive
  745. install-info-am:
  746. install-man:
  747. install-pdf: install-pdf-recursive
  748. install-pdf-am:
  749. install-ps: install-ps-recursive
  750. install-ps-am:
  751. installcheck-am:
  752. maintainer-clean: maintainer-clean-recursive
  753. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  754. -rm -rf $(top_srcdir)/autom4te.cache
  755. -rm -f Makefile
  756. maintainer-clean-am: distclean-am maintainer-clean-generic
  757. mostlyclean: mostlyclean-recursive
  758. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  759. pdf: pdf-recursive
  760. pdf-am:
  761. ps: ps-recursive
  762. ps-am:
  763. uninstall-am: uninstall-dist_docDATA uninstall-pkgconfigDATA
  764. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
  765. cscopelist-recursive ctags-recursive install-am install-strip \
  766. tags-recursive
  767. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  768. all all-am am--refresh check check-am clean clean-cscope \
  769. clean-generic clean-libtool cscope cscopelist \
  770. cscopelist-recursive ctags ctags-recursive dist dist-all \
  771. dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
  772. dist-zip distcheck distclean distclean-generic distclean-hdr \
  773. distclean-libtool distclean-tags distcleancheck distdir \
  774. distuninstallcheck dvi dvi-am html html-am info info-am \
  775. install install-am install-data install-data-am \
  776. install-dist_docDATA install-dvi install-dvi-am install-exec \
  777. install-exec-am install-html install-html-am install-info \
  778. install-info-am install-man install-pdf install-pdf-am \
  779. install-pkgconfigDATA install-ps install-ps-am install-strip \
  780. installcheck installcheck-am installdirs installdirs-am \
  781. maintainer-clean maintainer-clean-generic mostlyclean \
  782. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  783. tags tags-recursive uninstall uninstall-am \
  784. uninstall-dist_docDATA uninstall-pkgconfigDATA
  785. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  786. # Otherwise a system limit (for SysV at least) may be exceeded.
  787. .NOEXPORT: