Whamcloud - gitweb
file loop-sync-2.4.21-suse.patch was initially added on branch b1_2_smallfix.
[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 noinst_LIBRARIES = libosc.a
10 libosc_a_SOURCES = osc_request.c osc_lib.c osc_create.c osc_internal.h
11 libosc_a_CFLAGS = -fPIC
12 else
13 MODULE = osc
14 modulefs_DATA = osc.o
15 EXTRA_PROGRAMS = osc
16 osc_SOURCES = osc_request.c lproc_osc.c osc_lib.c  osc_create.c osc_internal.h
17 endif
18
19 include $(top_srcdir)/Rules