Whamcloud - gitweb
- many small makefile changes to build package conveniently.
[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
13 LINX=mds_pack.c mds_updates.c
14 mdc_SOURCES =  mdc_request.c mdc_reint.c $(LINX)
15
16 mds_pack.c: 
17         ln -s ../lib/mds_pack.c .
18 mds_updates.c: 
19         ln -s ../lib/mds_updates.c .
20
21 dist-hook:
22         list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done
23
24
25 include $(top_srcdir)/Rules