annotate src/song_change/Makefile @ 1903:5c01978673ca

fix for an undefined symbol error of __gxx_personality_v0.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 27 Sep 2007 12:55:56 +0900
parents eed7c270e8dd
children a56a26a5f233
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1838
4f3fab9d1993 song_change: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
1 PLUGIN = song_change${PLUGIN_SUFFIX}
4f3fab9d1993 song_change: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
2 SRCS = song_change.c
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
3
1838
4f3fab9d1993 song_change: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
4 plugindir = audacious/${GENERAL_PLUGIN_DIR}
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
5
1838
4f3fab9d1993 song_change: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
6 include ../../buildsys.mk
4f3fab9d1993 song_change: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
7 include ../../extra.mk
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
8
1838
4f3fab9d1993 song_change: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../..
4f3fab9d1993 song_change: MK2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
10 CFLAGS += ${PLUGIN_CFLAGS}
1882
eed7c270e8dd Fix MILLIONS of Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 1838
diff changeset
11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}