Whamcloud - gitweb
landing b_cmobd_merge on HEAD
[fs/lustre-release.git] / lustre / osc / autoMakefile.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 if LIBLUSTRE
7 noinst_LIBRARIES = libosc.a
8 libosc_a_SOURCES = osc_request.c osc_lib.c osc_create.c osc_internal.h
9 libosc_a_CPPFLAGS = $(LLCPPFLAGS)
10 libosc_a_CFLAGS = $(LLCFLAGS)
11 endif
12
13 if MODULES
14 modulefs_DATA = osc$(KMODEXT)
15 endif
16
17 MOSTLYCLEANFILES = *.o *.ko *.mod.c
18 DIST_SOURCES = $(osc-objs:%.o=%.c) osc_internal.h