📄 makefile.am
字号:
includedir = -I$(top_srcdir)/includenodeptr40_sources = nodeptr40.c nodeptr40_repair.c nodeptr40.h nodeptr40_repair.hSTATIC_LIBS = libnodeptr40-static.lalibnodeptr40_static_la_SOURCES = $(nodeptr40_sources)libnodeptr40_static_la_CFLAGS = @GENERIC_CFLAGS@if ENABLE_MINIMALMINIMAL_LIBS = libnodeptr40-minimal.laelseMINIMAL_LIBS =endifnoinst_LTLIBRARIES = $(STATIC_LIBS) $(MINIMAL_LIBS)if ENABLE_MINIMALlibnodeptr40_minimal_la_SOURCES = $(nodeptr40_sources)libnodeptr40_minimal_la_CFLAGS = @MINIMAL_CFLAGS@endifINCLUDES = $(includedir)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -