Whamcloud - gitweb
12f06fc5c96527e3235694676a49c53bbead80d9
[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
10 modulefs_DATA = mds.o
11 EXTRA_PROGRAMS = mds
12
13 LINX= mds_updates.c simple.c target.c
14
15 mds_updates.c: 
16         test -e mds_updates.c || ln -sf $(top_srcdir)/lib/mds_updates.c
17 simple.c: 
18         test -e simple.c || ln -sf $(top_srcdir)/lib/simple.c
19 target.c: 
20         test -e target.c || ln -sf $(top_srcdir)/lib/target.c
21
22 mds_SOURCES = mds_lov.c handler.c mds_reint.c mds_fs.c lproc_mds.c $(LINX)
23
24 include $(top_srcdir)/Rules