Whamcloud - gitweb
- move the peter branch changes to the head
[fs/lustre-release.git] / lustre / ldlm / 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 MODULE = ldlm
8 modulefs_DATA = ldlm.o
9 EXTRA_PROGRAMS = ldlm
10
11 l_lock.c: 
12         test -e l_lock.c || ln -sf $(top_srcdir)/lib/l_lock.c
13 l_net.c: 
14         test -e l_net.c || ln -sf $(top_srcdir)/lib/l_net.c
15
16 LINX=l_lock.c l_net.c
17
18 ldlm_SOURCES = l_lock.c ldlm_lock.c ldlm_resource.c ldlm_test.c ldlm_lockd.c \
19 ldlm_extent.c ldlm_request.c l_net.c
20
21 include $(top_srcdir)/Rules
22