Mercurial > audlegacy-plugins
view src/flac113/Makefile @ 516:522acbb51ecc trunk
[svn] - flac 113 plugin: get rid of http.c and http.h stuff in flac 113 as well
author | giacomo |
---|---|
date | Mon, 22 Jan 2007 09:08:16 -0800 |
parents | ad8e44bcdf8a |
children | 550c9e382cf8 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk SUBDIRS = plugin_common noinst_HEADERS = \ charset.h \ configure.h \ plugin.h \ tag.h \ fast_float_math_hack.h \ replaygain_analysis.h \ grabbag.h \ replaygain_synthesis.h OBJECTIVE_LIBS = libflac$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) LIBADD = $(LIBFLAC_LIBS) -L./plugin_common -lplugin_common SOURCES = \ charset.c \ configure.c \ fileinfo.c \ plugin.c \ tag.c \ replaygain_synthesis.c \ replaygain.c \ replaygain_analysis.c \ file.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. $(LIBFLAC_CFLAGS) include ../../mk/objective.mk