view src/arts/Makefile @ 47:85d7e55b29d2 trunk

[svn] - redundant metadata has been removed. - weird filename will be handled in base64 encoding. - "comment" is replaced with "annotation".
author yaz
date Thu, 21 Sep 2006 07:08:55 -0700
parents cf1054422f81
children 0c50f248ed10
line wrap: on
line source

include ../../mk/rules.mk
include ../../mk/init.mk

SUBDIRS = arts_helper

SOURCES = arts.c configure.c audio.c convert.c

OBJECTIVE_LIBS = libarts$(SHARED_SUFFIX)

LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR)

CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -Wall $(ARTSC_CFLAGS) -I../../intl -I../..
LIBADD = $(GTK_LIBS) $(ARTSC_LIBS) -lpthread

OBJECTS = ${SOURCES:.c=.o}

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