annotate src/filewriter/Makefile @ 1798:ef7894bd0c22

filewriter: Mk2
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 12:36:53 -0500
parents f65aa5417221
children eed7c270e8dd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1798
ef7894bd0c22 filewriter: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1043
diff changeset
1 include ../../extra.mk
984
df7b09989aee [svn] - We got a new plugin, captain!
mf0102
parents:
diff changeset
2
1798
ef7894bd0c22 filewriter: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1043
diff changeset
3 PLUGIN = filewriter$(SHARED_SUFFIX)
ef7894bd0c22 filewriter: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1043
diff changeset
4 plugindir = audacious/$(OUTPUT_PLUGIN_DIR)
984
df7b09989aee [svn] - We got a new plugin, captain!
mf0102
parents:
diff changeset
5
1798
ef7894bd0c22 filewriter: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1043
diff changeset
6 SRCS = filewriter.c wav.c mp3.c vorbis.c flac.c
ef7894bd0c22 filewriter: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1043
diff changeset
7
ef7894bd0c22 filewriter: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1043
diff changeset
8 include ../../buildsys.mk
984
df7b09989aee [svn] - We got a new plugin, captain!
mf0102
parents:
diff changeset
9
1798
ef7894bd0c22 filewriter: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1043
diff changeset
10 CFLAGS += $(PLUGIN_CFLAGS)
ef7894bd0c22 filewriter: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1043
diff changeset
11 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS) $(PANGO_CFLAGS) $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) -I../../intl -I../.. -Wall
ef7894bd0c22 filewriter: Mk2
William Pitcock <nenolod@atheme.org>
parents: 1043
diff changeset
12 LIBS += $(GTK_LIBS) ${FILEWRITER_LIBS}