Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
2e025507
T
Third Party Harfbuzz
项目概览
OpenHarmony
/
Third Party Harfbuzz
接近 2 年 前同步成功
通知
1
Star
18
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Harfbuzz
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
2e025507
编写于
10月 27, 2017
作者:
B
Behdad Esfahbod
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[git.mk] Update
上级
62e312ea
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
55 addition
and
2 deletion
+55
-2
git.mk
git.mk
+55
-2
未找到文件。
git.mk
浏览文件 @
2e025507
...
@@ -48,7 +48,7 @@ GIT_MK_URL = https://raw.githubusercontent.com/behdad/git.mk/master/git.mk
...
@@ -48,7 +48,7 @@ GIT_MK_URL = https://raw.githubusercontent.com/behdad/git.mk/master/git.mk
#
#
# This file knows how to handle autoconf, automake, libtool, gtk-doc,
# This file knows how to handle autoconf, automake, libtool, gtk-doc,
# gnome-doc-utils, yelp.m4, mallard, intltool, gsettings, dejagnu, appdata,
# gnome-doc-utils, yelp.m4, mallard, intltool, gsettings, dejagnu, appdata,
# appstream.
# appstream
, hotdoc
.
#
#
# This makefile provides the following targets:
# This makefile provides the following targets:
#
#
...
@@ -86,6 +86,7 @@ GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL = \
...
@@ -86,6 +86,7 @@ GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL = \
ar-lib
\
ar-lib
\
compile
\
compile
\
config.guess
\
config.guess
\
config.rpath
\
config.sub
\
config.sub
\
depcomp
\
depcomp
\
install-sh
\
install-sh
\
...
@@ -120,6 +121,47 @@ GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL = \
...
@@ -120,6 +121,47 @@ GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL = \
lt~obsolete.m4
\
lt~obsolete.m4
\
;
do
echo
"
$$
MACRO_DIR/
$$
x"
;
done
;
\
;
do
echo
"
$$
MACRO_DIR/
$$
x"
;
done
;
\
fi
`
fi
`
#
# Modules that use gettext and use AC_CONFIG_MACRO_DIR() may also include this,
# though it's harmless to include regardless.
GITIGNORE_MAINTAINERCLEANFILES_M4_GETTEXT
=
\
`
MACRO_DIR
=
$(srcdir)
/
$$
(
cd
$(top_srcdir)
;
$(AUTOCONF)
--trace
'AC_CONFIG_MACRO_DIR:$$1'
./configure.ac
)
;
\
if
test
"x
$$
MACRO_DIR"
!=
"x
$(srcdir)
/"
;
then
\
for
x
in
\
codeset.m4
\
extern-inline.m4
\
fcntl-o.m4
\
gettext.m4
\
glibc2.m4
\
glibc21.m4
\
iconv.m4
\
intdiv0.m4
\
intl.m4
\
intldir.m4
\
intlmacosx.m4
\
intmax.m4
\
inttypes-pri.m4
\
inttypes_h.m4
\
lcmessage.m4
\
lib-ld.m4
\
lib-link.m4
\
lib-prefix.m4
\
lock.m4
\
longlong.m4
\
nls.m4
\
po.m4
\
printf-posix.m4
\
progtest.m4
\
size_max.m4
\
stdint_h.m4
\
threadlib.m4
\
uintmax_t.m4
\
visibility.m4
\
wchar_t.m4
\
wint_t.m4
\
xsize.m4
\
;
do
echo
"
$$
MACRO_DIR/
$$
x"
;
done
;
\
fi
`
...
@@ -208,6 +250,15 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
...
@@ -208,6 +250,15 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
"*/*.omf.out"
\
"*/*.omf.out"
\
;
do
echo
/
$$
x
;
done
;
\
;
do
echo
/
$$
x
;
done
;
\
fi
;
\
fi
;
\
if
test
"x
$(HOTDOC)
"
=
x
;
then
:
;
else
\
$(
foreach
project,
$(HOTDOC_PROJECTS)
,echo
"/
$(
call
HOTDOC_TARGET,
$(project)
)
"
;
\
echo
"/
$(
shell
$(
call
HOTDOC_PROJECT_COMMAND,
$(project)
)
--get-conf-path output
)
"
;
\
echo
"/
$(
shell
$(
call
HOTDOC_PROJECT_COMMAND,
$(project)
)
--get-private-folder
)
"
;
\
)
\
for
x
in
\
.hotdoc.d
\
;
do
echo
"/
$$
x"
;
done
;
\
fi
;
\
if
test
"x
$(HELP_ID)
"
=
x
-o
"x
$(HELP_LINGUAS)
"
=
x
;
then
:
;
else
\
if
test
"x
$(HELP_ID)
"
=
x
-o
"x
$(HELP_LINGUAS)
"
=
x
;
then
:
;
else
\
for
lc
in
$(HELP_LINGUAS)
;
do
\
for
lc
in
$(HELP_LINGUAS)
;
do
\
for
x
in
\
for
x
in
\
...
@@ -235,6 +286,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
...
@@ -235,6 +286,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
fi
;
\
fi
;
\
if
test
-f
$(srcdir)
/po/Makefile.in.in
;
then
\
if
test
-f
$(srcdir)
/po/Makefile.in.in
;
then
\
for
x
in
\
for
x
in
\
ABOUT-NLS
\
po/Makefile.in.in
\
po/Makefile.in.in
\
po/Makefile.in.in~
\
po/Makefile.in.in~
\
po/Makefile.in
\
po/Makefile.in
\
...
@@ -243,6 +295,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
...
@@ -243,6 +295,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
po/POTFILES
\
po/POTFILES
\
po/Rules-quot
\
po/Rules-quot
\
po/stamp-it
\
po/stamp-it
\
po/stamp-po
\
po/.intltool-merge-cache
\
po/.intltool-merge-cache
\
"po/*.gmo"
\
"po/*.gmo"
\
"po/*.header"
\
"po/*.header"
\
...
@@ -274,7 +327,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
...
@@ -274,7 +327,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
if
test
"x
$(am__dirstamp)
"
=
x
;
then
:
;
else
\
if
test
"x
$(am__dirstamp)
"
=
x
;
then
:
;
else
\
echo
"
$(am__dirstamp)
"
;
\
echo
"
$(am__dirstamp)
"
;
\
fi
;
\
fi
;
\
if
test
"x
$(
LTCOMPILE)
"
=
x
-a
"x
$(LTCXXCOMPILE
)
"
=
x
-a
"x
$(GTKDOC_RUN)
"
=
x
;
then
:
;
else
\
if
test
"x
$(
findstring
libtool,
$(LTCOMPILE)
)
"
=
x
-a
"x
$(
findstring
libtool,
$(LTCXXCOMPILE)
)
"
=
x
-a
"x
$(GTKDOC_RUN)
"
=
x
;
then
:
;
else
\
for
x
in
\
for
x
in
\
"*.lo"
\
"*.lo"
\
".libs"
"_libs"
\
".libs"
"_libs"
\
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录