view src/tonegen/Makefile @ 169:c99b74280827 trunk

[svn] - another example preset showing the true power of on-beat branched execution
author nenolod
date Tue, 31 Oct 2006 22:55:20 -0800
parents 6c3e72ff90b0
children 0c50f248ed10
line wrap: on
line source

include ../../mk/rules.mk
include ../../mk/init.mk

OBJECTIVE_LIBS = libtonegen$(SHARED_SUFFIX)

LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)

SOURCES = tonegen.c

OBJECTS = ${SOURCES:.c=.o}

CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../..

include ../../mk/objective.mk