Mercurial > audlegacy
annotate src/audacious/Makefile @ 4663:413cce2453b2
added the bluetooth logo image
author | Paula Stanciu <paula.stanciu@gmail.com> |
---|---|
date | Sun, 29 Jun 2008 00:41:11 +0300 |
parents | 68e0859ad1a6 |
children | 46c02b5589c2 |
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 | 3 SUBDIRS = ${INTL_OBJECTIVE} |
2313 | 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 | 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 | 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 | 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 | 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 \ |
4598
a2cbde1af409
export create_widgets to PAPI
Tomasz Mon <desowin@gmail.com>
parents:
4552
diff
changeset
|
108 preferences.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
|
109 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
|
110 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
|
111 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
|
112 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
|
113 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
|
114 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
|
115 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
|
116 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
|
117 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
|
118 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
|
119 vfs_buffered_file.h |
3572 | 120 |
4046
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
121 DATA = images/about-logo.png \ |
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
122 images/appearance.png \ |
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
123 images/audacious_eq.xpm \ |
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
124 images/audacious_player.xpm \ |
3572 | 125 images/audacious_playlist.xpm \ |
4046
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
126 images/audio.png \ |
4663
413cce2453b2
added the bluetooth logo image
Paula Stanciu <paula.stanciu@gmail.com>
parents:
4623
diff
changeset
|
127 images/blue.png \ |
4046
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
128 images/connectivity.png \ |
4054
d3b549e75380
removed some old icons and replaced them with shiny, new ones
mf0102 <0102@gmx.at>
parents:
4053
diff
changeset
|
129 images/menu_playlist.png \ |
d3b549e75380
removed some old icons and replaced them with shiny, new ones
mf0102 <0102@gmx.at>
parents:
4053
diff
changeset
|
130 images/menu_plugin.png \ |
4046
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
131 images/menu_queue_toggle.png \ |
3572 | 132 images/menu_randomize_playlist.png \ |
4046
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
133 images/mouse.png \ |
4152 | 134 images/playback.png \ |
4046
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
135 images/playlist.png \ |
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
136 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
|
137 images/replay_gain.png \ |
4046
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
138 ui/equalizer.ui \ |
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
139 ui/mainwin.ui \ |
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
140 ui/playlist.ui \ |
3572 | 141 ui/carbon-menubar.ui |
2785 | 142 |
3656
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
143 CLEAN = build_stamp.c libaudacious.exe.a |
4233
74c6f3d3cf1d
it buids successfully :)
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
4152
diff
changeset
|
144 EXT_DEPS = ../libguess/libguess.a \ |
4490
2e56a47e7a5d
Correctly check for USE_DBUS and USE_EGGSM.
Matti Hamalainen <ccr@tnsp.org>
parents:
4478
diff
changeset
|
145 ../libSAD/libSAD.a |
2e56a47e7a5d
Correctly check for USE_DBUS and USE_EGGSM.
Matti Hamalainen <ccr@tnsp.org>
parents:
4478
diff
changeset
|
146 |
2e56a47e7a5d
Correctly check for USE_DBUS and USE_EGGSM.
Matti Hamalainen <ccr@tnsp.org>
parents:
4478
diff
changeset
|
147 ifeq ($(USE_EGGSM),yes) |
2e56a47e7a5d
Correctly check for USE_DBUS and USE_EGGSM.
Matti Hamalainen <ccr@tnsp.org>
parents:
4478
diff
changeset
|
148 EXT_DEPS += ../libeggsmclient/libeggsmclient.a |
4502
3211a6b15fd3
Define EGGSM_{LIBS,CFLAGS} with =, not +=
Matti Hamalainen <ccr@tnsp.org>
parents:
4491
diff
changeset
|
149 EGGSM_LIBS = ../libeggsmclient/libeggsmclient.a ${SM_LIBS} |
3211a6b15fd3
Define EGGSM_{LIBS,CFLAGS} with =, not +=
Matti Hamalainen <ccr@tnsp.org>
parents:
4491
diff
changeset
|
150 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
|
151 endif |
3591
74d1f0c78456
Fix generation of build_stamp.c.
Jonathan Schleifer <js@h3c.de>
parents:
3586
diff
changeset
|
152 |
3535 | 153 include ../../buildsys.mk |
3573
ae14a38d2553
AUDLDFLAGS isn't substitued, therefore remove it.
Jonathan Schleifer <js@h3c.de>
parents:
3572
diff
changeset
|
154 |
4490
2e56a47e7a5d
Correctly check for USE_DBUS and USE_EGGSM.
Matti Hamalainen <ccr@tnsp.org>
parents:
4478
diff
changeset
|
155 ifeq ($(USE_DBUS),yes) |
3536
66c6a8a79034
Fix depend-hook call.
William Pitcock <nenolod@atheme.org>
parents:
3535
diff
changeset
|
156 CPPFLAGS += -I../libaudclient |
66c6a8a79034
Fix depend-hook call.
William Pitcock <nenolod@atheme.org>
parents:
3535
diff
changeset
|
157 DBUS_BINDINGS = dbus-server-bindings.h dbus-client-bindings.h |
66c6a8a79034
Fix depend-hook call.
William Pitcock <nenolod@atheme.org>
parents:
3535
diff
changeset
|
158 LIBS += -L../libaudclient -laudclient |
66c6a8a79034
Fix depend-hook call.
William Pitcock <nenolod@atheme.org>
parents:
3535
diff
changeset
|
159 endif |
66c6a8a79034
Fix depend-hook call.
William Pitcock <nenolod@atheme.org>
parents:
3535
diff
changeset
|
160 |
3593
85a49369c95f
Actually, the last patch was wrong. depend has to depend on ${SRCS}.
Jonathan Schleifer <js@h3c.de>
parents:
3591
diff
changeset
|
161 pre-depend: ${DBUS_BINDINGS} |
3535 | 162 |
3572 | 163 CPPFLAGS += -DHAVE_CONFIG_H \ |
4511 | 164 ${MOWGLI_CFLAGS} \ |
165 ${GLIB_CFLAGS} \ | |
166 ${GTHREAD_CFLAGS} \ | |
167 ${GTK_CFLAGS} \ | |
168 ${AUDACIOUS_DEFINES} \ | |
169 ${ARCH_DEFINES} \ | |
170 ${DBUS_CFLAGS} \ | |
171 ${SAMPLERATE_CFLAGS} \ | |
172 ${REGEX_CFLAGS} \ | |
173 ${LIBMCS_CFLAGS} \ | |
174 ${SIMD_CFLAGS} \ | |
175 -D_AUDACIOUS_CORE \ | |
176 -I../libSAD \ | |
177 ${EGGSM_CFLAGS} \ | |
178 -I.. -I../.. \ | |
179 -I./intl | |
3535 | 180 |
4511 | 181 LIBS += ${LDADD} \ |
182 ${LIBINTL} \ | |
183 ${SAMPLERATE_LIBS} \ | |
184 ../libguess/libguess.a \ | |
185 ../libSAD/libSAD.a \ | |
186 ${EGGSM_LIBS} \ | |
187 ${GLIB_LIBS} \ | |
188 ${GTHREAD_LIBS} \ | |
189 ${GTK_LIBS} \ | |
190 ${DBUS_LIBS} \ | |
191 ${MOWGLI_LIBS} \ | |
192 ${LIBMCS_LIBS} \ | |
193 ${REGEX_LIBS} | |
3535 | 194 |
4623
68e0859ad1a6
enables audacious to pick up its own libraries when prefix has been specified.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
4598
diff
changeset
|
195 LDFLAGS += ${PROG_IMPLIB_LDFLAGS} ${AUDLDFLAGS} |
3651
a5a81f8d6fd7
Update buildsys + small fixes.
Jonathan Schleifer <js@h3c.de>
parents:
3641
diff
changeset
|
196 |
4623
68e0859ad1a6
enables audacious to pick up its own libraries when prefix has been specified.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
4598
diff
changeset
|
197 build_stamp.c: |
4464 | 198 if test -d ../../.hg ; then \ |
2837
b6b8fe38e1e3
Fix handling of buildstamp rule.
William Pitcock <nenolod@atheme.org>
parents:
2836
diff
changeset
|
199 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
|
200 [ -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
|
201 else \ |
e960a507509d
Define build stamp as "UNSUPPORTED VERSION" if building out of hg-repo.
Matti Hamalainen <ccr@tnsp.org>
parents:
4316
diff
changeset
|
202 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
|
203 fi |
7035e35d4067
Remove build_stamp.c and generate it on demand.
William Pitcock <nenolod@atheme.org>
parents:
2785
diff
changeset
|
204 |
4512 | 205 DBUS_BINDINGS_SOURCES = objects.xml \ |
206 mpris_root.xml \ | |
207 mpris_tracklist.xml \ | |
208 mpris_player.xml | |
2708 | 209 |
2313 | 210 desktop_DATA = audacious.desktop |
4512 | 211 desktopdir = ${datadir}/applications |
2313 | 212 |
3572 | 213 dbus-server-bindings.h: ${DBUS_BINDINGS_SOURCES} |
214 ${DBUS_BINDING_TOOL} --mode=glib-server --prefix=audacious_rc objects.xml > $@ | |
215 ${DBUS_BINDING_TOOL} --mode=glib-server --prefix=mpris_root mpris_root.xml >> $@ | |
216 ${DBUS_BINDING_TOOL} --mode=glib-server --prefix=mpris_tracklist mpris_tracklist.xml >> $@ | |
217 ${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
|
218 |
3572 | 219 dbus-client-bindings.h: ${DBUS_BINDINGS_SOURCES} |
220 ${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
|
221 |
3656
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
222 install-extra: |
3660
c54dfcdc839e
Add missing targets to .PHONY.
Jonathan Schleifer <js@h3c.de>
parents:
3659
diff
changeset
|
223 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
|
224 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
|
225 i="lib$$i.a"; \ |
3656
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
226 ${INSTALL_STATUS}; \ |
3661 | 227 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
|
228 ${INSTALL_OK}; \ |
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
229 else \ |
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
230 ${INSTALL_FAILED}; \ |
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
231 fi \ |
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
232 done \ |
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
233 fi |
3658
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
234 |
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
235 uninstall-extra: |
3660
c54dfcdc839e
Add missing targets to .PHONY.
Jonathan Schleifer <js@h3c.de>
parents:
3659
diff
changeset
|
236 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
|
237 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
|
238 i="lib$$i.a"; \ |
3661 | 239 if test -f ${DESTDIR}${libdir}/$$i; then \ |
3663
75372888e065
I always forget something today :(.
Jonathan Schleifer <js@h3c.de>
parents:
3662
diff
changeset
|
240 if rm -f ${DESTDIR}${libdir}/$$i; then \ |
3658
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
241 ${DELETE_OK}; \ |
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
242 else \ |
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
243 ${DELETE_FAILED}; \ |
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
244 fi \ |
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
245 fi \ |
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
246 done \ |
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
247 fi |