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_srcdir)/include/share
  4. noinst_LTLIBRARIES = libreplaygain_analysis.la
  5. libreplaygain_analysis_la_SOURCES = replaygain_analysis.c
  6. EXTRA_DIST = 
  7. Makefile.lite 
  8. replaygain_analysis_static.dsp
  9. debug:
  10. $(MAKE) all CFLAGS="@DEBUG@"
  11. profile:
  12. $(MAKE) all CFLAGS="@PROFILE@"