Mercurial > pidgin
annotate plugins/Makefile.am @ 10119:2a2cd2a6f7cf
[gaim-migrate @ 11156]
bleeter added /join and /buzz commands for yahoo.
committer: Tailor Script <tailor@pidgin.im>
| author | Tim Ringenbach <marv@pidgin.im> |
|---|---|
| date | Tue, 19 Oct 2004 01:46:20 +0000 |
| parents | 6b96a5a13e68 |
| children | 7de819b5ed68 |
| rev | line source |
|---|---|
|
8306
d94df977b502
[gaim-migrate @ 9030]
Christian Hammond <chipx86@chipx86.com>
parents:
8305
diff
changeset
|
1 DIST_SUBDIRS = docklet gevolution gaim-remote gestures perl ssl tcl ticker |
| 8089 | 2 |
| 3 if BUILD_GEVOLUTION | |
| 4 GEVOLUTION_DIR = gevolution | |
| 5 endif | |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
6 |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
7 if USE_PERL |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
8 PERL_DIR = perl |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
9 endif |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
10 |
| 6694 | 11 if USE_TCL |
| 12 TCL_DIR = tcl | |
| 13 endif | |
| 14 | |
| 8089 | 15 SUBDIRS = \ |
| 16 docklet gaim-remote $(GEVOLUTION_DIR) gestures \ | |
|
8306
d94df977b502
[gaim-migrate @ 9030]
Christian Hammond <chipx86@chipx86.com>
parents:
8305
diff
changeset
|
17 $(PERL_DIR) $(TCL_DIR) ssl ticker |
| 3391 | 18 |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
19 plugindir = $(libdir)/gaim |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
20 |
| 9215 | 21 autorecon_la_LDFLAGS = -module -avoid-version |
| 22 extplacement_la_LDFLAGS = -module -avoid-version | |
| 23 history_la_LDFLAGS = -module -avoid-version | |
| 24 iconaway_la_LDFLAGS = -module -avoid-version | |
| 25 idle_la_LDFLAGS = -module -avoid-version | |
| 26 notify_la_LDFLAGS = -module -avoid-version | |
| 27 relnot_la_LDFLAGS = -module -avoid-version | |
| 28 spellchk_la_LDFLAGS = -module -avoid-version | |
| 29 statenotify_la_LDFLAGS = -module -avoid-version | |
| 30 timestamp_la_LDFLAGS = -module -avoid-version | |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
31 |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
32 if PLUGINS |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
33 |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
34 plugin_LTLIBRARIES = \ |
| 9215 | 35 autorecon.la \ |
| 36 extplacement.la \ | |
| 37 history.la \ | |
| 38 iconaway.la \ | |
| 39 idle.la \ | |
| 40 notify.la \ | |
| 41 relnot.la \ | |
| 42 spellchk.la \ | |
| 43 statenotify.la \ | |
| 6302 | 44 timestamp.la |
|
5587
1c55b1540e18
[gaim-migrate @ 5991]
Christian Hammond <chipx86@chipx86.com>
parents:
5267
diff
changeset
|
45 |
| 9215 | 46 autorecon_la_SOURCES = autorecon.c |
| 47 extplacement_la_SOURCES = extplacement.c | |
| 48 history_la_SOURCES = history.c | |
| 49 iconaway_la_SOURCES = iconaway.c | |
| 50 idle_la_SOURCES = idle.c | |
| 51 notify_la_SOURCES = notify.c | |
| 52 relnot_la_SOURCES = relnot.c | |
| 53 spellchk_la_SOURCES = spellchk.c | |
| 54 statenotify_la_SOURCES = statenotify.c | |
| 55 timestamp_la_SOURCES = timestamp.c | |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
56 |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
57 endif # PLUGINS |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
58 |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
59 EXTRA_DIST = \ |
|
6993
4e78ef5587e4
[gaim-migrate @ 7549]
Christian Hammond <chipx86@chipx86.com>
parents:
6694
diff
changeset
|
60 ChangeLog HOWTO \ |
| 9099 | 61 ChangeLog.API \ |
| 6302 | 62 filectl.c \ |
| 63 mailchk.c \ | |
| 8713 | 64 pluginpref_example.c \ |
| 6302 | 65 raw.c \ |
|
6485
70d5122bc3ff
[gaim-migrate @ 6999]
Christian Hammond <chipx86@chipx86.com>
parents:
6386
diff
changeset
|
66 signals-test.c \ |
| 6302 | 67 simple.c \ |
| 68 gaim.pl \ | |
|
7231
79e33c8ecf16
[gaim-migrate @ 7803]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7027
diff
changeset
|
69 fortuneprofile.pl \ |
|
79e33c8ecf16
[gaim-migrate @ 7803]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7027
diff
changeset
|
70 Makefile.mingw |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
71 |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
72 AM_CPPFLAGS = \ |
|
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6353
diff
changeset
|
73 -DDATADIR=\"$(datadir)\" \ |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
74 -DVERSION=\"$(VERSION)\" \ |
|
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6353
diff
changeset
|
75 -I$(top_srcdir)/src \ |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
76 $(DEBUG_CFLAGS) \ |
|
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6353
diff
changeset
|
77 $(GTK_CFLAGS) \ |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
78 $(PLUGIN_CFLAGS) |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
79 |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
80 # |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
81 # This part allows people to build their own plugins in here. |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
82 # Yes, it's a mess. |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
83 # |
|
392
df5127560034
[gaim-migrate @ 402]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
391
diff
changeset
|
84 SUFFIXES = .c .so |
| 172 | 85 .c.so: |
|
6386
417f35ff8b3e
[gaim-migrate @ 6891]
Christian Hammond <chipx86@chipx86.com>
parents:
6371
diff
changeset
|
86 $(LIBTOOL) --mode=compile $(CC) -DHAVE_CONFIG_H -I$(top_srcdir) $(AM_CPPFLAGS) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS) |
|
2893
abf9303fb328
[gaim-migrate @ 2906]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2867
diff
changeset
|
87 $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -module -avoid-version $(PLUGIN_LIBS) |
|
2342
b1050f14b429
[gaim-migrate @ 2355]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2327
diff
changeset
|
88 @rm -f tmp$@.lo tmp$@.o libtmp$@.la |
|
2476
ec21ec04cdeb
[gaim-migrate @ 2489]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2473
diff
changeset
|
89 @cp .libs/libtmp$@.so* $@ |
|
2342
b1050f14b429
[gaim-migrate @ 2355]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2327
diff
changeset
|
90 @rm -f .libs/libtmp$@.* |
