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

xml/soap/webservice

开发平台:

C/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.22  2001/11/07 19:18:52  peiyongz
  59. # DateTime Port
  60. #
  61. # Revision 1.21  2001/10/01 16:14:22  peiyongz
  62. # DTV Reorganization:new classes: AbstractNumericFactValidator/ AbstractNumericValidator
  63. #
  64. # Revision 1.20  2001/09/25 16:08:26  peiyongz
  65. # DTV Reorganization: Create native NameDTV and NCNameDTV
  66. #
  67. # Revision 1.19  2001/09/18 16:00:54  peiyongz
  68. # DTV reorganization: AbstractStringValidator
  69. #
  70. # Revision 1.18  2001/08/24 17:12:01  knoaman
  71. # Add support for anySimpleType.
  72. # Remove parameter 'baseValidator' from the virtual method 'newInstance'.
  73. #
  74. # Revision 1.17  2001/08/01 18:49:16  peiyongz
  75. # AnyRUIDatatypeValidator
  76. #
  77. # Revision 1.16  2001/07/26 20:40:56  peiyongz
  78. # FloatDatatypeValidator
  79. #
  80. # Revision 1.15  2001/07/24 13:59:03  peiyongz
  81. # DoubleDTV
  82. #
  83. # Revision 1.14  2001/07/13 14:10:37  peiyongz
  84. # UnionDTV
  85. #
  86. # Revision 1.13  2001/07/11 21:37:15  peiyongz
  87. # ListDatatypeDTV
  88. #
  89. # Revision 1.12  2001/07/06 20:21:46  peiyongz
  90. # QNameDTV & ENTITYDTV enabled
  91. #
  92. # Revision 1.11  2001/07/06 17:12:11  tng
  93. # Automatic build of single-threaded library.  By Martin Kalen.
  94. #
  95. # Revision 1.10  2001/07/05 20:15:26  peiyongz
  96. # NOTATIONDatatypeValidator
  97. #
  98. # Revision 1.9  2001/07/04 20:16:31  peiyongz
  99. # IDREFDatatypeValidator
  100. #
  101. # Revision 1.8  2001/07/04 15:22:55  peiyongz
  102. # IDDatatypeValidator
  103. #
  104. # Revision 1.7  2001/06/27 17:09:52  tng
  105. # [Bug 1147] Headers install in wrong directory.  By Murray Cumming.
  106. #
  107. # Revision 1.6  2001/05/16 15:24:44  tng
  108. # Schema: Add Base64 and HexBin.  By Pei Yong Zhang.
  109. #
  110. # Revision 1.5  2001/05/11 13:27:29  tng
  111. # Copyright update.
  112. #
  113. # Revision 1.4  2001/05/10 20:51:31  tng
  114. # Schema: Add DecimalDatatypeValidator and XMLBigDecimal, XMLBigInteger.  By Pei Yong Zhang.
  115. #
  116. # Revision 1.3  2001/05/09 18:43:41  tng
  117. # Add StringDatatypeValidator and BooleanDatatypeValidator.  By Pei Yong Zhang.
  118. #
  119. # Revision 1.2  2001/03/21 21:39:15  knoaman
  120. # Schema symbols and Datatype validator part I
  121. #
  122. # Revision 1.1  2001/02/15 18:41:50  tng
  123. # Schema: Exception Handling added by Pei Yong Zhang.  Add NumberFormatException, ParseException,
  124. # InvalidDatatypeFacetException, and InvalidDatatypeValueException.  The associated
  125. # Makefile.in and configure.in are updated.
  126. #
  127. #
  128. PLATFORM = @platform@
  129. CC  = @cc@
  130. CXX = @cxx@
  131. CXXFLAGS = @cxxflags@
  132. CFLAGS = @cflags@
  133. PREFIX = @prefix@
  134. PREFIX_INCLUDE = @prefix_include@
  135. LDFLAGS = @ldflags@
  136. LIBS = @libs@
  137. OSVER = @osver@
  138. USELIBWWW = @uselibwww@
  139. MESSAGELOADER = @messageloader@
  140. TRANSCODER = @transcoder@
  141. THREADS = @threads@
  142. include ../../Makefile.incl
  143. MODULE = validators
  144. SUBMODULE = datatype
  145. VALIDATORS_DATATYPE_CPP_PUBHEADERS = 
  146. InvalidDatatypeFacetException.hpp 
  147. InvalidDatatypeValueException.hpp 
  148. DatatypeValidator.hpp 
  149. DatatypeValidatorFactory.hpp 
  150. Base64BinaryDatatypeValidator.hpp 
  151. BooleanDatatypeValidator.hpp 
  152. DecimalDatatypeValidator.hpp 
  153. HexBinaryDatatypeValidator.hpp 
  154. StringDatatypeValidator.hpp 
  155. IDDatatypeValidator.hpp 
  156. NOTATIONDatatypeValidator.hpp 
  157. ENTITYDatatypeValidator.hpp 
  158. QNameDatatypeValidator.hpp 
  159. NameDatatypeValidator.hpp 
  160. NCNameDatatypeValidator.hpp 
  161. ListDatatypeValidator.hpp 
  162. UnionDatatypeValidator.hpp 
  163. DoubleDatatypeValidator.hpp 
  164. FloatDatatypeValidator.hpp 
  165. AnyURIDatatypeValidator.hpp 
  166. IDREFDatatypeValidator.hpp 
  167. AnySimpleTypeDatatypeValidator.hpp 
  168. AbstractNumericFacetValidator.hpp 
  169. AbstractNumericValidator.hpp 
  170. AbstractStringValidator.hpp 
  171. DateTimeValidator.hpp 
  172. DateTimeDatatypeValidator.hpp 
  173. DateDatatypeValidator.hpp 
  174. TimeDatatypeValidator.hpp 
  175. DayDatatypeValidator.hpp 
  176. MonthDatatypeValidator.hpp 
  177. MonthDayDatatypeValidator.hpp 
  178. YearDatatypeValidator.hpp 
  179. YearMonthDatatypeValidator.hpp 
  180. DurationDatatypeValidator.hpp
  181. VALIDATORS_DATATYPE_CPP_PRIVHEADERS =
  182. VALIDATORS_DATATYPE_C_FILES =
  183. VALIDATORS_DATATYPE_CPP_OBJECTS = 
  184. DatatypeValidator.$(TO) 
  185. DatatypeValidatorFactory.$(TO) 
  186. Base64BinaryDatatypeValidator.$(TO) 
  187. BooleanDatatypeValidator.$(TO) 
  188. DecimalDatatypeValidator.$(TO) 
  189. HexBinaryDatatypeValidator.$(TO) 
  190. StringDatatypeValidator.$(TO) 
  191. IDDatatypeValidator.$(TO) 
  192. NOTATIONDatatypeValidator.$(TO) 
  193. ENTITYDatatypeValidator.$(TO) 
  194. QNameDatatypeValidator.$(TO) 
  195. NameDatatypeValidator.$(TO) 
  196. NCNameDatatypeValidator.$(TO) 
  197. ListDatatypeValidator.$(TO) 
  198. UnionDatatypeValidator.$(TO) 
  199. DoubleDatatypeValidator.$(TO) 
  200. FloatDatatypeValidator.$(TO) 
  201. AnyURIDatatypeValidator.$(TO) 
  202. IDREFDatatypeValidator.$(TO) 
  203. AnySimpleTypeDatatypeValidator.$(TO) 
  204. AbstractNumericFacetValidator.$(TO) 
  205. AbstractNumericValidator.$(TO) 
  206. AbstractStringValidator.$(TO) 
  207. DateTimeValidator.$(TO) 
  208. DateTimeDatatypeValidator.$(TO) 
  209. DateDatatypeValidator.$(TO) 
  210. TimeDatatypeValidator.$(TO) 
  211. DayDatatypeValidator.$(TO) 
  212. MonthDatatypeValidator.$(TO) 
  213. MonthDayDatatypeValidator.$(TO) 
  214. YearDatatypeValidator.$(TO) 
  215. YearMonthDatatypeValidator.$(TO) 
  216. DurationDatatypeValidator.$(TO)
  217. all:: includes $(VALIDATORS_DATATYPE_CPP_OBJECTS)
  218. includes:: pubheaders $(VALIDATORS_DATATYPE_C_FILES)
  219. pubheaders::
  220. -mkdir -p $(XML_INC_DIR)/$(MODULE)/$(SUBMODULE)
  221. $(CP) $(VALIDATORS_DATATYPE_CPP_PUBHEADERS) $(VALIDATORS_DATATYPE_C_FILES) $(XML_INC_DIR)/$(MODULE)/$(SUBMODULE)
  222. # this may generate unnecessary dependencies, but it makes life easier
  223. depend:: includes
  224. $(MAKE_DEPEND) $(XML_INCL)  *.cpp > $(DEPFILE)
  225. clean::
  226. @echo "Making clean in $(MODULE)/$(SUBMODULE) ..."
  227. $(RM2) $(addprefix $(XML_OBJ_DIR)/,$(VALIDATORS_DATATYPE_CPP_OBJECTS))
  228. distclean:: clean
  229. $(RM) Makefile $(DEPFILE)
  230. @echo "Removing all $(MODULE)/$(SUBMODULE) header files ..."
  231. $(RM2) $(addprefix $(XML_INC_DIR)/$(MODULE)/$(SUBMODULE)/,$(VALIDATORS_DATATYPE_CPP_PUBHEADERS))
  232. install::
  233. -mkdir -p $(PREFIX_INCLUDE)/$(MODULE)/$(SUBMODULE)
  234. $(CP) $(VALIDATORS_DATATYPE_CPP_PUBHEADERS) $(VALIDATORS_DATATYPE_C_FILES) $(PREFIX_INCLUDE)/$(MODULE)/$(SUBMODULE)