view Plugins/Output/esd/Makefile.in @ 1615:e402e0217870 trunk

[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
author yaz
date Mon, 04 Sep 2006 19:47:32 -0700
parents 6636d328fa38
children 79891e2fd8a5
line wrap: on
line source

include ../../../mk/rules.mk
include ../../../mk/init.mk

OBJECTIVE_LIBS = libESD.so

noinst_HEADERS = esdout.h

LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR)

LIBADD = $(GTK_LIBS) $(ESD_LIBS)
SOURCES = esd.c mixer.c about.c configure.c audio.c init.c

OBJECTS = ${SOURCES:.c=.o}

CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(ESD_CFLAGS) \
	-I../../../intl -I../../.. -I..

include ../../../mk/objective.mk