PageRenderTime 49ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/virtuoso-opensource-6.1.5/binsrc/tutorial/xml/Makefile.in

#
Autoconf | 519 lines | 427 code | 53 blank | 39 comment | 32 complexity | 018fb74cf1b2d2e5b5d573545a677aa4 MD5 | raw file
Possible License(s): BSD-3-Clause, GPL-2.0, LGPL-2.0
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. #
  15. # This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
  16. # project.
  17. #
  18. # Copyright (C) 1998-2012 OpenLink Software
  19. #
  20. # This project is free software; you can redistribute it and/or modify it
  21. # under the terms of the GNU General Public License as published by the
  22. # Free Software Foundation; only version 2 of the License, dated June 1991.
  23. #
  24. # This program is distributed in the hope that it will be useful, but
  25. # WITHOUT ANY WARRANTY; without even the implied warranty of
  26. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  27. # General Public License for more details.
  28. #
  29. # You should have received a copy of the GNU General Public License along
  30. # with this program; if not, write to the Free Software Foundation, Inc.,
  31. # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  32. #
  33. #
  34. VPATH = @srcdir@
  35. pkgdatadir = $(datadir)/@PACKAGE@
  36. pkgincludedir = $(includedir)/@PACKAGE@
  37. pkglibdir = $(libdir)/@PACKAGE@
  38. pkglibexecdir = $(libexecdir)/@PACKAGE@
  39. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  40. install_sh_DATA = $(install_sh) -c -m 644
  41. install_sh_PROGRAM = $(install_sh) -c
  42. install_sh_SCRIPT = $(install_sh) -c
  43. INSTALL_HEADER = $(INSTALL_DATA)
  44. transform = $(program_transform_name)
  45. NORMAL_INSTALL = :
  46. PRE_INSTALL = :
  47. POST_INSTALL = :
  48. NORMAL_UNINSTALL = :
  49. PRE_UNINSTALL = :
  50. POST_UNINSTALL = :
  51. build_triplet = @build@
  52. host_triplet = @host@
  53. subdir = binsrc/tutorial/xml
  54. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  55. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  56. am__aclocal_m4_deps = $(top_srcdir)/binsrc/config/libtool.m4 \
  57. $(top_srcdir)/binsrc/config/libxml.m4 \
  58. $(top_srcdir)/binsrc/config/ltoptions.m4 \
  59. $(top_srcdir)/binsrc/config/ltsugar.m4 \
  60. $(top_srcdir)/binsrc/config/ltversion.m4 \
  61. $(top_srcdir)/binsrc/config/lt~obsolete.m4 \
  62. $(top_srcdir)/configure.in
  63. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  64. $(ACLOCAL_M4)
  65. mkinstalldirs = $(install_sh) -d
  66. CONFIG_HEADER = $(top_builddir)/libsrc/Dk/config.h
  67. CONFIG_CLEAN_FILES =
  68. CONFIG_CLEAN_VPATH_FILES =
  69. SOURCES =
  70. DIST_SOURCES =
  71. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  72. ACLOCAL = @ACLOCAL@
  73. AMTAR = @AMTAR@
  74. AM_LDFLAGS = @AM_LDFLAGS@
  75. AR = @AR@
  76. AUTOCONF = @AUTOCONF@
  77. AUTOHEADER = @AUTOHEADER@
  78. AUTOMAKE = @AUTOMAKE@
  79. AWK = @AWK@
  80. BINDIR = @BINDIR@
  81. BUILD_GLIB_CFLAGS = @BUILD_GLIB_CFLAGS@
  82. BUILD_GLIB_LIBS = @BUILD_GLIB_LIBS@
  83. BUILD_OPTS = @BUILD_OPTS@
  84. CC = @CC@
  85. CCDEBUG = @CCDEBUG@
  86. CCDEFS = @CCDEFS@
  87. CCDEPMODE = @CCDEPMODE@
  88. CCLIBS = @CCLIBS@
  89. CCOPT = @CCOPT@
  90. CCPLATFORMDEFS = @CCPLATFORMDEFS@
  91. CCWARN = @CCWARN@
  92. CFLAGS = @CFLAGS@
  93. CPP = @CPP@
  94. CPPFLAGS = @CPPFLAGS@
  95. CYGPATH_W = @CYGPATH_W@
  96. DEFS = @DEFS@
  97. DEPDIR = @DEPDIR@
  98. DLLTOOL = @DLLTOOL@
  99. DSYMUTIL = @DSYMUTIL@
  100. DUMPBIN = @DUMPBIN@
  101. ECHO_C = @ECHO_C@
  102. ECHO_N = @ECHO_N@
  103. ECHO_T = @ECHO_T@
  104. EGREP = @EGREP@
  105. EXEEXT = @EXEEXT@
  106. FGREP = @FGREP@
  107. FLEX = @FLEX@
  108. GAWK = @GAWK@
  109. GLIB_CFLAGS = @GLIB_CFLAGS@
  110. GLIB_LIBS = @GLIB_LIBS@
  111. GMODULE_CFLAGS = @GMODULE_CFLAGS@
  112. GMODULE_LIBS = @GMODULE_LIBS@
  113. GPERF = @GPERF@
  114. GREP = @GREP@
  115. HSL_CPPFLAGS = @HSL_CPPFLAGS@
  116. HSL_LDFLAGS = @HSL_LDFLAGS@
  117. HSL_LIBS = @HSL_LIBS@
  118. HS_LOOKUP = @HS_LOOKUP@
  119. HTMLDOC = @HTMLDOC@
  120. IM_CONFIG = @IM_CONFIG@
  121. IM_CPPFLAGS = @IM_CPPFLAGS@
  122. IM_LDFLAGS = @IM_LDFLAGS@
  123. IM_LIBS = @IM_LIBS@
  124. INCDIR = @INCDIR@
  125. INSTALL = @INSTALL@
  126. INSTALL_DATA = @INSTALL_DATA@
  127. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  128. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  129. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  130. LD = @LD@
  131. LDFLAGS = @LDFLAGS@
  132. LEX = @LEX@
  133. LEXLIB = @LEXLIB@
  134. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  135. LIBDIR = @LIBDIR@
  136. LIBDL = @LIBDL@
  137. LIBOBJS = @LIBOBJS@
  138. LIBRDL = @LIBRDL@
  139. LIBS = @LIBS@
  140. LIBTHR = @LIBTHR@
  141. LIBTOOL = @LIBTOOL@
  142. LIPO = @LIPO@
  143. LN_S = @LN_S@
  144. LTLIBOBJS = @LTLIBOBJS@
  145. MAINT = @MAINT@
  146. MAKEINFO = @MAKEINFO@
  147. MANIFEST_TOOL = @MANIFEST_TOOL@
  148. MKDIR_P = @MKDIR_P@
  149. NM = @NM@
  150. NMEDIT = @NMEDIT@
  151. OBJDUMP = @OBJDUMP@
  152. OBJEXT = @OBJEXT@
  153. OPSYS = @OPSYS@
  154. OTOOL = @OTOOL@
  155. OTOOL64 = @OTOOL64@
  156. PACKAGE = @PACKAGE@
  157. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  158. PACKAGE_NAME = @PACKAGE_NAME@
  159. PACKAGE_STRING = @PACKAGE_STRING@
  160. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  161. PACKAGE_URL = @PACKAGE_URL@
  162. PACKAGE_VERSION = @PACKAGE_VERSION@
  163. PATH_SEPARATOR = @PATH_SEPARATOR@
  164. PERL = @PERL@
  165. PERL_CFLAGS = @PERL_CFLAGS@
  166. PERL_LDFLAGS = @PERL_LDFLAGS@
  167. PKG_CONFIG = @PKG_CONFIG@
  168. PLSTATS = @PLSTATS@
  169. PORT = @PORT@
  170. PYTHON = @PYTHON@
  171. PYTHON_CFLAGS = @PYTHON_CFLAGS@
  172. PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
  173. RANLIB = @RANLIB@
  174. RUBY = @RUBY@
  175. RUBY_CFLAGS = @RUBY_CFLAGS@
  176. RUBY_LDFLAGS = @RUBY_LDFLAGS@
  177. SED = @SED@
  178. SET_MAKE = @SET_MAKE@
  179. SHELL = @SHELL@
  180. STRIP = @STRIP@
  181. SYSLIBS = @SYSLIBS@
  182. TOP = @TOP@
  183. VERSION = @VERSION@
  184. VIRT_AM_CFLAGS = @VIRT_AM_CFLAGS@
  185. WBXML2_CFLAGS = @WBXML2_CFLAGS@
  186. WBXML2_LDFLAGS = @WBXML2_LDFLAGS@
  187. WGET = @WGET@
  188. XML2_CONFIG = @XML2_CONFIG@
  189. XML_CPPFLAGS = @XML_CPPFLAGS@
  190. XML_LIBS = @XML_LIBS@
  191. YACC = @YACC@
  192. YFLAGS = @YFLAGS@
  193. ZLIB_INC = @ZLIB_INC@
  194. ZLIB_LIB = @ZLIB_LIB@
  195. abs_builddir = @abs_builddir@
  196. abs_srcdir = @abs_srcdir@
  197. abs_top_builddir = @abs_top_builddir@
  198. abs_top_srcdir = @abs_top_srcdir@
  199. ac_ct_AR = @ac_ct_AR@
  200. ac_ct_CC = @ac_ct_CC@
  201. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  202. ac_jdk2_path = @ac_jdk2_path@
  203. ac_jdk3_path = @ac_jdk3_path@
  204. ac_jdk4_path = @ac_jdk4_path@
  205. am__include = @am__include@
  206. am__leading_dot = @am__leading_dot@
  207. am__quote = @am__quote@
  208. am__tar = @am__tar@
  209. am__untar = @am__untar@
  210. bindir = @bindir@
  211. build = @build@
  212. build_alias = @build_alias@
  213. build_cpu = @build_cpu@
  214. build_os = @build_os@
  215. build_vendor = @build_vendor@
  216. builddir = @builddir@
  217. ccincl = @ccincl@
  218. clntlibs = @clntlibs@
  219. datadir = @datadir@
  220. datarootdir = @datarootdir@
  221. dbdir = @dbdir@
  222. demodir = @demodir@
  223. docdir = @docdir@
  224. dvidir = @dvidir@
  225. exec_prefix = @exec_prefix@
  226. host = @host@
  227. host_alias = @host_alias@
  228. host_cpu = @host_cpu@
  229. host_os = @host_os@
  230. host_vendor = @host_vendor@
  231. hostingdir = @hostingdir@
  232. htmldir = @htmldir@
  233. htmldocdir = @htmldocdir@
  234. httprootdir = @httprootdir@
  235. includedir = @includedir@
  236. infodir = @infodir@
  237. install_sh = @install_sh@
  238. iodbc_LDFLAGS = @iodbc_LDFLAGS@
  239. java_CPPFLAGS = @java_CPPFLAGS@
  240. java_LDFLAGS = @java_LDFLAGS@
  241. libdir = @libdir@
  242. libexecdir = @libexecdir@
  243. libxml_file = @libxml_file@
  244. localedir = @localedir@
  245. localstatedir = @localstatedir@
  246. mandir = @mandir@
  247. mkdir_p = @mkdir_p@
  248. oldincludedir = @oldincludedir@
  249. openldap_CFLAGS = @openldap_CFLAGS@
  250. openldap_LDFLAGS = @openldap_LDFLAGS@
  251. openssl_CFLAGS = @openssl_CFLAGS@
  252. openssl_LDFLAGS = @openssl_LDFLAGS@
  253. pdfdir = @pdfdir@
  254. pdfdocdir = @pdfdocdir@
  255. php5_CFLAGS = @php5_CFLAGS@
  256. php5_LDFLAGS = @php5_LDFLAGS@
  257. prefix = @prefix@
  258. program_transform_name = @program_transform_name@
  259. psdir = @psdir@
  260. sbindir = @sbindir@
  261. sharedstatedir = @sharedstatedir@
  262. srcdir = @srcdir@
  263. srvrlibs = @srvrlibs@
  264. sysconfdir = @sysconfdir@
  265. target_alias = @target_alias@
  266. top_build_prefix = @top_build_prefix@
  267. top_builddir = @top_builddir@
  268. top_srcdir = @top_srcdir@
  269. vaddir = @vaddir@
  270. # ----------------------------------------------------------------------
  271. #
  272. # Additional files to distribute
  273. #
  274. # ----------------------------------------------------------------------
  275. EXTRA_DIST = \
  276. *.css \
  277. *.xml \
  278. *.xsl \
  279. rq_s_1/*.xml \
  280. sx_e_0/*.xml \
  281. sx_e_1/*.vsp \
  282. sx_e_1/*.xml \
  283. sx_e_2/*.vsp \
  284. sx_e_2/*.xml \
  285. sx_e_3/*.vsp \
  286. sx_e_3/*.xml \
  287. sx_e_4/*.vsp \
  288. sx_e_4/*.xml \
  289. sx_e_5/*.vsp \
  290. sx_e_5/*.xml \
  291. sx_e_6/*.vsp \
  292. sx_e_6/*.xml \
  293. sx_e_7/*.vsp \
  294. sx_e_7/*.xml \
  295. sx_e_8/*.vsp \
  296. sx_e_8/*.xml \
  297. sx_e_9/*.vsp \
  298. sx_e_9/*.xml \
  299. sx_f_1/*.vsp \
  300. sx_f_1/*.xml \
  301. sx_g_1/*.vsp \
  302. sx_g_1/*.xml \
  303. sx_h_1/*.vsp \
  304. sx_h_1/*.xml \
  305. usecases/*.sql \
  306. usecases/*.vsp \
  307. usecases/*.xml \
  308. usecases/map01.xsd \
  309. usecases/map02.xsd \
  310. xq_s_1/*.xml \
  311. xq_s_2/*.sql \
  312. xq_s_2/*.vsp \
  313. xq_s_2/*.xml \
  314. xq_s_2a/*.sql \
  315. xq_s_2a/*.vsp \
  316. xq_s_2a/*.xml \
  317. xq_s_3/*.sql \
  318. xq_s_3/*.vsp \
  319. xq_s_3/*.xml \
  320. xq_s_4/*.gif \
  321. xq_s_4/*.png \
  322. xq_s_4/*.sql \
  323. xq_s_4/*.vsp \
  324. xq_s_4/*.xml \
  325. xq_s_4/*.xsl
  326. all: all-am
  327. .SUFFIXES:
  328. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  329. @for dep in $?; do \
  330. case '$(am__configure_deps)' in \
  331. *$$dep*) \
  332. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  333. && { if test -f $@; then exit 0; else break; fi; }; \
  334. exit 1;; \
  335. esac; \
  336. done; \
  337. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu binsrc/tutorial/xml/Makefile'; \
  338. $(am__cd) $(top_srcdir) && \
  339. $(AUTOMAKE) --gnu binsrc/tutorial/xml/Makefile
  340. .PRECIOUS: Makefile
  341. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  342. @case '$?' in \
  343. *config.status*) \
  344. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  345. *) \
  346. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  347. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  348. esac;
  349. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  350. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  351. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  352. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  353. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  354. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  355. $(am__aclocal_m4_deps):
  356. mostlyclean-libtool:
  357. -rm -f *.lo
  358. clean-libtool:
  359. -rm -rf .libs _libs
  360. tags: TAGS
  361. TAGS:
  362. ctags: CTAGS
  363. CTAGS:
  364. distdir: $(DISTFILES)
  365. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  366. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  367. list='$(DISTFILES)'; \
  368. dist_files=`for file in $$list; do echo $$file; done | \
  369. sed -e "s|^$$srcdirstrip/||;t" \
  370. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  371. case $$dist_files in \
  372. */*) $(MKDIR_P) `echo "$$dist_files" | \
  373. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  374. sort -u` ;; \
  375. esac; \
  376. for file in $$dist_files; do \
  377. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  378. if test -d $$d/$$file; then \
  379. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  380. if test -d "$(distdir)/$$file"; then \
  381. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  382. fi; \
  383. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  384. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  385. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  386. fi; \
  387. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  388. else \
  389. test -f "$(distdir)/$$file" \
  390. || cp -p $$d/$$file "$(distdir)/$$file" \
  391. || exit 1; \
  392. fi; \
  393. done
  394. check-am: all-am
  395. check: check-am
  396. all-am: Makefile
  397. installdirs:
  398. install: install-am
  399. install-exec: install-exec-am
  400. install-data: install-data-am
  401. uninstall: uninstall-am
  402. install-am: all-am
  403. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  404. installcheck: installcheck-am
  405. install-strip:
  406. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  407. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  408. `test -z '$(STRIP)' || \
  409. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  410. mostlyclean-generic:
  411. clean-generic:
  412. distclean-generic:
  413. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  414. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  415. maintainer-clean-generic:
  416. @echo "This command is intended for maintainers to use"
  417. @echo "it deletes files that may require special tools to rebuild."
  418. clean: clean-am
  419. clean-am: clean-generic clean-libtool mostlyclean-am
  420. distclean: distclean-am
  421. -rm -f Makefile
  422. distclean-am: clean-am distclean-generic
  423. dvi: dvi-am
  424. dvi-am:
  425. html: html-am
  426. html-am:
  427. info: info-am
  428. info-am:
  429. install-data-am:
  430. install-dvi: install-dvi-am
  431. install-dvi-am:
  432. install-exec-am:
  433. install-html: install-html-am
  434. install-html-am:
  435. install-info: install-info-am
  436. install-info-am:
  437. install-man:
  438. install-pdf: install-pdf-am
  439. install-pdf-am:
  440. install-ps: install-ps-am
  441. install-ps-am:
  442. installcheck-am:
  443. maintainer-clean: maintainer-clean-am
  444. -rm -f Makefile
  445. maintainer-clean-am: distclean-am maintainer-clean-generic
  446. mostlyclean: mostlyclean-am
  447. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  448. pdf: pdf-am
  449. pdf-am:
  450. ps: ps-am
  451. ps-am:
  452. uninstall-am:
  453. .MAKE: install-am install-strip
  454. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  455. distclean distclean-generic distclean-libtool distdir dvi \
  456. dvi-am html html-am info info-am install install-am \
  457. install-data install-data-am install-dvi install-dvi-am \
  458. install-exec install-exec-am install-html install-html-am \
  459. install-info install-info-am install-man install-pdf \
  460. install-pdf-am install-ps install-ps-am install-strip \
  461. installcheck installcheck-am installdirs maintainer-clean \
  462. maintainer-clean-generic mostlyclean mostlyclean-generic \
  463. mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
  464. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  465. # Otherwise a system limit (for SysV at least) may be exceeded.
  466. .NOEXPORT: