view src/lame/Makefile @ 668:622c63a5c191 trunk

[svn] - add lame encoder plugin. not yet hooked up. - with this plugin, audacious can rip cd with tags using cddb, and can cut out tracks with tags from one big data file with a cue sheet.
author yaz
date Sun, 18 Feb 2007 00:07:48 -0800
parents
children d801d8ce24fb
line wrap: on
line source

include ../../mk/rules.mk
include ../../mk/init.mk

OBJECTIVE_LIBS = liblame$(SHARED_SUFFIX)

LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR)

LIBADD = $(GTK_LIBS) -lmp3lame
SOURCES = out_lame.c

OBJECTS = ${SOURCES:.c=.o}

CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../..

include ../../mk/objective.mk