makefile.am

来自「linux 下通过802.1认证的安装包」· AM 代码 · 共 15 行

AM
15
字号
AUTOMAKE_OPTIONS=foreign no-dependencies

#CORELIBS = @CORELIBS@
#MORELIBS = @MORELIBS@ -L${top_srcdir}/lib/libxsupconfig -l xsupconfig -L${top_srcdir}/lib/libxsupgui -lxsupgui
#MOREDEFS = @MOREDEFS@ 
INCLUDES = @INCS@ -I ${top_srcdir}/src/ -I ${top_srcdir}/lib/libxsupconfig -I ${top_srcdir}/lib/libxsupconfwrite
DEFS = @DEFS@ $(MOREDEFS) -DEXTERNAL_USE

CLEANFILES= config_grammar.c config_lexicon.c config_grammar.h

bin_PROGRAMS = config-parser
config_parser_SOURCES = config-parser.c ${top_srcdir}/src/xsup_debug.c ${top_srcdir}/src/xsup_common.c ${top_srcdir}/src/getopts.c

config_parser_LDADD = $(MORELIBS) -L${top_srcdir}/lib/libxsupconfig -lxsupconfig -L${top_srcdir}/lib/libxsupconfwrite -lxsupconfwrite -L${top_srcdir}/lib/libxsupgui -lxsupgui 

⌨️ 快捷键说明

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