annotate Plugins/Input/mpg123/Makefile.in @ 1117:38ff0b6b019b trunk

[svn] - fix an oops
author nenolod
date Tue, 30 May 2006 22:34:42 -0700
parents c4063c84b797
children 042f189bd225
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 \
1110
c4063c84b797 [svn] - remove equalizer.c (unneeded)
nenolod
parents: 1098
diff changeset
11 tabinit.c http.c \
1098
b5ae09a6c2f1 [svn] - prepare to split audacious code away from the actual decoder and use a highlevel API
nenolod
parents: 1090
diff changeset
12 dxhead.c decode.c dct64.c psycho.c interface.c
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
13
964
bf06569fb0b4 [svn] Quick n dirty unicode hack pending taglib-1.5.
nemo
parents: 957
diff changeset
14 OBJECTS = ${SOURCES:.c=.o} tag_c_hacked.o
61
fa848bd484d8 [svn] Move plugins to Plugins/
nenolod
parents:
diff changeset
15
1090
09eb2c83097a [svn] Psychoaccoustics support (to disable, temporarily add -UPSYCHO to your CFLAGS.):
nenolod
parents: 964
diff changeset
16 CFLAGS += -DPSYCHO -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
964
bf06569fb0b4 [svn] Quick n dirty unicode hack pending taglib-1.5.
nemo
parents: 957
diff changeset
18 CXXFLAGS = $(CFLAGS)
bf06569fb0b4 [svn] Quick n dirty unicode hack pending taglib-1.5.
nemo
parents: 957
diff changeset
19
bf06569fb0b4 [svn] Quick n dirty unicode hack pending taglib-1.5.
nemo
parents: 957
diff changeset
20 LIBADD = -ltag_c $(GTK_LIBS) $(TAGLIB_LIBS)