annotate src/flac-1.2.1/src/share/replaygain_analysis/Makefile.am @ 20:ab7c38c4c577

Ranlib
author Chris Cannam
date Mon, 25 Mar 2013 16:28:19 +0000
parents 05aa0afa9217
children
rev   line source
Chris@1 1 ## Process this file with automake to produce Makefile.in
Chris@1 2
Chris@1 3 AUTOMAKE_OPTIONS = foreign
Chris@1 4
Chris@1 5 INCLUDES = -I$(top_srcdir)/include/share
Chris@1 6
Chris@1 7 noinst_LTLIBRARIES = libreplaygain_analysis.la
Chris@1 8
Chris@1 9 libreplaygain_analysis_la_SOURCES = replaygain_analysis.c
Chris@1 10
Chris@1 11 EXTRA_DIST = \
Chris@1 12 Makefile.lite \
Chris@1 13 replaygain_analysis_static.dsp \
Chris@1 14 replaygain_analysis_static.vcproj
Chris@1 15
Chris@1 16 debug:
Chris@1 17 $(MAKE) all CFLAGS="@DEBUG@"
Chris@1 18
Chris@1 19 profile:
Chris@1 20 $(MAKE) all CFLAGS="@PROFILE@"