Makefile.in
上传用户:huihehuasu
上传日期:2007-01-10
资源大小:6948k
文件大小:6k
源码类别:

xml/soap/webservice

开发平台:

C/C++

  1. #
  2. # The Apache Software License, Version 1.1
  3. #
  4. # Copyright (c) 1999-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) 1999, 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. # $Id: Makefile.in,v 1.20 2001/07/06 17:11:55 tng Exp $
  58. #
  59. PLATFORM = @platform@
  60. CC  = @cc@
  61. CXX = @cxx@
  62. CXXFLAGS = @cxxflags@
  63. CFLAGS = @cflags@
  64. PREFIX = @prefix@
  65. PREFIX_INCLUDE = @prefix_include@
  66. LDFLAGS = @ldflags@
  67. LIBS = @libs@
  68. OSVER = @osver@
  69. USELIBWWW = @uselibwww@
  70. MESSAGELOADER = @messageloader@
  71. TRANSCODER = @transcoder@
  72. THREADS = @threads@
  73. MODULE = dom
  74. include ../Makefile.incl
  75. DOM_CPP_PUBHEADERS = 
  76. DOM.hpp 
  77. DOMString.hpp 
  78. DOM_Attr.hpp 
  79. DOM_CDATASection.hpp 
  80. DOM_CharacterData.hpp 
  81. DOM_Comment.hpp 
  82. DOM_DOMException.hpp 
  83. DOM_DOMImplementation.hpp 
  84. DOM_Document.hpp 
  85. DOM_DocumentFragment.hpp 
  86. DOM_DocumentType.hpp 
  87. DOM_Element.hpp 
  88. DOM_Entity.hpp 
  89. DOM_EntityReference.hpp 
  90. DomMemDebug.hpp 
  91. DOM_NamedNodeMap.hpp 
  92. DOM_Node.hpp 
  93. DOM_NodeFilter.hpp 
  94. DOM_NodeIterator.hpp 
  95. DOM_NodeList.hpp 
  96. DOM_Notation.hpp 
  97. DOM_ProcessingInstruction.hpp 
  98. DOM_Range.hpp 
  99. DOM_RangeException.hpp 
  100. DOM_Text.hpp 
  101. DOM_TreeWalker.hpp 
  102. DOM_XMLDecl.hpp
  103. DOM_CPP_PRIVHEADERS =  
  104. AttrImpl.hpp 
  105. AttrMapImpl.hpp 
  106. AttrNSImpl.hpp 
  107. CDATASectionImpl.hpp 
  108. CharacterDataImpl.hpp 
  109. ChildNode.hpp 
  110. CommentImpl.hpp 
  111. DStringPool.hpp 
  112. DeepNodeListImpl.hpp 
  113. DocumentFragmentImpl.hpp 
  114. DocumentImpl.hpp 
  115. DocumentTypeImpl.hpp 
  116. ElementDefinitionImpl.hpp 
  117. ElementImpl.hpp 
  118. ElementNSImpl.hpp 
  119. EntityImpl.hpp 
  120. EntityReferenceImpl.hpp 
  121. MemDebug.hpp 
  122. NameNodeFilter.hpp 
  123. NamedNodeMapImpl.hpp 
  124. NodeIDMap.hpp 
  125. NodeImpl.hpp 
  126. NodeIteratorImpl.hpp 
  127. NodeListImpl.hpp 
  128. NodeVector.hpp 
  129. NotationImpl.hpp 
  130. ParentNode.hpp 
  131. ProcessingInstructionImpl.hpp 
  132. RangeImpl.hpp 
  133. RefCountedImpl.hpp 
  134. TextImpl.hpp 
  135. TreeWalkerImpl.hpp 
  136. XMLDeclImpl.hpp
  137. DOM_C_FILES =
  138. DOM_CPP_OBJECTS = 
  139. AttrImpl.$(TO) 
  140. AttrMapImpl.$(TO) 
  141. AttrNSImpl.$(TO) 
  142. CDATASectionImpl.$(TO) 
  143. CharacterDataImpl.$(TO) 
  144. ChildNode.$(TO) 
  145. CommentImpl.$(TO) 
  146. DOMString.$(TO) 
  147. DOM_Attr.$(TO) 
  148. DOM_CDATASection.$(TO) 
  149. DOM_CharacterData.$(TO) 
  150. DOM_Comment.$(TO) 
  151. DOM_DOMException.$(TO) 
  152. DOM_DOMImplementation.$(TO) 
  153. DOM_Document.$(TO) 
  154. DOM_DocumentFragment.$(TO) 
  155. DOM_DocumentType.$(TO) 
  156. DOM_Element.$(TO) 
  157. DOM_Entity.$(TO) 
  158. DOM_EntityReference.$(TO) 
  159. DOM_NamedNodeMap.$(TO) 
  160. DOM_Node.$(TO) 
  161. DOM_NodeList.$(TO) 
  162. DOM_NodeFilter.$(TO) 
  163. DOM_NodeIterator.$(TO) 
  164. DOM_TreeWalker.$(TO) 
  165. DOM_Notation.$(TO) 
  166. DOM_ProcessingInstruction.$(TO) 
  167. DOM_Range.$(TO) 
  168. DOM_RangeException.$(TO) 
  169. DOM_Text.$(TO) 
  170. DOM_XMLDecl.$(TO) 
  171. DStringPool.$(TO) 
  172. DeepNodeListImpl.$(TO) 
  173. DocumentFragmentImpl.$(TO) 
  174. DocumentImpl.$(TO) 
  175. DocumentTypeImpl.$(TO) 
  176. DomMemDebug.$(TO) 
  177. ElementDefinitionImpl.$(TO) 
  178. ElementImpl.$(TO) 
  179. ElementNSImpl.$(TO) 
  180. EntityImpl.$(TO) 
  181. EntityReferenceImpl.$(TO) 
  182. NamedNodeMapImpl.$(TO) 
  183. NodeIDMap.$(TO) 
  184. NodeImpl.$(TO) 
  185. NodeIteratorImpl.$(TO) 
  186.         NodeListImpl.$(TO) 
  187. NodeVector.$(TO) 
  188. NotationImpl.$(TO) 
  189. ParentNode.$(TO) 
  190. ProcessingInstructionImpl.$(TO) 
  191. RangeImpl.$(TO) 
  192. RefCountedImpl.$(TO) 
  193. TextImpl.$(TO) 
  194. TreeWalkerImpl.$(TO) 
  195. XMLDeclImpl.$(TO)
  196. all:: includes $(DOM_CPP_OBJECTS)
  197. includes:: pubheaders $(DOM_C_FILES)
  198. pubheaders::
  199. -mkdir -p $(XML_INC_DIR)/$(MODULE)
  200. $(CP) $(DOM_CPP_PUBHEADERS) $(DOM_C_FILES) $(XML_INC_DIR)/$(MODULE)
  201. # this may generate unnecessary dependencies, but it makes life easier
  202. depend:: includes
  203. $(MAKE_DEPEND) $(XML_INCL)  *.cpp > $(DEPFILE)
  204. clean::
  205. @echo "Making clean in $(MODULE) ..."
  206. $(RM2) $(addprefix $(XML_OBJ_DIR)/,$(DOM_CPP_OBJECTS))
  207. distclean:: clean
  208. $(RM) Makefile $(DEPFILE)
  209. @echo "Removing all $(MODULE) header files ..."
  210. $(RM2) $(addprefix $(XML_INC_DIR)/$(MODULE)/,$(DOM_CPP_PUBHEADERS))
  211. install::
  212. -mkdir -p $(PREFIX_INCLUDE)/$(MODULE)
  213. $(CP) $(DOM_CPP_PUBHEADERS) $(DOM_C_FILES) $(PREFIX_INCLUDE)/$(MODULE)