Mercurial > audlegacy-plugins
comparison src/console/Makefile @ 316:fb513e10174e trunk
[svn] - merge libconsole-blargg into mainline libconsole:
+ obsoletes plugins-ugly:sapplug
| author | nenolod |
|---|---|
| date | Thu, 30 Nov 2006 19:54:33 -0800 |
| parents | cf1054422f81 |
| children | 986f098da058 |
comparison
equal
deleted
inserted
replaced
| 315:2294f3a6f136 | 316:fb513e10174e |
|---|---|
| 4 OBJECTIVE_LIBS = libconsole$(SHARED_SUFFIX) | 4 OBJECTIVE_LIBS = libconsole$(SHARED_SUFFIX) |
| 5 | 5 |
| 6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) | 6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) |
| 7 | 7 |
| 8 SOURCES = \ | 8 SOURCES = \ |
| 9 Blip_Buffer.cxx \ | 9 Audacious_Config.cxx \ |
| 10 Classic_Emu.cxx \ | 10 Audacious_Driver.cxx \ |
| 11 Dual_Resampler.cxx \ | 11 Ay_Apu.cxx \ |
| 12 Fir_Resampler.cxx \ | 12 Ay_Cpu.cxx \ |
| 13 Gb_Apu.cxx \ | 13 Ay_Emu.cxx \ |
| 14 Gb_Cpu.cxx \ | 14 Blip_Buffer.cxx \ |
| 15 Gb_Oscs.cxx \ | 15 Classic_Emu.cxx \ |
| 16 Gbs_Emu.cxx \ | 16 Data_Reader.cxx \ |
| 17 Gym_Emu.cxx \ | 17 Dual_Resampler.cxx \ |
| 18 Multi_Buffer.cxx \ | 18 Effects_Buffer.cxx \ |
| 19 Music_Emu.cxx \ | 19 Fir_Resampler.cxx \ |
| 20 Nes_Apu.cxx \ | 20 Gbs_Emu.cxx \ |
| 21 Nes_Cpu.cxx \ | 21 Gb_Apu.cxx \ |
| 22 Nes_Fme7_Apu.cxx \ | 22 Gb_Cpu.cxx \ |
| 23 Nes_Namco_Apu.cxx \ | 23 Gb_Oscs.cxx \ |
| 24 Nes_Oscs.cxx \ | 24 gme.cxx \ |
| 25 Nes_Vrc6_Apu.cxx \ | 25 Gme_File.cxx \ |
| 26 Nsfe_Emu.cxx \ | 26 gme_type_list.cxx \ |
| 27 Nsf_Emu.cxx \ | 27 Gym_Emu.cxx \ |
| 28 Sms_Apu.cxx \ | 28 Hes_Apu.cxx \ |
| 29 Snes_Spc.cxx \ | 29 Hes_Cpu.cxx \ |
| 30 Spc_Cpu.cxx \ | 30 Hes_Emu.cxx \ |
| 31 Spc_Dsp.cxx \ | 31 Kss_Cpu.cxx \ |
| 32 Spc_Emu.cxx \ | 32 Kss_Emu.cxx \ |
| 33 Vgm_Emu.cxx \ | 33 Kss_Scc_Apu.cxx \ |
| 34 abstract_file.cxx \ | 34 M3u_Playlist.cxx \ |
| 35 Vfs_File.cxx \ | 35 Multi_Buffer.cxx \ |
| 36 Gzip_File.cxx \ | 36 Music_Emu.cxx \ |
| 37 Vgm_Emu_Impl.cxx \ | 37 Nes_Apu.cxx \ |
| 38 Ym2413_Emu.cxx \ | 38 Nes_Cpu.cxx \ |
| 39 Ym2612_Emu.cxx \ | 39 Nes_Fme7_Apu.cxx \ |
| 40 Track_Emu.cxx \ | 40 Nes_Namco_Apu.cxx \ |
| 41 Audacious_Config.cxx \ | 41 Nes_Oscs.cxx \ |
| 42 Audacious_Driver.cxx | 42 Nes_Vrc6_Apu.cxx \ |
| 43 Nsfe_Emu.cxx \ | |
| 44 Nsf_Emu.cxx \ | |
| 45 Sap_Apu.cxx \ | |
| 46 Sap_Cpu.cxx \ | |
| 47 Sap_Emu.cxx \ | |
| 48 Sms_Apu.cxx \ | |
| 49 Snes_Spc.cxx \ | |
| 50 Spc_Cpu.cxx \ | |
| 51 Spc_Dsp.cxx \ | |
| 52 Spc_Emu.cxx \ | |
| 53 Vfs_File.cxx \ | |
| 54 Vgm_Emu.cxx \ | |
| 55 Vgm_Emu_Impl.cxx \ | |
| 56 Ym2413_Emu.cxx \ | |
| 57 Ym2612_Emu.cxx | |
| 43 | 58 |
| 44 OBJECTS = ${SOURCES:.cxx=.o} | 59 OBJECTS = ${SOURCES:.cxx=.o} |
| 45 | 60 |
| 46 LIBADD += -lz $(GTK_LIBS) -lstdc++ | 61 LIBADD += -lz $(GTK_LIBS) -lstdc++ |
| 47 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. | 62 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. |
