view Plugins/Input/sid/Makefile.in @ 599:abd9f2854f12 trunk

[svn] sid conversion
author nenolod
date Fri, 03 Feb 2006 06:30:51 -0800
parents
children c1fca3e01a84
line wrap: on
line source

include ../../../rules.mk
include ../../../objective.mk

OBJECTIVE_LIBS = libsid.so

###
### Source targets
###
EXTRA_DIST = xmms-sid-logo.xpm

# Generals
CFLAGS   += -fPIC -DPIC -D_REENTRANT $(PLUGIN_CFLAGS) $(SIDPLAY1_INCLUDES) $(SIDPLAY2_INCLUDES) $(BUILDERS_INCLUDES) $(GTK_CFLAGS) -I../../../intl -I../../..
CXXFLAGS = $(CFLAGS)

# Generated libraries

LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)

LDFLAGS = $(BUILDERS_LDFLAGS)
LIBADD  = $(SIDPLAY1_LDADD) $(SIDPLAY2_LDADD) $(RESID_LDADD) $(HARDSID_LDADD)
SOURCES =	\
	xs_init.c	\
	xs_about.c	\
	xs_support.c	\
	xs_config.c	\
	xs_md5.c	\
	xs_length.c	\
	xs_genui.c	\
	xs_glade.c	\
	xs_interface.c	\
	xs_stil.c	\
	xs_title.c	\
	xs_fileinfo.c	\
	xs_filter.c	\
	xs_sidplay1.cc	\
	xs_sidplay2.cc	\
	xmms-sid.c