Mercurial > pidgin
annotate plugins/Makefile.am @ 14196:ec2cd563da47
[gaim-migrate @ 16868]
This should compile now.
committer: Tailor Script <tailor@pidgin.im>
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Sat, 19 Aug 2006 02:39:56 +0000 |
| parents | 009db0b357b5 |
| children |
| rev | line source |
|---|---|
|
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
1 if ENABLE_GTK |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
2 |
| 8089 | 3 if BUILD_GEVOLUTION |
| 4 GEVOLUTION_DIR = gevolution | |
|
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
5 endif # GEvolution |
|
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 |
|
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
9 endif # Perl |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
10 |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
11 gtk_dirs = docklet $(GEVOLUTION_DIR) gestures musicmessaging $(PERL_DIR) ticker |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
12 endif # GTK |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
13 |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
14 DIST_SUBDIRS = mono ssl tcl $(gtk_dirs) |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
15 |
| 6694 | 16 if USE_TCL |
| 17 TCL_DIR = tcl | |
| 18 endif | |
| 19 | |
|
11435
1a2eaba2bc13
[gaim-migrate @ 13672]
Gary Kramlich <grim@reaperworld.com>
parents:
11405
diff
changeset
|
20 if ENABLE_DBUS |
|
1a2eaba2bc13
[gaim-migrate @ 13672]
Gary Kramlich <grim@reaperworld.com>
parents:
11405
diff
changeset
|
21 DBUS_LTLIB = dbus-example.la |
|
1a2eaba2bc13
[gaim-migrate @ 13672]
Gary Kramlich <grim@reaperworld.com>
parents:
11405
diff
changeset
|
22 |
|
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
23 if ENABLE_GTK |
|
11435
1a2eaba2bc13
[gaim-migrate @ 13672]
Gary Kramlich <grim@reaperworld.com>
parents:
11405
diff
changeset
|
24 # Only use music messaging if dbus is enabled |
|
1a2eaba2bc13
[gaim-migrate @ 13672]
Gary Kramlich <grim@reaperworld.com>
parents:
11405
diff
changeset
|
25 MUSICMESSAGING_DIR = musicmessaging |
|
1a2eaba2bc13
[gaim-migrate @ 13672]
Gary Kramlich <grim@reaperworld.com>
parents:
11405
diff
changeset
|
26 endif |
|
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
27 endif |
|
11435
1a2eaba2bc13
[gaim-migrate @ 13672]
Gary Kramlich <grim@reaperworld.com>
parents:
11405
diff
changeset
|
28 |
|
11660
a3302d271199
[gaim-migrate @ 13945]
Gary Kramlich <grim@reaperworld.com>
parents:
11621
diff
changeset
|
29 if USE_MONO |
|
a3302d271199
[gaim-migrate @ 13945]
Gary Kramlich <grim@reaperworld.com>
parents:
11621
diff
changeset
|
30 MONO_DIR = mono |
|
a3302d271199
[gaim-migrate @ 13945]
Gary Kramlich <grim@reaperworld.com>
parents:
11621
diff
changeset
|
31 endif |
|
a3302d271199
[gaim-migrate @ 13945]
Gary Kramlich <grim@reaperworld.com>
parents:
11621
diff
changeset
|
32 |
| 8089 | 33 SUBDIRS = \ |
| 11862 | 34 $(MONO_DIR) \ |
|
11621
e0a61622a9f2
[gaim-migrate @ 13896]
Gary Kramlich <grim@reaperworld.com>
parents:
11592
diff
changeset
|
35 ssl \ |
|
e0a61622a9f2
[gaim-migrate @ 13896]
Gary Kramlich <grim@reaperworld.com>
parents:
11592
diff
changeset
|
36 $(TCL_DIR) \ |
|
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
37 $(gtk_dirs) |
| 3391 | 38 |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
39 plugindir = $(libdir)/gaim |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
40 |
|
12737
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
41 idle_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) |
|
12859
02e1ef5bc3d5
[gaim-migrate @ 15210]
Christopher O'Brien <siege@pidgin.im>
parents:
12737
diff
changeset
|
42 psychic_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) |
|
12737
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
43 relnot_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) |
|
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
44 statenotify_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
45 |
|
11893
85c0aece7be9
[gaim-migrate @ 14184]
Gary Kramlich <grim@reaperworld.com>
parents:
11862
diff
changeset
|
46 # this can't be in a conditional otherwise automake 1.4 yells |
|
12737
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
47 dbus_example_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(DBUS_LIBS) |
|
11893
85c0aece7be9
[gaim-migrate @ 14184]
Gary Kramlich <grim@reaperworld.com>
parents:
11862
diff
changeset
|
48 |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
49 if PLUGINS |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
50 |
|
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
51 if ENABLE_GTK |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
52 gtk_plugins = \ |
|
12737
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
53 extplacement.la \ |
|
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
54 gaimrc.la \ |
|
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
55 history.la \ |
|
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
56 iconaway.la \ |
|
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
57 notify.la \ |
|
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
58 spellchk.la \ |
|
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
59 timestamp.la \ |
|
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
60 timestamp_format.la |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
61 |
|
12737
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
62 extplacement_la_SOURCES = extplacement.c |
|
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
63 gaimrc_la_SOURCES = gaimrc.c |
|
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
64 history_la_SOURCES = history.c |
|
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
65 iconaway_la_SOURCES = iconaway.c |
|
14191
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
66 notify_la_SOURCES = notify.c |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
67 spellchk_la_SOURCES = spellchk.c |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
68 timestamp_la_SOURCES = timestamp.c |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
69 timestamp_format_la_SOURCES = timestamp_format.c |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
70 |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
71 extplacement_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
72 gaimrc_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
73 history_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
74 iconaway_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
75 notify_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
76 spellchk_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
77 timestamp_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
78 timestamp_format_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
79 |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
80 endif # ENABLE_GTK |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
81 |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
82 plugin_LTLIBRARIES = \ |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
83 idle.la \ |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
84 psychic.la \ |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
85 relnot.la \ |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
86 statenotify.la \ |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
87 $(gtk_plugins) \ |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
88 $(DBUS_LTLIB) |
|
009db0b357b5
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
13556
diff
changeset
|
89 |
|
12737
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
90 idle_la_SOURCES = idle.c |
|
12859
02e1ef5bc3d5
[gaim-migrate @ 15210]
Christopher O'Brien <siege@pidgin.im>
parents:
12737
diff
changeset
|
91 psychic_la_SOURCES = psychic.c |
|
12737
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
92 relnot_la_SOURCES = relnot.c |
|
a1e241dd50b6
[gaim-migrate @ 15082]
Richard Laager <rlaager@wiktel.com>
parents:
11958
diff
changeset
|
93 statenotify_la_SOURCES = statenotify.c |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
94 |
| 11171 | 95 if ENABLE_DBUS |
| 96 | |
| 97 CLEANFILES = dbus-example-bindings.c | |
| 98 dbus_example_la_SOURCES = dbus-example.c | |
| 99 | |
| 11337 | 100 .PHONY: always |
| 101 | |
| 102 $(top_builddir)/src/dbus-types.h: always | |
| 103 cd $(@D) && $(MAKE) $(AM_MAKEFLAGS) $(@F) | |
| 104 | |
| 11903 | 105 dbus-example-bindings.c: $(top_srcdir)/src/dbus-analyze-functions.py $(dbus_example_la_SOURCES) |
| 106 cat $(srcdir)/$(dbus_example_la_SOURCES) | \ | |
| 11337 | 107 $(PYTHON) $(top_srcdir)/src/dbus-analyze-functions.py --export-only > $@ |
| 11171 | 108 |
| 11337 | 109 $(dbus_example_la_OBJECTS) dbus-example.so: dbus-example-bindings.c $(top_builddir)/src/dbus-types.h |
| 11171 | 110 |
| 111 | |
| 112 endif # ENABLE_DBUS | |
| 113 | |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
4687
diff
changeset
|
114 endif # PLUGINS |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
115 |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
116 EXTRA_DIST = \ |
|
6993
4e78ef5587e4
[gaim-migrate @ 7549]
Christian Hammond <chipx86@chipx86.com>
parents:
6694
diff
changeset
|
117 ChangeLog HOWTO \ |
| 9099 | 118 ChangeLog.API \ |
|
11030
f1c384340261
[gaim-migrate @ 12909]
Etan Reisner <pidgin@unreliablesource.net>
parents:
10889
diff
changeset
|
119 Makefile.mingw \ |
| 11903 | 120 contact_priority.c \ |
|
13556
c5c14bb91c28
[gaim-migrate @ 15934]
Richard Laager <rlaager@wiktel.com>
parents:
12859
diff
changeset
|
121 dbus-buddyicons-example.py \ |
| 6302 | 122 filectl.c \ |
|
11030
f1c384340261
[gaim-migrate @ 12909]
Etan Reisner <pidgin@unreliablesource.net>
parents:
10889
diff
changeset
|
123 fortuneprofile.pl \ |
|
f1c384340261
[gaim-migrate @ 12909]
Etan Reisner <pidgin@unreliablesource.net>
parents:
10889
diff
changeset
|
124 gaim.pl \ |
| 11903 | 125 gaiminc.c \ |
| 126 gtk-signals-test.c \ | |
| 127 ipc-test-client.c \ | |
| 128 ipc-test-server.c \ | |
| 6302 | 129 mailchk.c \ |
| 8713 | 130 pluginpref_example.c \ |
| 6302 | 131 raw.c \ |
|
6485
70d5122bc3ff
[gaim-migrate @ 6999]
Christian Hammond <chipx86@chipx86.com>
parents:
6386
diff
changeset
|
132 signals-test.c \ |
|
11032
31c1c48daba1
[gaim-migrate @ 12912]
Etan Reisner <pidgin@unreliablesource.net>
parents:
11030
diff
changeset
|
133 simple.c |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
134 |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
135 AM_CPPFLAGS = \ |
|
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6353
diff
changeset
|
136 -DDATADIR=\"$(datadir)\" \ |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
137 -DVERSION=\"$(VERSION)\" \ |
| 11903 | 138 -I$(top_builddir)/src \ |
|
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6353
diff
changeset
|
139 -I$(top_srcdir)/src \ |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
140 $(DEBUG_CFLAGS) \ |
|
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6353
diff
changeset
|
141 $(GTK_CFLAGS) \ |
| 11171 | 142 $(PLUGIN_CFLAGS) \ |
| 143 $(DBUS_CFLAGS) | |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
144 |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
145 # |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
146 # This part allows people to build their own plugins in here. |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
147 # Yes, it's a mess. |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4104
diff
changeset
|
148 # |
|
392
df5127560034
[gaim-migrate @ 402]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
391
diff
changeset
|
149 SUFFIXES = .c .so |
| 172 | 150 .c.so: |
|
6386
417f35ff8b3e
[gaim-migrate @ 6891]
Christian Hammond <chipx86@chipx86.com>
parents:
6371
diff
changeset
|
151 $(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
|
152 $(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
|
153 @rm -f tmp$@.lo tmp$@.o libtmp$@.la |
|
2476
ec21ec04cdeb
[gaim-migrate @ 2489]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2473
diff
changeset
|
154 @cp .libs/libtmp$@.so* $@ |
|
2342
b1050f14b429
[gaim-migrate @ 2355]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2327
diff
changeset
|
155 @rm -f .libs/libtmp$@.* |
