Whamcloud - gitweb
- fix to deal with other versions of automake.... :(
[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 MODS=@FSMOD@
9
10 MODULE = mds
11 modulefs_DATA = mds.o $(MODS).o
12 EXTRA_PROGRAMS = mds $(MODS)
13
14 LINX= mds_updates.c simple.c ll_pack.c lov_pack.c target.c
15
16 ll_pack.c: 
17         test -e ll_pack.c || ln -sf $(top_srcdir)/lib/ll_pack.c
18 mds_updates.c: 
19         test -e mds_updates.c || ln -sf $(top_srcdir)/lib/mds_updates.c
20 simple.c: 
21         test -e simple.c || ln -sf $(top_srcdir)/lib/simple.c
22 lov_pack.c: 
23         test -e lov_pack.c || ln -sf $(top_srcdir)/lib/lov_pack.c
24 target.c: 
25         test -e target.c || ln -sf $(top_srcdir)/lib/target.c
26
27 mds_SOURCES = mds_lov.c handler.c mds_reint.c mds_fs.c $(LINX)
28
29 include $(top_srcdir)/Rules
30