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-2000 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.13 2001/11/26 17:48:09 tng Exp $
  58. #
  59. SAXPrint_DIR=SAXPrint
  60. SAX2Print_DIR=SAX2Print
  61. SAXCount_DIR=SAXCount
  62. SAX2Count_DIR=SAX2Count
  63. DOMPrint_DIR=DOMPrint
  64. DOMCount_DIR=DOMCount
  65. IDOMPrint_DIR=IDOMPrint
  66. IDOMCount_DIR=IDOMCount
  67. Redirect_DIR=Redirect
  68. MemParse_DIR=MemParse
  69. PParse_DIR=PParse
  70. StdInParse_DIR=StdInParse
  71. EnumVal_DIR=EnumVal
  72. SEnumVal_DIR=SEnumVal
  73. CreateDOMDocument_DIR=CreateDOMDocument
  74. LIB_DIR=${XERCESCROOT}/lib
  75. PLATFORM = @platform@
  76. COMPILER = @compiler@
  77. CXXFLAGS = @cxxflags@
  78. CFLAGS = @cflags@
  79. PREFIX = @prefix@
  80. all:: saxprint sax2print saxcount sax2count domprint domcount idomprint idomcount redirect memparse pparse stdinparse enumval senumval createdomdocument
  81. saxprint::
  82. @echo Building "SAXPrint"
  83. cd $(SAXPrint_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
  84. sax2print::
  85. @echo Building "SAX2Print"
  86. cd $(SAX2Print_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
  87. saxcount::
  88. @echo Building "SAXCount"
  89. cd $(SAXCount_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
  90. sax2count::
  91. @echo Building "SAX2Count"
  92. cd $(SAX2Count_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
  93. domprint::
  94. @echo Building "DOMPrint"
  95. cd $(DOMPrint_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
  96. domcount::
  97. @echo Building "DOMCount"
  98. cd $(DOMCount_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
  99. idomprint::
  100. @echo Building "IDOMPrint"
  101. cd $(IDOMPrint_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
  102. idomcount::
  103. @echo Building "IDOMCount"
  104. cd $(IDOMCount_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
  105. memparse::
  106. @echo Building "MemParse"
  107. cd $(MemParse_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
  108. redirect::
  109. @echo Building "Redirect"
  110. cd $(Redirect_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
  111. pparse::
  112. @echo Building "PParse"
  113. cd $(PParse_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
  114. stdinparse::
  115. @echo Building "StdInParse"
  116. cd $(StdInParse_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
  117. enumval::
  118. @echo Building "EnumVal"
  119. cd $(EnumVal_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
  120. senumval::
  121. @echo Building "SEnumVal"
  122. cd $(SEnumVal_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
  123. createdomdocument::
  124. @echo Building "CreateDOMDocument"
  125. cd $(CreateDOMDocument_DIR) ; $(MAKE) $(MAKE_FLAGS) ; cd ..
  126. clean::
  127. cd $(SAXPrint_DIR) && $(MAKE) $@ && cd ..
  128. cd $(SAX2Print_DIR) && $(MAKE) $@ && cd ..
  129. cd $(SAXCount_DIR) && $(MAKE) $@ && cd ..
  130. cd $(SAX2Count_DIR) && $(MAKE) $@ && cd ..
  131. cd $(DOMPrint_DIR) && $(MAKE) $@ && cd ..
  132. cd $(DOMCount_DIR) && $(MAKE) $@ && cd ..
  133. cd $(IDOMPrint_DIR) && $(MAKE) $@ && cd ..
  134. cd $(IDOMCount_DIR) && $(MAKE) $@ && cd ..
  135. cd $(MemParse_DIR) && $(MAKE) $@ && cd ..
  136. cd $(Redirect_DIR) && $(MAKE) $@ && cd ..
  137. cd $(PParse_DIR) && $(MAKE) $@ && cd ..
  138. cd $(StdInParse_DIR) && $(MAKE) $@ && cd ..
  139. cd $(EnumVal_DIR) && $(MAKE) $@ && cd ..
  140. cd $(SEnumVal_DIR) && $(MAKE) $@ && cd ..
  141. cd $(CreateDOMDocument_DIR) && $(MAKE) $@ && cd ..
  142. distclean::
  143. cd $(SAXPrint_DIR) && $(MAKE) $@ && cd ..
  144. cd $(SAX2Print_DIR) && $(MAKE) $@ && cd ..
  145. cd $(SAXCount_DIR) && $(MAKE) $@ && cd ..
  146. cd $(SAX2Count_DIR) && $(MAKE) $@ && cd ..
  147. cd $(DOMPrint_DIR) && $(MAKE) $@ && cd ..
  148. cd $(DOMCount_DIR) && $(MAKE) $@ && cd ..
  149. cd $(IDOMPrint_DIR) && $(MAKE) $@ && cd ..
  150. cd $(IDOMCount_DIR) && $(MAKE) $@ && cd ..
  151. cd $(MemParse_DIR) && $(MAKE) $@ && cd ..
  152. cd $(Redirect_DIR) && $(MAKE) $@ && cd ..
  153. cd $(PParse_DIR) && $(MAKE) $@ && cd ..
  154. cd $(StdInParse_DIR) && $(MAKE) $@ && cd ..
  155. cd $(EnumVal_DIR) && $(MAKE) $@ && cd ..
  156. cd $(SEnumVal_DIR) && $(MAKE) $@ && cd ..
  157. cd $(CreateDOMDocument_DIR) && $(MAKE) $@ && cd ..
  158. rm -f Makefile config.cache config.log config.status
  159. rm -f *~ core