view Plugins/Input/tonegen/Makefile.in @ 972:7897fba5a46e trunk

[svn] - don't use dct9 in integer mode
author nenolod
date Wed, 26 Apr 2006 11:38:41 -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../../..