Mercurial > audlegacy-plugins
diff src/tonegen/Makefile @ 1766:c3fdb0e5a306
Convert some makefiles, remove some -DHAVE_CONFIG_H.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 24 Sep 2007 11:13:14 -0500 |
| parents | 550c9e382cf8 |
| children | eed7c270e8dd |
line wrap: on
line diff
--- a/src/tonegen/Makefile Mon Sep 24 10:49:57 2007 -0500 +++ b/src/tonegen/Makefile Mon Sep 24 11:13:14 2007 -0500 @@ -1,15 +1,13 @@ -include ../../mk/rules.mk -include ../../mk/init.mk +include ../../extra.mk -OBJECTIVE_LIBS = libtonegen$(SHARED_SUFFIX) +PLUGIN = tonegen$(PLUGIN_SUFFIX) +plugindir = audacious/$(INPUT_PLUGIN_DIR) -LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) -LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) +SRCS = tonegen.c -SOURCES = tonegen.c - -OBJECTS = ${SOURCES:.c=.o} +include ../../buildsys.mk -CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. +LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) -include ../../mk/objective.mk +CFLAGS += $(PLUGIN_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../.. +CPPFLAGS = $(CFLAGS)
