📄 makefile.am
字号:
AM_CFLAGS = -I../.. -Wall EXTRA_DIST = .indent.pronoinst_LTLIBRARIES = libtskfs.la# Note that the .h files are in the top-level Makefilelibtskfs_la_SOURCES = tsk_fs_i.h fs_inode.c fs_io.c fs_block.c fs_open.c \ fs_name.c fs_dir.c fs_types.c fs_attr.c fs_attrlist.c fs_load.c \ fs_parse.c fs_file.c \ unix_misc.c nofs_misc.c \ ffs.c ffs_dent.c ext2fs.c ext2fs_dent.c ext2fs_journal.c \ fatfs.c fatfs_meta.c fatfs_dent.c ntfs.c ntfs_dent.c swapfs.c rawfs.c \ iso9660.c iso9660_dent.c \ hfs.c hfs_dent.c hfs_journal.c hfs_unicompare.c \ dcalc_lib.c dcat_lib.c dls_lib.c dstat_lib.c ffind_lib.c \ fls_lib.c icat_lib.c ifind_lib.c ils_lib.c indent: indent *.c *.hclean-local: -rm -f *.c~ *.h~
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -