view Plugins/Input/tonegen/Makefile.in @ 920:999d1af32ab4 trunk

[svn] Extra_stereo effect plugin ported by deitarion. Some last pointer-related touchups by nemo & me.
author chainsaw
date Sat, 08 Apr 2006 19:44:43 -0700
parents 8020239ba1cb
children e402e0217870
line wrap: on
line source

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

OBJECTIVE_LIBS = libtonegen.so

LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)

SOURCES = tonegen.c

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

CFLAGS += -fPIC -DPIC @GTK_CFLAGS@ -I../../../intl -I../../..