annotate src/adplug/Makefile @ 1872:50f1c5a40a7d

adplug -> new buildsys. Untested, please test!
author Jonathan Schleifer <js@h3c.de>
date Tue, 25 Sep 2007 18:03:21 +0200
parents f19e6748d8eb
children 52d162b0dbd4
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}
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
2 SRCS = adplug-xmms.cc \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
3 core/fmopl.c \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
4 core/debug.c \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
5 core/adlibemu.c \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
6 core/adplug.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
7 core/emuopl.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
8 core/diskopl.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
9 core/fprovide.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
10 core/player.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
11 core/database.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
12 core/hsc.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
13 core/sng.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
14 core/imf.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
15 core/players.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
16 core/protrack.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
17 core/a2m.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
18 core/adtrack.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
19 core/amd.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
20 core/bam.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
21 core/d00.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
22 core/dfm.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
23 core/dmo.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
24 core/hsp.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
25 core/ksm.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
26 core/mad.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
27 core/mid.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
28 core/mkj.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
29 core/cff.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
30 core/dtm.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
31 core/fmc.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
32 core/mtk.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
33 core/rad.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
34 core/raw.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
35 core/sa2.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
36 core/s3m.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
37 core/xad.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
38 core/flash.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
39 core/bmf.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
40 core/hybrid.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
41 core/hyp.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
42 core/psi.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
43 core/rat.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
44 core/u6m.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
45 core/rol.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
46 core/xsm.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
47 core/dro.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
48 core/lds.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
49 core/temuopl.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
50 core/msc.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
51 core/rix.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
52 core/adl.cxx \
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
53 core/jbm.cxx
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
54
1872
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
55 plugindir = audacious/${INPUT_PLUGIN_DIR}
0
13389e613d67 [svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff changeset
56
1872
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
57 include ../../buildsys.mk
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
58 include ../../extra.mk
894
f19e6748d8eb [svn] maintenance of build system:
yaz
parents: 578
diff changeset
59
1872
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
60 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${BINIO_CFLAGS} -I../../intl -I../.. -I./core -Dstricmp=strcasecmp
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}
50f1c5a40a7d adplug -> new buildsys.
Jonathan Schleifer <js@h3c.de>
parents: 894
diff changeset
63 LIBS += ${BINIO_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}