Makefile.am
上传用户:shw771010
上传日期:2022-01-05
资源大小:991k
文件大小:1k
源码类别:

Audio

开发平台:

Unix_Linux

  1. ## Process this file with automake to produce Makefile.in
  2. DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
  3. if BUILD_OCTAVE_MOD
  4. octave_dir = Octave
  5. endif
  6. SUBDIRS = M4 man doc Win32 src $(octave_dir) examples regtest tests programs
  7. DIST_SUBDIRS = M4 man doc Win32 src Octave examples regtest tests programs
  8. EXTRA_DIST = libsndfile.spec.in sndfile.pc.in
  9. pkgconfigdir = $(libdir)/pkgconfig
  10. pkgconfig_DATA = sndfile.pc
  11. m4datadir = $(datadir)/aclocal
  12. test: check-recursive
  13. # Target to make autogenerated files.
  14. genfiles :
  15. (cd src ; make genfiles)
  16. (cd tests ; make genfiles)
  17. testprogs :
  18. (cd src ; make testprogs)
  19. (cd tests ; make testprogs)
  20. test-tarball : build-test-tarball.mk
  21. make all
  22. make -f build-test-tarball.mk