From 0b149ce38ca8f81876279647e1c9ea08eddc03c3 Mon Sep 17 00:00:00 2001
From: jacob <jacob>
Date: Tue, 29 Mar 2005 05:27:18 +0000
Subject: [PATCH] r=phil

remove unused files.
---
 lnet/Makefile.mk                 | 12 --------
 lnet/klnds/Makefile.mk           |  5 ---
 lnet/klnds/gmlnd/Makefile.mk     | 10 ------
 lnet/klnds/iiblnd/Makefile.mk    | 10 ------
 lnet/klnds/openiblnd/Makefile.mk | 10 ------
 lnet/klnds/socklnd/Makefile.mk   | 10 ------
 lnet/klnds/viblnd/Makefile.mk    | 10 ------
 lnet/libcfs/Makefile.mk          |  9 ------
 lnet/lnet/Makefile.mk            |  7 -----
 lnet/router/Makefile.mk          |  9 ------
 lnet/tests/Makefile.mk           |  9 ------
 lnet/utils/Makefile.mk           |  6 ----
 lustre/Makefile.mk               | 23 --------------
 lustre/cmobd/Makefile.mk         | 11 -------
 lustre/ldlm/Makefile.mk          | 11 -------
 lustre/llite/Makefile.mk         | 11 -------
 lustre/lmv/Makefile.mk           |  9 ------
 lustre/lov/Makefile.mk           |  9 ------
 lustre/lvfs/Makefile.mk          |  5 ---
 lustre/mdc/Makefile.mk           |  9 ------
 lustre/mds/Makefile.mk           | 11 -------
 lustre/obdclass/Makefile.mk      | 24 ---------------
 lustre/obdecho/Makefile.mk       |  9 ------
 lustre/obdfilter/Makefile.mk     | 11 -------
 lustre/osc/Makefile.mk           | 10 ------
 lustre/ost/Makefile.mk           |  9 ------
 lustre/ptlrpc/Makefile.mk        | 18 -----------
 lustre/tests/Makefile.mk         | 53 --------------------------------
 lustre/utils/Makefile.mk         | 17 ----------
 29 files changed, 357 deletions(-)
 delete mode 100644 lnet/Makefile.mk
 delete mode 100644 lnet/klnds/Makefile.mk
 delete mode 100644 lnet/klnds/gmlnd/Makefile.mk
 delete mode 100644 lnet/klnds/iiblnd/Makefile.mk
 delete mode 100644 lnet/klnds/openiblnd/Makefile.mk
 delete mode 100644 lnet/klnds/socklnd/Makefile.mk
 delete mode 100644 lnet/klnds/viblnd/Makefile.mk
 delete mode 100644 lnet/libcfs/Makefile.mk
 delete mode 100644 lnet/lnet/Makefile.mk
 delete mode 100644 lnet/router/Makefile.mk
 delete mode 100644 lnet/tests/Makefile.mk
 delete mode 100644 lnet/utils/Makefile.mk
 delete mode 100644 lustre/Makefile.mk
 delete mode 100644 lustre/cmobd/Makefile.mk
 delete mode 100644 lustre/ldlm/Makefile.mk
 delete mode 100644 lustre/llite/Makefile.mk
 delete mode 100644 lustre/lmv/Makefile.mk
 delete mode 100644 lustre/lov/Makefile.mk
 delete mode 100644 lustre/lvfs/Makefile.mk
 delete mode 100644 lustre/mdc/Makefile.mk
 delete mode 100644 lustre/mds/Makefile.mk
 delete mode 100644 lustre/obdclass/Makefile.mk
 delete mode 100644 lustre/obdecho/Makefile.mk
 delete mode 100644 lustre/obdfilter/Makefile.mk
 delete mode 100644 lustre/osc/Makefile.mk
 delete mode 100644 lustre/ost/Makefile.mk
 delete mode 100644 lustre/ptlrpc/Makefile.mk
 delete mode 100644 lustre/tests/Makefile.mk
 delete mode 100644 lustre/utils/Makefile.mk

diff --git a/lnet/Makefile.mk b/lnet/Makefile.mk
deleted file mode 100644
index 73a19df00f..0000000000
--- a/lnet/Makefile.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-include $(src)/Kernelenv
-
-# The ordering of these determines the order that each subsystem's 
-# module_init() functions are called in.  if these are changed make sure
-# they reflect the dependencies between each subsystem's _init functions.
-obj-y += libcfs/
-obj-y += portals/
-obj-y += router/
-obj-y += knals/
-obj-y += tests/
-
-obj-m += utils/
diff --git a/lnet/klnds/Makefile.mk b/lnet/klnds/Makefile.mk
deleted file mode 100644
index 454ee1669b..0000000000
--- a/lnet/klnds/Makefile.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-include $(obj)/../Kernelenv
-
-obj-y = socknal/
-obj-y = lonal/
-# more coming...
diff --git a/lnet/klnds/gmlnd/Makefile.mk b/lnet/klnds/gmlnd/Makefile.mk
deleted file mode 100644
index b799a47e4d..0000000000
--- a/lnet/klnds/gmlnd/Makefile.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include ../../Kernelenv
-
-obj-y += gmnal.o
-gmnal-objs    := gmnal_api.o gmnal_cb.o gmnal_utils.o gmnal_comm.o gmnal_module.o
-
diff --git a/lnet/klnds/iiblnd/Makefile.mk b/lnet/klnds/iiblnd/Makefile.mk
deleted file mode 100644
index 0459a20ccb..0000000000
--- a/lnet/klnds/iiblnd/Makefile.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../../Kernelenv
-
-obj-y += kiibnal.o
-kiibnal-objs := iibnal.o iibnal_cb.o
-
diff --git a/lnet/klnds/openiblnd/Makefile.mk b/lnet/klnds/openiblnd/Makefile.mk
deleted file mode 100644
index bd8043e53c..0000000000
--- a/lnet/klnds/openiblnd/Makefile.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../../Kernelenv
-
-obj-y += kopenibnal.o
-kopenibnal-objs := openibnal.o openibnal_cb.o
-
diff --git a/lnet/klnds/socklnd/Makefile.mk b/lnet/klnds/socklnd/Makefile.mk
deleted file mode 100644
index 5c1b366e4b..0000000000
--- a/lnet/klnds/socklnd/Makefile.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../../Kernelenv
-
-obj-y += ksocknal.o
-ksocknal-objs    := socknal.o socknal_cb.o
-
diff --git a/lnet/klnds/viblnd/Makefile.mk b/lnet/klnds/viblnd/Makefile.mk
deleted file mode 100644
index ffc15107e1..0000000000
--- a/lnet/klnds/viblnd/Makefile.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../../Kernelenv
-
-obj-y += kvibnal.o
-kvibnal-objs := vibnal.o vibnal_cb.o
-
diff --git a/lnet/libcfs/Makefile.mk b/lnet/libcfs/Makefile.mk
deleted file mode 100644
index 8ecf3c9387..0000000000
--- a/lnet/libcfs/Makefile.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include fs/lustre/portals/Kernelenv
-
-obj-y += libcfs.o
-libcfs-objs    := module.o proc.o debug.o lwt.o tracefile.o
diff --git a/lnet/lnet/Makefile.mk b/lnet/lnet/Makefile.mk
deleted file mode 100644
index eaba11cc80..0000000000
--- a/lnet/lnet/Makefile.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-include $(src)/../Kernelenv
-
-obj-y += portals.o
-portals-objs    := 	lib-eq.o lib-init.o lib-md.o lib-me.o \
-			lib-move.o lib-msg.o lib-ni.o lib-pid.o \
-			api-errno.o api-ni.o api-wrap.o \
-			module.o
diff --git a/lnet/router/Makefile.mk b/lnet/router/Makefile.mk
deleted file mode 100644
index 9b02c03bd6..0000000000
--- a/lnet/router/Makefile.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../Kernelenv
-
-obj-y += kptlrouter.o
-kptlrouter-objs    := router.o proc.o
diff --git a/lnet/tests/Makefile.mk b/lnet/tests/Makefile.mk
deleted file mode 100644
index 751c0a002a..0000000000
--- a/lnet/tests/Makefile.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../Kernelenv
-
-obj-y += ping_cli.o
-obj-y += ping_srv.o
diff --git a/lnet/utils/Makefile.mk b/lnet/utils/Makefile.mk
deleted file mode 100644
index cbbe6d5e99..0000000000
--- a/lnet/utils/Makefile.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-include $(src)/../Kernelenv
-
-host-progs := acceptor ptlctl
-always := $(host-progs)
-
-ptlctl-objs := ptlctl.o $(PTLCTLOBJS)
diff --git a/lustre/Makefile.mk b/lustre/Makefile.mk
deleted file mode 100644
index 6b1aecaee9..0000000000
--- a/lustre/Makefile.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-include $(src)/portals/Kernelenv
-
-# for scripts/version_tag.pl
-LINUX = @LINUX@
-
-obj-y += portals/
-# obdclass has to come before anything that does class_register..
-obj-y += obdclass/
-obj-y += ptlrpc/
-obj-y += obdfilter/
-obj-y += mdc/
-obj-y += mds/
-obj-y += obdecho/
-obj-y += osc/
-obj-y += ost/
-obj-y += lov/
-obj-y += lmv/
-obj-y += llite/
-obj-y += lvfs/
-
-# portals needs to be before utils/, which pulls in ptlctl objects
-obj-m += utils/
-obj-m += tests/ 
diff --git a/lustre/cmobd/Makefile.mk b/lustre/cmobd/Makefile.mk
deleted file mode 100644
index 4fc7cf2c3e..0000000000
--- a/lustre/cmobd/Makefile.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += cmobd.o
-cmobd-objs := cm_obd.o cm_reint.o cm_write.o \ 
-	      cm_oss_reint.o cm_mds_reint.o lproc_cm.o
-	
diff --git a/lustre/ldlm/Makefile.mk b/lustre/ldlm/Makefile.mk
deleted file mode 100644
index b20c77a075..0000000000
--- a/lustre/ldlm/Makefile.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += ldlm.o
-ldlm-objs := l_lock.o ldlm_lock.o ldlm_resource.o ldlm_extent.o ldlm_request.o \
-		ldlm_lockd.o ldlm_lib.o ldlm_flock.o ldlm_plain.o \
-		ldlm_inodebits.o
diff --git a/lustre/llite/Makefile.mk b/lustre/llite/Makefile.mk
deleted file mode 100644
index 45fb344149..0000000000
--- a/lustre/llite/Makefile.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (C) 2003  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += llite.o
-llite-objs := llite_lib.o dcache.o super.o rw.o \
-	super25.o file.o dir.o symlink.o namei.o lproc_llite.o \
-	rw26.o llite_nfs.o llite_close.o llite_gns.o special.o llite_mmap.o
diff --git a/lustre/lmv/Makefile.mk b/lustre/lmv/Makefile.mk
deleted file mode 100644
index 8b93229297..0000000000
--- a/lustre/lmv/Makefile.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2003  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += lmv.o
-lmv-objs := lmv_obd.o lmv_intent.o lmv_objmgr.o lproc_lmv.o
diff --git a/lustre/lov/Makefile.mk b/lustre/lov/Makefile.mk
deleted file mode 100644
index 48c14bb22b..0000000000
--- a/lustre/lov/Makefile.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2003  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += lov.o
-lov-objs := lov_obd.o lov_pack.o lproc_lov.o lov_log.o
diff --git a/lustre/lvfs/Makefile.mk b/lustre/lvfs/Makefile.mk
deleted file mode 100644
index 7124ea4065..0000000000
--- a/lustre/lvfs/Makefile.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-include $(src)/../portals/Kernelenv
-
-obj-y += lvfs.o fsfilt_ext3.o fsfilt_smfs.o
-lvfs-objs := fsfilt.o lvfs_common.o llog_lvfs.o lvfs_linux.o 
-lvfs-objs += llog.o llog_cat.o 
diff --git a/lustre/mdc/Makefile.mk b/lustre/mdc/Makefile.mk
deleted file mode 100644
index a93f1cfc8b..0000000000
--- a/lustre/mdc/Makefile.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2003  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += mdc.o
-mdc-objs := mdc_locks.o mdc_request.o mdc_reint.o lproc_mdc.o mdc_lib.o
diff --git a/lustre/mds/Makefile.mk b/lustre/mds/Makefile.mk
deleted file mode 100644
index 232e25251b..0000000000
--- a/lustre/mds/Makefile.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += mds.o
-mds-objs := mds_lov.o handler.o mds_reint.o mds_fs.o lproc_mds.o mds_open.o \
-	    mds_lib.o mds_unlink_open.o mds_log.o mds_lmv.o mds_groups.o
-	
diff --git a/lustre/obdclass/Makefile.mk b/lustre/obdclass/Makefile.mk
deleted file mode 100644
index 18efdfa922..0000000000
--- a/lustre/obdclass/Makefile.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += obdclass.o
-obdclass-objs := class_obd.o debug.o \
-		genops.o sysctl.o uuid.o lprocfs_status.o lustre_handles.o \
-		lustre_peer.o statfs_pack.o obdo.o llog_obd.o mea.o \
-		obd_config.o llog_ioctl.o
-
-$(obj)/class_obd.o: lustre_build_version
-
-# XXX I'm sure there's some automake mv-if-different helper for this.
-.PHONY:
-lustre_build_version:
-	pwd
-	perl $(src)/../scripts/version_tag.pl $(src)/.. $(obj)/.. > $(obj)/tmpver
-	cmp -s $(src)/../include/linux/lustre_build_version.h $(obj)/tmpver \
-		2> /dev/null &&                                            \
-		$(RM) $(obj)/tmpver ||                                            \
-		mv $(obj)/tmpver $(src)/../include/linux/lustre_build_version.h
diff --git a/lustre/obdecho/Makefile.mk b/lustre/obdecho/Makefile.mk
deleted file mode 100644
index 07b704028b..0000000000
--- a/lustre/obdecho/Makefile.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += obdecho.o
-obdecho-objs := echo.o echo_client.o lproc_echo.o
diff --git a/lustre/obdfilter/Makefile.mk b/lustre/obdfilter/Makefile.mk
deleted file mode 100644
index e8515ddc25..0000000000
--- a/lustre/obdfilter/Makefile.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright (C) 2003  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += obdfilter.o
-obdfilter-objs := filter.o lproc_obdfilter.o filter_log.o filter_io.o \
-			filter_san.o filter_io_26.o
-
diff --git a/lustre/osc/Makefile.mk b/lustre/osc/Makefile.mk
deleted file mode 100644
index 2a17b1c7c0..0000000000
--- a/lustre/osc/Makefile.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2003  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += osc.o
-osc-objs := osc_request.o lproc_osc.o osc_lib.o osc_create.o
-
diff --git a/lustre/ost/Makefile.mk b/lustre/ost/Makefile.mk
deleted file mode 100644
index 08c7dae4bc..0000000000
--- a/lustre/ost/Makefile.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) 2003  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += ost.o
-ost-objs := ost_handler.o lproc_ost.o
diff --git a/lustre/ptlrpc/Makefile.mk b/lustre/ptlrpc/Makefile.mk
deleted file mode 100644
index 77aa1cb39e..0000000000
--- a/lustre/ptlrpc/Makefile.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright (C) 2003  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-include $(src)/../portals/Kernelenv
-
-obj-y += ptlrpc.o
-
-ptlrpc-objs := recover.o connection.o ptlrpc_module.o events.o service.o \
-		client.o niobuf.o pack_generic.o lproc_ptlrpc.o pinger.o \
-		recov_thread.o import.o llog_net.o llog_client.o \
-		llog_server.o ptlrpcd.o ../ldlm/l_lock.o ../ldlm/ldlm_lock.o \
-		../ldlm/ldlm_resource.o ../ldlm/ldlm_extent.o \
-		../ldlm/ldlm_request.o ../ldlm/ldlm_lockd.o \
-		../ldlm/ldlm_lib.o ../ldlm/ldlm_flock.o ../ldlm/ldlm_plain.o \
-		../ldlm/ldlm_inodebits.o
-
diff --git a/lustre/tests/Makefile.mk b/lustre/tests/Makefile.mk
deleted file mode 100644
index b0106ac4b5..0000000000
--- a/lustre/tests/Makefile.mk
+++ /dev/null
@@ -1,53 +0,0 @@
-include $(src)/../portals/Kernelenv
-
-HOSTCFLAGS += -Iinclude -D_LARGEFILE64_SOURCE
-
-OURPTLCTL := $(addprefix $(src)/../portals/utils/, $(PTLCTLOBJS))
-OURPTLCTLNOPARSER := $(addprefix $(src)/../portals/utils/, \
-			$(filter-out parser.o,$(PTLCTLOBJS)))
-
-host-progs := openunlink testreq truncate directio openme writeme open_delay \
-	 	munlink tchmod toexcl fsx test_brw openclose createdestroy \
-		stat createmany statmany multifstat createtest mlink \
-		opendirunlink opendevunlink unlinkmany fchdir_test \
-		checkstat wantedi statone runas openfile \
-		mcreate mkdirmany utime o_directory small_write multiop
-
-always := $(host-progs) 
-
-
-tchmod-objs  := tchmod.o
-toexcl-objs  := toexcl.o
-testreq-objs  := testreq.o
-mcreate-objs  := mcreate.o
-munlink-objs  := munlink.o
-mlink-objs  := mlink.o
-truncate-objs  := truncate.o
-directio-objs  := directio.o
-openunlink-objs  := openunlink.o
-openme-objs  := openme.o
-writeme-objs  := writeme.o
-fsx-objs  := fsx.o
-test_brw-objs  := test_brw.o
-openclose-objs  := openclose.o
-createdestroy-objs  := createdestroy.o
-stat-objs  := stat.o
-createmany-objs  := createmany.o
-statmany-objs  := statmany.o
-unlinkmany-objs  := unlinkmany.o
-statone-objs  := statone.o
-mkdirmany-objs  := mkdirmany.o
-multifstat-objs  := multifstat.o
-checkstat-objs  := checkstat.o
-runas-objs  := runas.o
-openfile-objs  := openfile.o
-wantedi-objs  := wantedi.o
-createtest-objs  := createtest.o
-open_delay-objs  := open_delay.o
-opendirunlink-objs :=opendirunlink.o
-opendevunlink-objs :=opendirunlink.o
-fchdir_test-objs :=fchdir_test.o
-utime-objs :=utime.o
-o_directory-objs :=o_directory.o
-small_write-objs :=small_write.o
-multiop-objs :=multiop.o
diff --git a/lustre/utils/Makefile.mk b/lustre/utils/Makefile.mk
deleted file mode 100644
index f0978e2407..0000000000
--- a/lustre/utils/Makefile.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-include $(src)/../portals/Kernelenv
-
-OURPTLCTL := $(addprefix $(src)/../portals/utils/, $(PTLCTLOBJS))
-OURPTLCTLNOPARSER := $(addprefix $(src)/../portals/utils/, \
-			$(filter-out parser.o,$(PTLCTLOBJS)))
-
-host-progs := lctl obdio obdbarrier lload llmount #lfs# obdstat lfind
-always := $(host-progs) 
-
-lctl-objs := parser.o obd.o lctl.o lustre_cfg.o
-HOSTLOADLIBES_lctl += $(LIBREADLINE) $(OURPTLCTLNOPARSER)
-obdio-objs := obdio.o obdiolib.o
-obdbarrier-objs := obdbarrier.o obdiolib.o
-lload-objs := lload.o
-llmount-objs := llmount.o 
-HOSTLOADLIBES_llmount += $(OURPTLCTL)
-HOSTLOADLIBES_lload += $(OURPTLCTL)
-- 
GitLab