Whamcloud - gitweb
Clean out this change in my tree; don't install the liblustre file.
[fs/lustre-release.git] / lustre / utils / Makefile.mk
1 include $(src)/../portals/Kernelenv
2
3 OURPTLCTL := $(addprefix $(src)/../portals/utils/, $(PTLCTLOBJS))
4 OURPTLCTLNOPARSER := $(addprefix $(src)/../portals/utils/, \
5                         $(filter-out parser.o,$(PTLCTLOBJS)))
6
7 host-progs := lctl obdio obdbarrier lload llmount #lfs# obdstat lfind
8 always := $(host-progs) 
9
10 lctl-objs := parser.o obd.o lctl.o lustre_cfg.o
11 HOSTLOADLIBES_lctl += $(LIBREADLINE) $(OURPTLCTLNOPARSER)
12 obdio-objs := obdio.o obdiolib.o
13 obdbarrier-objs := obdbarrier.o obdiolib.o
14 lload-objs := lload.o
15 llmount-objs := llmount.o 
16 HOSTLOADLIBES_llmount += $(OURPTLCTL)
17 HOSTLOADLIBES_lload += $(OURPTLCTL)