📄 makefile.am
字号:
## $IdAUTOMAKE_OPTIONS=foreign no-dependenciesINCLUDES = -I../includenoinst_libdir = ${exec_prefix}/lib/snort_dynamicpreprocessornoinst_lib_LTLIBRARIES = lib_sfdynamic_preprocessor_example.lalib_sfdynamic_preprocessor_example_la_LDFLAGS = -export-dynamicBUILT_SOURCES = \sf_dynamic_preproc_lib.c nodist_lib_sfdynamic_preprocessor_example_la_SOURCES = \sf_dynamic_preproc_lib.c \spp_example.c \sf_preproc_info.hEXTRA_DIST = \spp_example.c \sf_preproc_info.hsf_dynamic_preproc_lib.c: ../include/sf_dynamic_preproc_lib.c cp $? $@clean-local: rm -f sf_dynamic_preproc_lib.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -