1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-22 17:34:18 +03:00
libvirt/Makefile.am

25 lines
661 B
Makefile
Raw Normal View History

2005-11-02 15:50:21 +03:00
## Process this file with automake to produce Makefile.in
2007-02-14 04:40:09 +03:00
SUBDIRS = src qemud proxy include docs @PYTHON_SUBDIR@ tests po
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = libvirt.spec.in libvirt.spec COPYING.LIB \
libvirt.pc.in libvirt.pc TODO AUTHORS ChangeLog \
2007-02-07 20:46:44 +03:00
NEWS README $(man_MANS) autobuild.sh
man_MANS = virsh.1
2005-11-02 15:50:21 +03:00
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libvirt.pc
2005-11-02 15:50:21 +03:00
rpm: clean
@(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz)
check-local: all tests
tests:
@(cd docs/examples ; $(MAKE) MAKEFLAGS+=--silent tests)
@(if [ "@PYTHON_SUBDIR@" != "" ] ; then cd python ; \
2006-05-09 19:35:46 +04:00
$(MAKE) MAKEFLAGS+=--silent tests ; fi)