Mercurial > audlegacy
diff audacious/widgets/Makefile @ 1541:06329cbf186a trunk
[svn] this massive commit does the following:
- seriously cleans up dependencies on the WA2-like gui code
- moves all of the WA2 stuff into a seperate library (libwidgets.a)
- makes things less icky in the player tree
author | nenolod |
---|---|
date | Wed, 09 Aug 2006 02:47:22 -0700 |
parents | |
children | fabbc01ee381 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/audacious/widgets/Makefile Wed Aug 09 02:47:22 2006 -0700 @@ -0,0 +1,37 @@ +include ../../mk/rules.mk +include ../../mk/objective.mk + +OBJECTIVE_LIBS_NOINST = libwidgets.a + +LDFLAGS += -Wl,-export-dynamic + +CFLAGS += \ + $(GTK_CFLAGS) \ + $(LIBGLADE_CFLAGS) \ + $(BEEP_DEFINES) \ + $(ARCH_DEFINES) \ + -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} +