annotate audacious/widgets/Makefile @ 1615:e402e0217870 trunk

[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
author yaz
date Mon, 04 Sep 2006 19:47:32 -0700
parents ec4d858524fa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1541
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
1 include ../../mk/rules.mk
1615
e402e0217870 [svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents: 1556
diff changeset
2 include ../../mk/init.mk
1541
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
3
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
4 OBJECTIVE_LIBS_NOINST = libwidgets.a
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
5
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
6 LDFLAGS += -Wl,-export-dynamic
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
7
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
8 CFLAGS += \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
9 $(GTK_CFLAGS) \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
10 $(LIBGLADE_CFLAGS) \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
11 $(BEEP_DEFINES) \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
12 $(ARCH_DEFINES) \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
13 -I../.. \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
14 -I.. \
1545
fabbc01ee381 [svn] add -D_WIDGETCORE_H_ as we can use the private includes here
nenolod
parents: 1541
diff changeset
15 -I../../intl \
1541
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
16
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
17 SOURCES = \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
18 widget.c \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
19 sbutton.c \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
20 pbutton.c \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
21 tbutton.c \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
22 textbox.c \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
23 hslider.c \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
24 menurow.c \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
25 monostereo.c \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
26 vis.c \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
27 svis.c \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
28 number.c \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
29 playstatus.c \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
30 playlist_list.c \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
31 playlist_slider.c \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
32 eq_graph.c \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
33 eq_slider.c \
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
34 skin.c
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
35
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
36 OBJECTS = ${SOURCES:.c=.o}
06329cbf186a [svn] this massive commit does the following:
nenolod
parents:
diff changeset
37
1615
e402e0217870 [svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents: 1556
diff changeset
38 include ../../mk/objective.mk