Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
qemu
提交
1f50f8d1
Q
qemu
项目概览
openeuler
/
qemu
通知
10
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
Q
qemu
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
1f50f8d1
编写于
5月 08, 2004
作者:
B
bellard
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
better install
git-svn-id:
svn://svn.savannah.nongnu.org/qemu/trunk@789
c046a42c-6fe2-441c-8c8c-71466251a162
上级
a1b74fe8
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
14 addition
and
2 deletion
+14
-2
Makefile
Makefile
+11
-2
configure
configure
+3
-0
未找到文件。
Makefile
浏览文件 @
1f50f8d1
...
...
@@ -10,6 +10,9 @@ DEFINES+=-D_GNU_SOURCE
ifndef
CONFIG_WIN32
TOOLS
=
qemu-mkcow
endif
ifdef
CONFIG_STATIC
LDFLAGS
+=
-static
endif
all
:
dyngen$(EXESUF) $(TOOLS) qemu-doc.html qemu-tech.html qemu.1
for
d
in
$(TARGET_DIRS)
;
do
\
...
...
@@ -17,7 +20,7 @@ all: dyngen$(EXESUF) $(TOOLS) qemu-doc.html qemu-tech.html qemu.1
done
qemu-mkcow
:
qemu-mkcow.c
$(CC)
$(CFLAGS)
$(DEFINES)
-o
$@
$^
$(LIBS)
$(CC)
$(CFLAGS)
$(
LDFLAGS)
$(
DEFINES)
-o
$@
$^
$(LIBS)
dyngen$(EXESUF)
:
dyngen.c
$(HOST_CC)
$(CFLAGS)
$(DEFINES)
-o
$@
$^
...
...
@@ -45,6 +48,8 @@ endif
mkdir
-p
"
$(sharedir)
"
install
-m
644 pc-bios/bios.bin pc-bios/vgabios.bin
\
pc-bios/linux_boot.bin
"
$(sharedir)
"
mkdir
-p
"
$(docdir)
"
install
-m
644 qemu-doc.html qemu-tech.html
"
$(docdir)
"
ifndef
CONFIG_WIN32
mkdir
-p
"
$(mandir)
/man1"
install
qemu.1 qemu-mkcow.1
"
$(mandir)
/man1"
...
...
@@ -86,9 +91,13 @@ tarbin:
$(prefix)
/bin/qemu-arm
\
$(prefix)
/bin/qemu-sparc
\
$(prefix)
/bin/qemu-ppc
\
$(prefix)
/bin/qemu-mkcow
\
$(sharedir)
/bios.bin
\
$(sharedir)
/vgabios.bin
\
$(mandir)
/man1/qemu.1
)
$(sharedir)
/linux_boot.bin
\
$(docdir)
/qemu-doc.html
\
$(docdir)
/qemu-tech.html
\
$(mandir)
/man1/qemu.1
$(mandir)
/man1/qemu-mkcow.1
)
ifneq
($(wildcard .depend),)
include
.depend
...
...
configure
浏览文件 @
1f50f8d1
...
...
@@ -266,6 +266,7 @@ if test -z "$prefix" ; then
fi
mandir
=
"
$prefix
"
sharedir
=
"
$prefix
"
docdir
=
"
$prefix
"
bindir
=
"
$prefix
"
else
if
test
-z
"
$prefix
"
;
then
...
...
@@ -273,6 +274,7 @@ if test -z "$prefix" ; then
fi
mandir
=
"
$prefix
/share/man"
sharedir
=
"
$prefix
/share/qemu"
docdir
=
"
$prefix
/share/doc/qemu"
bindir
=
"
$prefix
/bin"
fi
...
...
@@ -314,6 +316,7 @@ echo "prefix=$prefix" >> $config_mak
echo
"bindir=
$bindir
"
>>
$config_mak
echo
"mandir=
$mandir
"
>>
$config_mak
echo
"sharedir=
$sharedir
"
>>
$config_mak
echo
"docdir=
$docdir
"
>>
$config_mak
echo
"#define CONFIG_QEMU_SHAREDIR
\"
$sharedir
\"
"
>>
$config_h
echo
"MAKE=
$make
"
>>
$config_mak
echo
"CC=
$cc
"
>>
$config_mak
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录