Whamcloud - gitweb
Removes all traces of mds_req, mds_rep, ost_req, and ost_rep. All subsystems
[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_updates.c simple.c
13 mds_updates.c: 
14         ln -s ../lib/mds_updates.c .
15 simple.c: 
16         ln -s ../lib/simple.c .
17
18 mds_SOURCES = handler.c mds_reint.c mds_ext2.c mds_ext3.c $(LINX)
19
20 dist-hook:
21         list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done
22
23 include $(top_srcdir)/Rules
24