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. SUBDIRS = include .
  4. INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/include/share
  5. noinst_LTLIBRARIES = libreplaygain_synthesis.la
  6. libreplaygain_synthesis_la_SOURCES = replaygain_synthesis.c
  7. EXTRA_DIST = 
  8. Makefile.lite 
  9. replaygain_synthesis_static.dsp
  10. debug:
  11. $(MAKE) all CFLAGS="@DEBUG@"
  12. profile:
  13. $(MAKE) all CFLAGS="@PROFILE@"