⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 log4cxx 0.10 unix下编译包
💻 IN
📖 第 1 页 / 共 5 页
字号:
ECHO_N = @ECHO_N@ECHO_T = @ECHO_T@EGREP = @EGREP@EXEEXT = @EXEEXT@F77 = @F77@FFLAGS = @FFLAGS@HAS_FWIDE = @HAS_FWIDE@HAS_LIBESMTP = @HAS_LIBESMTP@HAS_MBSRTOWCS = @HAS_MBSRTOWCS@HAS_ODBC = @HAS_ODBC@HAS_STD_LOCALE = @HAS_STD_LOCALE@HAS_SYSLOG = @HAS_SYSLOG@HAS_WCHAR_T = @HAS_WCHAR_T@HAS_WCSTOMBS = @HAS_WCSTOMBS@INSTALL_DATA = @INSTALL_DATA@INSTALL_PROGRAM = @INSTALL_PROGRAM@INSTALL_SCRIPT = @INSTALL_SCRIPT@INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@IODBC_CONFIG = @IODBC_CONFIG@LATEX_DOC_FALSE = @LATEX_DOC_FALSE@LATEX_DOC_TRUE = @LATEX_DOC_TRUE@LDFLAGS = @LDFLAGS@LIBOBJS = @LIBOBJS@LIBS = @LIBS@LIBS_ODBC = @LIBS_ODBC@LIBTOOL = @LIBTOOL@LN_S = @LN_S@LOGCHAR_IS_UNICHAR = @LOGCHAR_IS_UNICHAR@LOGCHAR_IS_UTF8 = @LOGCHAR_IS_UTF8@LOGCHAR_IS_WCHAR = @LOGCHAR_IS_WCHAR@LTLIBOBJS = @LTLIBOBJS@LT_VERSION = @LT_VERSION@MAKEINFO = @MAKEINFO@OBJEXT = @OBJEXT@PACKAGE = @PACKAGE@PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@PACKAGE_NAME = @PACKAGE_NAME@PACKAGE_STRING = @PACKAGE_STRING@PACKAGE_TARNAME = @PACKAGE_TARNAME@PACKAGE_VERSION = @PACKAGE_VERSION@PATH_SEPARATOR = @PATH_SEPARATOR@RANLIB = @RANLIB@SET_MAKE = @SET_MAKE@SHELL = @SHELL@STRIP = @STRIP@UNICHAR_API = @UNICHAR_API@VERSION = @VERSION@WCHAR_T_API = @WCHAR_T_API@ac_ct_AR = @ac_ct_AR@ac_ct_CC = @ac_ct_CC@ac_ct_CXX = @ac_ct_CXX@ac_ct_F77 = @ac_ct_F77@ac_ct_RANLIB = @ac_ct_RANLIB@ac_ct_STRIP = @ac_ct_STRIP@am__fastdepCC_FALSE = @am__fastdepCC_FALSE@am__fastdepCC_TRUE = @am__fastdepCC_TRUE@am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@am__include = @am__include@am__leading_dot = @am__leading_dot@am__quote = @am__quote@am__tar = @am__tar@am__untar = @am__untar@base_dir = @base_dir@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@datadir = @datadir@enable_dot = @enable_dot@enable_html_docs = @enable_html_docs@enable_latex_docs = @enable_latex_docs@exec_prefix = @exec_prefix@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localstatedir = @localstatedir@mandir = @mandir@manual_dest = @manual_dest@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@prefix = @prefix@program_transform_name = @program_transform_name@sbindir = @sbindir@sharedstatedir = @sharedstatedir@sysconfdir = @sysconfdir@target = @target@target_alias = @target_alias@target_cpu = @target_cpu@target_os = @target_os@target_vendor = @target_vendor@# Licensed to the Apache Software Foundation (ASF) under one or more# contributor license agreements.  See the NOTICE file distributed with# this work for additional information regarding copyright ownership.# The ASF licenses this file to You 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.#noinst_HEADERS = \	$(top_srcdir)/src/test/cpp/customlogger/*.h \	$(top_srcdir)/src/test/cpp/helpers/*.h \	$(top_srcdir)/src/test/cpp/net/*.h \	$(top_srcdir)/src/test/cpp/pattern/*.h \	$(top_srcdir)/src/test/cpp/util/*.h \	$(top_srcdir)/src/test/cpp/xml/*.h \	$(top_srcdir)/src/test/cpp/*.hINCLUDES = -I$(top_srcdir)/src/main/include -I$(top_builddir)/src/main/includecustomlogger_tests = \	customlogger/xlogger.cpp\	customlogger/xloggertestcase.cppdefaultinit_tests = \	defaultinit/testcase1.cpp\	defaultinit/testcase2.cpp\	defaultinit/testcase3.cpp\	defaultinit/testcase4.cpphelpers = \        helpers/absolutetimedateformattestcase.cpp \        helpers/cacheddateformattestcase.cpp \        helpers/charsetdecodertestcase.cpp \        helpers/charsetencodertestcase.cpp \        helpers/cyclicbuffertestcase.cpp\        helpers/datetimedateformattestcase.cpp \        helpers/inetaddresstestcase.cpp \        helpers/iso8601dateformattestcase.cpp \        helpers/localechanger.cpp\        helpers/messagebuffertest.cpp \        helpers/optionconvertertestcase.cpp       \        helpers/propertiestestcase.cpp \        helpers/relativetimedateformattestcase.cpp \        helpers/stringtokenizertestcase.cpp \        helpers/stringhelpertestcase.cpp \        helpers/syslogwritertest.cpp \        helpers/timezonetestcase.cpp \        helpers/transcodertestcase.cppnet_tests = \	net/smtpappendertestcase.cpp \	net/socketappendertestcase.cpp \	net/sockethubappendertestcase.cpp \	net/socketservertestcase.cpp \	net/syslogappendertestcase.cpp \	net/telnetappendertestcase.cpp \	net/xmlsocketappendertestcase.cpppattern_tests = \	pattern/num343patternconverter.cpp \	pattern/patternparsertestcase.cpprolling_tests = \

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -