view src/ladspa/Makefile @ 140:46d603abb737 trunk

[svn] - mplayer should be disabled by default due to the fact that it's only temporary in the core plugins pack (and will be moved to -ugly eventually)
author nenolod
date Sun, 29 Oct 2006 01:23:08 -0700
parents cf1054422f81
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