comparison src/rootvis/Makefile @ 900:d985f0dcdeb0 trunk

[svn] - add a starting point for xmms-rootvis port. giacomo will need to finish this up, as my XLib skills are not enough at this time.
author nenolod
date Mon, 26 Mar 2007 01:19:26 -0700
parents
children ca7f9aa0dcea
comparison
equal deleted inserted replaced
899:68508f8cdf25 900:d985f0dcdeb0
1 include ../../mk/rules.mk
2 include ../../mk/init.mk
3
4 OBJECTIVE_LIBS = librootvis.so
5
6 CFLAGS += -I. $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(IMLIB2_CFLAGS)
7
8 LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR)
9
10 LIBADD += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(IMLIB2_LIBS)
11
12 SOURCES = \
13 config_backend.c \
14 config_definition.c \
15 config_frontend.c \
16 config_frontend_widgets.c \
17 getroot.c \
18 rootvis.c
19
20 OBJECTS = ${SOURCES:.c=.o}
21
22 include ../../mk/objective.mk