mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
21 lines
417 B
Makefile
21 lines
417 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
INCLUDES = -I$(top_srcdir)/include/share
|
|
|
|
noinst_LTLIBRARIES = libreplaygain_analysis.la
|
|
|
|
libreplaygain_analysis_la_SOURCES = replaygain_analysis.c
|
|
|
|
EXTRA_DIST = \
|
|
Makefile.lite \
|
|
replaygain_analysis_static.dsp \
|
|
replaygain_analysis_static.vcproj
|
|
|
|
debug:
|
|
$(MAKE) all CFLAGS="@DEBUG@"
|
|
|
|
profile:
|
|
$(MAKE) all CFLAGS="@PROFILE@"
|