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

Audio

开发平台:

Unix_Linux

  1. ## Process this file with automake to produce Makefile.in
  2. man_MANS = sndfile-info.1 sndfile-play.1 sndfile-convert.1 sndfile-cmp.1 
  3. sndfile-metadata-get.1 sndfile-metadata-set.1 sndfile-concat.1
  4. EXTRA_DIST = sndfile-info.1 sndfile-play.1 sndfile-convert.1 sndfile-cmp.1 
  5. sndfile-metadata-get.1 sndfile-concat.1
  6. # Same manpage for both programs.
  7. sndfile-metadata-set.1 : sndfile-metadata-get.1
  8. $(LN_S) $< $@