annotate src/vfstrace/Makefile @ 3196:0f7180e3b163

alsa-ng: Enforce a minimum buffer size of 500ms.
author William Pitcock <nenolod@atheme.org>
date Sun, 12 Jul 2009 08:30:13 -0500
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}