Whamcloud - gitweb
Split portals into its own CVS module (b1_4)
[fs/lustre-release.git] / lustre / ptlrpc / autoMakefile.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 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
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)
20
21 if LIBLUSTRE
22
23 noinst_LIBRARIES = libptlrpc.a
24 libptlrpc_a_SOURCES = $(COMMON_SOURCES)
25 libptlrpc_a_CPPFLAGS = $(LLCPPFLGS)
26 libptlrpc_a_CFLAGS = $(LLCFLAGS)
27
28 endif
29
30 if MODULES
31 modulefs_DATA = ptlrpc$(KMODEXT)
32 endif # MODULES
33
34 MOSTLYCLEANFILES = *.o *.ko *.mod.c ldlm_*.c l_lock.c
35 DIST_SOURCES = $(ptlrpc_objs:.o=.c) ptlrpc_internal.h