You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
461B

  1. ## Process this file with automake to produce Makefile.in
  2. DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
  3. SUBDIRS = M4 src doc examples tests
  4. DIST_SUBDIRS = Win32 $(SUBDIRS)
  5. EXTRA_DIST = autogen.sh libsamplerate.spec.in samplerate.pc.in Make.bat
  6. pkgconfigdir = $(libdir)/pkgconfig
  7. pkgconfig_DATA = samplerate.pc
  8. m4datadir = $(datadir)/aclocal
  9. # Some people prefer "make test" to "make check".
  10. test:
  11. make check
  12. check-asm :
  13. (cd src && make check-asm)