blob: 31a54ea064172ef5ad8d811a5dac5e972f5f2c3c [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 \
16 $(NULL)
Harald Weltede729a12008-12-23 21:01:25 +000017
Holger Freytherc7aa3c42009-06-08 10:32:39 +000018pkgconfigdir = $(libdir)/pkgconfig
Holger Hans Peter Freyther294cfcc2010-08-02 23:43:11 +080019pkgconfig_DATA = openbsc.pc
Holger Freytherc7aa3c42009-06-08 10:32:39 +000020
Harald Welte5a29c7f2010-03-23 00:09:32 +080021BUILT_SOURCES = $(top_srcdir)/.version
Andreas Rottmann4bb3fcc2015-06-16 23:23:30 +020022EXTRA_DIST = git-version-gen osmoappdesc.py .version
Harald Welte5a29c7f2010-03-23 00:09:32 +080023$(top_srcdir)/.version:
24 echo $(VERSION) > $@-t && mv $@-t $@
25dist-hook:
26 echo $(VERSION) > $(distdir)/.tarball-version