summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 897cce1ed96b53ce61929fecd980b0f889d074d5 (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

AUTOMAKE_OPTIONS = foreign

SUBDIRS = orc orc-test tools examples doc testsuite

EXTRA_DIST = COPYING autogen.sh gtk-doc.make orc.m4

DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc

pkgconfig_DATA = orc-$(ORC_MAJORMINOR).pc

orc-$(ORC_MAJORMINOR).pc: orc.pc
	cp orc.pc orc-$(ORC_MAJORMINOR).pc

orc-$(ORC_MAJORMINOR)-uninstalled.pc: orc-uninstalled.pc
	cp orc-uninstalled.pc orc-$(ORC_MAJORMINOR)-uninstalled.pc

BUILT_SOURCES=orc-$(ORC_MAJORMINOR)-uninstalled.pc

CLEANFILES = orc-$(ORC_MAJORMINOR).pc orc-$(ORC_MAJORMINOR)-uninstalled.pc

ACLOCAL_AMFLAGS = -I m4

aclocaldir = $(datadir)/aclocal
aclocal_DATA = orc.m4