view Plugins/Input/tonegen/Makefile.in @ 921:2d7a46b743cb trunk

[svn] Updated german translation by Tarsonis, closes bug #459.
author chainsaw
date Sun, 09 Apr 2006 12:17:02 -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../../..