Mercurial > audlegacy-plugins
annotate src/console/Makefile @ 1862:d9d4b258fbf1
Millions of Makefile fixes. More to follow.
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Mon, 24 Sep 2007 23:03:25 +0200 |
| parents | c3fdb0e5a306 |
| children | 2a5ee6ed598d |
| 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} |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
2 SRCS = Audacious_Config.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
3 Audacious_Driver.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
4 Ay_Apu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
5 Ay_Cpu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
6 Ay_Emu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
7 Blip_Buffer.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
8 Classic_Emu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
9 Data_Reader.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
10 Dual_Resampler.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
11 Effects_Buffer.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
12 Fir_Resampler.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
13 Gbs_Emu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
14 Gb_Apu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
15 Gb_Cpu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
16 Gb_Oscs.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
17 gme.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
18 Gme_File.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
19 Gym_Emu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
20 Gzip_Reader.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
21 Hes_Apu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
22 Hes_Cpu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
23 Hes_Emu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
24 Kss_Cpu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
25 Kss_Emu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
26 Kss_Scc_Apu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
27 M3u_Playlist.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
28 Multi_Buffer.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
29 Music_Emu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
30 Nes_Apu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
31 Nes_Cpu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
32 Nes_Fme7_Apu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
33 Nes_Namco_Apu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
34 Nes_Oscs.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
35 Nes_Vrc6_Apu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
36 Nsfe_Emu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
37 Nsf_Emu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
38 Sap_Apu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
39 Sap_Cpu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
40 Sap_Emu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
41 Sms_Apu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
42 Snes_Spc.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
43 Spc_Cpu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
44 Spc_Dsp.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
45 Spc_Emu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
46 Vfs_File.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
47 Vgm_Emu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
48 Vgm_Emu_Impl.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
49 Ym2413_Emu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
50 Ym2612_Emu.cxx \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
51 Zlib_Inflater.cxx |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
52 |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
53 plugindir = audacious/${INPUT_PLUGIN_DIR} |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
54 |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
55 include ../../buildsys.mk |
|
1766
c3fdb0e5a306
Convert some makefiles, remove some -DHAVE_CONFIG_H.
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
56 include ../../extra.mk |
|
c3fdb0e5a306
Convert some makefiles, remove some -DHAVE_CONFIG_H.
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
57 |
|
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
58 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} ${DBUS_CFLAGS} -I../../intl -I../.. |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
59 CFLAGS += ${PLUGIN_CFLAGS} |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
60 CXXFLAGS += ${PLUGIN_CFLAGS} |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1766
diff
changeset
|
61 LIBS += -lz ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}$ ${DBUS_LIB} |
