📄 makefile.am
字号:
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)ntfs_3g_LDFLAGS = $(AM_LFLAGS)ntfs_3g_CFLAGS = $(FUSE_MODULE_CFLAGS) -DFUSE_USE_VERSION=25# Extra targetsstrip: $(bin_PROGRAMS) $(STRIP) $^libs: (cd ../libntfs-3g && $(MAKE) libs) || exit 1;install-exec-hook: $(INSTALL) -d $(DESTDIR)/sbin $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3g ldconfiginstall-data-hook: $(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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -