Mercurial > audlegacy-plugins
view src/voice_removal/Makefile @ 1044:b1128efde471 trunk
[svn] - get rid of all warnings gcc 4.2.0 emits with my build configuration.
- fix for minor bugs.
author | yaz |
---|---|
date | Sun, 20 May 2007 12:05:48 -0700 |
parents | 550c9e382cf8 |
children | 37d1f20643d2 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libvoice_removal$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(EFFECT_PLUGIN_DIR) LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) SOURCES = voice_removal.c CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. OBJECTS = ${SOURCES:.c=.o} include ../../mk/objective.mk