2013-08-14 02:55:32 +08:00
|
|
|
SUBDIRS = build
|
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
|
2014-02-24 06:13:38 +08:00
|
|
|
|
|
|
|
pkgconfig_DATA = $(top_builddir)/libtoxcore.pc
|
2013-08-24 21:20:48 +08:00
|
|
|
BUILT_SOURCES = $(top_builddir)/libtoxcore.pc
|
|
|
|
CLEANFILES = $(top_builddir)/libtoxcore.pc
|
2013-08-14 02:55:32 +08:00
|
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2015-03-04 06:11:10 +08:00
|
|
|
README.md \
|
2013-10-13 22:17:30 +08:00
|
|
|
libtoxcore.pc.in \
|
2015-03-04 07:28:17 +08:00
|
|
|
tox.spec \
|
2017-01-12 05:41:11 +08:00
|
|
|
so.version \
|
2014-02-24 17:12:55 +08:00
|
|
|
dist-build/android-arm.sh \
|
|
|
|
dist-build/android-armv7.sh \
|
|
|
|
dist-build/android-x86.sh \
|
|
|
|
dist-build/android-mips.sh \
|
|
|
|
dist-build/android-build.sh \
|
2013-08-24 08:36:43 +08:00
|
|
|
$(top_srcdir)/docs/updates/Crypto.md \
|
|
|
|
$(top_srcdir)/docs/updates/Spam-Prevention.md \
|
|
|
|
$(top_srcdir)/docs/updates/Symmetric-NAT-Transversal.md \
|
2015-06-25 09:03:16 +08:00
|
|
|
$(top_srcdir)/other/astyle/README.md \
|
2015-05-24 02:51:11 +08:00
|
|
|
$(top_srcdir)/other/astyle/astylerc \
|
|
|
|
$(top_srcdir)/other/astyle/pre-commit
|
2014-04-10 06:43:09 +08:00
|
|
|
|
2014-02-24 06:13:38 +08:00
|
|
|
if BUILD_AV
|
|
|
|
|
|
|
|
pkgconfig_DATA += $(top_builddir)/libtoxav.pc
|
|
|
|
BUILT_SOURCES += $(top_builddir)/libtoxav.pc
|
|
|
|
CLEANFILES += $(top_builddir)/libtoxav.pc
|
|
|
|
|
|
|
|
EXTRA_DIST += libtoxav.pc.in
|
2013-08-14 02:55:32 +08:00
|
|
|
|
2014-02-24 17:12:55 +08:00
|
|
|
endif
|