makefile.am
来自「libftdi - A library (using libusb) to ta」· AM 代码 · 共 14 行
AM
14 行
# 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 + =
减小字号Ctrl + -
显示快捷键?