blob: 8fb6e6cc95a1ee70ce1eaea85a4e8b10bb82d63d [file] [log] [blame]
Harald Weltede729a12008-12-23 21:01:25 +00001AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
2
Maxd09b26d2017-02-06 14:14:28 +01003## FIXME: automake >= 1.13 or autoconf >= 2.70 provide better suited AC_CONFIG_MACRO_DIRS for configure.ac
4## remove line below when OE toolchain is updated to version which include those
5ACLOCAL_AMFLAGS = -I m4
Alexander Huemer7b6673f2016-09-09 00:43:15 +02006AM_CPPFLAGS = \
7 $(all_includes) \
8 -I$(top_srcdir)/include \
9 $(NULL)
10
11SUBDIRS = \
12 doc \
13 include \
14 src \
15 tests \
Neels Hofmeyrffebe6e2017-07-20 17:57:37 +020016 contrib \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020017 $(NULL)
Harald Weltede729a12008-12-23 21:01:25 +000018
Holger Freytherc7aa3c42009-06-08 10:32:39 +000019pkgconfigdir = $(libdir)/pkgconfig
Neels Hofmeyr97df6912017-09-03 23:52:51 +020020pkgconfig_DATA = \
21 libosmo-legacy-mgcp.pc \
22 libosmo-mgcp-client.pc \
23 $(NULL)
Holger Freytherc7aa3c42009-06-08 10:32:39 +000024
Harald Welte5a29c7f2010-03-23 00:09:32 +080025BUILT_SOURCES = $(top_srcdir)/.version
Andreas Rottmann4bb3fcc2015-06-16 23:23:30 +020026EXTRA_DIST = git-version-gen osmoappdesc.py .version
Max58cfd252017-08-28 12:04:18 +020027
28@RELMAKE@
29
Harald Welte5a29c7f2010-03-23 00:09:32 +080030$(top_srcdir)/.version:
31 echo $(VERSION) > $@-t && mv $@-t $@
32dist-hook:
33 echo $(VERSION) > $(distdir)/.tarball-version