view src/arts/Makefile @ 1861:cbcb6d2154bd

arts -> new buildsys.
author Jonathan Schleifer <js@h3c.de>
date Mon, 24 Sep 2007 22:35:27 +0200
parents 550c9e382cf8
children a56a26a5f233
line wrap: on
line source

SUBDIRS = arts_helper

PLUGIN = arts${PLUGIN_SUFFIX}
SRCS = arts.c		\
       configure.c	\
       audio.c		\
       convert.c

plugindir = audacious/${OUTPUT_PLUGIN_DIR}

include ../../buildsys.mk
include ../../extra.mk

CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARTSC_CFLAGS} -I../../intl -I../..
CFLAGS += ${PLUGIN_CFLAGS}
LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${ARTSC_LIBS} -lpthread