2002-08-23 06:28:59 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
|
2002-11-01 04:27:46 +00:00
|
|
|
SUBDIRS = include .
|
|
|
|
|
|
2002-09-09 21:54:28 +00:00
|
|
|
INCLUDES = -I$(top_srcdir)/include @ID3LIB_CFLAGS@
|
2002-08-23 06:28:59 +00:00
|
|
|
|
2002-09-04 07:56:44 +00:00
|
|
|
noinst_LIBRARIES = libplugin_common.a
|
2002-08-23 06:28:59 +00:00
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
|
all.h \
|
|
|
|
|
canonical_tag.h \
|
2002-08-27 05:36:09 +00:00
|
|
|
charset.h \
|
2002-11-01 04:27:46 +00:00
|
|
|
defs.h \
|
2002-08-27 05:36:09 +00:00
|
|
|
dither.h \
|
|
|
|
|
id3v1.h \
|
2002-08-30 05:44:32 +00:00
|
|
|
id3v2.h \
|
2002-09-11 17:08:05 +00:00
|
|
|
locale_hack.h \
|
2002-11-01 04:27:46 +00:00
|
|
|
replaygain_synthesis.h \
|
2002-08-30 05:44:32 +00:00
|
|
|
vorbiscomment.h
|
2002-08-23 06:28:59 +00:00
|
|
|
|
|
|
|
|
libplugin_common_a_SOURCES = \
|
|
|
|
|
canonical_tag.c \
|
2002-08-27 05:36:09 +00:00
|
|
|
charset.c \
|
|
|
|
|
dither.c \
|
|
|
|
|
id3v1.c \
|
2002-08-30 05:44:32 +00:00
|
|
|
id3v2.c \
|
2002-11-01 04:27:46 +00:00
|
|
|
replaygain_synthesis.c \
|
2002-08-30 05:44:32 +00:00
|
|
|
vorbiscomment.c
|
2002-08-23 06:28:59 +00:00
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
|
Makefile.lite \
|
2002-10-16 22:06:04 +00:00
|
|
|
README \
|
2002-11-21 09:00:25 +00:00
|
|
|
plugin_common_static.dsp
|
2002-08-23 06:28:59 +00:00
|
|
|
|
|
|
|
|
debug:
|
|
|
|
|
$(MAKE) all CFLAGS="@DEBUG@"
|
|
|
|
|
|
|
|
|
|
profile:
|
|
|
|
|
$(MAKE) all CFLAGS="@PROFILE@"
|