summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 63d7956292c1e6277896bceb6a030cd42e1d61af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
NULL =
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = python_modules common tests

EXTRA_DIST =				\
	spice_codegen.py		\
	spice.proto			\
	spice1.proto			\
	$(NULL)

DISTCLEANFILES = *.pyc

MAINTAINERCLEANFILES =						\
	$(srcdir)/INSTALL					\
	$(srcdir)/aclocal.m4					\
	$(srcdir)/autoscan.log					\
	$(srcdir)/build-aux					\
	$(srcdir)/config.h.in					\
	$(srcdir)/m4/libtool.m4					\
	$(srcdir)/m4/ltoptions.m4				\
	$(srcdir)/m4/ltsugar.m4					\
	$(srcdir)/m4/ltversion.m4				\
	$(srcdir)/m4/lt~obsolete.m4				\
	`find "$(srcdir)" -type f -name Makefile.in -print`	\
	$(NULL)

-include $(top_srcdir)/git.mk