X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fptlrpc%2FMakefile.in;h=2a54e95ed89e16df8ade606fc3499f51b323932a;hp=9cf66f2ad105c704b531f1c4d0adfa0ccb52b7a7;hb=907a321c9b9e2cd5f5ccf488cc516ba05dee0ad8;hpb=2709cc886caaeeba428937f0bb791404f38b9830 diff --git a/lustre/ptlrpc/Makefile.in b/lustre/ptlrpc/Makefile.in index 9cf66f2..2a54e95 100644 --- a/lustre/ptlrpc/Makefile.in +++ b/lustre/ptlrpc/Makefile.in @@ -13,13 +13,19 @@ ptlrpc_objs := client.o recover.o connection.o niobuf.o pack_generic.o ptlrpc_objs += events.o ptlrpc_module.o service.o pinger.o ptlrpc_objs += llog_net.o llog_client.o llog_server.o import.o ptlrpcd.o ptlrpc_objs += pers.o lproc_ptlrpc.o wiretest.o layout.o -ptlrpc_objs += sec.o sec_bulk.o sec_gc.o sec_config.o sec_lproc.o -ptlrpc_objs += sec_null.o sec_plain.o nrs.o nrs_fifo.o nrs_crr.o +ptlrpc_objs += sec.o sec_ctx.o sec_bulk.o sec_gc.o sec_config.o sec_lproc.o +ptlrpc_objs += sec_null.o sec_plain.o nrs.o nrs_fifo.o nrs_crr.o nrs_orr.o +ptlrpc_objs += nrs_tbf.o errno.o target_objs := $(TARGET)tgt_main.o $(TARGET)tgt_lastrcvd.o +target_objs += $(TARGET)tgt_handler.o $(TARGET)out_handler.o +target_objs += $(TARGET)out_lib.o + +nodemap_objs = nodemap_handler.o nodemap_lproc.o nodemap_range.o +nodemap_objs += nodemap_idmap.o nodemap_rbtree.o nodemap_member.o ptlrpc-objs := $(ldlm_objs) $(ptlrpc_objs) -@SERVER_TRUE@ptlrpc-objs += $(target_objs) +@SERVER_TRUE@ptlrpc-objs += $(target_objs) $(nodemap_objs) @GSS_TRUE@subdir-m += gss @@ -37,8 +43,12 @@ interval_tree.c: @LUSTRE@/ldlm/interval_tree.c tgt_%.c: @LUSTRE@/target/tgt_%.c ln -sf $< $@ +out_%.c: @LUSTRE@/target/out_%.c + ln -sf $< $@ + EXTRA_DIST := $(ptlrpc_objs:.o=.c) ptlrpc_internal.h -@SERVER_TRUE@EXTRA_DIST += $(TARGET)tgt_internal.h +EXTRA_DIST += $(TARGET)tgt_internal.h nodemap_internal.h +@SERVER_FALSE@EXTRA_DIST += $(target_objs:.o=.c) EXTRA_PRE_CFLAGS := -I@LUSTRE@/ldlm -I@LUSTRE@/target