changeset 577:85bcdcbc245f trunk

[svn] Conversion to new system.
author nenolod
date Thu, 02 Feb 2006 16:03:51 -0800
parents c5ce7081a802
children d89a7b85528d
files Plugins/Input/console/Makefile.am Plugins/Input/console/Makefile.in
diffstat 2 files changed, 46 insertions(+), 43 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/console/Makefile.am	Thu Feb 02 15:49:25 2006 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-lib_LTLIBRARIES = libconsole.la
-
-libdir = $(plugindir)/$(INPUT_PLUGIN_DIR)
-
-libconsole_la_SOURCES = \
-	Blip_Buffer.cpp     \
-	Classic_Emu.cpp     \
-	Dual_Resampler.cpp  \
-	Fir_Resampler.cpp   \
-	Gb_Apu.cpp      \
-	Gb_Cpu.cpp      \
-	Gb_Oscs.cpp     \
-	Gbs_Emu.cpp     \
-	Gym_Emu.cpp     \
-	Multi_Buffer.cpp    \
-	Music_Emu.cpp       \
-	Nes_Apu.cpp     \
-	Nes_Cpu.cpp     \
-	Nes_Fme7_Apu.cpp    \
-	Nes_Namco_Apu.cpp   \
-	Nes_Oscs.cpp        \
-	Nes_Vrc6_Apu.cpp    \
-	Nsfe_Emu.cpp        \
-	Nsf_Emu.cpp     \
-	Sms_Apu.cpp     \
-	Snes_Spc.cpp        \
-	Spc_Cpu.cpp     \
-	Spc_Dsp.cpp     \
-	Spc_Emu.cpp     \
-	Vgm_Emu.cpp     \
-	abstract_file.cpp   \
-	Vfs_File.cpp        \
-	Gzip_File.cpp       \
-	Vgm_Emu_Impl.cpp    \
-	Ym2413_Emu.cpp      \
-	Ym2612_Emu.cpp      \
-	Track_Emu.cpp       \
-	Audacious_Driver.cpp
-
-libconsole_la_LDFLAGS = $(PLUGIN_LDFLAGS)
-libconsole_la_LIBADD = -lz $(GTK_LIBS) $(top_builddir)/libaudacious/libaudacious.la
-INCLUDES = $(GTK_CFLAGS) $(ARCH_DEFINES) -I$(top_srcdir)/intl -I$(top_srcdir)
-
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Plugins/Input/console/Makefile.in	Thu Feb 02 16:03:51 2006 -0800
@@ -0,0 +1,46 @@
+include ../../../mk/rules.mk
+include ../../../mk/objective.mk
+
+OBJECTIVE_LIBS = libconsole.so
+
+LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
+
+SOURCES = \
+	Blip_Buffer.cpp     \
+	Classic_Emu.cpp     \
+	Dual_Resampler.cpp  \
+	Fir_Resampler.cpp   \
+	Gb_Apu.cpp      \
+	Gb_Cpu.cpp      \
+	Gb_Oscs.cpp     \
+	Gbs_Emu.cpp     \
+	Gym_Emu.cpp     \
+	Multi_Buffer.cpp    \
+	Music_Emu.cpp       \
+	Nes_Apu.cpp     \
+	Nes_Cpu.cpp     \
+	Nes_Fme7_Apu.cpp    \
+	Nes_Namco_Apu.cpp   \
+	Nes_Oscs.cpp        \
+	Nes_Vrc6_Apu.cpp    \
+	Nsfe_Emu.cpp        \
+	Nsf_Emu.cpp     \
+	Sms_Apu.cpp     \
+	Snes_Spc.cpp        \
+	Spc_Cpu.cpp     \
+	Spc_Dsp.cpp     \
+	Spc_Emu.cpp     \
+	Vgm_Emu.cpp     \
+	abstract_file.cpp   \
+	Vfs_File.cpp        \
+	Gzip_File.cpp       \
+	Vgm_Emu_Impl.cpp    \
+	Ym2413_Emu.cpp      \
+	Ym2612_Emu.cpp      \
+	Track_Emu.cpp       \
+	Audacious_Driver.cpp
+
+OBJECTS = ${SOURCES:.cpp=.o}
+
+LIBADD += -lz $(GTK_LIBS)
+CXXFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../..