1 # Copyright (C) 2001 Cluster File Systems, Inc.
3 # This code is issued under the GNU General Public License.
4 # See the file COPYING in this distribution
6 LDLM_COMM_SOURCES= $(top_srcdir)/lustre/ldlm/l_lock.c \
7 $(top_srcdir)/lustre/ldlm/ldlm_lock.c \
8 $(top_srcdir)/lustre/ldlm/ldlm_resource.c \
9 $(top_srcdir)/lustre/ldlm/ldlm_lib.c \
10 $(top_srcdir)/lustre/ldlm/ldlm_plain.c \
11 $(top_srcdir)/lustre/ldlm/ldlm_extent.c \
12 $(top_srcdir)/lustre/ldlm/ldlm_request.c \
13 $(top_srcdir)/lustre/ldlm/ldlm_lockd.c \
14 $(top_srcdir)/lustre/ldlm/ldlm_internal.h
16 COMMON_SOURCES = client.c recover.c connection.c niobuf.c pack_generic.c \
17 events.c ptlrpc_module.c service.c pinger.c recov_thread.c llog_net.c \
18 llog_client.c llog_server.c import.c ptlrpcd.c \
19 ptlrpc_internal.h $(LDLM_COMM_SOURCES)
23 noinst_LIBRARIES = libptlrpc.a
24 libptlrpc_a_SOURCES = $(COMMON_SOURCES)
25 libptlrpc_a_CPPFLAGS = $(LLCPPFLGS)
26 libptlrpc_a_CFLAGS = $(LLCFLAGS)
31 modulefs_DATA = ptlrpc$(KMODEXT)
34 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ ldlm_*.c l_lock.c
35 DIST_SOURCES = $(ptlrpc_objs:.o=.c) ptlrpc_internal.h