# HG changeset patch # User nenolod # Date 1138923428 28800 # Node ID 694f4b3bfea405d06beab302bbac80bcb2aa9346 # Parent 0d40bfeca9f5ec1699352843f46f903557ce5886 [svn] update to objective make diff -r 0d40bfeca9f5 -r 694f4b3bfea4 Plugins/Input/tonegen/Makefile.am --- a/Plugins/Input/tonegen/Makefile.am Thu Feb 02 15:33:01 2006 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -lib_LTLIBRARIES = libtonegen.la - -libdir = $(plugindir)/$(INPUT_PLUGIN_DIR) - -libtonegen_la_LDFLAGS = @PLUGIN_LDFLAGS@ - -libtonegen_la_SOURCES = tonegen.c -INCLUDES = @GTK_CFLAGS@ -I$(top_builddir)/intl -I$(top_srcdir) - diff -r 0d40bfeca9f5 -r 694f4b3bfea4 Plugins/Input/tonegen/Makefile.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/Input/tonegen/Makefile.in Thu Feb 02 15:37:08 2006 -0800 @@ -0,0 +1,15 @@ +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)