Makefile.am
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:0k
源码类别:

Windows CE

开发平台:

C/C++

  1. ## Process this file with automake to produce Makefile.in
  2. AUTOMAKE_OPTIONS = foreign
  3. INCLUDES = -I$(top_builddir)/include
  4. lib_LTLIBRARIES = libmusepack.la
  5. libmusepack_la_SOURCES = 
  6. huffsv46.c 
  7. huffsv7.c 
  8. idtag.c 
  9. mpc_decoder.c 
  10. mpc_reader.c 
  11. requant.c 
  12. streaminfo.c 
  13. synth_filter.c
  14. libmusepack_la_LDFLAGS = -no-undefined -version-info 2:0:0
  15. noinst_PROGRAMS = sample
  16. sample_SOURCES = sample.cpp
  17. sample_LDADD = libmusepack.la