Mercurial > audlegacy
view src/audacious/widgets/Makefile @ 2507:e07c141dd326 trunk
[svn] - made new functions: widget_move_relative and widget_resize_relative
- cleaned up playlist resizing code (removed lots of constants with help
of the new widget functions)
author | mf0102 |
---|---|
date | Mon, 12 Feb 2007 08:59:08 -0800 |
parents | 79b4e8e4e2a7 |
children | c079e507869a |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk OBJECTIVE_LIBS_NOINST = libwidgets.a LDFLAGS += -Wl,-export-dynamic CFLAGS += \ $(GTK_CFLAGS) \ $(LIBGLADE_CFLAGS) \ $(BEEP_DEFINES) \ $(ARCH_DEFINES) \ -D_AUDACIOUS_CORE \ -I../../.. \ -I../.. \ -I.. \ -I../../intl SOURCES = \ widget.c \ sbutton.c \ pbutton.c \ tbutton.c \ textbox.c \ hslider.c \ menurow.c \ monostereo.c \ vis.c \ svis.c \ number.c \ playstatus.c \ playlist_list.c \ playlist_slider.c \ eq_graph.c \ eq_slider.c \ skin.c OBJECTS = ${SOURCES:.c=.o} include ../../../mk/objective.mk libwidgets.a: $(OBJECTS) $(AR) cr $@ $(OBJECTS)