Whamcloud - gitweb
LU-2675 lustre: remove linux/lprocfs_status.h
[fs/lustre-release.git] / lustre / obdclass / autoMakefile.am
index a8a1049..66b7c25 100644 (file)
@@ -1,32 +1,31 @@
-if LIBLUSTRE
+SUBDIRS = linux
+DIST_SUBDIRS = linux
 
+if LIBLUSTRE
 noinst_LIBRARIES = liblustreclass.a
-liblustreclass_a_SOURCES = class_obd.c debug.c genops.c statfs_pack.c uuid.c 
+liblustreclass_a_SOURCES = class_obd.c debug.c genops.c statfs_pack.c uuid.c
 liblustreclass_a_SOURCES += lustre_handles.c lustre_peer.c lprocfs_status.c
 liblustreclass_a_SOURCES += obdo.c obd_config.c llog.c llog_obd.c llog_cat.c
-liblustreclass_a_SOURCES += llog_lvfs.c #llog_ioctl.c rbtree.c
-liblustreclass_a_CPPFLAGS = $(LLCPPFLAGS) -DLUSTRE_VERSION=\"32\" -DBUILD_VERSION=\"1\"
-liblustreclass_a_CFLAGS = $(LLCFLAGS)
+liblustreclass_a_SOURCES += llog_swab.c capa.c lprocfs_counters.c
+liblustreclass_a_SOURCES += lu_object.c cl_object.c lu_ref.c
+liblustreclass_a_SOURCES += cl_page.c cl_lock.c cl_io.c
+liblustreclass_a_SOURCES += #llog_ioctl.c rbtree.c
+liblustreclass_a_CPPFLAGS = $(LLCPPFLAGS) -I$(SYSIO)/include
+liblustreclass_a_CFLAGS = $(LLCFLAGS) -I$(SYSIO)/include
 
 endif
 
-if MODULES
-modulefs_DATA = obdclass$(KMODEXT)
-noinst_DATA = llog_test$(KMODEXT)
 
-$(modulefs_DATA): lustre_build_version llog-test.c
+if MODULES
 
-llog-test.c: llog_test.c
-       ln -s $< $@
+if LINUX
+modulefs_DATA = obdclass$(KMODEXT)
+if TESTS
+modulefs_DATA += llog_test$(KMODEXT)
+endif # TESTS
+endif # LINUX
 
-lustre_build_version: FORCE
-       perl $(top_builddir)/scripts/version_tag.pl $(top_srcdir) $(top_builddir) > tmpver
-       echo "#define LUSTRE_RELEASE @RELEASE@" >> tmpver
-       cmp -s $(top_builddir)/include/linux/lustre_build_version.h tmpver \
-                2> /dev/null &&                                            \
-                $(RM) tmpver ||                                            \
-                mv tmpver $(top_builddir)/include/linux/lustre_build_version.h
 endif # MODULES
 
-MOSTLYCLEANFILES = *.o *.ko *.mod.c llog-test.c
-DIST_SOURCES = $(filter-out llog-test.c,$(obdclass-objs:.o=.c)) $(llog-test-objs:.o=.c) llog_test.c llog_internal.h
+MOSTLYCLEANFILES := @MOSTLYCLEANFILES@
+MOSTLYCLEANFILES += linux/*.o