Whamcloud - gitweb
- added LNET self test (landing b_self_test).
[fs/lustre-release.git] / lnet / selftest / autoMakefile.am
diff --git a/lnet/selftest/autoMakefile.am b/lnet/selftest/autoMakefile.am
new file mode 100644 (file)
index 0000000..36af901
--- /dev/null
@@ -0,0 +1,23 @@
+my_sources = console.c conrpc.c conctl.c console.h conrpc.h \
+            framework.c timer.c rpc.c workitem.c module.c \
+            ping_test.c brw_test.c
+
+if LIBLUSTRE
+noinst_LIBRARIES= libselftest.a
+libselftest_a_SOURCES= $(my_sources)
+libselftest_a_CPPFLAGS = $(LLCPPFLAGS)
+libselftest_a_CFLAGS = $(LLCFLAGS)
+endif
+
+if MODULES
+
+if LINUX
+modulenet_DATA = lnet_selftest$(KMODEXT)
+endif # LINUX
+
+endif # MODULES
+
+install-data-hook: $(install_data_hook)
+
+MOSTLYCLEANFILES = @MOSTLYCLEANFILES@ selftest
+DIST_SOURCES = $(lnet_selftest-objs:%.o=%.c) console.h conrpc.h rpc.h selftest.h timer.h