Whamcloud - gitweb
LU-165: Support privileged ports in the o2iblnd driver.
[fs/lustre-release.git] / lnet / selftest / autoMakefile.am
1 my_sources = console.c conrpc.c conctl.c console.h conrpc.h \
2              framework.c timer.c rpc.c module.c \
3              ping_test.c brw_test.c
4
5 if LIBLUSTRE
6 noinst_LIBRARIES= libselftest.a
7 libselftest_a_SOURCES= $(my_sources)
8 libselftest_a_CPPFLAGS = $(LLCPPFLAGS)
9 libselftest_a_CFLAGS = $(LLCFLAGS)
10 endif
11
12 if MODULES
13
14 if LINUX
15 modulenet_DATA = lnet_selftest$(KMODEXT)
16 endif # LINUX
17
18 endif # MODULES
19
20 install-data-hook: $(install_data_hook)
21
22 MOSTLYCLEANFILES = @MOSTLYCLEANFILES@ selftest
23 DIST_SOURCES = $(lnet_selftest-objs:%.o=%.c) console.h conrpc.h rpc.h selftest.h timer.h