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

📄 makefile.am

📁 著名的入侵检测系统snort的最新版本的源码
💻 AM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -