⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 libftdi - A library (using libusb) to talk to FTDI s FT2232C, FT232BM and FT245BM type chips includ
💻 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 + -