Whamcloud - gitweb
LU-10171 headers: define pct(a,b) once
[fs/lustre-release.git] / lustre / llite / Makefile.in
1 MODULES := lustre
2 lustre-objs := dcache.o dir.o file.o llite_lib.o llite_nfs.o
3 lustre-objs += rw.o lproc_llite.o namei.o symlink.o llite_mmap.o
4 @XATTR_HANDLER_TRUE@lustre-objs += xattr.o
5 @XATTR_HANDLER_FALSE@lustre-objs += xattr26.o
6 lustre-objs += xattr_cache.o
7 lustre-objs += rw26.o super25.o statahead.o xattr_security.o
8 lustre-objs += glimpse.o
9 lustre-objs += lcommon_cl.o
10 lustre-objs += lcommon_misc.o
11 lustre-objs += vvp_dev.o vvp_page.o vvp_io.o vvp_object.o
12 lustre-objs += range_lock.o
13
14 EXTRA_DIST := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c
15 EXTRA_DIST += vvp_internal.h range_lock.h
16
17 @XATTR_HANDLER_TRUE@EXTRA_DIST += xattr26.c
18 @XATTR_HANDLER_FALSE@EXTRA_DIST += xattr.c
19
20 @INCLUDE_RULES@