Whamcloud - gitweb
LU-3963 libcfs: remove proc handler wrappers
[fs/lustre-release.git] / lustre / obdclass / autoMakefile.am
index 9eada75..66b7c25 100644 (file)
@@ -1,12 +1,9 @@
 SUBDIRS = linux
-if DARWIN
-SUBDIRS += darwin
-endif
-DIST_SUBDIRS = linux darwin
+DIST_SUBDIRS = linux
 
 if LIBLUSTRE
 noinst_LIBRARIES = liblustreclass.a
-liblustreclass_a_SOURCES = class_obd.c debug.c genops.c statfs_pack.c mea.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_swab.c capa.c lprocfs_counters.c
@@ -28,31 +25,7 @@ modulefs_DATA += llog_test$(KMODEXT)
 endif # TESTS
 endif # LINUX
 
-if DARWIN
-macos_PROGRAMS = obdclass
-
-obdclass_SOURCES =                                             \
-       darwin/darwin-module.c darwin/darwin-sysctl.c           \
-       class_obd.c genops.c lprocfs_status.c                   \
-       lustre_handles.c lustre_peer.c obd_config.c             \
-       obdo.c debug.c llog_ioctl.c uuid.c                      \
-       llog_swab.c llog_obd.c llog.c llog_cat.c                \
-       mea.c lu_object.c dt_object.c lu_ref.c                  \
-       lprocfs_counters.c
-
-obdclass_CFLAGS := $(EXTRA_KCFLAGS)
-obdclass_LDFLAGS := $(EXTRA_KLDFLAGS)
-obdclass_LDADD := $(EXTRA_KLIBS)
-
-plist_DATA = Info.plist
-
-install_data_hook = fix-kext-ownership
-
-endif # DARWIN
-
 endif # MODULES
 
-install-data-hook: $(install_data_hook)
-
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@
-MOSTLYCLEANFILES += linux/*.o darwin/*.o
+MOSTLYCLEANFILES += linux/*.o