annotate src/vfstrace/Makefile @ 3203:f5456241bff9 default tip

changed include path from audacious to audlegacy.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 10 Nov 2009 05:19:25 +0900
parents 1e48d5a52760
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3097
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
1 PLUGIN = vfstrace${PLUGIN_SUFFIX}
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
2
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
3 SRCS = vfstrace.c
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
4
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
5 include ../../buildsys.mk
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
6 include ../../extra.mk
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
7
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
8 plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR}
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
9
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
10 CFLAGS += ${PLUGIN_CFLAGS}
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
11 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} -I../..
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${XML_LIBS}