Mercurial > audlegacy-plugins
view src/ladspa/Makefile @ 16:ada5b8bf1471 trunk
[svn] - and some more of that wonderful Makefile.in -> Makefile reduction
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 03:34:48 -0700 |
parents | src/ladspa/Makefile.in@3da1b8942b8b |
children | cf1054422f81 |
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