7 Star 6 Fork 1

LinRaise/Log4cplus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.am.tpl 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
Vaclav Haisman 提交于 2019-03-02 21:36 . Improve pull request #384.
[= AutoGen5 template -*- Mode: scheme -*-
am
=][=
(use-modules (ice-9 ftw))
=]## Generated by Autogen from [= (tpl-file) =]
AM_CPPFLAGS = -I$(top_srcdir)/include \
-I$(top_srcdir)/threadpool \
-I$(top_builddir)/include \
-I$(top_srcdir)/catch/single_include/catch2 \
-DCATCH_CONFIG_PREFIX_ALL=1 \
@LOG4CPLUS_NDEBUG@
AM_CXXFLAGS=@LOG4CPLUS_PROFILING_CXXFLAGS@ @LOG4CPLUS_LTO_CXXFLAGS@
AM_LDFLAGS=@LOG4CPLUS_PROFILING_LDFLAGS@ @LOG4CPLUS_LTO_LDFLAGS@
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = ChangeLog log4cplus.pc.in
SUBDIRS = include
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = log4cplus.pc
if ENABLE_VERSION_INFO_OPTION
VERSION_INFO_OPTION=-version-info @LT_VERSION@
else
VERSION_INFO_OPTION=-avoid-version
endif
if ENABLE_RELEASE_OPTION
RELEASE_OPTION=-release @LT_RELEASE@
else
RELEASE_OPTION=
endif
LOG4CPLUS_VERSION_LT_FLAGS=$(VERSION_INFO_OPTION) $(RELEASE_OPTION)
INCLUDES_SRC_PATH = $(top_srcdir)/include/log4cplus
liblog4cplus_la_file = $(top_builddir)/liblog4cplus.la
if BUILD_WITH_WCHAR_T_SUPPORT
liblog4cplusU_la_file = $(top_builddir)/liblog4cplusU.la
endif
# The tests add to this using += operator, so it needs to be initialized to
# empty first.
noinst_PROGRAMS=
[= FOR src-dirs =][=
(let ((files (list)))
(define (emit-am-file-ftw-cb filename statinfo flag)
(begin
(if (and (string-suffix-ci? ".am" filename))
(set! files (append! files (list filename))))
#t))
(begin
(ftw (get "name") emit-am-file-ftw-cb)
(set! files (sort! files string<?))
(emit "\n")
(for-each
(lambda (x)
(if (not (string-null? (get "conditional")))
(emit "if " (get "conditional") "\n"))
(emit "include %D%/" x "\n")
(if (not (string-null? (get "conditional")))
(emit "endif\n")))
files)))
=][= ENDFOR =]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/LinRaise/Log4cplus.git
[email protected]:LinRaise/Log4cplus.git
LinRaise
Log4cplus
Log4cplus
master

搜索帮助