Mercurial > audlegacy-plugins
view src/ladspa/Makefile @ 953:ae7e96e44f22 trunk
[svn] Now in sync with AdPlug upstream, merging their commit: "Removed superfluous exit() call. This was detected as part of a GCC 4.3
compilation regression test. Thanks to Martin Michlmayr! Fixes Debian bug
#417078."
author | chainsaw |
---|---|
date | Fri, 13 Apr 2007 09:27:41 -0700 |
parents | 550c9e382cf8 |
children | 12dc11eabb3c |
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) $(GLIB_LIBS) $(PANGO_LIBS) SOURCES = ladspa.c CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. OBJECTS = ${SOURCES:.c=.o} include ../../mk/objective.mk