view src/libguess/Makefile @ 3320:3a3f43afd9a0 trunk

plugin-customizable menu entries: added AUDACIOUS_MENU_PLAYLIST_RCLICK to manage custom entries for the playlist right-click menu
author Giacomo Lozito <james@develia.org>
date Sat, 11 Aug 2007 00:24:20 +0200
parents ce2d24746c09
children 9ddf21ab5c84
line wrap: on
line source

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

OBJECTIVE_LIBS_NOINST = libguess.a
OBJECTIVE_SONAME_SUFFIX = 0.2.0

LDFLAGS += -Wl,-export-dynamic

CFLAGS += $(PICFLAGS)

SOURCES = \
	guess.c \
	arabic_impl.c \
	cjk_impl.c \
	greek_impl.c \
	hebrew_impl.c \
	russian_impl.c \
	turkish_impl.c

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

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