# Copyright (C) 2002 Cluster File Systems, Inc. # # This code is issued under the GNU General Public License. # See the file COPYING in this distribution if LIBLUSTRE lib_LIBRARIES = liblmv.a liblmv_a_SOURCES = lmv_obd.c lmv_intent.c lmv_objmgr.c liblmv_a_CPPFLAGS = $(LLCPPFLAGS) liblmv_a_CFLAGS = $(LLCFLAGS) endif if MODULES modulefs_DATA = lmv$(KMODEXT) endif # MODULES DIST_SOURCES = $(lmv-objs:.o=.c) lmv_internal.h MOSTLYCLEANFILES = *.o *.ko *.mod.c