annotate src/lirc/Makefile @ 2545:585f2fc4134e

MIDI files were never properly supported (and probably shouldn't be, because we have separate and working plugins for handling MIDI files), thus references to MIDI are removed.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 Apr 2008 05:01:37 +0300
parents 134deb25be83
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
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
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
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
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
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