Makefile.in
上传用户:zhuqijet
上传日期:2013-06-25
资源大小:10074k
文件大小:8k
源码类别:

词法分析

开发平台:

Visual C++

  1. #
  2. # The Apache Software License, Version 1.1
  3. #
  4. # Copyright (c) 2001 The Apache Software Foundation.  All rights
  5. # reserved.
  6. #
  7. # Redistribution and use in source and binary forms, with or without
  8. # modification, are permitted provided that the following conditions
  9. # are met:
  10. #
  11. # 1. Redistributions of source code must retain the above copyright
  12. #    notice, this list of conditions and the following disclaimer.
  13. #
  14. # 2. Redistributions in binary form must reproduce the above copyright
  15. #    notice, this list of conditions and the following disclaimer in
  16. #    the documentation and/or other materials provided with the
  17. #    distribution.
  18. #
  19. # 3. The end-user documentation included with the redistribution,
  20. #    if any, must include the following acknowledgment:
  21. #       "This product includes software developed by the
  22. #        Apache Software Foundation (http://www.apache.org/)."
  23. #    Alternately, this acknowledgment may appear in the software itself,
  24. #    if and wherever such third-party acknowledgments normally appear.
  25. #
  26. # 4. The names "Xerces" and "Apache Software Foundation" must
  27. #    not be used to endorse or promote products derived from this
  28. #    software without prior written permission. For written
  29. #    permission, please contact apache@apache.org.
  30. #
  31. # 5. Products derived from this software may not be called "Apache",
  32. #    nor may "Apache" appear in their name, without prior written
  33. #    permission of the Apache Software Foundation.
  34. #
  35. # THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  36. # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  37. # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  38. # DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  39. # ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  40. # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  41. # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  42. # USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  43. # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  44. # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  45. # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  46. # SUCH DAMAGE.
  47. # ====================================================================
  48. #
  49. # This software consists of voluntary contributions made by many
  50. # individuals on behalf of the Apache Software Foundation, and was
  51. # originally based on software copyright (c) 2001, International
  52. # Business Machines, Inc., http://www.ibm.com .  For more information
  53. # on the Apache Software Foundation, please see
  54. # <http://www.apache.org/>.
  55. #
  56. #
  57. # $Log: Makefile.in,v $
  58. # Revision 1.7  2003/01/29 19:48:06  gareth
  59. # updated for PSVIDefs.hpp
  60. #
  61. # Revision 1.6  2002/09/17 21:24:39  peiyongz
  62. # RPM for Xerces2.1.0, patch from Thomas Woerner (thomas@linux.de)
  63. #
  64. # Revision 1.5  2002/07/26 16:49:29  tng
  65. # [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'.  Patch from Jonathan Lennox.
  66. #
  67. # Revision 1.4  2002/05/21 19:33:44  tng
  68. # DOM Reorganization: rename XSDIDOMParser to XSDDOMParser
  69. #
  70. # Revision 1.3  2002/03/21 15:34:40  knoaman
  71. # Add support for reporting line/column numbers of schema errors.
  72. #
  73. # Revision 1.2  2002/02/11 18:19:19  tng
  74. # [Bug 2715] Build recursion suppresses make failures.
  75. #
  76. # Revision 1.1.1.1  2002/02/01 22:22:45  peiyongz
  77. # sane_include
  78. #
  79. # Revision 1.18  2001/11/02 14:13:45  knoaman
  80. # Add support for identity constraints.
  81. #
  82. # Revision 1.17  2001/08/22 11:33:43  tng
  83. # typo: XercesElementWildcard
  84. #
  85. # Revision 1.16  2001/08/21 15:58:42  tng
  86. # Schema: New files XercesElementWildCard.
  87. #
  88. # Revision 1.15  2001/07/31 15:26:54  knoaman
  89. # Added support for <attributeGroup>.
  90. #
  91. # Revision 1.14  2001/07/24 20:13:30  knoaman
  92. # Added support for <group> + extra constraint checking for complexType
  93. #
  94. # Revision 1.13  2001/07/06 17:12:13  tng
  95. # Automatic build of single-threaded library.  By Martin Kalen.
  96. #
  97. # Revision 1.12  2001/06/27 17:09:56  tng
  98. # [Bug 1147] Headers install in wrong directory.  By Murray Cumming.
  99. #
  100. # Revision 1.11  2001/05/15 21:59:32  knoaman
  101. # TraverseSchema: add attribute checking + some fixes + more error messages.
  102. # More attribute cheking to come.
  103. #
  104. # Revision 1.10  2001/05/11 13:27:32  tng
  105. # Copyright update.
  106. #
  107. # Revision 1.9  2001/05/10 16:33:15  knoaman
  108. # Traverse Schema Part III + error messages.
  109. #
  110. # Revision 1.8  2001/05/03 20:34:42  tng
  111. # Schema: SchemaValidator update
  112. #
  113. # Revision 1.7  2001/05/03 19:17:57  knoaman
  114. # TraverseSchema Part II.
  115. #
  116. # Revision 1.6  2001/04/19 17:43:14  knoaman
  117. # More schema implementation classes.
  118. #
  119. # Revision 1.5  2001/04/04 18:02:04  tng
  120. # Schema: include failure on Unix for XUtil.cpp.  Fixed by Pei Yong Zhang.
  121. #
  122. # Revision 1.4  2001/03/30 16:06:00  tng
  123. # Schema: XUtil, added by Pei Yong Zhang
  124. #
  125. # Revision 1.3  2001/03/21 21:56:33  tng
  126. # Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
  127. #
  128. # Revision 1.2  2001/03/21 21:39:19  knoaman
  129. # Schema symbols and Datatype validator part I
  130. #
  131. # Revision 1.1  2001/02/27 18:48:22  tng
  132. # Schema: Add SchemaAttDef, SchemaElementDecl, SchemaAttDefList.
  133. #
  134. #
  135. PLATFORM = @platform@
  136. CC  = @cc@
  137. CXX = @cxx@
  138. GCC = @GCC@
  139. GXX = @GXX@
  140. CXXFLAGS = @cxxflags@
  141. CFLAGS = @cflags@
  142. PREFIX = @prefix@
  143. PREFIX_INCLUDE = @prefix_include@
  144. LDFLAGS = @ldflags@
  145. LIBS = @libs@
  146. OSVER = @osver@
  147. USELIBWWW = @uselibwww@
  148. MESSAGELOADER = @messageloader@
  149. TRANSCODER = @transcoder@
  150. THREADS = @threads@
  151. include ../../Makefile.incl
  152. MODULE = validators
  153. SUBMODULE = schema
  154. XML_INCL := $(XML_INCL) -I$(XERCESCROOT)/src
  155. VALIDATORS_SCHEMA_CPP_PUBHEADERS = 
  156. ComplexTypeInfo.hpp 
  157. GeneralAttributeCheck.hpp 
  158. NamespaceScope.hpp 
  159. PSVIDefs.hpp 
  160. SchemaAttDef.hpp 
  161. SchemaAttDefList.hpp 
  162. SchemaElementDecl.hpp 
  163. SchemaGrammar.hpp 
  164. SchemaInfo.hpp 
  165. SchemaSymbols.hpp 
  166. SchemaValidator.hpp 
  167. SubstitutionGroupComparator.hpp 
  168. TraverseSchema.hpp 
  169. XercesAttGroupInfo.hpp 
  170. XercesElementWildcard.hpp 
  171. XercesGroupInfo.hpp 
  172. XUtil.hpp 
  173. XSDDOMParser.hpp 
  174. XSDLocator.hpp 
  175. XSDErrorReporter.hpp
  176. VALIDATORS_SCHEMA_CPP_PRIVHEADERS =
  177. VALIDATORS_SCHEMA_C_FILES =
  178. VALIDATORS_SCHEMA_CPP_OBJECTS = 
  179. ComplexTypeInfo.$(TO) 
  180. GeneralAttributeCheck.$(TO) 
  181. NamespaceScope.$(TO) 
  182. SchemaAttDef.$(TO) 
  183. SchemaAttDefList.$(TO) 
  184. SchemaElementDecl.$(TO) 
  185. SchemaGrammar.$(TO) 
  186. SchemaInfo.$(TO) 
  187. SchemaSymbols.$(TO) 
  188. SchemaValidator.$(TO) 
  189. SubstitutionGroupComparator.$(TO) 
  190. TraverseSchema.$(TO) 
  191. XercesAttGroupInfo.$(TO) 
  192. XercesElementWildcard.$(TO) 
  193. XercesGroupInfo.$(TO) 
  194. XUtil.$(TO) 
  195. XSDDOMParser.$(TO) 
  196. XSDLocator.$(TO) 
  197. XSDErrorReporter.$(TO)
  198. all:: includes $(VALIDATORS_SCHEMA_CPP_OBJECTS) identity
  199. includes:: pubheaders $(VALIDATORS_SCHEMA_C_FILES)
  200. ${MAKE} -C identity $@
  201. identity::
  202. ${MAKE} -C identity
  203. pubheaders::
  204. -mkdir -p $(XML_INC_DIR)/$(MODULE)/$(SUBMODULE)
  205. $(CP) $(VALIDATORS_SCHEMA_CPP_PUBHEADERS) $(VALIDATORS_SCHEMA_C_FILES) $(XML_INC_DIR)/$(MODULE)/$(SUBMODULE)
  206. # this may generate unnecessary dependencies, but it makes life easier
  207. depend:: includes
  208. $(MAKE_DEPEND) $(XML_INCL)  *.cpp > $(DEPFILE)
  209. clean::
  210. @echo "Making clean in $(MODULE)/$(SUBMODULE) ..."
  211. $(RM2) $(addprefix $(XML_OBJ_DIR)/,$(VALIDATORS_SCHEMA_CPP_OBJECTS))
  212. ${MAKE} -C identity $@
  213. distclean:: clean
  214. $(RM) Makefile $(DEPFILE)
  215. @echo "Removing all $(MODULE)/$(SUBMODULE) header files ..."
  216. $(RM2) $(addprefix $(XML_INC_DIR)/$(MODULE)/$(SUBMODULE)/,$(VALIDATORS_SCHEMA_CPP_PUBHEADERS))
  217. ${MAKE} -C identity $@
  218. install::
  219. -mkdir -p $(DESTDIR)$(PREFIX_INCLUDE)/$(MODULE)/$(SUBMODULE)
  220. $(CP) $(VALIDATORS_SCHEMA_CPP_PUBHEADERS) $(VALIDATORS_SCHEMA_C_FILES) $(DESTDIR)$(PREFIX_INCLUDE)/$(MODULE)/$(SUBMODULE)
  221. ${MAKE} -C identity $@