Whamcloud - gitweb
48e416c0622590fb374cfe71975a29ccb311025f
[fs/lustre-release.git] / lustre / mdc / 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 = mdc
9 modulefs_DATA = mdc.o
10 EXTRA_PROGRAMS = mdc
11
12 LINX=mds_updates.c ll_pack.c
13 mdc_SOURCES =  mdc_request.c mdc_reint.c $(LINX)
14 ll_pack.c: 
15         test -e ll_pack.c || ln -sf $(top_srcdir)/lib/ll_pack.c .
16
17 mds_updates.c: 
18         test -e mds_updates.c || ln -sf $(top_srcdir)/lib/mds_updates.c .
19
20
21 include $(top_srcdir)/Rules