Mercurial > audlegacy-plugins
view src/flac112/Makefile @ 279:1983383db0f5 trunk
[svn] build fixes:
- now configure properly find flac 1.1.3beta2
- fix CXXFLAGS. it would lose audacious include path if --with-libFLAC was given.
- suppress gcc 4.1.1 compile warnings
author | yaz |
---|---|
date | Sun, 19 Nov 2006 22:54:10 -0800 |
parents | 4b31176c198a |
children | 0c50f248ed10 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk SUBDIRS = plugin_common noinst_HEADERS = \ charset.h \ configure.h \ http.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 \ http.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