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

📄 makefile.am

📁 添加linux下对NTFS格式文件系统访问支持的源代码ntfs-3g
💻 AM
字号:
## Before making a release, the LTVERSION string should be modified.# The string is of the form CURRENT:REVISION:AGE.## CURRENT (C)#	The most recent interface number that this library implements.## REVISION (R)#	The implementation number that this library implements.## AGE (A)#	The difference between the newest and oldest interfaces that this#	library implements. In other works, the library implements all the#	interface numbers in the range from number 'CURRENT - AGE' to#	'CURRENT'.## This means that:##   - If interfaces have been changed or added, but binary compatibility has#     been preserved, change to C+1:0:A+1##   - If binary compatibility has been broken (eg removed or changed#     interfaces) change to C+1:0:0##   - If the interface is the same as the previous version, change to C:R+1:A#linux_ntfsincludedir = -I$(top_srcdir)/include/ntfs-3glib_LTLIBRARIES = libntfs-3g.lalibntfs_3g_la_CFLAGS = $(LIBNTFS_3G_CFLAGS) libntfs_3g_la_SOURCES =	\	attrib.c	\	attrlist.c	\	bitmap.c	\	bootsect.c	\	collate.c	\	compat.c	\	compress.c	\	debug.c		\	device.c	\	device_io.c	\	dir.c		\	index.c		\	inode.c		\	lcnalloc.c	\	logfile.c	\	logging.c	\	mft.c		\	misc.c		\	mst.c		\	runlist.c	\	security.c	\	unistr.c	\	version.c	\	volume.cAM_CPPFLAGS = $(linux_ntfsincludedir) $(all_includes)EXTRA_DIST = unix_io.cMAINTAINERCLEANFILES = Makefile.inlibs:	$(lib_LTLIBRARIES)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -