Whamcloud - gitweb
merge b_devel into HEAD, which will become 0.7.3
[fs/lustre-release.git] / lustre / ptlrpc / Makefile.am
1 # Copyright (C) 2001  Cluster File Systems, Inc.
2 #
3 # This code is issued under the GNU General Public License.
4 # See the file COPYING in this distribution
5
6 DEFS=
7
8 if LIBLUSTRE
9 lib_LIBRARIES = libptlrpc.a
10 libptlrpc_a_SOURCES = client.c niobuf.c pack_generic.c recover.c connection.c \
11 ptlrpc_module.c events.c ptlrpc_lib.c
12 else
13 MODULE = ptlrpc
14 modulefs_DATA = ptlrpc.o
15 EXTRA_PROGRAMS = ptlrpc
16
17 ptlrpc_SOURCES = recover.c connection.c ptlrpc_module.c events.c service.c \
18 client.c niobuf.c pack_generic.c lproc_ptlrpc.c pinger.c ptlrpc_lib.c \
19 ptlrpc_internal.h recov_thread.c
20 endif
21
22 include $(top_srcdir)/Rules