makefile.am
来自「添加linux下对NTFS格式文件系统访问支持的源代码ntfs-3g」· AM 代码 · 共 55 行
AM
55 行
if REALLYSTATICAM_LIBS = $(top_builddir)/libntfs-3g/.libs/libntfs-3g.aAM_LFLAGS = -staticSTATIC_LINK = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@elseAM_LIBS = $(top_builddir)/libntfs-3g/libntfs-3g.laAM_LFLAGS = $(all_libraries)LIBTOOL_LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@endif# Workaround to make REALLYSTATIC work with automake 1.5.LINK=$(STATIC_LINK) $(LIBTOOL_LINK)man_MANS = ntfs-3g.8 MAINTAINERCLEANFILES = Makefile.inlinux_ntfsincludedir = -I$(top_srcdir)/include/ntfsbin_PROGRAMS = ntfs-3g# Set the include path.AM_CPPFLAGS = -I$(top_srcdir)/include/ntfs-3g $(all_includes)ntfs_3g_SOURCES = ntfs-3g.c utils.c utils.hntfs_3g_LDADD = $(AM_LIBS) $(FUSE_MODULE_LIBS) $(libfuse_libs)ntfs_3g_LDFLAGS = $(AM_LFLAGS)ntfs_3g_CFLAGS = $(FUSE_MODULE_CFLAGS) -DFUSE_USE_VERSION=26# Extra targetsstrip: $(bin_PROGRAMS) $(STRIP) $^libs: (cd ../libntfs-3g && $(MAKE) libs) || exit 1;if RUN_LDCONFIGinstall-exec-hook: $(LDCONFIG)endifinstall-exec-local: $(INSTALL) -d $(DESTDIR)/sbin $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3ginstall-data-local: $(INSTALL) -d $(DESTDIR)$(man8dir) $(LN_S) -f ntfs-3g.8 $(DESTDIR)$(man8dir)/mount.ntfs-3g.8uninstall-local: $(RM) -f $(DESTDIR)/sbin/mount.ntfs-3g $(RM) -f $(DESTDIR)$(man8dir)/mount.ntfs-3g.8
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?