Mercurial > audlegacy-plugins
view src/ladspa/Makefile @ 17:cf1054422f81 trunk
[svn] - fix a lot of paths
- reduce more makefiles
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 03:38:44 -0700 |
parents | ada5b8bf1471 |
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