Mercurial > audlegacy-plugins
comparison src/flacng/Makefile @ 930:2f742d127b3e trunk
[svn] - initial import of flacng from audacious-flacng-0.012
author | nenolod |
---|---|
date | Mon, 09 Apr 2007 10:55:23 -0700 |
parents | |
children | 0ee1070d1741 |
comparison
equal
deleted
inserted
replaced
929:9631824411bf | 930:2f742d127b3e |
---|---|
1 include ../../mk/rules.mk | |
2 include ../../mk/init.mk | |
3 | |
4 OBJECTIVE_LIBS = libflacng$(SHARED_SUFFIX) | |
5 | |
6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) | |
7 | |
8 LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(FLAC_LIBS) | |
9 | |
10 SOURCES = plugin.c tools.c seekable_stream_callbacks.c | |
11 | |
12 OBJECTS = ${SOURCES:.c=.o} | |
13 | |
14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. -I./libflac $(FLAC_CFLAGS) | |
15 | |
16 include ../../mk/objective.mk |