automakefile.am
来自「lustre 1.6.5 source code」· AM 代码 · 共 55 行
AM
55 行
SUBDIRS := linuxif DARWINSUBDIRS += darwinendifDIST_SUBDIRS := $(SUBDIRS)if LIBLUSTREnoinst_LIBRARIES = liblustreclass.aliblustreclass_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 class_hash.cliblustreclass_a_SOURCES += obdo.c obd_config.c llog.c llog_obd.c llog_cat.c liblustreclass_a_SOURCES += llog_lvfs.c llog_swab.c liblustreclass_a_SOURCES += #llog_ioctl.c rbtree.cliblustreclass_a_CPPFLAGS = $(LLCPPFLAGS)liblustreclass_a_CFLAGS = $(LLCFLAGS)endifif MODULESif LINUXmodulefs_DATA = obdclass$(KMODEXT)noinst_DATA = llog_test$(KMODEXT)endif # LINUXif DARWINmacos_PROGRAMS := obdclassobdclass_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.cobdclass_CFLAGS := $(EXTRA_KCFLAGS)obdclass_LDFLAGS := $(EXTRA_KLDFLAGS)obdclass_LDADD := $(EXTRA_KLIBS)plist_DATA := Info.plistinstall_data_hook := fix-kext-ownershipendif # DARWINendif # MODULESinstall-data-hook: $(install_data_hook)MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ llog-test.cMOSTLYCLEANFILES += linux/*.o darwin/*.oDIST_SOURCES = $(filter-out llog-test.c,$(obdclass-all-objs:.o=.c)) $(llog-test-objs:.o=.c) llog_test.c llog_internal.h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?