Mercurial > audlegacy
diff Plugins/Input/console/Makefile @ 1720:d8119214066d trunk
[svn] - do not generate a Makefile for libconsole
- remove dead JMA code
author | nenolod |
---|---|
date | Sat, 16 Sep 2006 17:51:46 -0700 |
parents | Plugins/Input/console/Makefile.in@2dd4cf103e1c |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/Input/console/Makefile Sat Sep 16 17:51:46 2006 -0700 @@ -0,0 +1,49 @@ +include ../../../mk/rules.mk +include ../../../mk/init.mk + +OBJECTIVE_LIBS = libconsole$(SHARED_SUFFIX) + +LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) + +SOURCES = \ + Blip_Buffer.cxx \ + Classic_Emu.cxx \ + Dual_Resampler.cxx \ + Fir_Resampler.cxx \ + Gb_Apu.cxx \ + Gb_Cpu.cxx \ + Gb_Oscs.cxx \ + Gbs_Emu.cxx \ + Gym_Emu.cxx \ + Multi_Buffer.cxx \ + Music_Emu.cxx \ + Nes_Apu.cxx \ + Nes_Cpu.cxx \ + Nes_Fme7_Apu.cxx \ + Nes_Namco_Apu.cxx \ + Nes_Oscs.cxx \ + Nes_Vrc6_Apu.cxx \ + Nsfe_Emu.cxx \ + Nsf_Emu.cxx \ + Sms_Apu.cxx \ + Snes_Spc.cxx \ + Spc_Cpu.cxx \ + Spc_Dsp.cxx \ + Spc_Emu.cxx \ + Vgm_Emu.cxx \ + abstract_file.cxx \ + Vfs_File.cxx \ + Gzip_File.cxx \ + Vgm_Emu_Impl.cxx \ + Ym2413_Emu.cxx \ + Ym2612_Emu.cxx \ + Track_Emu.cxx \ + Audacious_Config.cxx \ + Audacious_Driver.cxx + +OBJECTS = ${SOURCES:.cxx=.o} + +LIBADD += -lz $(GTK_LIBS) -lstdc++ +CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../.. + +include ../../../mk/objective.mk