Whamcloud - gitweb
Branch b1_4_mountconf
[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         $(top_srcdir)/lustre/ldlm/ldlm_inodebits.c      \
16         $(top_srcdir)/lustre/ldlm/ldlm_flock.c
17
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                   \
21     ptlrpc_internal.h $(LDLM_COMM_SOURCES)
22
23 if LIBLUSTRE
24
25 noinst_LIBRARIES = libptlrpc.a
26 libptlrpc_a_SOURCES = $(COMMON_SOURCES)
27 libptlrpc_a_CPPFLAGS = $(LLCPPFLGS)
28 libptlrpc_a_CFLAGS = $(LLCFLAGS)
29
30 endif
31
32 if MODULES
33 modulefs_DATA = ptlrpc$(KMODEXT)
34 endif # MODULES
35
36 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@  ldlm_*.c l_lock.c
37 DIST_SOURCES = $(ptlrpc_objs:.o=.c) ptlrpc_internal.h