Whamcloud - gitweb
- move the peter branch changes to the head
[fs/lustre-release.git] / lustre / mdc / 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
8 MODULE = mdc
9 modulefs_DATA = mdc.o
10 EXTRA_PROGRAMS = mdc
11
12 LINX=l_net.c mds_updates.c ll_pack.c lov_pack.c 
13 mdc_SOURCES =  mdc_request.c mdc_reint.c $(LINX)
14 lov_pack.c: 
15         test -e lov_pack.c || ln -sf $(top_srcdir)/lib/lov_pack.c .
16
17 ll_pack.c: 
18         test -e ll_pack.c || ln -sf $(top_srcdir)/lib/ll_pack.c .
19
20 l_net.c: 
21         test -e l_net.c || ln -sf $(top_srcdir)/lib/l_net.c .
22
23 mds_updates.c: 
24         test -e mds_updates.c || ln -sf $(top_srcdir)/lib/mds_updates.c .
25
26
27 include $(top_srcdir)/Rules