Whamcloud - gitweb
- The same changes made to the OST are now working in the MDS
[fs/lustre-release.git] / lustre / mds / 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 = mds
9 modulefs_DATA = mds.o mds_extN.o # mds_ext2.o mds_ext3.o
10 EXTRA_PROGRAMS = mds mds_extN # mds_ext2 mds_ext3
11
12 LINX=mds_updates.c simple.c ll_pack.c l_net.c
13 ll_pack.c: 
14         test -e ll_pack.c || ln -sf $(top_srcdir)/lib/ll_pack.c
15
16 mds_updates.c: 
17         test -e mds_updates.c || ln -sf $(top_srcdir)/lib/mds_updates.c
18
19 simple.c: 
20         test -e simple.c || ln -sf $(top_srcdir)/lib/simple.c
21
22 l_net.c: 
23         test -e l_net.c || ln -sf $(top_srcdir)/lib/l_net.c
24
25 mds_SOURCES = handler.c mds_reint.c mds_fs.c $(LINX)
26
27 dist-hook:
28         list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done
29
30 include $(top_srcdir)/Rules
31