comparison src/evdev-plug/Makefile @ 422:5e46b57d1eda trunk

[svn] - added evdev-plug, written-from-scratch plugin that allows to control the player via event devices on linux systems
author giacomo
date Sun, 14 Jan 2007 17:55:24 -0800
parents
children 550c9e382cf8
comparison
equal deleted inserted replaced
421:1a82af4f13cf 422:5e46b57d1eda
1 include ../../mk/rules.mk
2 include ../../mk/init.mk
3
4 OBJECTIVE_LIBS = libevdev-plug$(SHARED_SUFFIX)
5
6 noinst_HEADERS = ed.h ed_ui.h ed_types.h ed_internals.h ed_actions.h ed_bindings_store.h ed_common.h
7
8 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR)
9
10 LIBADD = $(GTK_LIBS)
11 SOURCES = ed.c ed_ui.c ed_internals.c ed_bindings_store.c
12
13 OBJECTS = ${SOURCES:.c=.o}
14
15 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) \
16 -I../../intl -I../.. -I..
17
18 include ../../mk/objective.mk