📄 makefile.am
字号:
# set the include path found by configureINCLUDES= $(all_includes)# the library search path.lib_LTLIBRARIES = libftdi.lalibftdi_la_SOURCES = ftdi.cinclude_HEADERS = ftdi.h# Note: If you specify a:b:c as the version in the next line,# the library that is made has version (a-c).c.b. In this# example, the version is 2.1.2. (3:2:1)libftdi_la_LDFLAGS = -version-info 10:0:10 $(all_libraries)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -