File: Makefile.am

package info (click to toggle)
libsmpp34 1.14.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 664 kB
  • sloc: ansic: 3,381; makefile: 239; sh: 65; xml: 15
file content (31 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (2)
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
28
29
30
31
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = binaries def_frame def_list

if HAVE_LIBXML2
SUBDIRS += test_apps
endif

BUILT_SOURCES = $(top_srcdir)/.version
$(top_srcdir)/.version:
	echo $(VERSION) > $@-t && mv $@-t $@
dist-hook:
	echo $(VERSION) > $(distdir)/.tarball-version

EXTRA_DIST = src/Makefile.am\
             test_pdu/Makefile.am\
             test_apps/Makefile.am \
             test_apps/pack_and_send.inc\
             test_apps/esme.xml\
             test_apps/sendwp.xml\
             test_apps/recv_and_unpack.inc \
             README.md \
             .version \
             debian \
             git-version-gen \
             $(NULL)

@RELMAKE@

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libsmpp34.pc