Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
edacdb3d
L
libvirt
项目概览
openeuler
/
libvirt
通知
3
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
libvirt
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
edacdb3d
编写于
1月 08, 2015
作者:
P
Pavel Hrdina
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
src/Makefile: move the new xen_xl_disk parser code at the correct place
Signed-off-by:
N
Pavel Hrdina
<
phrdina@redhat.com
>
上级
e662968f
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
17 addition
and
17 deletion
+17
-17
src/Makefile.am
src/Makefile.am
+17
-17
未找到文件。
src/Makefile.am
浏览文件 @
edacdb3d
...
@@ -1000,23 +1000,6 @@ CPU_SOURCES = \
...
@@ -1000,23 +1000,6 @@ CPU_SOURCES = \
VMX_SOURCES
=
\
VMX_SOURCES
=
\
vmx/vmx.c vmx/vmx.h
vmx/vmx.c vmx/vmx.h
AM_LFLAGS
=
-Pxl_disk_
--header-file
=
../
$*
.h
LEX_OUTPUT_ROOT
=
lex.xl_disk_
BUILT_SOURCES
+=
xenconfig/xen_xl_disk.c xenconfig/xen_xl_disk.h
# Generated header file is not implicitly added to dist
EXTRA_DIST
+=
xenconfig/xen_xl_disk.h
CLEANFILES
+=
xenconfig/xen_xl_disk.h xenconfig/xen_xl_disk.c
XENXLDISKPARSER_SOURCES
=
xenconfig/xen_xl_disk.l
XENCONFIG_SOURCES
=
\
xenconfig/xenxs_private.h
\
xenconfig/xen_common.c xenconfig/xen_common.h
\
xenconfig/xen_sxpr.c xenconfig/xen_sxpr.h
\
xenconfig/xen_xm.c xenconfig/xen_xm.h
\
xenconfig/xen_xl.c xenconfig/xen_xl.h
\
xenconfig/xen_xl_disk_i.h
pkgdata_DATA
=
cpu/cpu_map.xml
pkgdata_DATA
=
cpu/cpu_map.xml
EXTRA_DIST
+=
$(pkgdata_DATA)
EXTRA_DIST
+=
$(pkgdata_DATA)
...
@@ -1070,6 +1053,23 @@ libvirt_vmx_la_SOURCES = $(VMX_SOURCES)
...
@@ -1070,6 +1053,23 @@ libvirt_vmx_la_SOURCES = $(VMX_SOURCES)
endif
WITH_VMX
endif
WITH_VMX
if
WITH_XENCONFIG
if
WITH_XENCONFIG
AM_LFLAGS
=
-Pxl_disk_
--header-file
=
../
$*
.h
LEX_OUTPUT_ROOT
=
lex.xl_disk_
BUILT_SOURCES
+=
xenconfig/xen_xl_disk.c xenconfig/xen_xl_disk.h
# Generated header file is not implicitly added to dist
EXTRA_DIST
+=
xenconfig/xen_xl_disk.h
CLEANFILES
+=
xenconfig/xen_xl_disk.h xenconfig/xen_xl_disk.c
XENXLDISKPARSER_SOURCES
=
xenconfig/xen_xl_disk.l
XENCONFIG_SOURCES
=
\
xenconfig/xenxs_private.h
\
xenconfig/xen_common.c xenconfig/xen_common.h
\
xenconfig/xen_sxpr.c xenconfig/xen_sxpr.h
\
xenconfig/xen_xm.c xenconfig/xen_xm.h
\
xenconfig/xen_xl.c xenconfig/xen_xl.h
\
xenconfig/xen_xl_disk_i.h
# Flex generated XL disk parser needs to be compiled without WARN_FLAGS
# Flex generated XL disk parser needs to be compiled without WARN_FLAGS
# Add the generated object to its own library to control CFLAGS
# Add the generated object to its own library to control CFLAGS
noinst_LTLIBRARIES
+=
libvirt_xenxldiskparser.la
noinst_LTLIBRARIES
+=
libvirt_xenxldiskparser.la
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录