Mercurial > pidgin
annotate src/Makefile.am @ 12529:d640a92eceb6
[gaim-migrate @ 14842]
RPM spec file updates to allow us to build a beta that RPM will happily
upgrade to the final release later, and various other cleanups and fixes
for some of the newer things we use such as dbus and cyrus sasl.
committer: Tailor Script <tailor@pidgin.im>
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Sat, 17 Dec 2005 18:44:11 +0000 |
| parents | abee34af2f55 |
| children | 6503701eb44f |
| rev | line source |
|---|---|
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
1 EXTRA_DIST = \ |
| 11884 | 2 dbus-analyze-functions.py \ |
| 3 dbus-analyze-types.py \ | |
| 12501 | 4 gaim-notifications-example.py \ |
| 5 gaim-remote.py \ | |
| 6 gaim-send \ | |
| 7 gaim-send-async \ | |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
8 getopt.c \ |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
9 getopt.h \ |
| 6187 | 10 getopt1.c \ |
|
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
11 Makefile.mingw \ |
| 6190 | 12 win_gaim.c \ |
|
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
13 win32/IdleTracker/Makefile.mingw \ |
|
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
14 win32/IdleTracker/idletrack.c \ |
|
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
15 win32/IdleTracker/idletrack.h \ |
| 6190 | 16 win32/gaimrc.rc \ |
| 17 win32/global.mak \ | |
|
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
18 win32/libc_interface.c \ |
|
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
19 win32/libc_interface.h \ |
|
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
20 win32/libc_internal.h \ |
| 6190 | 21 win32/resource.h \ |
|
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
22 win32/untar.c \ |
| 6190 | 23 win32/untar.h \ |
| 24 win32/wgaimerror.h \ | |
| 25 win32/win32dep.c \ | |
| 26 win32/win32dep.h \ | |
| 27 win32/wspell.c \ | |
| 28 win32/wspell.h \ | |
|
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
29 win32/nsis/gaim-header.bmp \ |
|
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
30 win32/nsis/gaim-intro.bmp \ |
|
7577
f54c4f2a9d5a
[gaim-migrate @ 8193]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7431
diff
changeset
|
31 win32/nsis/langmacros.nsh \ |
|
10095
b28f9be379b3
[gaim-migrate @ 11114]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
9993
diff
changeset
|
32 win32/nsis/translations/albanian.nsh \ |
|
7577
f54c4f2a9d5a
[gaim-migrate @ 8193]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7431
diff
changeset
|
33 win32/nsis/translations/bulgarian.nsh \ |
|
9956
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
9791
diff
changeset
|
34 win32/nsis/translations/catalan.nsh \ |
|
7626
2fb83607becf
[gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7593
diff
changeset
|
35 win32/nsis/translations/czech.nsh \ |
|
7924
cb400cd78961
[gaim-migrate @ 8593]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7763
diff
changeset
|
36 win32/nsis/translations/danish.nsh \ |
|
6412
4cb8e2e4b5d4
[gaim-migrate @ 6918]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6371
diff
changeset
|
37 win32/nsis/translations/dutch.nsh \ |
|
4cb8e2e4b5d4
[gaim-migrate @ 6918]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6371
diff
changeset
|
38 win32/nsis/translations/english.nsh \ |
|
8178
33802f8a2d90
[gaim-migrate @ 8895]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8126
diff
changeset
|
39 win32/nsis/translations/finnish.nsh \ |
|
6412
4cb8e2e4b5d4
[gaim-migrate @ 6918]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6371
diff
changeset
|
40 win32/nsis/translations/french.nsh \ |
|
4cb8e2e4b5d4
[gaim-migrate @ 6918]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6371
diff
changeset
|
41 win32/nsis/translations/german.nsh \ |
|
8388
c08d9b0dbd29
[gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8317
diff
changeset
|
42 win32/nsis/translations/hebrew.nsh \ |
|
6412
4cb8e2e4b5d4
[gaim-migrate @ 6918]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6371
diff
changeset
|
43 win32/nsis/translations/hungarian.nsh \ |
|
6448
fd3c96c0c2d6
[gaim-migrate @ 6957]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6442
diff
changeset
|
44 win32/nsis/translations/italian.nsh \ |
|
8183
ab0fce369327
[gaim-migrate @ 8902]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8178
diff
changeset
|
45 win32/nsis/translations/japanese.nsh \ |
|
8099
40163e984818
[gaim-migrate @ 8799]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7924
diff
changeset
|
46 win32/nsis/translations/korean.nsh \ |
|
8567
d92a7574473c
[gaim-migrate @ 9314]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8490
diff
changeset
|
47 win32/nsis/translations/norwegian.nsh \ |
|
8126
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8113
diff
changeset
|
48 win32/nsis/translations/polish.nsh \ |
|
7577
f54c4f2a9d5a
[gaim-migrate @ 8193]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7431
diff
changeset
|
49 win32/nsis/translations/portuguese.nsh \ |
|
6412
4cb8e2e4b5d4
[gaim-migrate @ 6918]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6371
diff
changeset
|
50 win32/nsis/translations/portuguese-br.nsh \ |
|
8099
40163e984818
[gaim-migrate @ 8799]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7924
diff
changeset
|
51 win32/nsis/translations/romanian.nsh \ |
|
40163e984818
[gaim-migrate @ 8799]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7924
diff
changeset
|
52 win32/nsis/translations/russian.nsh \ |
|
6412
4cb8e2e4b5d4
[gaim-migrate @ 6918]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6371
diff
changeset
|
53 win32/nsis/translations/serbian-latin.nsh \ |
|
6559
8dba07c335e9
[gaim-migrate @ 7081]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6493
diff
changeset
|
54 win32/nsis/translations/simp-chinese.nsh \ |
|
9561
3ff773e92747
[gaim-migrate @ 10397]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
9391
diff
changeset
|
55 win32/nsis/translations/slovak.nsh \ |
|
9115
f55f93a975f2
[gaim-migrate @ 9892]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8713
diff
changeset
|
56 win32/nsis/translations/slovenian.nsh \ |
|
7577
f54c4f2a9d5a
[gaim-migrate @ 8193]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7431
diff
changeset
|
57 win32/nsis/translations/spanish.nsh \ |
|
6651
6eb1f388bdf8
[gaim-migrate @ 7176]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6562
diff
changeset
|
58 win32/nsis/translations/swedish.nsh \ |
| 8464 | 59 win32/nsis/translations/trad-chinese.nsh \ |
| 60 win32/nsis/translations/vietnamese.nsh | |
|
8099
40163e984818
[gaim-migrate @ 8799]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7924
diff
changeset
|
61 |
| 12024 | 62 if HAVE_VV |
| 63 SUBDIRS = protocols mediastreamer | |
| 64 else | |
|
2086
424a40f12a6c
[gaim-migrate @ 2096]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1901
diff
changeset
|
65 SUBDIRS = protocols |
| 12024 | 66 endif |
|
2086
424a40f12a6c
[gaim-migrate @ 2096]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1901
diff
changeset
|
67 |
| 9391 | 68 gaim_coresources = \ |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5530
diff
changeset
|
69 account.c \ |
| 9364 | 70 accountopt.c \ |
| 71 blist.c \ | |
| 72 buddyicon.c \ | |
|
10684
72a5babfa8b4
[gaim-migrate @ 12231]
Luke Schierer <lschiere@pidgin.im>
parents:
10643
diff
changeset
|
73 cipher.c \ |
| 9364 | 74 cmds.c \ |
| 75 connection.c \ | |
| 76 conversation.c \ | |
| 77 core.c \ | |
| 78 debug.c \ | |
| 10228 | 79 desktopitem.c \ |
| 9364 | 80 eventloop.c \ |
| 81 ft.c \ | |
| 12272 | 82 idle.c \ |
| 9364 | 83 imgstore.c \ |
| 84 log.c \ | |
| 12024 | 85 media.c \ |
|
10977
2ce8ec01a064
[gaim-migrate @ 12803]
Christopher O'Brien <siege@pidgin.im>
parents:
10708
diff
changeset
|
86 mime.c \ |
| 9364 | 87 network.c \ |
| 11375 | 88 ntlm.c \ |
| 9364 | 89 notify.c \ |
| 90 plugin.c \ | |
| 91 pluginpref.c \ | |
| 92 pounce.c \ | |
| 10245 | 93 prefix.c \ |
| 94 prefs.c \ | |
| 9364 | 95 privacy.c \ |
| 96 proxy.c \ | |
| 97 prpl.c \ | |
| 98 request.c \ | |
| 99 roomlist.c \ | |
| 10418 | 100 savedstatuses.c \ |
| 9364 | 101 server.c \ |
| 102 signals.c \ | |
| 11373 | 103 dnssrv.c\ |
| 9364 | 104 status.c \ |
| 105 stringref.c \ | |
| 11225 | 106 stun.c \ |
| 9364 | 107 sound.c \ |
| 108 sslconn.c \ | |
| 11195 | 109 upnp.c \ |
| 9364 | 110 util.c \ |
| 111 value.c \ | |
|
11475
7fab28c991f3
[gaim-migrate @ 13717]
Gary Kramlich <grim@reaperworld.com>
parents:
11441
diff
changeset
|
112 xmlnode.c \ |
|
7fab28c991f3
[gaim-migrate @ 13717]
Gary Kramlich <grim@reaperworld.com>
parents:
11441
diff
changeset
|
113 whiteboard.c |
| 9364 | 114 |
| 115 gaim_coreheaders = \ | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5530
diff
changeset
|
116 account.h \ |
|
5638
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5563
diff
changeset
|
117 accountopt.h \ |
|
5228
1a53330dfd34
[gaim-migrate @ 5598]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
118 blist.h \ |
|
6846
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6748
diff
changeset
|
119 buddyicon.h \ |
|
10684
72a5babfa8b4
[gaim-migrate @ 12231]
Luke Schierer <lschiere@pidgin.im>
parents:
10643
diff
changeset
|
120 cipher.h \ |
| 9130 | 121 cmds.h \ |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5530
diff
changeset
|
122 connection.h \ |
|
5206
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
123 conversation.h \ |
|
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
124 core.h \ |
| 11884 | 125 dbus-maybe.h \ |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5206
diff
changeset
|
126 debug.h \ |
| 10228 | 127 desktopitem.h \ |
|
8273
f24172f53650
[gaim-migrate @ 8997]
Christian Hammond <chipx86@chipx86.com>
parents:
8231
diff
changeset
|
128 eventloop.h \ |
|
5206
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
129 ft.h \ |
| 12272 | 130 idle.h \ |
| 6982 | 131 imgstore.h \ |
| 7593 | 132 log.h \ |
| 12024 | 133 media.h \ |
|
10977
2ce8ec01a064
[gaim-migrate @ 12803]
Christopher O'Brien <siege@pidgin.im>
parents:
10708
diff
changeset
|
134 mime.h \ |
|
8231
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8183
diff
changeset
|
135 network.h \ |
|
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5276
diff
changeset
|
136 notify.h \ |
| 11375 | 137 ntlm.h \ |
|
5206
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
138 plugin.h \ |
| 8713 | 139 pluginpref.h \ |
|
5206
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
140 pounce.h \ |
| 10312 | 141 prefix.h \ |
| 10245 | 142 prefs.h \ |
|
6073
6f924c4c5748
[gaim-migrate @ 6532]
Christian Hammond <chipx86@chipx86.com>
parents:
6065
diff
changeset
|
143 privacy.h \ |
|
5206
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
144 proxy.h \ |
|
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
145 prpl.h \ |
|
5477
e8e498255369
[gaim-migrate @ 5873]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
146 request.h \ |
| 8113 | 147 roomlist.h \ |
| 10418 | 148 savedstatuses.h \ |
|
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5859
diff
changeset
|
149 server.h \ |
|
6485
70d5122bc3ff
[gaim-migrate @ 6999]
Christian Hammond <chipx86@chipx86.com>
parents:
6448
diff
changeset
|
150 signals.h \ |
| 11373 | 151 dnssrv.h \ |
| 6065 | 152 status.h \ |
| 7763 | 153 stringref.h \ |
| 11225 | 154 stun.h \ |
|
5206
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
155 sound.h \ |
|
6701
b7e113a59b51
[gaim-migrate @ 7227]
Christian Hammond <chipx86@chipx86.com>
parents:
6651
diff
changeset
|
156 sslconn.h \ |
| 11195 | 157 upnp.h \ |
|
6562
c53a3f0649eb
[gaim-migrate @ 7084]
Christian Hammond <chipx86@chipx86.com>
parents:
6559
diff
changeset
|
158 util.h \ |
| 7131 | 159 value.h \ |
| 9957 | 160 version.h \ |
|
11475
7fab28c991f3
[gaim-migrate @ 13717]
Gary Kramlich <grim@reaperworld.com>
parents:
11441
diff
changeset
|
161 xmlnode.h \ |
|
7fab28c991f3
[gaim-migrate @ 13717]
Gary Kramlich <grim@reaperworld.com>
parents:
11441
diff
changeset
|
162 whiteboard.h |
|
5206
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
163 |
| 9364 | 164 |
| 11055 | 165 |
| 166 if ENABLE_DBUS | |
| 167 | |
| 11337 | 168 CLEANFILES = \ |
| 11241 | 169 dbus-bindings.c \ |
| 11242 | 170 dbus-client-binding.c \ |
| 11331 | 171 dbus-client-binding.h \ |
| 11337 | 172 gaim.service \ |
| 173 dbus-types.c \ | |
| 11884 | 174 dbus-types.h |
| 11241 | 175 |
| 11242 | 176 # gaim dbus server |
| 11241 | 177 |
| 11242 | 178 dbus_sources = dbus-server.c dbus-useful.c |
| 11903 | 179 dbus_headers = dbus-bindings.h dbus-gaim.h dbus-server.h dbus-useful.h dbus-define-api.h |
| 11146 | 180 |
| 11187 | 181 dbus_exported = dbus-useful.h dbus-define-api.h account.h blist.h connection.h conversation.h core.h roomlist.h status.h server.h |
| 11146 | 182 |
| 11903 | 183 gaim_build_coreheaders = $(addprefix $(srcdir)/, $(gaim_coreheaders)) |
| 184 dbus_build_exported = $(addprefix $(srcdir)/, $(dbus_exported)) | |
| 11331 | 185 |
| 11337 | 186 dbus-types.c: dbus-analyze-types.py $(gaim_coreheaders) |
| 11903 | 187 cat $(gaim_build_coreheaders) | $(PYTHON) $(srcdir)/dbus-analyze-types.py --pattern=GAIM_DBUS_DEFINE_TYPE\(%s\) > $@ |
| 11331 | 188 |
| 11337 | 189 dbus-types.h: dbus-analyze-types.py $(dbus_coreheaders) |
| 11903 | 190 cat $(gaim_build_coreheaders) | $(PYTHON) $(srcdir)/dbus-analyze-types.py --pattern=GAIM_DBUS_DECLARE_TYPE\(%s\) > $@ |
| 11146 | 191 |
| 11171 | 192 dbus-bindings.c: dbus-analyze-functions.py $(dbus_exported) |
| 11903 | 193 cat $(dbus_build_exported) | $(PYTHON) $(srcdir)/dbus-analyze-functions.py > $@ |
| 11171 | 194 |
| 11331 | 195 dbus-server.$(OBJEXT): dbus-bindings.c dbus-types.c dbus-types.h |
| 196 $(gaim_OBJECTS): dbus-types.h | |
| 11241 | 197 |
| 198 # libgaim-client | |
| 199 | |
| 200 lib_LTLIBRARIES = libgaim-client.la | |
| 201 | |
| 12500 | 202 libgaim_client_la_SOURCES = gaim-client.c gaim-client.h |
| 11241 | 203 |
| 204 gaim-client-bindings.c: dbus-analyze-functions.py $(dbus_exported) | |
| 11903 | 205 cat $(dbus_build_exported) | $(PYTHON) $(srcdir)/dbus-analyze-functions.py --client > $@ |
| 11241 | 206 |
| 11331 | 207 gaim-client-bindings.h: dbus-analyze-types.py dbus-analyze-functions.py $(gaim_coreheaders) $(dbus_exported) |
| 11903 | 208 cat $(gaim_build_coreheaders) | $(PYTHON) $(srcdir)/dbus-analyze-types.py --keyword=enum --verbatim > $@ |
| 209 cat $(dbus_build_exported) | $(PYTHON) $(srcdir)/dbus-analyze-functions.py --client --headers >> $@ | |
| 11241 | 210 |
| 211 $(libgaim_client_la_OBJECTS): gaim-client-bindings.h gaim-client-bindings.c | |
| 11171 | 212 |
| 11241 | 213 |
| 214 # gaim-client-example | |
| 215 | |
| 11242 | 216 gaim_client_example_SOURCES = gaim-client-example.c |
| 11241 | 217 |
| 11405 | 218 gaim_client_example_DEPENDENCIES = @LIBOBJS@ libgaim-client.la |
| 11277 | 219 |
| 11241 | 220 gaim_client_example_LDADD = \ |
| 221 @LIBOBJS@ \ | |
| 222 libgaim-client.la \ | |
| 223 $(GTK_LIBS) \ | |
| 224 $(DBUS_LIBS) | |
| 225 | |
| 11334 | 226 gaim_clientbP = gaim-client-example |
| 11241 | 227 |
| 11405 | 228 gaim-client-example.$(OBJEXT): gaim-client-bindings.h |
| 11331 | 229 |
| 230 # scripts | |
| 231 | |
| 232 bin_SCRIPTS = gaim-remote.py gaim-notifications-example.py gaim-send gaim-send-async | |
| 233 | |
| 11171 | 234 |
| 11331 | 235 # gaim.service |
| 236 | |
| 237 gaim.service: | |
| 238 echo "[Gaim]" > $@ | |
| 239 echo "Name=org.gaim.GaimService" >> $@ | |
| 240 echo "Exec=$(bindir)/gaim" >> $@ | |
| 241 | |
| 11349 | 242 #Ideally, this directory should be autodetected, and the user should |
| 243 #be able to specify it as an option to "configure" | |
| 11351 | 244 dbus_sessiondir = $(DBUS_SESSION_DIR) |
| 245 dbus_session_DATA = gaim.service | |
| 11055 | 246 |
| 247 endif | |
| 248 | |
| 11405 | 249 bin_PROGRAMS = gaim $(gaim_clientbP) |
| 11334 | 250 |
|
11617
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
251 gaim_SOURCES = \ |
|
11618
82c9c0f5e742
[gaim-migrate @ 13892]
Gary Kramlich <grim@reaperworld.com>
parents:
11617
diff
changeset
|
252 $(gaim_coresources) \ |
|
82c9c0f5e742
[gaim-migrate @ 13892]
Gary Kramlich <grim@reaperworld.com>
parents:
11617
diff
changeset
|
253 $(dbus_sources) \ |
|
11617
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
254 gtkblist.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
255 gtkcombobox.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
256 gtkcelllayout.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
257 gtkcellview.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
258 gtkcellviewmenuitem.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
259 gtkaccount.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
260 gtkcellrendererprogress.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
261 gtkconn.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
262 gtkconv.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
263 gtkdebug.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
264 gtkdialogs.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
265 gtkdnd-hints.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
266 gtkeventloop.c \ |
| 11735 | 267 gtkexpander.c \ |
|
11617
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
268 gtkft.c \ |
| 11907 | 269 gtkidle.c \ |
|
11617
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
270 gtkimhtml.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
271 gtkimhtmltoolbar.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
272 gtklog.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
273 gtkmain.c \ |
| 12024 | 274 gtkmedia.c \ |
|
11617
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
275 gtkmenutray.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
276 gtknotify.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
277 gtkplugin.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
278 gtkpluginpref.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
279 gtkprefs.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
280 gtkprivacy.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
281 gtkpounce.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
282 gtkrequest.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
283 gtkroomlist.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
284 gtksavedstatuses.c \ |
| 12249 | 285 gtksession.c \ |
|
11617
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
286 gtksound.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
287 gtksourceiter.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
288 gtkstatusbox.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
289 gtkstock.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
290 gtkthemes.c \ |
|
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
291 gtkutils.c \ |
| 12249 | 292 gtkwhiteboard.c |
| 9364 | 293 |
| 294 gaim_headers = \ | |
| 11095 | 295 $(dbus_headers) \ |
| 9364 | 296 gaim.h \ |
| 10708 | 297 gtkcombobox.h \ |
| 298 gtkcelllayout.h \ | |
| 299 gtkcellview.h \ | |
| 300 gtkcellviewmenuitem.h \ | |
| 301 gtkcellview.h \ | |
| 302 gtkcellviewmenuitem.h \ | |
| 9364 | 303 gtkaccount.h \ |
| 304 gtkcellrendererprogress.h \ | |
| 305 gtkblist.h \ | |
| 306 gtkconn.h \ | |
| 307 gtkconv.h \ | |
| 11584 | 308 gtkconvwin.h \ |
| 9364 | 309 gtkdebug.h \ |
| 9709 | 310 gtkdialogs.h \ |
|
10297
ec140184437b
[gaim-migrate @ 11480]
Luke Schierer <lschiere@pidgin.im>
parents:
10295
diff
changeset
|
311 gtkdnd-hints.h \ |
| 9364 | 312 gtkeventloop.h \ |
| 11735 | 313 gtkexpander.h \ |
| 9364 | 314 gtkft.h \ |
| 9791 | 315 gtkgaim.h \ |
| 11907 | 316 gtkidle.h \ |
| 9364 | 317 gtkimhtml.h \ |
| 318 gtkimhtmltoolbar.h \ | |
| 319 gtklog.h \ | |
| 12024 | 320 gtkmedia.h \ |
|
11553
5c8210f7cbe2
[gaim-migrate @ 13813]
Gary Kramlich <grim@reaperworld.com>
parents:
11525
diff
changeset
|
321 gtkmenutray.h \ |
|
12360
3153661f4d5c
[gaim-migrate @ 14664]
Luke Schierer <lschiere@pidgin.im>
parents:
12272
diff
changeset
|
322 gtknickcolors.h \ |
| 9364 | 323 gtknotify.h \ |
| 324 gtkplugin.h \ | |
| 325 gtkpluginpref.h \ | |
| 326 gtkprefs.h \ | |
| 327 gtkprivacy.h \ | |
| 328 gtkpounce.h \ | |
| 329 gtkrequest.h \ | |
| 330 gtkroomlist.h \ | |
| 10418 | 331 gtksavedstatuses.h \ |
| 12251 | 332 gtksession.h \ |
| 9364 | 333 gtksound.h \ |
| 334 gtksourceiter.h \ | |
| 10643 | 335 gtkstatusbox.h \ |
|
10297
ec140184437b
[gaim-migrate @ 11480]
Luke Schierer <lschiere@pidgin.im>
parents:
10295
diff
changeset
|
336 gtkstock.h \ |
| 11525 | 337 gtkthemes.h \ |
| 9364 | 338 gtkutils.h \ |
|
11475
7fab28c991f3
[gaim-migrate @ 13717]
Gary Kramlich <grim@reaperworld.com>
parents:
11441
diff
changeset
|
339 internal.h \ |
|
7fab28c991f3
[gaim-migrate @ 13717]
Gary Kramlich <grim@reaperworld.com>
parents:
11441
diff
changeset
|
340 gtkwhiteboard.h |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
341 |
| 9364 | 342 gaimincludedir=$(includedir)/gaim |
| 343 gaiminclude_HEADERS = \ | |
| 344 $(gaim_coreheaders) \ | |
| 345 $(gaim_headers) | |
| 346 | |
| 12024 | 347 if HAVE_VV |
| 348 MS_LIBS=$(top_srcdir)/src/mediastreamer/libmediastreamer.la | |
| 349 MS_INCLUDES=-I$(top_srcdir)/src/mediastreamer | |
| 350 endif | |
| 351 | |
| 12033 | 352 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) $(MS_LIBS) |
|
1658
ea5b31cdd438
[gaim-migrate @ 1668]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1523
diff
changeset
|
353 gaim_LDFLAGS = -export-dynamic |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
354 gaim_LDADD = \ |
| 4418 | 355 @LIBOBJS@ \ |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
356 $(GTK_LIBS) \ |
| 11055 | 357 $(DBUS_LIBS) \ |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
358 $(SOUND_LIBS) \ |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
359 $(STATIC_LINK_LIBS) \ |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
360 $(XSS_LIBS) \ |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
361 $(SM_LIBS) \ |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
362 $(INTLLIBS) \ |
|
12068
8e9c18896431
[gaim-migrate @ 14363]
Richard Laager <rlaager@wiktel.com>
parents:
12061
diff
changeset
|
363 $(GTKSPELL_LIBS) \ |
| 12024 | 364 $(STARTUP_NOTIFICATION_LIBS) \ |
| 365 $(VV_LIBS) \ | |
| 366 $(MS_LIBS) | |
|
357
e396f6c4a342
[gaim-migrate @ 367]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
349
diff
changeset
|
367 |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
368 AM_CPPFLAGS = \ |
| 10245 | 369 -DBR_PTHREADS=0 \ |
|
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6198
diff
changeset
|
370 -DDATADIR=\"$(datadir)\" \ |
|
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6198
diff
changeset
|
371 -DLIBDIR=\"$(libdir)/gaim/\" \ |
|
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6198
diff
changeset
|
372 -DLOCALEDIR=\"$(datadir)/locale\" \ |
| 8702 | 373 -DSYSCONFDIR=\"$(sysconfdir)\" \ |
|
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6198
diff
changeset
|
374 -I$(top_srcdir)/plugins \ |
| 12024 | 375 $(MS_INCLUDES) \ |
| 376 $(VV_CFLAGS) \ | |
|
4683
dfd1fe914da2
[gaim-migrate @ 4994]
Christian Hammond <chipx86@chipx86.com>
parents:
4561
diff
changeset
|
377 $(AUDIOFILE_CFLAGS) \ |
| 4684 | 378 $(AO_CFLAGS) \ |
|
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5717
diff
changeset
|
379 $(DEBUG_CFLAGS) \ |
|
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6198
diff
changeset
|
380 $(GTK_CFLAGS) \ |
| 11055 | 381 $(DBUS_CFLAGS) \ |
|
7168
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7136
diff
changeset
|
382 $(GTKSPELL_CFLAGS) \ |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7136
diff
changeset
|
383 $(STARTUP_NOTIFICATION_CFLAGS) |
