X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=3d02d1db2a4ffe998e38c3aecafbe6ee834537c9;hb=f625f670afbe954030ff81f0f8522137d6cdd335;hp=848c26b010f48bf12329d91e3b80c33f2bbc0860;hpb=f112981702e67c182bd2467b10cefd44bc121f2e;p=fs%2Flustre-release.git diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index 848c26b..3d02d1d 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -1,11 +1,19 @@ -MODULES := lustre llite_lloop -lustre-objs := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o -lustre-objs += llite_fid.o rw.o lproc_llite.o namei.o symlink.o llite_mmap.o -lustre-objs += xattr.o remote_perm.o llite_rmtacl.o llite_capa.o +MODULES := lustre +@LLITE_LLOOP_TRUE@MODULES += llite_lloop +lustre-objs := dcache.o dir.o file.o llite_lib.o llite_nfs.o +lustre-objs += rw.o lproc_llite.o namei.o symlink.o llite_mmap.o +lustre-objs += xattr.o xattr_cache.o remote_perm.o llite_rmtacl.o llite_capa.o lustre-objs += rw26.o super25.o statahead.o -lustre-objs += ../lclient/glimpse.o ../lclient/lcommon_cl.o ../lclient/lcommon_misc.o -lustre-objs += vvp_dev.o vvp_page.o vvp_lock.o vvp_io.o vvp_object.o +lustre-objs += glimpse.o +lustre-objs += lcommon_cl.o +lustre-objs += lcommon_misc.o +lustre-objs += vvp_dev.o vvp_page.o vvp_lock.o vvp_io.o vvp_object.o vvp_req.o +lustre-objs += range_lock.o llite_lloop-objs := lloop.o +EXTRA_DIST := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c +EXTRA_DIST += $(llite_lloop-objs:.o=.c) +EXTRA_DIST += vvp_internal.h range_lock.h + @INCLUDE_RULES@