📄 makefile.am
字号:
includedir = -I$(top_srcdir)/includetea_hash_sources = tea_hash.cSTATIC_LIBS = libtea_hash-static.lalibtea_hash_static_la_SOURCES = $(tea_hash_sources)libtea_hash_static_la_CFLAGS = @GENERIC_CFLAGS@if ENABLE_MINIMALMINIMAL_LIBS = libtea_hash-minimal.laelseMINIMAL_LIBS =endifnoinst_LTLIBRARIES = $(STATIC_LIBS) $(MINIMAL_LIBS)if ENABLE_MINIMALlibtea_hash_minimal_la_SOURCES = $(tea_hash_sources)libtea_hash_minimal_la_CFLAGS = @MINIMAL_CFLAGS@endifINCLUDES = $(includedir)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -