Whamcloud - gitweb
Move cleanup of service struct into ptlrpc_unregister_service().
[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
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 mds_SOURCES = handler.c mds_reint.c mds_fs.c $(LINX)
23
24 dist-hook:
25         list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done
26
27 include $(top_srcdir)/Rules
28