Mercurial > audlegacy
view Plugins/Input/mpg123/Makefile.in @ 1343:c81fa4bb2872 trunk
[svn] User did not test his submission. Fix based on reports by fluxinator on #audacious.
author | chainsaw |
---|---|
date | Wed, 28 Jun 2006 06:29:38 -0700 |
parents | 109698f652b9 |
children | 35ef03569852 |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/objective.mk OBJECTIVE_LIBS = libmpg123.so LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) SOURCES = mpg123.c configure.c fileinfo.c common.c \ resample.c \ layer1.c layer2.c layer3.c \ tabinit.c http.c \ dxhead.c decode.c dct64.c paranoia.c interface.c OBJECTS = ${SOURCES:.c=.o} tag_c_hacked.o CFLAGS += -UPSYCHO -fPIC -DPIC $(GTK_CFLAGS) $(TAGLIB_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../.. CXXFLAGS = $(CFLAGS) LIBADD = -ltag_c $(GTK_LIBS) $(TAGLIB_LIBS)