aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 427354e8f87d36cafa67ace190450747ab08ab65 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
NULL=

V         = @
Q         = $(V:1=)
QUIET_GEN = $(Q:@=@echo '  GEN   '$@;)

SUBDIRS = src example tests

%-0.4.pc: %.pc
	$(QUIET_GEN) cp -f $< $@

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libayatana-ido3-0.4.pc

CLEANFILES = \
	libayatana-ido3-0.4.pc \
	$(NULL)

DISTCLEANFILES = \
	libayatana-ido.pc \
	libayatana-ido3.pc \
	Makefile.in \
	aclocal.m4 \
	autom4te.cache/ \
	compile \
	config.guess \
	config.h.in \
	config.h.in~ \
	config.sub \
	configure \
	depcomp \
	gtk-doc.make \
	install-sh \
	ltmain.sh \
	m4/gtk-doc.m4 \
	m4/libtool.m4 \
	m4/ltoptions.m4 \
	m4/ltsugar.m4 \
	m4/ltversion.m4 \
	m4/lt~obsolete.m4 \
	missing \
	omf.make \
	test-driver \
	xmldocs.make \
	$(NULL)

EXTRA_DIST = libayatana-ido3.pc.in

DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc --disable-silent-rules

include $(top_srcdir)/Makefile.am.coverage