blob: 38fdcba2a9a39727937054a3d4b2357647c4ee06 [file] [log] [blame]
Harald Welte2b944cf2008-12-23 21:01:25 +00001AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
2
Max880a2962017-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 Huemer7477d712016-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 Welte2b944cf2008-12-23 21:01:25 +000017
Holger Freytherb27d8452009-06-08 10:32:39 +000018pkgconfigdir = $(libdir)/pkgconfig
Neels Hofmeyra759e3a2017-09-04 15:25:43 +020019pkgconfig_DATA = osmo-sgsn.pc
Holger Freytherb27d8452009-06-08 10:32:39 +000020
Harald Weltefa13cad2010-03-23 00:09:32 +080021BUILT_SOURCES = $(top_srcdir)/.version
Andreas Rottmannadcfe592015-06-16 23:23:30 +020022EXTRA_DIST = git-version-gen osmoappdesc.py .version
Max938cf562017-08-28 12:04:18 +020023
24@RELMAKE@
25
Harald Weltefa13cad2010-03-23 00:09:32 +080026$(top_srcdir)/.version:
27 echo $(VERSION) > $@-t && mv $@-t $@
28dist-hook:
29 echo $(VERSION) > $(distdir)/.tarball-version