annotate src/Makefile.am @ 5205:fefad67de2c7

[gaim-migrate @ 5573] I had a damn good commit message, but it was eaten. Let's try it again. Announcing, Gaim Plugin API version 2.0, or GPAPIV2.0 for short. There are lots'a cool thingies here. Okay now, this isn't as cool as the previous message, but: 1) There's now a single entry function for all plugin types. It returns a detailed information structure on the plugin. This removes a lot of the ugliness from old plugins. Oh yeah, libicq wasn't converted to this, so if you use it, well, you shouldn't have used it anyway, but now you can't! bwahahaha. Use AIM/ICQ. 2) There are now 3 types of plugins: Standard, Loader, and Protocol plugins. Standard plugins are, well, standard, compiled plugins. Loader plugins load other plugins. For example, the perl support is now a loader plugin. It loads perl scripts. In the future, we'll have Ruby and Python loader plugins. Protocol plugins are, well, protocol plugins... yeah... 3) Plugins have unique IDs, so they can be referred to or automatically updated from a plugin database in the future. Neat, huh? 4) Plugins will have dependency support in the future, and can be hidden, so if you have, say, a logging core plugin, it won't have to show up, but then you load the GTK+ logging plugin and it'll auto-load the core plugin. Core/UI split plugins! 5) There will eventually be custom plugin signals and RPC of some sort, for the core/ui split plugins. So, okay, back up .gaimrc. I'd like to thank my parents for their support, javabsp for helping convert a bunch of protocol plugins, and Etan for helping convert a bunch of standard plugins. Have fun. If you have any problems, please let me know, but you probably won't have anything major happen. You will have to convert your plugins, though, and I'm not guaranteeing that all perl scripts will still work. I'll end up changing the perl script API eventually, so I know they won't down the road. Don't worry, though. It'll be mass cool. faceprint wants me to just commit the damn code already. So, here we go!!! .. .. I need a massage. From a young, cute girl. Are there any young, cute girls in the audience? IM me plz k thx. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 25 Apr 2003 06:47:33 +0000
parents cb700c07ee07
children ffac5e345451
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
1 EXTRA_DIST = \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
2 getopt.c \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
3 getopt.h \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
4 getopt1.c
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
5
2086
424a40f12a6c [gaim-migrate @ 2096]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1901
diff changeset
6 SUBDIRS = protocols
424a40f12a6c [gaim-migrate @ 2096]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1901
diff changeset
7
3478
3da42b64304e [gaim-migrate @ 3532]
Sean Egan <seanegan@gmail.com>
parents: 3442
diff changeset
8 bin_PROGRAMS = gaim gaim-remote
559
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
9 gaim_SOURCES = about.c \
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
10 away.c \
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
11 browser.c \
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
12 buddy.c \
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
13 buddy_chat.c \
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
14 conversation.c \
4359
5fb47ec9bfe4 [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4263
diff changeset
15 conversation.h \
2416
61b816a7b467 [gaim-migrate @ 2429]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2393
diff changeset
16 core.c \
4205
e4a4b99f4294 [gaim-migrate @ 4441]
Christian Hammond <chipx86@chipx86.com>
parents: 4202
diff changeset
17 core.h \
559
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
18 dialogs.c \
4359
5fb47ec9bfe4 [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4263
diff changeset
19 dnd-hints.c \
5fb47ec9bfe4 [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4263
diff changeset
20 dnd-hints.h \
5205
fefad67de2c7 [gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents: 5032
diff changeset
21 event.c \
fefad67de2c7 [gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents: 5032
diff changeset
22 event.h \
3609
4faf84dfdda2 [gaim-migrate @ 3722]
Rob Flynn <gaim@robflynn.com>
parents: 3552
diff changeset
23 ft.c \
4514
7521e29658bc [gaim-migrate @ 4792]
Christian Hammond <chipx86@chipx86.com>
parents: 4489
diff changeset
24 ft.h \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
25 gaim.h \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
26 gaim-socket.h \
4553
d03fcb3f4be2 [gaim-migrate @ 4833]
Christian Hammond <chipx86@chipx86.com>
parents: 4514
diff changeset
27 gaim-disclosure.c \
d03fcb3f4be2 [gaim-migrate @ 4833]
Christian Hammond <chipx86@chipx86.com>
parents: 4514
diff changeset
28 gaim-disclosure.h \
559
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
29 gaimrc.c \
4514
7521e29658bc [gaim-migrate @ 4792]
Christian Hammond <chipx86@chipx86.com>
parents: 4489
diff changeset
30 gtkcellrendererprogress.c \
7521e29658bc [gaim-migrate @ 4792]
Christian Hammond <chipx86@chipx86.com>
parents: 4489
diff changeset
31 gtkcellrendererprogress.h \
4359
5fb47ec9bfe4 [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4263
diff changeset
32 gtkconv.c \
5fb47ec9bfe4 [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4263
diff changeset
33 gtkconv.h \
4514
7521e29658bc [gaim-migrate @ 4792]
Christian Hammond <chipx86@chipx86.com>
parents: 4489
diff changeset
34 gtkft.c \
7521e29658bc [gaim-migrate @ 4792]
Christian Hammond <chipx86@chipx86.com>
parents: 4489
diff changeset
35 gtkft.h \
1428
00b3d02a2168 [gaim-migrate @ 1438]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1350
diff changeset
36 gtkimhtml.c \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
37 gtkimhtml.h \
4751
169d7db6f547 [gaim-migrate @ 5068]
Sean Egan <seanegan@gmail.com>
parents: 4749
diff changeset
38 gtklist.h \
5205
fefad67de2c7 [gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents: 5032
diff changeset
39 gtkplugin.c \
fefad67de2c7 [gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents: 5032
diff changeset
40 gtkplugin.h \
5032
cb700c07ee07 [gaim-migrate @ 5375]
Christian Hammond <chipx86@chipx86.com>
parents: 4893
diff changeset
41 gtkpounce.c \
cb700c07ee07 [gaim-migrate @ 5375]
Christian Hammond <chipx86@chipx86.com>
parents: 4893
diff changeset
42 gtkpounce.h \
4359
5fb47ec9bfe4 [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4263
diff changeset
43 gtkutils.c \
4379
c0bb8c760416 [gaim-migrate @ 4645]
Nathan Walp <nwalp@pidgin.im>
parents: 4359
diff changeset
44 gtkutils.h \
559
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
45 html.c \
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
46 idle.c \
2382
569ae9f2bb89 [gaim-migrate @ 2395]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2373
diff changeset
47 list.c \
4747
83a3e0482954 [gaim-migrate @ 5062]
Christian Hammond <chipx86@chipx86.com>
parents: 4746
diff changeset
48 list.h \
4184
af2eeb7f7cf8 [gaim-migrate @ 4415]
Christian Hammond <chipx86@chipx86.com>
parents: 4157
diff changeset
49 log.c \
4489
58c3c6cfd537 [gaim-migrate @ 4764]
Rob Flynn <gaim@robflynn.com>
parents: 4418
diff changeset
50 main.c \
2849
4eb0490f5ff3 [gaim-migrate @ 2862]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2425
diff changeset
51 md5.c \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
52 md5.h \
5205
fefad67de2c7 [gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents: 5032
diff changeset
53 plugin.c \
fefad67de2c7 [gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents: 5032
diff changeset
54 plugin.h \
960
fa681641643d [gaim-migrate @ 970]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 817
diff changeset
55 multi.c \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
56 multi.h \
4687
283fb289c510 [gaim-migrate @ 4998]
Sean Egan <seanegan@gmail.com>
parents: 4684
diff changeset
57 pounce.c \
283fb289c510 [gaim-migrate @ 4998]
Sean Egan <seanegan@gmail.com>
parents: 4684
diff changeset
58 pounce.h \
559
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
59 prefs.c \
4746
577825776c70 [gaim-migrate @ 5061]
Christian Hammond <chipx86@chipx86.com>
parents: 4687
diff changeset
60 privacy.h \
559
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
61 proxy.c \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
62 proxy.h \
981
7e231bc0018a [gaim-migrate @ 991]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 960
diff changeset
63 prpl.c \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
64 prpl.h \
559
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
65 server.c \
4157
9c31ddae80a1 [gaim-migrate @ 4385]
Rob Flynn <gaim@robflynn.com>
parents: 3802
diff changeset
66 session.c \
3478
3da42b64304e [gaim-migrate @ 3532]
Sean Egan <seanegan@gmail.com>
parents: 3442
diff changeset
67 socket.c \
559
e51624d1749a [gaim-migrate @ 569]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 472
diff changeset
68 sound.c \
4561
9df99116840a [gaim-migrate @ 4842]
Nathan Walp <nwalp@pidgin.im>
parents: 4553
diff changeset
69 sound.h \
4359
5fb47ec9bfe4 [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4263
diff changeset
70 stock.c \
5fb47ec9bfe4 [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4263
diff changeset
71 stock.h \
4263
74f65a3d2a1f [gaim-migrate @ 4514]
Sean Egan <seanegan@gmail.com>
parents: 4205
diff changeset
72 themes.c \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
73 util.c \
4893
8d2b454e20ea [gaim-migrate @ 5225]
Christian Hammond <chipx86@chipx86.com>
parents: 4751
diff changeset
74 util.h \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
75 ui.h
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
76
2097
d933b30d67b0 [gaim-migrate @ 2107]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 2086
diff changeset
77 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS)
1658
ea5b31cdd438 [gaim-migrate @ 1668]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1523
diff changeset
78 gaim_LDFLAGS = -export-dynamic
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
79 gaim_LDADD = \
4418
3270d3536e12 [gaim-migrate @ 4691]
Luke Schierer <lschiere@pidgin.im>
parents: 4379
diff changeset
80 @LIBOBJS@ \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
81 $(GTK_LIBS) \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
82 $(SOUND_LIBS) \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
83 $(STATIC_LINK_LIBS) \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
84 $(XSS_LIBS) \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
85 $(SM_LIBS) \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
86 $(INTLLIBS) \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
87 $(GTKSPELL_LIBS)
357
e396f6c4a342 [gaim-migrate @ 367]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 349
diff changeset
88
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
89 gaim_remote_SOURCES = gaim-remote.c socket.c
4418
3270d3536e12 [gaim-migrate @ 4691]
Luke Schierer <lschiere@pidgin.im>
parents: 4379
diff changeset
90 gaim_remote_DEPENDENCIES = @LIBOBJS@
3270d3536e12 [gaim-migrate @ 4691]
Luke Schierer <lschiere@pidgin.im>
parents: 4379
diff changeset
91 gaim_remote_LDADD = @LIBOBJS@ $(GLIB_LIBS)
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
92
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
93 AM_CPPFLAGS = \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
94 $(GTKSPELL_CFLAGS) \
4683
dfd1fe914da2 [gaim-migrate @ 4994]
Christian Hammond <chipx86@chipx86.com>
parents: 4561
diff changeset
95 $(AUDIOFILE_CFLAGS) \
4684
582af33c0736 [gaim-migrate @ 4995]
Nathan Walp <nwalp@pidgin.im>
parents: 4683
diff changeset
96 $(AO_CFLAGS) \
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
97 -DLOCALEDIR=\"$(datadir)/locale\" \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
98 -DLIBDIR=\"$(libdir)/gaim/\" \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
99 -DDATADIR=\"$(datadir)\" \
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4184
diff changeset
100 $(DEBUG_CFLAGS)