?? makefile.in
字號:
## Copyright 1999-2000,2004 The Apache Software Foundation.# # Licensed under the Apache License, Version 2.0 (the "License");# you may not use this file except in compliance with the License.# You may obtain a copy of the License at# # http://www.apache.org/licenses/LICENSE-2.0# # Unless required by applicable law or agreed to in writing, software# distributed under the License is distributed on an "AS IS" BASIS,# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.# See the License for the specific language governing permissions and# limitations under the License.#### $Id: Makefile.in,v 1.14 2004/09/08 13:57:03 peiyongz Exp $###################################################################### IMPORTANT NOTE ##################################################################### If you are going to do the OS390BATCH build, make sure you have ## the OS390BATCH environment variable set. ## ## export OS390BATCH=1 ## ####################################################################PLATFORM = @platform@COMPILER = @compiler@CXXVER = @cxxver@GCC = @GCC@GXX = @GXX@CXXFLAGS = @cxxflags@CFLAGS = @cflags@LDFLAGS = @ldflags@PREFIX = @prefix@THREADS = @threads@EXTRA_LIBS = @extra_libs@include ../../../version.inclinclude ../../Makefile.inclAPP_NAME=DOMTestAPP_DIR=DOM/DOMTestOUTDIR= ${XERCESCROOT}/tests/${APP_DIR}EXEC= ${XERCESCROOT}/binOBJS= ${OUTDIR}/DTest.oSRC= ${XERCESCROOT}/tests/${APP_DIR}HEADER_FILES=${SRC}/DTest.h## OS390BATCHifeq (${OS390BATCH},1)BATCH_TARGET= "//'${LOADMOD}(${APP_NAME})'"all:: makedir ${BATCH_TARGET}elseall:: makedir ${EXEC}/${APP_NAME}endifmakedir:: -mkdir -p $(OUTDIR)${EXEC}/${APP_NAME}:: ${OBJS} ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS} ${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}${BATCH_TARGET}:: ${OBJS} ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS} ${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}$(OUTDIR)/DTest.o:: ${SRC}/DTest.cpp ${HEADER_FILES} ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/DTest.o ${SRC}/DTest.cppclean:: rm -f ${OBJS} ${EXEC}/${APP_NAME}distclean:: clean rm -f Makefile
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -