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

xml/soap/webservice

开发平台:

C/C++

  1. # Generated automatically from Makefile.in by configure.
  2. #
  3. # The Apache Software License, Version 1.1
  4. #
  5. # Copyright (c) 2001 The Apache Software Foundation.  All rights
  6. # reserved.
  7. #
  8. # Redistribution and use in source and binary forms, with or without
  9. # modification, are permitted provided that the following conditions
  10. # are met:
  11. #
  12. # 1. Redistributions of source code must retain the above copyright
  13. #    notice, this list of conditions and the following disclaimer.
  14. #
  15. # 2. Redistributions in binary form must reproduce the above copyright
  16. #    notice, this list of conditions and the following disclaimer in
  17. #    the documentation and/or other materials provided with the
  18. #    distribution.
  19. #
  20. # 3. The end-user documentation included with the redistribution,
  21. #    if any, must include the following acknowledgment:
  22. #       "This product includes software developed by the
  23. #        Apache Software Foundation (http://www.apache.org/)."
  24. #    Alternately, this acknowledgment may appear in the software itself,
  25. #    if and wherever such third-party acknowledgments normally appear.
  26. #
  27. # 4. The names "Xerces" and "Apache Software Foundation" must
  28. #    not be used to endorse or promote products derived from this
  29. #    software without prior written permission. For written
  30. #    permission, please contact apache@apache.org.
  31. #
  32. # 5. Products derived from this software may not be called "Apache",
  33. #    nor may "Apache" appear in their name, without prior written
  34. #    permission of the Apache Software Foundation.
  35. #
  36. # THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  37. # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  38. # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  39. # DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  40. # ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  41. # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  42. # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  43. # USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  44. # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  45. # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  46. # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  47. # SUCH DAMAGE.
  48. # ====================================================================
  49. #
  50. # This software consists of voluntary contributions made by many
  51. # individuals on behalf of the Apache Software Foundation, and was
  52. # originally based on software copyright (c) 2001, International
  53. # Business Machines, Inc., http://www.ibm.com .  For more information
  54. # on the Apache Software Foundation, please see
  55. # <http://www.apache.org/>.
  56. #
  57. #
  58. # $Log: Makefile.in,v $
  59. # Revision 1.5  2001/07/06 17:12:09  tng
  60. # Automatic build of single-threaded library.  By Martin Kalen.
  61. #
  62. # Revision 1.4  2001/06/27 17:09:43  tng
  63. # [Bug 1147] Headers install in wrong directory.  By Murray Cumming.
  64. #
  65. # Revision 1.3  2001/05/11 13:26:42  tng
  66. # Copyright update.
  67. #
  68. # Revision 1.2  2001/05/03 18:17:24  knoaman
  69. # Some design changes:
  70. # o Changed the TokenFactory from a single static instance, to a
  71. #    normal class. Each RegularExpression object will have its own
  72. #    instance of TokenFactory, and that instance will be passed to
  73. #    other classes that need to use a TokenFactory to create Token
  74. #    objects (with the exception of RangeTokenMap).
  75. # o Added a new class RangeTokenMap to map a the different ranges
  76. #    in a given category to a specific RangeFactory object. In the old
  77. #    design RangeFactory had dual functionality (act as a Map, and as
  78. #    a factory for creating RangeToken(s)). The RangeTokenMap will
  79. #    have its own copy of the TokenFactory. There will be only one
  80. #    instance of the RangeTokenMap class, and that instance will be
  81. #    lazily deleted when XPlatformUtils::Terminate is called.
  82. #
  83. # Revision 1.1  2001/03/02 19:26:43  knoaman
  84. # Schema: Regular expression handling part II
  85. #
  86. # Revision 1.0  2001/01/26 19:50:51  knoaman
  87. #
  88. #
  89. PLATFORM = @platform@
  90. CC  = @cc@
  91. CXX = @cxx@
  92. CXXFLAGS = @cxxflags@
  93. CFLAGS =  @cflags@
  94. PREFIX = @prefix@
  95. PREFIX_INCLUDE = @prefix_include@
  96. LDFLAGS = @ldflags@
  97. LIBS = @libs@
  98. OSVER = @osver@
  99. USELIBWWW = @uselibwww@
  100. MESSAGELOADER = @messageloader@
  101. TRANSCODER = @transcoder@
  102. NETACCESSOR = @netaccessor@
  103. THREADS = @threads@
  104. MODULE = util
  105. SUBMODULE = regx
  106. include ../../Makefile.incl
  107. CPP_PUBHEADERS = RegxDefs.hpp 
  108. UniCharTable.hpp 
  109. Op.hpp 
  110. OpFactory.hpp 
  111. BMPattern.hpp 
  112. Match.hpp 
  113. RegxUtil.hpp 
  114. RangeToken.hpp 
  115. Token.hpp 
  116. CharToken.hpp 
  117. ClosureToken.hpp 
  118. ConcatToken.hpp 
  119. ConditionToken.hpp 
  120. ModifierToken.hpp 
  121. ParenToken.hpp 
  122. StringToken.hpp 
  123. UnionToken.hpp 
  124. TokenInc.hpp 
  125. XMLUniCharacter.hpp 
  126. RangeFactory.hpp 
  127. XMLRangeFactory.hpp 
  128. BlockRangeFactory.hpp 
  129. UnicodeRangeFactory.hpp 
  130. ASCIIRangeFactory.hpp 
  131. RangeTokenMap.hpp 
  132. TokenFactory.hpp 
  133. RegxParser.hpp 
  134. ParserForXMLSchema.hpp 
  135. RegularExpression.hpp
  136. CPP_OBJECTS = Op.$(TO) 
  137. OpFactory.$(TO) 
  138. BMPattern.$(TO) 
  139. Match.$(TO) 
  140. RegxUtil.$(TO) 
  141. RangeToken.$(TO) 
  142. Token.$(TO) 
  143. CharToken.$(TO) 
  144. ClosureToken.$(TO) 
  145. ConcatToken.$(TO) 
  146. ConditionToken.$(TO) 
  147. ModifierToken.$(TO) 
  148. ParenToken.$(TO) 
  149. StringToken.$(TO) 
  150. UnionToken.$(TO) 
  151. XMLUniCharacter.$(TO) 
  152. RangeFactory.$(TO) 
  153. XMLRangeFactory.$(TO) 
  154. BlockRangeFactory.$(TO) 
  155. UnicodeRangeFactory.$(TO) 
  156. ASCIIRangeFactory.$(TO) 
  157. RangeTokenMap.$(TO) 
  158. TokenFactory.$(TO) 
  159. RegxParser.$(TO) 
  160. ParserForXMLSchema.$(TO) 
  161. RegularExpression.$(TO)
  162. include ../Makefile.util.submodule