Mercurial > audlegacy-plugins
view src/metronom/Makefile @ 462:c488d191b528 trunk
[svn] - modified the sid plugin to use vfs, for both libsidplay v1 and v2; still requires testing and some work in the is_our_file part
author | giacomo |
---|---|
date | Fri, 19 Jan 2007 09:56:06 -0800 |
parents | ad8e44bcdf8a |
children | 550c9e382cf8 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libmetronom$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) SOURCES = metronom.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. include ../../mk/objective.mk