comparison Plugins/Input/mpg123/Makefile.in @ 1110:c4063c84b797 trunk

[svn] - remove equalizer.c (unneeded)
author nenolod
date Mon, 29 May 2006 11:25:33 -0700
parents b5ae09a6c2f1
children 042f189bd225
comparison
equal deleted inserted replaced
1109:95365899992e 1110:c4063c84b797
6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) 6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
7 7
8 SOURCES = mpg123.c configure.c fileinfo.c common.c \ 8 SOURCES = mpg123.c configure.c fileinfo.c common.c \
9 decode_2to1.c decode_4to1.c \ 9 decode_2to1.c decode_4to1.c \
10 layer1.c layer2.c layer3.c \ 10 layer1.c layer2.c layer3.c \
11 tabinit.c equalizer.c http.c \ 11 tabinit.c http.c \
12 dxhead.c decode.c dct64.c psycho.c interface.c 12 dxhead.c decode.c dct64.c psycho.c interface.c
13 13
14 OBJECTS = ${SOURCES:.c=.o} tag_c_hacked.o 14 OBJECTS = ${SOURCES:.c=.o} tag_c_hacked.o
15 15
16 CFLAGS += -DPSYCHO -fPIC -DPIC $(GTK_CFLAGS) $(TAGLIB_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../.. 16 CFLAGS += -DPSYCHO -fPIC -DPIC $(GTK_CFLAGS) $(TAGLIB_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../..