annotate src/adplug/Makefile @ 2191:329267b09658

get rid of talking with GDK directly
author Eugene Zagidullin <e.asphyx@gmail.com>
date Wed, 28 Nov 2007 02:50:15 +0300
parents ae36702ffcf9
children c42fa8f89616
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1872
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
1 PLUGIN = adplug${PLUGIN_SUFFIX}
2014
1ad002ce1bd0 Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents: 2006
diff changeset
2
1872
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
3 SRCS = adplug-xmms.cc \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
4 core/fmopl.c \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
5 core/debug.c \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
6 core/adlibemu.c \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
7 core/adplug.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
8 core/emuopl.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
9 core/diskopl.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
10 core/fprovide.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
11 core/player.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
12 core/database.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
13 core/hsc.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
14 core/sng.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
15 core/imf.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
16 core/players.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
17 core/protrack.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
18 core/a2m.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
19 core/adtrack.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
20 core/amd.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
21 core/bam.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
22 core/d00.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
23 core/dfm.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
24 core/dmo.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
25 core/hsp.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
26 core/ksm.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
27 core/mad.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
28 core/mid.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
29 core/mkj.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
30 core/cff.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
31 core/dtm.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
32 core/fmc.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
33 core/mtk.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
34 core/rad.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
35 core/raw.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
36 core/sa2.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
37 core/s3m.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
38 core/xad.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
39 core/flash.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
40 core/bmf.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
41 core/hybrid.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
42 core/hyp.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
43 core/psi.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
44 core/rat.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
45 core/u6m.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
46 core/rol.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
47 core/xsm.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
48 core/dro.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
49 core/lds.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
50 core/temuopl.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
51 core/msc.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
52 core/rix.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
53 core/adl.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
54 core/jbm.cxx
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
55
1872
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
56 include ../../buildsys.mk
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
57 include ../../extra.mk
894
f19e6748d8eb [svn] maintenance of build system:
yaz
parents: 578
diff changeset
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
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
61 CFLAGS += ${PLUGIN_CFLAGS}
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
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}