Mercurial > audlegacy-plugins
annotate src/adplug/Makefile @ 2177:a838523e04b7
Restore the channel's volume after playback.
author | Jonathan Schleifer <js@webkeks.org> |
---|---|
date | Mon, 19 Nov 2007 21:35:56 +0100 |
parents | ae36702ffcf9 |
children | c42fa8f89616 |
rev | line source |
---|---|
1872 | 1 PLUGIN = adplug${PLUGIN_SUFFIX} |
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
2 |
1872 | 3 SRCS = adplug-xmms.cc \ |
4 core/fmopl.c \ | |
5 core/debug.c \ | |
6 core/adlibemu.c \ | |
7 core/adplug.cxx \ | |
8 core/emuopl.cxx \ | |
9 core/diskopl.cxx \ | |
10 core/fprovide.cxx \ | |
11 core/player.cxx \ | |
12 core/database.cxx \ | |
13 core/hsc.cxx \ | |
14 core/sng.cxx \ | |
15 core/imf.cxx \ | |
16 core/players.cxx \ | |
17 core/protrack.cxx \ | |
18 core/a2m.cxx \ | |
19 core/adtrack.cxx \ | |
20 core/amd.cxx \ | |
21 core/bam.cxx \ | |
22 core/d00.cxx \ | |
23 core/dfm.cxx \ | |
24 core/dmo.cxx \ | |
25 core/hsp.cxx \ | |
26 core/ksm.cxx \ | |
27 core/mad.cxx \ | |
28 core/mid.cxx \ | |
29 core/mkj.cxx \ | |
30 core/cff.cxx \ | |
31 core/dtm.cxx \ | |
32 core/fmc.cxx \ | |
33 core/mtk.cxx \ | |
34 core/rad.cxx \ | |
35 core/raw.cxx \ | |
36 core/sa2.cxx \ | |
37 core/s3m.cxx \ | |
38 core/xad.cxx \ | |
39 core/flash.cxx \ | |
40 core/bmf.cxx \ | |
41 core/hybrid.cxx \ | |
42 core/hyp.cxx \ | |
43 core/psi.cxx \ | |
44 core/rat.cxx \ | |
45 core/u6m.cxx \ | |
46 core/rol.cxx \ | |
47 core/xsm.cxx \ | |
48 core/dro.cxx \ | |
49 core/lds.cxx \ | |
50 core/temuopl.cxx \ | |
51 core/msc.cxx \ | |
52 core/rix.cxx \ | |
53 core/adl.cxx \ | |
54 core/jbm.cxx | |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
55 |
1872 | 56 include ../../buildsys.mk |
57 include ../../extra.mk | |
894 | 58 |
2017
6d33dffd1382
Curly vs round braces (part 1)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2014
diff
changeset
|
59 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} |
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1876
diff
changeset
|
60 |
1872 | 61 CFLAGS += ${PLUGIN_CFLAGS} |
62 CXXFLAGS += ${PLUGIN_CFLAGS} | |
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
63 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${BINIO_CFLAGS} -I../../intl -I../.. -I./core -Dstricmp=strcasecmp |
2137
ae36702ffcf9
Fix linking dependencies.
Vitaly Lipatov <lav@etersoft.ru>
parents:
2017
diff
changeset
|
64 LIBS += ${BINIO_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${MOWGLI_LIBS} |