Mercurial > audlegacy-plugins
view src/ladspa/Makefile @ 179:b44ab11a64c2 trunk
[svn] - NOOP instruction. What this does is basically takes a slot in a
branch of insns, which means "don't do anything at this position".
author | nenolod |
---|---|
date | Wed, 01 Nov 2006 01:32:26 -0800 |
parents | cf1054422f81 |
children | 0c50f248ed10 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libladspa$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(EFFECT_PLUGIN_DIR) LIBADD = $(GTK_LIBS) SOURCES = ladspa.c CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. OBJECTS = ${SOURCES:.c=.o} include ../../mk/objective.mk