Mercurial > audlegacy
annotate src/audacious/Makefile @ 4053:838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
| author | mf0102 <0102@gmx.at> |
|---|---|
| date | Sun, 02 Dec 2007 18:26:26 +0100 |
| parents | 5f9227fe09e9 |
| children | d3b549e75380 |
| 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} |
|
4053
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
6 SRCS = auddrct.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
7 build_stamp.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
8 configdb.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
9 custom_uri.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
10 discovery.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
11 dnd.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
12 dock.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
13 effect.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
14 eventqueue.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
15 fft.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
16 flow.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
17 formatter.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
18 general.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
19 hints.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 iir.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
23 iir_cfs.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
24 iir_fpu.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
25 input.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
26 logger.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
27 main.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
28 mime.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
29 output.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
30 pixbuf_effects.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
31 playback.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
32 playback_evlisteners.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
33 playlist.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
34 playlist_container.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
35 playlist_evlisteners.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
36 pluginenum.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
37 rcfile.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
38 signals.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
39 strings.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
40 tuple.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
41 tuple_formatter.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
42 tuple_compiler.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
43 skin.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
44 ui_about.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
45 ui_albumart.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
46 ui_credits.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
47 ui_equalizer.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
48 ui_fileinfo.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
49 ui_fileinfopopup.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
50 ui_fileopener.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
51 ui_jumptotrack.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
52 ui_main.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
53 ui_main_evlisteners.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
54 ui_manager.c \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
55 ui_playlist.c \ |
|
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 \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
58 ui_skinned_cursor.c \ |
|
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 \ |
|
838ef7dc0cd6
moved icon loading function from main.c to icons-stock.c
mf0102 <0102@gmx.at>
parents:
4046
diff
changeset
|
82 sync-menu.c \ |
| 3572 | 83 xconvert.c |
| 2313 | 84 |
|
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 ifdef USE_DBUS |
|
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 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
|
87 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
|
88 |
| 3572 | 89 INCLUDES = auddrct.h \ |
| 90 configdb.h \ | |
| 91 custom_uri.h \ | |
| 92 dbus.h \ | |
| 93 discovery.h \ | |
| 94 dbus-service.h \ | |
| 95 eventqueue.h \ | |
| 96 flow.h \ | |
| 97 formatter.h \ | |
| 98 rcfile.h \ | |
| 99 i18n.h \ | |
| 100 input.h \ | |
| 101 hook.h \ | |
| 102 main.h \ | |
| 103 mime.h \ | |
| 104 output.h \ | |
| 105 playback.h \ | |
| 106 playlist.h \ | |
| 107 playlist_container.h \ | |
| 108 plugin.h \ | |
| 109 strings.h \ | |
| 110 tuple.h \ | |
| 111 tuple_formatter.h \ | |
| 112 tuple_compiler.h \ | |
| 113 ui_fileinfopopup.h \ | |
| 114 ui_plugin_menu.h \ | |
| 115 ui_preferences.h \ | |
| 116 util.h \ | |
| 117 vfs.h \ | |
| 118 vfs_buffer.h \ | |
| 119 vfs_buffered_file.h \ | |
| 120 xconvert.h | |
| 121 | |
|
4046
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
122 DATA = images/about-logo.png \ |
|
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
123 images/appearance.png \ |
|
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
124 images/audacious_eq.xpm \ |
|
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
125 images/audacious_player.xpm \ |
| 3572 | 126 images/audacious_playlist.xpm \ |
|
4046
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
127 images/audio.png \ |
|
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
128 images/connectivity.png \ |
|
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
129 images/info.png \ |
| 3572 | 130 images/menu_invert_playlist.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/menu_remove_dups.png \ |
| 3572 | 134 images/menu_remove_unavail.png \ |
|
4046
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
135 images/menu_select_all.png \ |
| 3572 | 136 images/menu_select_invert.png \ |
|
4046
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
137 images/menu_select_none.png \ |
|
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
138 images/menu_sort_artist.png \ |
| 3572 | 139 images/menu_sort_filename.png \ |
| 140 images/menu_sort_pathfile.png \ | |
|
4046
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
141 images/menu_sort_title.png \ |
|
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
142 images/mouse.png \ |
|
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
143 images/pl.png \ |
|
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
144 images/play.png \ |
|
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
145 images/playlist.png \ |
|
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
146 images/plugins.png \ |
|
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
147 ui/equalizer.ui \ |
|
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
148 ui/mainwin.ui \ |
|
5f9227fe09e9
whoops, forgot to kick eq.png from Makefile
mf0102 <0102@gmx.at>
parents:
3993
diff
changeset
|
149 ui/playlist.ui \ |
| 3572 | 150 ui/carbon-menubar.ui |
| 2785 | 151 |
|
3656
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
152 CLEAN = build_stamp.c libaudacious.exe.a |
|
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
153 EXT_DEPS = ../libguess/libguess.a |
|
3591
74d1f0c78456
Fix generation of build_stamp.c.
Jonathan Schleifer <js@h3c.de>
parents:
3586
diff
changeset
|
154 |
| 3535 | 155 include ../../buildsys.mk |
|
3573
ae14a38d2553
AUDLDFLAGS isn't substitued, therefore remove it.
Jonathan Schleifer <js@h3c.de>
parents:
3572
diff
changeset
|
156 |
|
3578
d07343b134a1
I hope i fixed the libaudclient & dbus problem
Calin Crisan ccrisan@gmail.com
parents:
3574
diff
changeset
|
157 ifdef USE_DBUS |
|
3536
66c6a8a79034
Fix depend-hook call.
William Pitcock <nenolod@atheme.org>
parents:
3535
diff
changeset
|
158 CPPFLAGS += -I../libaudclient |
|
66c6a8a79034
Fix depend-hook call.
William Pitcock <nenolod@atheme.org>
parents:
3535
diff
changeset
|
159 DBUS_BINDINGS = dbus-server-bindings.h dbus-client-bindings.h |
|
66c6a8a79034
Fix depend-hook call.
William Pitcock <nenolod@atheme.org>
parents:
3535
diff
changeset
|
160 LIBS += -L../libaudclient -laudclient |
|
66c6a8a79034
Fix depend-hook call.
William Pitcock <nenolod@atheme.org>
parents:
3535
diff
changeset
|
161 endif |
|
66c6a8a79034
Fix depend-hook call.
William Pitcock <nenolod@atheme.org>
parents:
3535
diff
changeset
|
162 |
|
3593
85a49369c95f
Actually, the last patch was wrong. depend has to depend on ${SRCS}.
Jonathan Schleifer <js@h3c.de>
parents:
3591
diff
changeset
|
163 pre-depend: ${DBUS_BINDINGS} |
| 3535 | 164 |
| 3572 | 165 CPPFLAGS += -DHAVE_CONFIG_H \ |
| 166 ${MOWGLI_CFLAGS} \ | |
| 167 ${GTK_CFLAGS} \ | |
| 168 ${BEEP_DEFINES} \ | |
| 169 ${ARCH_DEFINES} \ | |
| 170 ${DBUS_CFLAGS} \ | |
| 171 ${samplerate_CFLAGS} \ | |
| 172 ${REGEX_CFLAGS} \ | |
| 173 ${LIBMCS_CFLAGS} \ | |
| 174 -D_AUDACIOUS_CORE \ | |
| 175 -I.. -I../.. \ | |
| 176 -I./intl | |
| 3535 | 177 |
|
3656
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
178 LIBS += ${LDADD} \ |
|
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
179 ${LIBINTL} \ |
| 3572 | 180 ${samplerate_LIBS} \ |
| 181 ../libguess/libguess.a \ | |
| 182 ${GTK_LIBS} \ | |
| 183 ${DBUS_LIBS} \ | |
| 184 ${MOWGLI_LIBS} \ | |
| 185 ${LIBMCS_LIBS} \ | |
| 186 ${REGEX_LIBS} | |
| 3535 | 187 |
| 3764 | 188 LDFLAGS += ${PROG_IMPLIB_LDFLAGS} |
|
3651
a5a81f8d6fd7
Update buildsys + small fixes.
Jonathan Schleifer <js@h3c.de>
parents:
3641
diff
changeset
|
189 |
|
2905
084d367e3577
separate build_stamp.c from depend-prehook to avoid excessive stamping.
Yoshiki Yazawa <yaz@cc.rim.or.jp>
parents:
2842
diff
changeset
|
190 build_stamp.c: |
|
2837
b6b8fe38e1e3
Fix handling of buildstamp rule.
William Pitcock <nenolod@atheme.org>
parents:
2836
diff
changeset
|
191 if [ -d ../../.hg ]; then \ |
|
b6b8fe38e1e3
Fix handling of buildstamp rule.
William Pitcock <nenolod@atheme.org>
parents:
2836
diff
changeset
|
192 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
|
193 [ -z "$$revh" ] || echo "$$revh" > build_stamp.c; \ |
|
7035e35d4067
Remove build_stamp.c and generate it on demand.
William Pitcock <nenolod@atheme.org>
parents:
2785
diff
changeset
|
194 fi |
|
7035e35d4067
Remove build_stamp.c and generate it on demand.
William Pitcock <nenolod@atheme.org>
parents:
2785
diff
changeset
|
195 |
| 3572 | 196 DBUS_BINDINGS_SOURCES = objects.xml \ |
| 197 mpris_root.xml \ | |
| 198 mpris_tracklist.xml \ | |
| 199 mpris_player.xml | |
| 2708 | 200 |
| 2313 | 201 desktop_DATA = audacious.desktop |
| 3572 | 202 desktopdir = ${datadir}/applicationu |
| 2313 | 203 |
| 3572 | 204 dbus-server-bindings.h: ${DBUS_BINDINGS_SOURCES} |
| 205 ${DBUS_BINDING_TOOL} --mode=glib-server --prefix=audacious_rc objects.xml > $@ | |
| 206 ${DBUS_BINDING_TOOL} --mode=glib-server --prefix=mpris_root mpris_root.xml >> $@ | |
| 207 ${DBUS_BINDING_TOOL} --mode=glib-server --prefix=mpris_tracklist mpris_tracklist.xml >> $@ | |
| 208 ${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
|
209 |
| 3572 | 210 dbus-client-bindings.h: ${DBUS_BINDINGS_SOURCES} |
| 211 ${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
|
212 |
|
3656
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
213 install-extra: |
|
3660
c54dfcdc839e
Add missing targets to .PHONY.
Jonathan Schleifer <js@h3c.de>
parents:
3659
diff
changeset
|
214 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
|
215 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
|
216 i="lib$$i.a"; \ |
|
3656
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
217 ${INSTALL_STATUS}; \ |
| 3661 | 218 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
|
219 ${INSTALL_OK}; \ |
|
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
220 else \ |
|
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
221 ${INSTALL_FAILED}; \ |
|
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
222 fi \ |
|
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
223 done \ |
|
db04d0916c22
implib for ${PROG} should finally work.
Jonathan Schleifer <js@h3c.de>
parents:
3655
diff
changeset
|
224 fi |
|
3658
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
225 |
|
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
226 uninstall-extra: |
|
3660
c54dfcdc839e
Add missing targets to .PHONY.
Jonathan Schleifer <js@h3c.de>
parents:
3659
diff
changeset
|
227 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
|
228 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
|
229 i="lib$$i.a"; \ |
| 3661 | 230 if test -f ${DESTDIR}${libdir}/$$i; then \ |
|
3663
75372888e065
I always forget something today :(.
Jonathan Schleifer <js@h3c.de>
parents:
3662
diff
changeset
|
231 if rm -f ${DESTDIR}${libdir}/$$i; then \ |
|
3658
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
232 ${DELETE_OK}; \ |
|
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
233 else \ |
|
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
234 ${DELETE_FAILED}; \ |
|
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
235 fi \ |
|
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
236 fi \ |
|
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
237 done \ |
|
00549db12332
Add implib to uninstall target.
Jonathan Schleifer <js@h3c.de>
parents:
3657
diff
changeset
|
238 fi |
