view Plugins/Input/tonegen/Makefile.in @ 640:f26682a2825b trunk

[svn] Addresses most of the warnings in the code, and uses a -W CFLAG to disable the non-null checks. From external contributor Harald van Dijk (Gentoo).
author chainsaw
date Sat, 18 Feb 2006 16:15:16 -0800
parents 694f4b3bfea4
children 8020239ba1cb
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../../..

libtonegen.so: $(OBJECTS)
	$(CC) $(CFLAGS) -shared -o $@ $(OBJECTS)