annotate Plugins/Input/mpg123/Makefile.in @ 627:287a588f2852 trunk

[svn] use the default rule for building library objectives here
author nenolod
date Tue, 07 Feb 2006 11:54:28 -0800
parents a4ab65713d46
children 12f57026da8f
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 \
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
12 dxhead.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
13 id3.c id3_frame.c id3_frame_content.c id3_frame_text.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
14 id3_frame_url.c id3_tag.c decode.c dct64.c
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
15
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
16 OBJECTS = ${SOURCES:.c=.o}
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
17
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
18 CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../..
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
19
594
393b53af008e [svn] link against libid3 if available
nenolod
parents: 592
diff changeset
20 LIBADD = $(GTK_LIBS) $(ID3LIBS)