annotate Plugins/Input/tonegen/Makefile.in @ 673:8020239ba1cb
trunk
[svn] - Remove pre-objective auto-linking rules for library objectives (cruft)
author |
nenolod |
date |
Fri, 24 Feb 2006 21:25:33 -0800 |
parents |
694f4b3bfea4 |
children |
e402e0217870 |
rev |
line source |
572
|
1 include ../../../mk/rules.mk
|
|
2 include ../../../mk/objective.mk
|
61
|
3
|
572
|
4 OBJECTIVE_LIBS = libtonegen.so
|
|
5
|
|
6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
|
61
|
7
|
572
|
8 SOURCES = tonegen.c
|
|
9
|
|
10 OBJECTS = ${SOURCES:.c=.o}
|
61
|
11
|
572
|
12 CFLAGS += -fPIC -DPIC @GTK_CFLAGS@ -I../../../intl -I../../..
|