Whamcloud - gitweb
land v0.9.1 on HEAD, in preparation for a 1.0.x branch
[fs/lustre-release.git] / lustre / osc / 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 = libosc.a
10 libosc_a_SOURCES = osc_request.c osc_lib.c osc_create.c osc_rpcd.c osc_internal.h
11 else
12 MODULE = osc
13 modulefs_DATA = osc.o
14 EXTRA_PROGRAMS = osc
15 osc_SOURCES = osc_request.c lproc_osc.c osc_lib.c  osc_create.c osc_rpcd.c osc_internal.h
16 endif
17
18 include $(top_srcdir)/Rules