Makefile.am 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. ## Process this file with automake to produce Makefile.in. -*-Makefile-*-
  2. # To disable automatic dependency tracking if using other tools than
  3. # gcc and gmake, add the option 'no-dependencies'
  4. AUTOMAKE_OPTIONS = 1.8
  5. ACLOCAL_AMFLAGS = -I m4
  6. m4datadir = $(datadir)/aclocal
  7. m4data_DATA = speex.m4
  8. pkgconfigdir = $(libdir)/pkgconfig
  9. pkgconfig_DATA = speex.pc
  10. MESON_FILES = meson.build meson_options.txt doc/meson.build src/meson.build libspeex/meson.build libspeex/speex.def include/speex/meson.build
  11. EXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in README.blackfin README.symbian README.TI-DSP $(MESON_FILES)
  12. #Fools KDevelop into including all files
  13. SUBDIRS = libspeex include doc win32 symbian ti
  14. if BUILD_BINARIES
  15. SUBDIRS += src
  16. endif
  17. DIST_SUBDIRS = libspeex include src doc win32 symbian ti
  18. # Make sure versions stay in sync
  19. check-local:
  20. @$(GREP) $(SPEEX_VERSION) $(top_srcdir)/meson.build >/dev/null || { echo; echo "Package version in meson.build doesn't match version in configure.ac"; echo; exit 1; }
  21. rpm: dist
  22. rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz