Mercurial > audlegacy-plugins
comparison src/Input/console/Makefile @ 0:13389e613d67 trunk
[svn] - initial import of audacious-plugins tree (lots to do)
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 01:11:49 -0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:13389e613d67 |
|---|---|
| 1 include ../../../mk/rules.mk | |
| 2 include ../../../mk/init.mk | |
| 3 | |
| 4 OBJECTIVE_LIBS = libconsole$(SHARED_SUFFIX) | |
| 5 | |
| 6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) | |
| 7 | |
| 8 SOURCES = \ | |
| 9 Blip_Buffer.cxx \ | |
| 10 Classic_Emu.cxx \ | |
| 11 Dual_Resampler.cxx \ | |
| 12 Fir_Resampler.cxx \ | |
| 13 Gb_Apu.cxx \ | |
| 14 Gb_Cpu.cxx \ | |
| 15 Gb_Oscs.cxx \ | |
| 16 Gbs_Emu.cxx \ | |
| 17 Gym_Emu.cxx \ | |
| 18 Multi_Buffer.cxx \ | |
| 19 Music_Emu.cxx \ | |
| 20 Nes_Apu.cxx \ | |
| 21 Nes_Cpu.cxx \ | |
| 22 Nes_Fme7_Apu.cxx \ | |
| 23 Nes_Namco_Apu.cxx \ | |
| 24 Nes_Oscs.cxx \ | |
| 25 Nes_Vrc6_Apu.cxx \ | |
| 26 Nsfe_Emu.cxx \ | |
| 27 Nsf_Emu.cxx \ | |
| 28 Sms_Apu.cxx \ | |
| 29 Snes_Spc.cxx \ | |
| 30 Spc_Cpu.cxx \ | |
| 31 Spc_Dsp.cxx \ | |
| 32 Spc_Emu.cxx \ | |
| 33 Vgm_Emu.cxx \ | |
| 34 abstract_file.cxx \ | |
| 35 Vfs_File.cxx \ | |
| 36 Gzip_File.cxx \ | |
| 37 Vgm_Emu_Impl.cxx \ | |
| 38 Ym2413_Emu.cxx \ | |
| 39 Ym2612_Emu.cxx \ | |
| 40 Track_Emu.cxx \ | |
| 41 Audacious_Config.cxx \ | |
| 42 Audacious_Driver.cxx | |
| 43 | |
| 44 OBJECTS = ${SOURCES:.cxx=.o} | |
| 45 | |
| 46 LIBADD += -lz $(GTK_LIBS) -lstdc++ | |
| 47 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../.. | |
| 48 | |
| 49 include ../../../mk/objective.mk |
