Whamcloud - gitweb
The start of moving the MDS root out of the filesystem root. A bit of
[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
10 EXTRA_PROGRAMS = mds
11
12 LINX=mds_pack.c mds_updates.c simple.c
13 mds_pack.c: 
14         ln -s ../lib/mds_pack.c .
15 mds_updates.c: 
16         ln -s ../lib/mds_updates.c .
17 simple.c: 
18         ln -s ../lib/simple.c .
19
20 mds_SOURCES = handler.c mds_reint.c mds_ext2.c mds_ext3.c $(LINX)
21
22 dist-hook:
23         list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done
24
25 include $(top_srcdir)/Rules
26