annotate Plugins/Input/mpg123/Makefile.in @ 957:12f57026da8f trunk

[svn] First attempt at introducing taglib here. Very rough, needs polishing. Please wear protective goggles before opening the file dialog. It *will* explode.
author chainsaw
date Sun, 23 Apr 2006 15:50:33 -0700
parents 287a588f2852
children bf06569fb0b4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
566
ab7027a06ca9 [svn] convert mpg123 over... right now we don't use the "x86-optimized code", although I doubt it makes a lick of
nenolod
parents: 169
diff changeset
1 include ../../../mk/rules.mk
ab7027a06ca9 [svn] convert mpg123 over... right now we don't use the "x86-optimized code", although I doubt it makes a lick of
nenolod
parents: 169
diff changeset
2 include ../../../mk/objective.mk
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
3
566
ab7027a06ca9 [svn] convert mpg123 over... right now we don't use the "x86-optimized code", although I doubt it makes a lick of
nenolod
parents: 169
diff changeset
4 OBJECTIVE_LIBS = libmpg123.so
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
5
592
7bbe7a94bc20 [svn] make sure mpg123 installs correctly
nenolod
parents: 571
diff changeset
6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
7bbe7a94bc20 [svn] make sure mpg123 installs correctly
nenolod
parents: 571
diff changeset
7
566
ab7027a06ca9 [svn] convert mpg123 over... right now we don't use the "x86-optimized code", although I doubt it makes a lick of
nenolod
parents: 169
diff changeset
8 SOURCES = mpg123.c configure.c fileinfo.c common.c \
ab7027a06ca9 [svn] convert mpg123 over... right now we don't use the "x86-optimized code", although I doubt it makes a lick of
nenolod
parents: 169
diff changeset
9 decode_2to1.c decode_4to1.c \
ab7027a06ca9 [svn] convert mpg123 over... right now we don't use the "x86-optimized code", although I doubt it makes a lick of
nenolod
parents: 169
diff changeset
10 layer1.c layer2.c layer3.c \
ab7027a06ca9 [svn] convert mpg123 over... right now we don't use the "x86-optimized code", although I doubt it makes a lick of
nenolod
parents: 169
diff changeset
11 tabinit.c equalizer.c http.c \
957
12f57026da8f [svn] First attempt at introducing taglib here. Very rough, needs polishing. Please wear protective goggles before opening the file dialog. It *will* explode.
chainsaw
parents: 627
diff changeset
12 dxhead.c decode.c dct64.c
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
13
566
ab7027a06ca9 [svn] convert mpg123 over... right now we don't use the "x86-optimized code", although I doubt it makes a lick of
nenolod
parents: 169
diff changeset
14 OBJECTS = ${SOURCES:.c=.o}
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
15
957
12f57026da8f [svn] First attempt at introducing taglib here. Very rough, needs polishing. Please wear protective goggles before opening the file dialog. It *will* explode.
chainsaw
parents: 627
diff changeset
16 CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(TAGLIB_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../..
566
ab7027a06ca9 [svn] convert mpg123 over... right now we don't use the "x86-optimized code", although I doubt it makes a lick of
nenolod
parents: 169
diff changeset
17
957
12f57026da8f [svn] First attempt at introducing taglib here. Very rough, needs polishing. Please wear protective goggles before opening the file dialog. It *will* explode.
chainsaw
parents: 627
diff changeset
18 LIBADD = -ltag_c $(GTK_LIBS) $(ID3LIBS)