annotate src/audacious/Makefile @ 4552:1fe29814b90c

kill ui_skinned_cursor
author Tomasz Mon <desowin@gmail.com>
date Sun, 18 May 2008 09:12:30 +0200
parents d4c5719d30d1
children a2cbde1af409
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3574
9ffd5a2c5f35 In this special case, we really need extra.mk at the top of the file.
Jonathan Schleifer <js@h3c.de>
parents: 3573
diff changeset
1 include ../../extra.mk
9ffd5a2c5f35 In this special case, we really need extra.mk at the top of the file.
Jonathan Schleifer <js@h3c.de>
parents: 3573
diff changeset
2
3572
625af2797f35 Clean up Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 3554
diff changeset
3 SUBDIRS = ${INTL_OBJECTIVE}
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
4
3641
12500701b6dd Update buildsys (adds ${PROG_SUFFIX}).
Jonathan Schleifer <js@h3c.de>
parents: 3599
diff changeset
5 PROG = audacious${PROG_SUFFIX}
4352
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
6 SRCS = af_equalizer.c \
4299
a16edefb8836 - 1st attempt to integrate MPlayer's equalizer (will work in 24bit mode too).
Eugene Zagidullin <e.asphyx@gmail.com>
parents: 4281
diff changeset
7 auddrct.c \
4404
7513318719a7 Pfft, we are Audacious and this is SPARTA!
Matti Hamalainen <ccr@tnsp.org>
parents: 4403
diff changeset
8 audconfig.c \
4053
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
9 build_stamp.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
10 configdb.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
11 custom_uri.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
12 discovery.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
13 dnd.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
14 effect.c \
4352
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
15 equalizer_flow.c \
4053
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
16 eventqueue.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
17 fft.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
18 flow.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
19 general.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
20 hook.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
21 icons-stock.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
22 input.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
23 logger.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
24 main.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
25 mime.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
26 output.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
27 pixbuf_effects.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
28 playback.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
29 playback_evlisteners.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
30 playlist.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
31 playlist_container.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
32 pluginenum.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
33 rcfile.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
34 signals.c \
4259
92642f860860 - added template for src_flow
Eugene Zagidullin <e.asphyx@gmail.com>
parents: 4237
diff changeset
35 src_flow.c \
4053
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
36 strings.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
37 tuple.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
38 tuple_formatter.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
39 tuple_compiler.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
40 ui_about.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
41 ui_albumart.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
42 ui_credits.c \
4546
d4c5719d30d1 - rename dock.c to ui_dock.c
mf0102 <0102@gmx.at>
parents: 4512
diff changeset
43 ui_dock.c \
4053
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
44 ui_equalizer.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
45 ui_fileinfo.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
46 ui_fileinfopopup.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
47 ui_fileopener.c \
4504
a47288ced5d5 - renamed some files to reflect their UI contents
mf0102 <0102@gmx.at>
parents: 4502
diff changeset
48 ui_hints.c \
4053
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
49 ui_jumptotrack.c \
4352
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
50 ui_jumptotrack_cache.c \
4053
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
51 ui_main.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
52 ui_main_evlisteners.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
53 ui_manager.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
54 ui_playlist.c \
4504
a47288ced5d5 - renamed some files to reflect their UI contents
mf0102 <0102@gmx.at>
parents: 4502
diff changeset
55 ui_playlist_evlisteners.c \
4053
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
56 ui_playlist_manager.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
57 ui_preferences.c \
4508
246244ead30e renamed skin.* to ui_skin.* and moved ui_skinned_widget_draw() to it
mf0102 <0102@gmx.at>
parents: 4504
diff changeset
58 ui_skin.c \
4053
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
59 ui_skinned_window.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
60 ui_skinned_button.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
61 ui_skinned_textbox.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
62 ui_skinned_number.c \
3572
625af2797f35 Clean up Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 3554
diff changeset
63 ui_skinned_horizontal_slider.c \
4053
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
64 ui_vis.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
65 ui_svis.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
66 ui_skinned_menurow.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
67 ui_skinned_playstatus.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
68 ui_skinned_monostereo.c \
3572
625af2797f35 Clean up Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 3554
diff changeset
69 ui_skinned_equalizer_slider.c \
4053
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
70 ui_skinned_equalizer_graph.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
71 ui_skinned_playlist_slider.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
72 ui_skinned_playlist.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
73 ui_skinselector.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
74 ui_urlopener.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
75 util.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
76 vfs.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
77 vfs_buffer.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
78 vfs_buffered_file.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
79 vfs_common.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
80 visualization.c \
838ef7dc0cd6 moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents: 4046
diff changeset
81 volumecontrol.c \
4281
3c673b6803c1 Remove legacy XMMS format conversion API. We have a new audio engine which does this the correct way.
William Pitcock <nenolod@atheme.org>
parents: 4259
diff changeset
82 sync-menu.c
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
83
4490
2e56a47e7a5d Correctly check for USE_DBUS and USE_EGGSM.
Matti Hamalainen <ccr@tnsp.org>
parents: 4478
diff changeset
84 ifeq ($(USE_DBUS),yes)
3574
9ffd5a2c5f35 In this special case, we really need extra.mk at the top of the file.
Jonathan Schleifer <js@h3c.de>
parents: 3573
diff changeset
85 SRCS += dbus.c
9ffd5a2c5f35 In this special case, we really need extra.mk at the top of the file.
Jonathan Schleifer <js@h3c.de>
parents: 3573
diff changeset
86 endif
9ffd5a2c5f35 In this special case, we really need extra.mk at the top of the file.
Jonathan Schleifer <js@h3c.de>
parents: 3573
diff changeset
87
4352
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
88 INCLUDES = auddrct.h \
4404
7513318719a7 Pfft, we are Audacious and this is SPARTA!
Matti Hamalainen <ccr@tnsp.org>
parents: 4403
diff changeset
89 audconfig.h \
4352
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
90 configdb.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
91 custom_uri.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
92 dbus.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
93 discovery.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
94 dbus-service.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
95 eventqueue.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
96 flow.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
97 rcfile.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
98 i18n.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
99 input.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
100 hook.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
101 main.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
102 mime.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
103 output.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
104 playback.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
105 playlist.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
106 playlist_container.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
107 plugin.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
108 strings.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
109 tuple.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
110 tuple_formatter.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
111 tuple_compiler.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
112 ui_fileinfopopup.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
113 ui_plugin_menu.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
114 ui_preferences.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
115 util.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
116 vfs.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
117 vfs_buffer.h \
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
118 vfs_buffered_file.h
3572
625af2797f35 Clean up Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 3554
diff changeset
119
4046
5f9227fe09e9 whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents: 3993
diff changeset
120 DATA = images/about-logo.png \
5f9227fe09e9 whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents: 3993
diff changeset
121 images/appearance.png \
5f9227fe09e9 whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents: 3993
diff changeset
122 images/audacious_eq.xpm \
5f9227fe09e9 whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents: 3993
diff changeset
123 images/audacious_player.xpm \
3572
625af2797f35 Clean up Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 3554
diff changeset
124 images/audacious_playlist.xpm \
4046
5f9227fe09e9 whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents: 3993
diff changeset
125 images/audio.png \
5f9227fe09e9 whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents: 3993
diff changeset
126 images/connectivity.png \
4054
d3b549e75380 removed some old icons and replaced them with shiny, new ones
mf0102 <0102@gmx.at>
parents: 4053
diff changeset
127 images/menu_playlist.png \
d3b549e75380 removed some old icons and replaced them with shiny, new ones
mf0102 <0102@gmx.at>
parents: 4053
diff changeset
128 images/menu_plugin.png \
4046
5f9227fe09e9 whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents: 3993
diff changeset
129 images/menu_queue_toggle.png \
3572
625af2797f35 Clean up Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 3554
diff changeset
130 images/menu_randomize_playlist.png \
4046
5f9227fe09e9 whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents: 3993
diff changeset
131 images/mouse.png \
4152
9289b6b424cd Added new Playback section
mf0102 <0102@gmx.at>
parents: 4054
diff changeset
132 images/playback.png \
4046
5f9227fe09e9 whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents: 3993
diff changeset
133 images/playlist.png \
5f9227fe09e9 whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents: 3993
diff changeset
134 images/plugins.png \
4352
ac1f6d211223 Split BmpConfig from main.c and main.h; move around some other stuff too
mf0102 <0102@gmx.at>
parents: 4322
diff changeset
135 images/replay_gain.png \
4046
5f9227fe09e9 whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents: 3993
diff changeset
136 ui/equalizer.ui \
5f9227fe09e9 whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents: 3993
diff changeset
137 ui/mainwin.ui \
5f9227fe09e9 whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents: 3993
diff changeset
138 ui/playlist.ui \
3572
625af2797f35 Clean up Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 3554
diff changeset
139 ui/carbon-menubar.ui
2785
182aa34ae6c4 [svn] - implement some audacious-remote functions.
yaz
parents: 2771
diff changeset
140
3656
db04d0916c22 implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents: 3655
diff changeset
141 CLEAN = build_stamp.c libaudacious.exe.a
4233
74c6f3d3cf1d it buids successfully :)
Eugene Zagidullin <e.asphyx@gmail.com>
parents: 4152
diff changeset
142 EXT_DEPS = ../libguess/libguess.a \
4490
2e56a47e7a5d Correctly check for USE_DBUS and USE_EGGSM.
Matti Hamalainen <ccr@tnsp.org>
parents: 4478
diff changeset
143 ../libSAD/libSAD.a
2e56a47e7a5d Correctly check for USE_DBUS and USE_EGGSM.
Matti Hamalainen <ccr@tnsp.org>
parents: 4478
diff changeset
144
2e56a47e7a5d Correctly check for USE_DBUS and USE_EGGSM.
Matti Hamalainen <ccr@tnsp.org>
parents: 4478
diff changeset
145 ifeq ($(USE_EGGSM),yes)
2e56a47e7a5d Correctly check for USE_DBUS and USE_EGGSM.
Matti Hamalainen <ccr@tnsp.org>
parents: 4478
diff changeset
146 EXT_DEPS += ../libeggsmclient/libeggsmclient.a
4502
3211a6b15fd3 Define EGGSM_{LIBS,CFLAGS} with =, not +=
Matti Hamalainen <ccr@tnsp.org>
parents: 4491
diff changeset
147 EGGSM_LIBS = ../libeggsmclient/libeggsmclient.a ${SM_LIBS}
3211a6b15fd3 Define EGGSM_{LIBS,CFLAGS} with =, not +=
Matti Hamalainen <ccr@tnsp.org>
parents: 4491
diff changeset
148 EGGSM_CFLAGS = -I../libeggsmclient ${SM_CFLAGS}
4490
2e56a47e7a5d Correctly check for USE_DBUS and USE_EGGSM.
Matti Hamalainen <ccr@tnsp.org>
parents: 4478
diff changeset
149 endif
3591
74d1f0c78456 Fix generation of build_stamp.c.
Jonathan Schleifer <js@h3c.de>
parents: 3586
diff changeset
150
3535
9ddf21ab5c84 Transit to Mk2.
William Pitcock <nenolod@atheme.org>
parents: 3485
diff changeset
151 include ../../buildsys.mk
3573
ae14a38d2553 AUDLDFLAGS isn't substitued, therefore remove it.
Jonathan Schleifer <js@h3c.de>
parents: 3572
diff changeset
152
4490
2e56a47e7a5d Correctly check for USE_DBUS and USE_EGGSM.
Matti Hamalainen <ccr@tnsp.org>
parents: 4478
diff changeset
153 ifeq ($(USE_DBUS),yes)
3536
66c6a8a79034 Fix depend-hook call.
William Pitcock <nenolod@atheme.org>
parents: 3535
diff changeset
154 CPPFLAGS += -I../libaudclient
66c6a8a79034 Fix depend-hook call.
William Pitcock <nenolod@atheme.org>
parents: 3535
diff changeset
155 DBUS_BINDINGS = dbus-server-bindings.h dbus-client-bindings.h
66c6a8a79034 Fix depend-hook call.
William Pitcock <nenolod@atheme.org>
parents: 3535
diff changeset
156 LIBS += -L../libaudclient -laudclient
66c6a8a79034 Fix depend-hook call.
William Pitcock <nenolod@atheme.org>
parents: 3535
diff changeset
157 endif
66c6a8a79034 Fix depend-hook call.
William Pitcock <nenolod@atheme.org>
parents: 3535
diff changeset
158
3593
85a49369c95f Actually, the last patch was wrong. depend has to depend on ${SRCS}.
Jonathan Schleifer <js@h3c.de>
parents: 3591
diff changeset
159 pre-depend: ${DBUS_BINDINGS}
3535
9ddf21ab5c84 Transit to Mk2.
William Pitcock <nenolod@atheme.org>
parents: 3485
diff changeset
160
3572
625af2797f35 Clean up Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 3554
diff changeset
161 CPPFLAGS += -DHAVE_CONFIG_H \
4511
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
162 ${MOWGLI_CFLAGS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
163 ${GLIB_CFLAGS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
164 ${GTHREAD_CFLAGS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
165 ${GTK_CFLAGS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
166 ${AUDACIOUS_DEFINES} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
167 ${ARCH_DEFINES} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
168 ${DBUS_CFLAGS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
169 ${SAMPLERATE_CFLAGS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
170 ${REGEX_CFLAGS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
171 ${LIBMCS_CFLAGS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
172 ${SIMD_CFLAGS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
173 -D_AUDACIOUS_CORE \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
174 -I../libSAD \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
175 ${EGGSM_CFLAGS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
176 -I.. -I../.. \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
177 -I./intl
3535
9ddf21ab5c84 Transit to Mk2.
William Pitcock <nenolod@atheme.org>
parents: 3485
diff changeset
178
4511
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
179 LIBS += ${LDADD} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
180 ${LIBINTL} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
181 ${SAMPLERATE_LIBS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
182 ../libguess/libguess.a \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
183 ../libSAD/libSAD.a \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
184 ${EGGSM_LIBS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
185 ${GLIB_LIBS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
186 ${GTHREAD_LIBS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
187 ${GTK_LIBS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
188 ${DBUS_LIBS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
189 ${MOWGLI_LIBS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
190 ${LIBMCS_LIBS} \
2d1e18c97154 indentation
mf0102 <0102@gmx.at>
parents: 4508
diff changeset
191 ${REGEX_LIBS}
3535
9ddf21ab5c84 Transit to Mk2.
William Pitcock <nenolod@atheme.org>
parents: 3485
diff changeset
192
3764
4db0817319c0 build fix
William Pitcock <nenolod@atheme.org>
parents: 3663
diff changeset
193 LDFLAGS += ${PROG_IMPLIB_LDFLAGS}
3651
a5a81f8d6fd7 Update buildsys + small fixes.
Jonathan Schleifer <js@h3c.de>
parents: 3641
diff changeset
194
2905
084d367e3577 separate build_stamp.c from depend-prehook to avoid excessive stamping.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents: 2842
diff changeset
195 build_stamp.c:
4464
9b207731e81e Use test instead of [ ].
Matti Hamalainen <ccr@tnsp.org>
parents: 4404
diff changeset
196 if test -d ../../.hg ; then \
2837
b6b8fe38e1e3 Fix handling of buildstamp rule.
William Pitcock <nenolod@atheme.org>
parents: 2836
diff changeset
197 revh=`hg tip --template 'const char *svn_stamp = "#rev#:#node|short#";\n' 2>/dev/null`; \
2836
7035e35d4067 Remove build_stamp.c and generate it on demand.
William Pitcock <nenolod@atheme.org>
parents: 2785
diff changeset
198 [ -z "$$revh" ] || echo "$$revh" > build_stamp.c; \
4322
e960a507509d Define build stamp as "UNSUPPORTED VERSION" if building out of hg-repo.
Matti Hamalainen <ccr@tnsp.org>
parents: 4316
diff changeset
199 else \
e960a507509d Define build stamp as "UNSUPPORTED VERSION" if building out of hg-repo.
Matti Hamalainen <ccr@tnsp.org>
parents: 4316
diff changeset
200 echo "const char *svn_stamp = \"UNSUPPORTED VERSION\";" > build_stamp.c; \
2836
7035e35d4067 Remove build_stamp.c and generate it on demand.
William Pitcock <nenolod@atheme.org>
parents: 2785
diff changeset
201 fi
7035e35d4067 Remove build_stamp.c and generate it on demand.
William Pitcock <nenolod@atheme.org>
parents: 2785
diff changeset
202
4512
df578e2bba19 fixing a spelling mistake
mf0102 <0102@gmx.at>
parents: 4511
diff changeset
203 DBUS_BINDINGS_SOURCES = objects.xml \
df578e2bba19 fixing a spelling mistake
mf0102 <0102@gmx.at>
parents: 4511
diff changeset
204 mpris_root.xml \
df578e2bba19 fixing a spelling mistake
mf0102 <0102@gmx.at>
parents: 4511
diff changeset
205 mpris_tracklist.xml \
df578e2bba19 fixing a spelling mistake
mf0102 <0102@gmx.at>
parents: 4511
diff changeset
206 mpris_player.xml
2708
b66e6a928a6e [svn] - add dependency for dbus bindings.
yaz
parents: 2706
diff changeset
207
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
208 desktop_DATA = audacious.desktop
4512
df578e2bba19 fixing a spelling mistake
mf0102 <0102@gmx.at>
parents: 4511
diff changeset
209 desktopdir = ${datadir}/applications
2313
3149d4b1a9a9 [svn] - objective-make autodepend fixes
nenolod
parents:
diff changeset
210
3572
625af2797f35 Clean up Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 3554
diff changeset
211 dbus-server-bindings.h: ${DBUS_BINDINGS_SOURCES}
625af2797f35 Clean up Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 3554
diff changeset
212 ${DBUS_BINDING_TOOL} --mode=glib-server --prefix=audacious_rc objects.xml > $@
625af2797f35 Clean up Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 3554
diff changeset
213 ${DBUS_BINDING_TOOL} --mode=glib-server --prefix=mpris_root mpris_root.xml >> $@
625af2797f35 Clean up Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 3554
diff changeset
214 ${DBUS_BINDING_TOOL} --mode=glib-server --prefix=mpris_tracklist mpris_tracklist.xml >> $@
625af2797f35 Clean up Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 3554
diff changeset
215 ${DBUS_BINDING_TOOL} --mode=glib-server --prefix=mpris_player mpris_player.xml >> $@
2694
c2b82432c1b6 [svn] Added basic DBus support, disabled by default with a configuration option to enable it. The general and playback information/manipulation methods are currently the only ones implemented. That is version, play, pause, stop, playing, paused, stopped, status, and seek. There are stubs for many unimplemented methods.
magma
parents: 2691
diff changeset
216
3572
625af2797f35 Clean up Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 3554
diff changeset
217 dbus-client-bindings.h: ${DBUS_BINDINGS_SOURCES}
625af2797f35 Clean up Makefiles.
Jonathan Schleifer <js@h3c.de>
parents: 3554
diff changeset
218 ${DBUS_BINDING_TOOL} --mode=glib-client --prefix=audacious_rc objects.xml > $@
2711
c35913222440 [svn] Initial commit of dbus client library for plugins. Various changes were made to the plugin structure to support dbus.
magma
parents: 2709
diff changeset
219
3656
db04d0916c22 implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents: 3655
diff changeset
220 install-extra:
3660
c54dfcdc839e Add missing targets to .PHONY.
Jonathan Schleifer <js@h3c.de>
parents: 3659
diff changeset
221 if test x"${PROG_IMPLIB_NEEDED}" = x"yes"; then \
3658
00549db12332 Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents: 3657
diff changeset
222 for i in ${PROG}; do \
3662
0a82e6c75d7f I should stop coding for today, I'm too unconcentrated.
Jonathan Schleifer <js@h3c.de>
parents: 3661
diff changeset
223 i="lib$$i.a"; \
3656
db04d0916c22 implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents: 3655
diff changeset
224 ${INSTALL_STATUS}; \
3661
19331a6b5d8e Fix wrong status message.
Jonathan Schleifer <js@h3c.de>
parents: 3660
diff changeset
225 if ${MKDIR_P} ${DESTDIR}${libdir} && install -m 644 $$i ${DESTDIR}${libdir}/$$i; then \
3656
db04d0916c22 implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents: 3655
diff changeset
226 ${INSTALL_OK}; \
db04d0916c22 implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents: 3655
diff changeset
227 else \
db04d0916c22 implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents: 3655
diff changeset
228 ${INSTALL_FAILED}; \
db04d0916c22 implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents: 3655
diff changeset
229 fi \
db04d0916c22 implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents: 3655
diff changeset
230 done \
db04d0916c22 implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents: 3655
diff changeset
231 fi
3658
00549db12332 Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents: 3657
diff changeset
232
00549db12332 Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents: 3657
diff changeset
233 uninstall-extra:
3660
c54dfcdc839e Add missing targets to .PHONY.
Jonathan Schleifer <js@h3c.de>
parents: 3659
diff changeset
234 if test x"${PROG_IMPLIB_NEEDED}" = x"yes"; then \
3658
00549db12332 Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents: 3657
diff changeset
235 for i in ${PROG}; do \
3662
0a82e6c75d7f I should stop coding for today, I'm too unconcentrated.
Jonathan Schleifer <js@h3c.de>
parents: 3661
diff changeset
236 i="lib$$i.a"; \
3661
19331a6b5d8e Fix wrong status message.
Jonathan Schleifer <js@h3c.de>
parents: 3660
diff changeset
237 if test -f ${DESTDIR}${libdir}/$$i; then \
3663
75372888e065 I always forget something today :(.
Jonathan Schleifer <js@h3c.de>
parents: 3662
diff changeset
238 if rm -f ${DESTDIR}${libdir}/$$i; then \
3658
00549db12332 Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents: 3657
diff changeset
239 ${DELETE_OK}; \
00549db12332 Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents: 3657
diff changeset
240 else \
00549db12332 Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents: 3657
diff changeset
241 ${DELETE_FAILED}; \
00549db12332 Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents: 3657
diff changeset
242 fi \
00549db12332 Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents: 3657
diff changeset
243 fi \
00549db12332 Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents: 3657
diff changeset
244 done \
00549db12332 Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents: 3657
diff changeset
245 fi