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

词法分析

开发平台:

Visual 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.36 2003/03/13 22:13:45 tng Exp $
  58. #
  59. ###################################################################
  60. #                    IMPORTANT NOTE                               #
  61. ###################################################################
  62. # If you are going to do the OS390BATCH build, make sure you have #
  63. # the OS390BATCH environment variable set.                        #
  64. #                                                                 #
  65. #   export OS390BATCH=1                                           #
  66. #                                                                 #
  67. ###################################################################
  68. PLATFORM = @platform@
  69. CC  = @cc@
  70. CXX = @cxx@
  71. GCC = @GCC@
  72. GXX = @GXX@
  73. PREFIX = @prefix@
  74. LDFLAGS = @ldflags@
  75. LIBS = @libs@
  76. OSVER = @osver@
  77. TRANSCODER = @transcoder@
  78. MESSAGELOADER = @messageloader@
  79. BITSTOBUILD = @bitstobuild@
  80. include ../version.incl
  81. include ../src/xercesc/Makefile.incl
  82. LIB=${XERCESCROOT}/lib
  83. ## OS390BATCH
  84. ifeq (${OS390BATCH},1)
  85. BATCH_TARGET = "//'${LOADMOD}(IXM4C51)'"
  86. endif
  87. ifneq (${PLATFORM}, OS400)
  88. ifeq (${PLATFORM}, CYGWIN)
  89. CYGNAME=cygxerces-c
  90. endif
  91. LIBNAME=libxerces-c
  92. else
  93. LIBNAME=libxercesc
  94. endif
  95. ALL_OBJECTS=$(wildcard $(PLATFORM)/*.o)
  96. #######################################################
  97. #  HP-UX with CC compiler is awkward since it does    #
  98. #  not instantiate templates automatically. To do so  #
  99. #  you need to invoke the linker. So, just for this   #
  100. #  compiler, we try to create a dummy executable      #
  101. #  before we create the shared library.  This will    #
  102. #  force all templates to be instantiated and the     #
  103. #  shared library is created with all template        #
  104. #  instantiations in place.                           #
  105. #######################################################
  106. ifeq (${PLATFORM},HPUX)
  107.   ifeq (${CXX},CC)
  108.     ######  Start HP-UX  CC compiler specific stuff #######
  109.     DUMMYEXE=$(XML_LIB_DIR)/dummyExe
  110.     TEMPLATESOBJS=$(wildcard $(TEMPLATESREPOSITORY)/*.o)
  111.     all: $(DUMMYEXE) ${FQ_REAL_NAME}
  112. rm -f $(DUMMYEXE)
  113.     $(DUMMYEXE): $(ALL_OBJECTS)
  114. ${MAKE_SHARED} -o ${@} $^ $(PLATFORM_LIBRARIES) $(ALLLIBS)
  115.     ######  End HP-UX  CC compiler specific stuff #######
  116.   else
  117.     all: ${FQ_REAL_NAME}
  118.   endif
  119. else
  120.    ## Start OS390BATCH ##
  121.   ifeq (${OS390BATCH},1)
  122. all: ${BATCH_TARGET}
  123.    ## End OS390BATCH ##
  124.   else
  125.     ifeq (${PLATFORM},CYGWIN)
  126. all: ${FQ_SO_NAME}
  127.     else
  128. all: ${FQ_REAL_NAME}
  129.     endif
  130.   endif
  131. endif
  132. ########################################################
  133. #                                                      #
  134. # OS/390 works pretty much the same way as Windows NT  #
  135. # as far as linking goes. The runtime library is       #
  136. # called .dll, and the link-time libraries have a .x   #
  137. # extension. You need the .x files to link             #
  138. # your application at build time and need the .dll     #
  139. # file to run it. So, we need to copy over the .x      #
  140. # file to the lib directory as well, so that you can   #
  141. # link your application.                               #
  142. ########################################################
  143. ifeq (${PLATFORM},CYGWIN)
  144. ${FQ_SO_NAME}: $(ALL_OBJECTS)
  145. @echo Building ${FQ_SO_NAME}
  146. ${MAKE_SHARED} ${LD_SONAME} -o ${@} ${^} $(TEMPLATESOBJS) $(PLATFORM_LIBRARIES) $(EXTRA_LINK_OPTIONS) $(ALLLIBS)
  147. @echo symlink ${FQ_REAL_NAME}.a
  148. rm -rf ${FQ_REAL_NAME}.a   && ln -s ${XML_LIB_DIR}/${LIBNAME}${SO_TARGET_VERSION}${SHLIBSUFFIX}.a ${FQ_REAL_NAME}.a
  149. @echo symlink ${FQ_LINK_NAME}.a
  150. rm -rf ${FQ_LINK_NAME}.a && ln -s ${FQ_REAL_NAME}.a ${FQ_LINK_NAME}.a
  151. endif
  152. ${FQ_REAL_NAME}: $(ALL_OBJECTS)
  153. @echo Building ${FQ_REAL_NAME}
  154. ${MAKE_SHARED} ${LD_SONAME} -o ${@} ${^} $(TEMPLATESOBJS) $(PLATFORM_LIBRARIES) $(EXTRA_LINK_OPTIONS) $(ALLLIBS)
  155.     ifneq (${FQ_SO_NAME},${FQ_REAL_NAME})
  156. @echo symlink ${FQ_SO_NAME} 
  157. rm -rf ${FQ_SO_NAME}   && ln -s ${FQ_REAL_NAME} ${FQ_SO_NAME}
  158.     endif
  159. @echo symlink ${FQ_LINK_NAME}
  160. rm -rf ${FQ_LINK_NAME} && ln -s ${FQ_SO_NAME} ${FQ_LINK_NAME}
  161. ## Start OS390 ##
  162. ifeq (${PLATFORM},OS390)
  163. ## Start OS390BATCH ##
  164. ifeq (${OS390BATCH},1)
  165. ${BATCH_TARGET}:        $(ALL_OBJECTS)
  166. @echo Building ${BATCH_TARGET}
  167. ${MAKE_SHARED} -o ${@} ${^} $(TEMPLATESOBJS) $(PLATFORM_LIBRARIES) $(EXTRA_LINK_OPTIONS) $(ALLLIBS)
  168. else
  169. $(CP) ${LIBNAME}${VER}${OS390SIDEDECK} ${LIB}
  170. endif
  171. endif
  172. ## End OS390 and OS390BATCH
  173. clean:
  174. @echo "Making clean in obj ..."
  175. -rm -f $(ALL_OBJECTS) ${FQ_REAL_NAME}
  176. ifneq ($(strip $(TEMPLATESREPOSITORY)),)
  177. -rm -f $(TEMPLATESREPOSITORY)/*.o
  178. -rm -f $(TEMPLATESREPOSITORY)/*.c
  179. -rm -f $(TEMPLATESREPOSITORY)/*.cs
  180. -rm -f $(TEMPLATESREPOSITORY)/*.he
  181. endif
  182. ifeq (${PLATFORM}, CYGWIN)
  183. -rm -f ${XML_LIB_DIR}/${LIBNAME}${SO_TARGET_VERSION}${SHLIBSUFFIX}.a
  184. -rm -f ${FQ_LINK_NAME}.a
  185. -rm -f ${FQ_REAL_NAME}.a
  186. else
  187. -rm -f ${FQ_SO_NAME}
  188. -rm -f ${FQ_LINK_NAME}
  189. endif
  190. distclean: clean
  191. -rm -f Makefile
  192. -rm -rf $(XML_OBJ_DIR)
  193. ifneq ($(strip $(TEMPLATESREPOSITORY)),)
  194. -rm -rf $(TEMPLATESREPOSITORY)
  195. endif
  196. install:
  197. ifeq (${OS390BATCH},1)
  198. @echo "Nothing to do for OS390BATCH ..."
  199. else
  200. -mkdir -p ${DESTDIR}${PREFIX}/lib
  201. ifeq (${PLATFORM}, CYGWIN)
  202. -mkdir -p ${DESTDIR}${PREFIX}/bin
  203. $(CP) ${FQ_SO_NAME} ${DESTDIR}${PREFIX}/bin
  204. $(CP) $(XML_LIB_DIR)/${LIBNAME}${SO_TARGET_VERSION}${SHLIBSUFFIX}.a ${DESTDIR}${PREFIX}/lib
  205. (cd ${DESTDIR}$(PREFIX)/lib; rm -f ${LINK_NAME}.a libxerces.dll.a; ln -s ${LIBNAME}${SO_TARGET_VERSION}${SHLIBSUFFIX}.a ${LINK_NAME}.a; ln -s ${LIBNAME}${SO_TARGET_VERSION}${SHLIBSUFFIX}.a libxerces.dll.a)
  206. else
  207. $(CP) ${FQ_REAL_NAME} ${DESTDIR}$(PREFIX)/lib
  208. (cd ${DESTDIR}$(PREFIX)/lib; ln -s ${REAL_NAME} ${SO_NAME}; ln -s ${REAL_NAME} ${LINK_NAME})
  209. endif
  210. ifeq (${PLATFORM},OS390)
  211. $(CP) ${LIBNAME}${VER}${OS390SIDEDECK} ${DESTDIR}$(PREFIX)/lib
  212. endif
  213. endif