~larsu/ido/lp1297818

82.3.1 by Javier Jardón
build: Use upstream silent rules instead shave
1
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
2
77.1.2 by Michael Terry
allow building either gtk2 or gtk3 versions; some deprecation cleanups
3
VER=3
4
1 by Cody Russell
IDO initial commit, scale menuitem
5
V         = @
6
Q         = $(V:1=)
7
QUIET_GEN = $(Q:@=@echo '  GEN   '$@;)
8
108.1.3 by Ted Gould
We've now got a test directory!
9
SUBDIRS = src example tests
1 by Cody Russell
IDO initial commit, scale menuitem
10
77.1.2 by Michael Terry
allow building either gtk2 or gtk3 versions; some deprecation cleanups
11
%-0.1.pc: %.pc
12
	$(QUIET_GEN) cp -f $< $@
1 by Cody Russell
IDO initial commit, scale menuitem
13
14
pkgconfigdir = $(libdir)/pkgconfig
77.1.2 by Michael Terry
allow building either gtk2 or gtk3 versions; some deprecation cleanups
15
pkgconfig_DATA = libido$(VER)-0.1.pc
1 by Cody Russell
IDO initial commit, scale menuitem
16
77.1.2 by Michael Terry
allow building either gtk2 or gtk3 versions; some deprecation cleanups
17
CLEANFILES = libido-0.1.pc libido3-0.1.pc
18
DISTCLEANFILES = libido.pc libido3.pc
19
EXTRA_DIST = libido.pc.in libido3.pc.in
1 by Cody Russell
IDO initial commit, scale menuitem
20
21
DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc
100.2.1 by Allan LeSage
Added gcov coverage tooling.
22
23
include $(top_srcdir)/Makefile.am.coverage