Mercurial > audlegacy-plugins
annotate src/timidity/Makefile @ 2857:59727b85a091
Restart dialog
author | Paula Stanciu <paula.stanciu@gmail.com> |
---|---|
date | Fri, 01 Aug 2008 23:18:21 +0300 |
parents | 134deb25be83 |
children |
rev | line source |
---|---|
1882 | 1 PLUGIN = timidity${PLUGIN_SUFFIX} |
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
2 |
1882 | 3 SRCS = callbacks.c \ |
4 interface.c \ | |
5 xmms-timidity.c \ | |
6 libtimidity/common.c \ | |
7 libtimidity/instrum.c \ | |
8 libtimidity/instrum_dls.c \ | |
9 libtimidity/mix.c \ | |
10 libtimidity/output.c \ | |
11 libtimidity/playmidi.c \ | |
12 libtimidity/readmidi.c \ | |
13 libtimidity/resample.c \ | |
14 libtimidity/stream.c \ | |
15 libtimidity/tables.c \ | |
16 libtimidity/timidity.c | |
17 | |
1883 | 18 include ../../buildsys.mk |
19 include ../../extra.mk | |
22 | 20 |
2017
6d33dffd1382
Curly vs round braces (part 1)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2014
diff
changeset
|
21 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} |
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1883
diff
changeset
|
22 |
2528
134deb25be83
Remove DBUS_CFLAGS and DBUS_LIBS from Makefiles that don't need them.
Matti Hamalainen <ccr@tnsp.org>
parents:
2524
diff
changeset
|
23 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../.. -I./libtimidity |
1882 | 24 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
|
25 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS} |