Mercurial > audlegacy-plugins
view src/tonegen/Makefile @ 814:2eaaa3aa182b trunk
[svn] - make the whole thing compile. runtime linking is another story.
author | nenolod |
---|---|
date | Mon, 12 Mar 2007 13:00:06 -0700 |
parents | 550c9e382cf8 |
children | c3fdb0e5a306 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libtonegen$(SHARED_SUFFIX) LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) SOURCES = tonegen.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. include ../../mk/objective.mk