diff src/voice_removal/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/voice_removal/Makefile.in@3da1b8942b8b
children cf1054422f81
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/voice_removal/Makefile	Mon Sep 18 03:34:48 2006 -0700
@@ -0,0 +1,16 @@
+include ../../../mk/rules.mk
+include ../../../mk/init.mk
+
+OBJECTIVE_LIBS = libvoice_removal$(SHARED_SUFFIX)
+
+LIBDIR = $(plugindir)/$(EFFECT_PLUGIN_DIR)
+
+LIBADD = $(GTK_LIBS)
+
+SOURCES = voice_removal.c
+
+CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../intl -I../../..
+
+OBJECTS = ${SOURCES:.c=.o}
+
+include ../../../mk/objective.mk