Mercurial > audlegacy-plugins
annotate src/vtx/Makefile @ 3193:93cf4d0a0dde
alsa-ng: Prefer "PCM" volume control over "Wave" on systems that have both, for consistency with OSS plugin and maybe other apps (closes AUD-34 and AUD-36).
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Mon, 29 Jun 2009 23:05:56 -0400 |
parents | c42fa8f89616 |
children |
rev | line source |
---|---|
1883 | 1 PLUGIN = vtx${PLUGIN_SUFFIX} |
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
2 |
1882 | 3 SRCS = about.c \ |
4 ay8912.c \ | |
5 config.c \ | |
6 info.c \ | |
7 lh5dec.c \ | |
8 vtx.c \ | |
9 vtxfile.c | |
10 | |
11 include ../../buildsys.mk | |
1775 | 12 include ../../extra.mk |
749
26ff35aa9b2b
[svn] - vtx input plugin based on a submission from Pavel Vymetalek.
nenolod
parents:
diff
changeset
|
13 |
2017
6d33dffd1382
Curly vs round braces (part 1)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2014
diff
changeset
|
14 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} |
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1900
diff
changeset
|
15 |
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
16 CFLAGS += ${PLUGIN_CFLAGS} |
2524
c42fa8f89616
Remove -I../../intl and PANGO_{CFLAGS,LIBS} from those Makefiles where they are not needed (in practice almost all of them.)
Matti Hamalainen <ccr@tnsp.org>
parents:
2137
diff
changeset
|
17 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} -I../.. -I. |
c42fa8f89616
Remove -I../../intl and PANGO_{CFLAGS,LIBS} from those Makefiles where they are not needed (in practice almost all of them.)
Matti Hamalainen <ccr@tnsp.org>
parents:
2137
diff
changeset
|
18 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS} |