comparison 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
comparison
equal deleted inserted replaced
1540:237bb7c97759 1541:06329cbf186a
1 include ../../mk/rules.mk
2 include ../../mk/objective.mk
3
4 OBJECTIVE_LIBS_NOINST = libwidgets.a
5
6 LDFLAGS += -Wl,-export-dynamic
7
8 CFLAGS += \
9 $(GTK_CFLAGS) \
10 $(LIBGLADE_CFLAGS) \
11 $(BEEP_DEFINES) \
12 $(ARCH_DEFINES) \
13 -I../.. \
14 -I.. \
15 -I../../intl
16
17 SOURCES = \
18 widget.c \
19 sbutton.c \
20 pbutton.c \
21 tbutton.c \
22 textbox.c \
23 hslider.c \
24 menurow.c \
25 monostereo.c \
26 vis.c \
27 svis.c \
28 number.c \
29 playstatus.c \
30 playlist_list.c \
31 playlist_slider.c \
32 eq_graph.c \
33 eq_slider.c \
34 skin.c
35
36 OBJECTS = ${SOURCES:.c=.o}
37