Mercurial > audlegacy-plugins
annotate src/lirc/Makefile @ 3191:a65f440cbed3
alsa-ng: Fix possible race conditions, sluggish pause and seek.
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Mon, 22 Jun 2009 16:05:57 -0400 |
parents | 134deb25be83 |
children |
rev | line source |
---|---|
2018
03a2bb1c521e
Curly vs round braces (part 2)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2017
diff
changeset
|
1 PLUGIN = lirc${PLUGIN_SUFFIX} |
17 | 2 |
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
3 SRCS = about.c \ |
2277
5e54ffc4f46f
Apply lirc patch from bugzilla. (Bugzilla #62).
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2018
diff
changeset
|
4 lirc.c \ |
5e54ffc4f46f
Apply lirc patch from bugzilla. (Bugzilla #62).
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2018
diff
changeset
|
5 lirc_cfg.c \ |
5e54ffc4f46f
Apply lirc patch from bugzilla. (Bugzilla #62).
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2018
diff
changeset
|
6 callbacks.c \ |
5e54ffc4f46f
Apply lirc patch from bugzilla. (Bugzilla #62).
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2018
diff
changeset
|
7 interface.c |
17 | 8 |
1904
276d2a3d998e
lirc: transition to new buildsystem
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
9 include ../../buildsys.mk |
276d2a3d998e
lirc: transition to new buildsystem
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
10 include ../../extra.mk |
17 | 11 |
2018
03a2bb1c521e
Curly vs round braces (part 2)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2017
diff
changeset
|
12 plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} |
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1904
diff
changeset
|
13 |
2018
03a2bb1c521e
Curly vs round braces (part 2)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2017
diff
changeset
|
14 CFLAGS += ${PLUGIN_CFLAGS} |
2528
134deb25be83
Remove DBUS_CFLAGS and DBUS_LIBS from Makefiles that don't need them.
Matti Hamalainen <ccr@tnsp.org>
parents:
2524
diff
changeset
|
15 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${MOWGLI_CFLAGS} -I../.. |
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:
2277
diff
changeset
|
16 LIBS += ${GTK_LIBS} ${GLIB_LIBS} -llirc_client |