summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 53e87beb1d418045ac4ab596906b4c505312c381 (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
29
30
31
32
33
34
35
36
37
NULL =
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = python_modules spice

codegendir = $(libdir)/spice-protocol
dist_codegen_DATA =			\
	spice.proto			\
	spice1.proto			\
	$(NULL)

dist_codegen_SCRIPTS =			\
	spice_codegen.py		\
	$(NULL)

DISTCLEANFILES = *.pyc

pkgconfigdir = $(datadir)/pkgconfig
pkgconfig_DATA = spice-protocol.pc

MAINTAINERCLEANFILES =						\
	$(srcdir)/INSTALL					\
	$(srcdir)/aclocal.m4					\
	$(srcdir)/autoscan.log					\
	$(srcdir)/compile					\
	$(srcdir)/config.guess					\
	$(srcdir)/config.h.in					\
	$(srcdir)/config.sub					\
	$(srcdir)/configure.scan				\
	$(srcdir)/depcomp					\
	$(srcdir)/install-sh					\
	$(srcdir)/ltmain.sh					\
	$(srcdir)/missing					\
	$(srcdir)/mkinstalldirs					\
	`find "$(srcdir)" -type f -name Makefile.in -print`	\
	$(NULL)

-include $(top_srcdir)/git.mk