makefile.am
来自「著名的入侵检测系统snort的最新版本的源码」· AM 代码 · 共 53 行
AM
53 行
AUTOMAKE_OPTIONS=foreign no-dependenciesnoinst_LIBRARIES = libtarget_based.aINCLUDES = @INCLUDES@if HAVE_TARGET_BASEDBUILT_SOURCES = \sf_attribute_table_parser.c \sf_attribute_table.h \sf_attribute_table.cnodist_libtarget_based_a_SOURCES = \sf_attribute_table_parser.c \sf_attribute_table.h \sf_attribute_table.clibtarget_based_a_SOURCES = \sftarget_reader.c \sftarget_reader.h \sftarget_hostentry.c \sftarget_hostentry.h \sftarget_protocol_reference.c \sftarget_protocol_reference.h \sf_attribute_table_parser.l \sf_attribute_table.yelselibtarget_based_a_SOURCES = sftarget_reader.cendif.y.c: $(YACC) -d -psfat_ -o$@ $?#### Ugly to get the header file built.#### any other suggestions?sf_attribute_table.h: sf_attribute_table.y $(YACC) -d -psfat_ $? mv y.tab.h $@.l.c: $(LEX) -i -o$@ $?sf_attribute_table_parser.l: sf_attribute_table.hsf_attribute_table_parser.c: sf_attribute_table_parser.l $(LEX) -i -Psfat -o$@ $?clean-local: rm -f \ sf_attribute_table_parser.c \ sf_attribute_table.h \ sf_attribute_table.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?