1 Star 0 Fork 64

dy/third_party_mtd_utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.am 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
mamingshuai 提交于 2021-03-11 18:44 . update openharmony 1.0.1
ACLOCAL_AMFLAGS = -I m4
AM_CPPFLAGS = $(WARN_CFLAGS) -D_GNU_SOURCE -std=gnu99 -I$(top_srcdir)/include
if WITHOUT_XATTR
AM_CPPFLAGS += -DWITHOUT_XATTR
endif
if WITHOUT_LZO
AM_CPPFLAGS += -DWITHOUT_LZO
endif
if WITH_SELINUX
AM_CPPFLAGS += -DWITH_SELINUX
endif
if WITH_CRYPTO
AM_CPPFLAGS += -DWITH_CRYPTO
endif
sbin_PROGRAMS =
sbin_SCRIPTS =
check_PROGRAMS =
noinst_LIBRARIES =
noinst_PROGRAMS =
noinst_SCRIPTS =
pkglibexec_PROGRAMS =
pkglibexec_SCRIPTS =
dist_man1_MANS =
dist_man8_MANS =
TESTS =
EXTRA_DIST =
GLOBAL_HEADER = \
include
GLOBAL_EXTRA = \
COPYING
EXTRA_DIST += $(GLOBAL_HEADER) $(GLOBAL_EXTRA)
include lib/Makemodule.am
include ubi-utils/Makemodule.am
include misc-utils/Makemodule.am
include nand-utils/Makemodule.am
include nor-utils/Makemodule.am
if BUILD_UBIFS
include ubifs-utils/Makemodule.am
endif
if BUILD_JFFSX
include jffsX-utils/Makemodule.am
endif
if BUILD_TESTS
include tests/ubi-tests/Makemodule.am
include tests/jittertest/Makemodule.am
include tests/checkfs/Makemodule.am
include tests/fs-tests/Makemodule.am
include tests/mtd-tests/Makemodule.am
endif
if UNIT_TESTS
include tests/unittests/Makemodule.am
endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dy_study/third_party_mtd_utils.git
git@gitee.com:dy_study/third_party_mtd_utils.git
dy_study
third_party_mtd_utils
third_party_mtd_utils
master

搜索帮助