提交 bc2f1b3c 编写于 作者: R Richard W.M. Jones

Mon Jun 11 14:49:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>

	* docs/examples/index.py: Autogenerate Makefile.am and
	  .cvsignore in this directory with corrected LDADDS and
	  including some generated subdirectories which CVS should
	  ignore.
上级 0bbe8da8
Mon Jun 11 14:49:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* docs/examples/index.py: Autogenerate Makefile.am and
.cvsignore in this directory with corrected LDADDS and
including some generated subdirectories which CVS should
ignore.
Mon Jun 11 14:10:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> Mon Jun 11 14:10:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
* libvirt.spec.in: BuildRequires gnutls-devel and * libvirt.spec.in: BuildRequires gnutls-devel and
......
.memdump .memdump
Makefile.in Makefile.in
Makefile Makefile
info1
suspend
.deps .deps
.libs .libs
\ No newline at end of file suspend
info1
...@@ -18,24 +18,24 @@ install-data-local: ...@@ -18,24 +18,24 @@ install-data-local:
EXTRA_DIST=examples.xsl index.py examples.xml EXTRA_DIST=examples.xsl index.py examples.xml
noinst_PROGRAMS=info1 suspend noinst_PROGRAMS=suspend info1
info1_SOURCES=info1.c
info1_LDFLAGS=
info1_DEPENDENCIES= $(DEPS)
info1_LDADD= $(LDADDS)
suspend_SOURCES=suspend.c suspend_SOURCES=suspend.c
suspend_LDFLAGS= suspend_LDFLAGS=
suspend_DEPENDENCIES= $(DEPS) suspend_DEPENDENCIES= $(DEPS)
suspend_LDADD= $(LDADDS) suspend_LDADD= $(LDADDS)
info1_SOURCES=info1.c
info1_LDFLAGS=
info1_DEPENDENCIES= $(DEPS)
info1_LDADD= $(LDADDS)
valgrind: valgrind:
$(MAKE) CHECKER='valgrind' tests $(MAKE) CHECKER='valgrind' tests
tests: $(noinst_PROGRAMS) tests: $(noinst_PROGRAMS)
@(echo '## examples regression tests') @(echo '## examples regression tests')
@($(CHECKER) ./info1)
@($(CHECKER) ./suspend) @($(CHECKER) ./suspend)
@($(CHECKER) ./info1)
...@@ -224,7 +224,7 @@ def dump_Makefile(): ...@@ -224,7 +224,7 @@ def dump_Makefile():
SUBDIRS=python SUBDIRS=python
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include
DEPS = $(top_builddir)/src/libvirt.la DEPS = $(top_builddir)/src/libvirt.la
LDADDS = @STATIC_BINARIES@ $(top_builddir)/src/libvirt.la LDADDS = @STATIC_BINARIES@ $(WARN_CFLAGS) $(top_builddir)/src/libvirt.la
rebuild: examples.xml index.html rebuild: examples.xml index.html
...@@ -272,6 +272,8 @@ install-data-local: ...@@ -272,6 +272,8 @@ install-data-local:
ignore = """.memdump ignore = """.memdump
Makefile.in Makefile.in
Makefile Makefile
.deps
.libs
""" """
for example in examples: for example in examples:
ignore = ignore + "%s\n" % (example) ignore = ignore + "%s\n" % (example)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册