📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in# require automake 1.4# gnu strictness chokes on README being autogeneratedAUTOMAKE_OPTIONS = 1.4 foreignSUBDIRS = . tests docCFLAGS=configincludedir = $(pkglibdir)/includebin_SCRIPTS = libusb-configEXTRA_DIST = LICENSE libusb.spec.in libusb.spec libusb-config.in README.in README INSTALL.libusb.in INSTALL.libusbEXTRA_libusb_la_SOURCE = linux.c linux.h bsd.c darwin.clib_LTLIBRARIES = libusb.laif LINUX_APIOS_SUPPORT = linux.c linux.helseif BSD_APIOS_SUPPORT = bsd.celseif DARWIN_APIOS_SUPPORT = darwin.cCFLAGS_EXT = -no-cpp-precompLDADDS = -framework IOKit -framework CoreFoundationelseOS_SUPPORT = endifendifendifCFLAGS+=$(CFLAGS_EXT)libusb_la_SOURCES = usb.c usbi.h error.c error.h descriptors.c $(OS_SUPPORT)# Do not add usb.h to *_SOURCES, regardless of dependencies.# It would be added to the dist tarball, which it shouldn't be.nodist_include_HEADERS = usb.hlibusb_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -release $(LT_RELEASE) \ -export-dynamic \ $(LDADDS).PHONY: files release snapshotfiles: @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \ echo $$p; \ donerelease: rm -rf .deps */.deps $(MAKE) distchecksnapshot: $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -