view Plugins/Output/sun/Makefile.in @ 957:12f57026da8f trunk

[svn] First attempt at introducing taglib here. Very rough, needs polishing. Please wear protective goggles before opening the file dialog. It *will* explode.
author chainsaw
date Sun, 23 Apr 2006 15:50:33 -0700
parents f9e8807ea6e5
children e402e0217870
line wrap: on
line source

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

sunsources =	sun.c	    \
		audio.c	    \
		convert.c   \
		mixer.c	    \
		configure.c \
		about.c

LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR)
OBJECTIVE_LIBS = libsun.so

CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -I../../../intl -I../../..
LIBADD = $(GTK_LIBS)
SOURCES= $(sunsources)
OBJECTS= ${SOURCES:.c=.o}