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

📄 makefile.in

📁 lustre 1.6.5 source code
💻 IN
字号:
default: allMODULES := ldiskfs# copy makefile over to not break patchesext3_extra := $(wildcard @LINUX@/fs/ext3/Makefile)ext3_headers := $(wildcard @LINUX@/fs/ext3/*.h)linux_headers := $(wildcard @LINUX@/include/linux/ext3*.h)ext3_sources := $(filter-out %.mod.c,$(wildcard @LINUX@/fs/ext3/*.c))new_sources := iopen.c iopen.h extents.c mballoc.c group.h fiemap.hnew_headers := ext3_extents.h ldiskfs_patched_sources := $(notdir $(ext3_sources) $(ext3_headers)) $(new_sources) $(new_headers)ldiskfs_sources := $(ldiskfs_patched_sources)ldiskfs-objs := $(filter %.o,$(ldiskfs_sources:.c=.o))EXTRA_PRE_CFLAGS := -I@LINUX@/fs -I@LDISKFSDIR@@INCLUDE_RULES@

⌨️ 快捷键说明

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