Files
flac/src/plugin_common/Makefile.am

28 lines
416 B
Makefile
Raw Normal View History

2002-08-23 06:28:59 +00:00
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)/include
noinst_LIBRARIES = libplugin-common.a
noinst_HEADERS = \
all.h \
canonical_tag.h \
dither.h
libplugin_common_a_SOURCES = \
canonical_tag.c \
dither.c
EXTRA_DIST = \
Makefile.lite \
Makefile.vc \
README
debug:
$(MAKE) all CFLAGS="@DEBUG@"
profile:
$(MAKE) all CFLAGS="@PROFILE@"