view src/vtx/Makefile @ 1819:1f1de580fd1d

pls: mk2
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 13:10:23 -0500
parents c78a88954801
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)