Mercurial > audlegacy-plugins
view src/vtx/Makefile @ 1775:c78a88954801
vtx: Mk2
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 11:27:01 -0500 |
parents | 26ff35aa9b2b |
children | eed7c270e8dd |
line wrap: on
line source
include ../../extra.mk PLUGIN = vtx$(SHARED_SUFFIX) plugindir = audacious/$(INPUT_PLUGIN_DIR) SRCS = about.c ay8912.c config.c info.c lh5dec.c vtx.c vtxfile.c include ../../buildsys.mk CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. -Wall CPPFLAGS = $(CFLAGS) -I. LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS)