Whamcloud - gitweb
land b_eq on HEAD
[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 noinst_LIBRARIES = libmdc.a
10 libmdc_a_SOURCES = mdc_request.c mdc_reint.c mdc_lib.c mdc_internal.h mdc_locks.c
11 libmdc_a_CFLAGS = -fPIC
12 else
13 MODULE = mdc
14 modulefs_DATA = mdc.o
15 EXTRA_PROGRAMS = mdc
16
17 mdc_SOURCES = mdc_request.c mdc_reint.c lproc_mdc.c mdc_lib.c mdc_locks.c mdc_internal.h
18 endif
19
20 include $(top_srcdir)/Rules