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 \
15 $(top_srcdir)/lustre/ldlm/ldlm_inodebits.c \
16 $(top_srcdir)/lustre/ldlm/ldlm_flock.c
18 COMMON_SOURCES = client.c recover.c connection.c niobuf.c pack_generic.c \
19 events.c ptlrpc_module.c service.c pinger.c recov_thread.c llog_net.c \
20 llog_client.c llog_server.c import.c ptlrpcd.c pers.c lproc_ptlrpc.c wiretest.c \
21 ptlrpc_internal.h $(LDLM_COMM_SOURCES)
25 noinst_LIBRARIES = libptlrpc.a
26 libptlrpc_a_SOURCES = $(COMMON_SOURCES)
27 libptlrpc_a_CPPFLAGS = $(LLCPPFLAGS)
28 libptlrpc_a_CFLAGS = $(LLCFLAGS)
35 modulefs_DATA = ptlrpc$(KMODEXT)
39 macos_PROGRAMS := ptlrpc
62 ptlrpc_CFLAGS := $(EXTRA_KCFLAGS)
63 ptlrpc_LDFLAGS := $(EXTRA_KLDFLAGS)
64 ptlrpc_LDADD := $(EXTRA_KLIBS)
66 plist_DATA := Info.plist
68 install_data_hook := fix-kext-ownership
74 install-data-hook: $(install_data_hook)
75 DIST_SOURCES = $(ptlrpc_objs:.o=.c) ptlrpc_internal.h
76 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ ldlm_*.c l_lock.c