annotate src/console/Makefile @ 2195:9773d2c69857

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author Jonathan Schleifer <js-audacious@webkeks.org>
date Wed, 28 Nov 2007 18:15:40 +0100
parents ce4beb166e92
children c42fa8f89616
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
1 PLUGIN = console${PLUGIN_SUFFIX}
2014
1ad002ce1bd0 Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents: 2006
diff changeset
2
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
3 SRCS = Audacious_Config.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
4 Audacious_Driver.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
5 Ay_Apu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
6 Ay_Cpu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
7 Ay_Emu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
8 Blip_Buffer.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
9 Classic_Emu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
10 Data_Reader.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
11 Dual_Resampler.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
12 Effects_Buffer.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
13 Fir_Resampler.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
14 Gbs_Emu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
15 Gb_Apu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
16 Gb_Cpu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
17 Gb_Oscs.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
18 gme.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
19 Gme_File.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
20 Gym_Emu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
21 Gzip_Reader.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
22 Hes_Apu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
23 Hes_Cpu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
24 Hes_Emu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
25 Kss_Cpu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
26 Kss_Emu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
27 Kss_Scc_Apu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
28 M3u_Playlist.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
29 Multi_Buffer.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
30 Music_Emu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
31 Nes_Apu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
32 Nes_Cpu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
33 Nes_Fme7_Apu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
34 Nes_Namco_Apu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
35 Nes_Oscs.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
36 Nes_Vrc6_Apu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
37 Nsfe_Emu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
38 Nsf_Emu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
39 Sap_Apu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
40 Sap_Cpu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
41 Sap_Emu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
42 Sms_Apu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
43 Snes_Spc.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
44 Spc_Cpu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
45 Spc_Dsp.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
46 Spc_Emu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
47 Vfs_File.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
48 Vgm_Emu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
49 Vgm_Emu_Impl.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
50 Ym2413_Emu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
51 Ym2612_Emu.cxx \
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
52 Zlib_Inflater.cxx
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
53
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
54 include ../../buildsys.mk
1766
c3fdb0e5a306 Convert some makefiles, remove some -DHAVE_CONFIG_H.
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
55 include ../../extra.mk
c3fdb0e5a306 Convert some makefiles, remove some -DHAVE_CONFIG_H.
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
56
2017
6d33dffd1382 Curly vs round braces (part 1)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents: 2016
diff changeset
57 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR}
2006
a56a26a5f233 Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents: 1870
diff changeset
58
2016
5d6cf50e905b In attempt to fix the regression...
Eugene Paskevich <eugene@raptor.kiev.ua>
parents: 2014
diff changeset
59 LD = ${CXX}
5d6cf50e905b In attempt to fix the regression...
Eugene Paskevich <eugene@raptor.kiev.ua>
parents: 2014
diff changeset
60
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
diff changeset
61 CFLAGS += ${PLUGIN_CFLAGS}
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1766
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} ${ARCH_DEFINES} -I../../intl -I../..
2139
ce4beb166e92 Some dependency fixes from Vitaly Lipatov.
William Pitcock <nenolod@atheme.org>
parents: 2017
diff changeset
64 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} -lz ${MOWGLI_LIBS}