5 DIST_SUBDIRS := $(SUBDIRS)
9 noinst_LIBRARIES = liblustreclass.a
10 liblustreclass_a_SOURCES = class_obd.c debug.c genops.c statfs_pack.c mea.c uuid.c
11 liblustreclass_a_SOURCES += lustre_handles.c lustre_peer.c lprocfs_status.c
12 liblustreclass_a_SOURCES += obdo.c obd_config.c llog.c llog_obd.c llog_cat.c
13 liblustreclass_a_SOURCES += llog_lvfs.c llog_swab.c capa.c
14 liblustreclass_a_SOURCES += lu_object.c cl_object.c lu_time.c lu_ref.c
15 liblustreclass_a_SOURCES += cl_page.c cl_lock.c cl_io.c
16 liblustreclass_a_SOURCES += #llog_ioctl.c rbtree.c
17 liblustreclass_a_CPPFLAGS = $(LLCPPFLAGS)
18 liblustreclass_a_CFLAGS = $(LLCFLAGS)
26 modulefs_DATA = obdclass$(KMODEXT)
27 noinst_DATA = llog_test$(KMODEXT)
31 macos_PROGRAMS := obdclass
34 darwin/darwin-module.c darwin/darwin-sysctl.c \
35 class_obd.c genops.c lprocfs_status.c \
36 lustre_handles.c lustre_peer.c obd_config.c \
37 obdo.c debug.c llog_ioctl.c uuid.c \
38 llog_swab.c llog_obd.c llog.c llog_cat.c llog_lvfs.c \
39 mea.c lu_object.c dt_object.c hash.c lu_ref.c
41 obdclass_CFLAGS := $(EXTRA_KCFLAGS)
42 obdclass_LDFLAGS := $(EXTRA_KLDFLAGS)
43 obdclass_LDADD := $(EXTRA_KLIBS)
45 plist_DATA := Info.plist
47 install_data_hook := fix-kext-ownership
53 install-data-hook: $(install_data_hook)
55 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ llog-test.c
56 MOSTLYCLEANFILES += linux/*.o darwin/*.o