Files
flac/src/plugin_common/Makefile.am
2002-09-04 07:56:44 +00:00

36 lines
524 B
Makefile

## 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 \
charset.h \
dither.h \
id3v1.h \
id3v2.h \
vorbiscomment.h
libplugin_common_a_SOURCES = \
canonical_tag.c \
charset.c \
dither.c \
id3v1.c \
id3v2.c \
vorbiscomment.c
EXTRA_DIST = \
Makefile.lite \
Makefile.vc \
README
debug:
$(MAKE) all CFLAGS="@DEBUG@"
profile:
$(MAKE) all CFLAGS="@PROFILE@"