Mercurial > audlegacy-plugins
comparison src/tonegen/Makefile @ 1882:eed7c270e8dd
Fix MILLIONS of Makefiles.
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Wed, 26 Sep 2007 14:53:37 +0200 |
parents | c3fdb0e5a306 |
children | 96da96b1bbeb 73d6306b4852 |
comparison
equal
deleted
inserted
replaced
1881:8bdede3414cd | 1882:eed7c270e8dd |
---|---|
1 PLUGIN = tonegen${PLUGIN_SUFFIX} | |
2 SRCS = tonegen.c | |
3 | |
4 plugindir = audacious/${INPUT_PLUGIN_DIR} | |
5 | |
6 include ../../buildsys.mk | |
1 include ../../extra.mk | 7 include ../../extra.mk |
2 | 8 |
3 PLUGIN = tonegen$(PLUGIN_SUFFIX) | 9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../.. |
4 plugindir = audacious/$(INPUT_PLUGIN_DIR) | 10 CFLAGS += ${PLUGIN_CFLAGS} |
5 | 11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |
6 SRCS = tonegen.c | |
7 | |
8 include ../../buildsys.mk | |
9 | |
10 LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) | |
11 | |
12 CFLAGS += $(PLUGIN_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../.. | |
13 CPPFLAGS = $(CFLAGS) |