X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2FautoMakefile.am;h=7b01cfb20d6e46e7262ee844ffd6f747bff5363d;hp=54a3f20406168de03b9d315d9df62b1939b9f322;hb=ca6bdcd8e8d3e01dd4ad56312efa3dd7657e6dda;hpb=4c01e64e0a72c1682ebf0a8bd4cccf99fd04cd88 diff --git a/lustre/obdclass/autoMakefile.am b/lustre/obdclass/autoMakefile.am index 54a3f20..7b01cfb 100644 --- a/lustre/obdclass/autoMakefile.am +++ b/lustre/obdclass/autoMakefile.am @@ -1,18 +1,18 @@ -SUBDIRS := linux +SUBDIRS = linux if DARWIN SUBDIRS += darwin endif -DIST_SUBDIRS := linux darwin +DIST_SUBDIRS = linux darwin if LIBLUSTRE INCLUDES = -I$(SYSIO)/include 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 mea.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_swab.c capa.c liblustreclass_a_SOURCES += lu_object.c cl_object.c lu_time.c lu_ref.c -liblustreclass_a_SOURCES += cl_page.c cl_lock.c cl_io.c +liblustreclass_a_SOURCES += cl_page.c cl_lock.c cl_io.c lprocfs_jobstats.c liblustreclass_a_SOURCES += #llog_ioctl.c rbtree.c liblustreclass_a_CPPFLAGS = $(LLCPPFLAGS) liblustreclass_a_CFLAGS = $(LLCFLAGS) @@ -28,23 +28,23 @@ noinst_DATA = llog_test$(KMODEXT) endif # LINUX if DARWIN -macos_PROGRAMS := obdclass +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 llog_lvfs.c \ - mea.c lu_object.c dt_object.c hash.c lu_ref.c +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 llog_lvfs.c \ + mea.c lu_object.c dt_object.c lu_ref.c obdclass_CFLAGS := $(EXTRA_KCFLAGS) obdclass_LDFLAGS := $(EXTRA_KLDFLAGS) obdclass_LDADD := $(EXTRA_KLIBS) -plist_DATA := Info.plist +plist_DATA = Info.plist -install_data_hook := fix-kext-ownership +install_data_hook = fix-kext-ownership endif # DARWIN