Whamcloud - gitweb
- merge 0.7rc1 from b_devel to HEAD (20030612 merge point)
[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 if LIBLUSTRE
9 lib_LIBRARIES = libmdc.a
10 libmdc_a_SOURCES = mdc_request.c mdc_reint.c mdc_lib.c mdc_internal.h
11 else
12 MODULE = mdc
13 modulefs_DATA = mdc.o
14 EXTRA_PROGRAMS = mdc
15
16 mdc_SOURCES = mdc_request.c mdc_reint.c lproc_mdc.c mdc_lib.c mdc_internal.h
17 endif
18
19 include $(top_srcdir)/Rules