automakefile.am

来自「lustre 1.6.5 source code」· AM 代码 · 共 13 行

AM
13
字号
# Copyright (C) 2001  Cluster File Systems, Inc.## This code is issued under the GNU General Public License.# See the file COPYING in this distributionif MODULESmodulefs_DATA = lustre$(KMODEXT) llite_lloop$(KMODEXT)endifDIST_SOURCES := $(lustre-objs:.o=.c) llite_internal.h rw24.c super.c rw26.c super25.cDIST_SOURCES += $(llite_lloop-objs:.o=.c)MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?