Makefile.am 515 字节
Newer Older
D
Daniel Veillard 已提交
1 2
## Process this file with automake to produce Makefile.in

3 4
SUBDIRS = src include docs @PYTHON_SUBDIR@

5 6
EXTRA_DIST = libvirt.spec.in libvirt.spec COPYING.LIB \
             libvirt.pc.in libvirt.pc TODO AUTHORS ChangeLog \
7
	     NEWS README 
D
Daniel Veillard 已提交
8 9

pkgconfigdir = $(libdir)/pkgconfig
10
pkgconfig_DATA = libvirt.pc
D
Daniel Veillard 已提交
11

12 13
rpm: clean
	@(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz)
14 15 16 17 18 19 20

check-local: all tests

tests:
	@(if [ "@PYTHON_SUBDIR@" != "" ] ; then cd python ; \
	  $(MAKE) MAKEFLAGS+=--silent tests ; fi)