Sun, 15 Apr 2007 19:52:06 +0000
gaiminc.c was renamed to pidgininc.c
|
14836
480141c7dfdd
[gaim-migrate @ 17537]
Daniel Atallah <datallah@pidgin.im>
parents:
14736
diff
changeset
|
1 | DIST_SUBDIRS = cap gestures gevolution musicmessaging perl ticker |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
2 | |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
3 | if BUILD_GEVOLUTION |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
4 | GEVOLUTION_DIR = gevolution |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
5 | endif |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
6 | |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
7 | if ENABLE_DBUS |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
8 | MUSICMESSAGING_DIR = musicmessaging |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
9 | endif |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
10 | |
|
14328
34f47ce417d4
[gaim-migrate @ 16948]
Geoff Foster <g-off_@users.sourceforge.net>
parents:
14254
diff
changeset
|
11 | if ENABLE_CAP |
|
34f47ce417d4
[gaim-migrate @ 16948]
Geoff Foster <g-off_@users.sourceforge.net>
parents:
14254
diff
changeset
|
12 | CAP_DIR = cap |
|
34f47ce417d4
[gaim-migrate @ 16948]
Geoff Foster <g-off_@users.sourceforge.net>
parents:
14254
diff
changeset
|
13 | endif |
|
34f47ce417d4
[gaim-migrate @ 16948]
Geoff Foster <g-off_@users.sourceforge.net>
parents:
14254
diff
changeset
|
14 | |
| 14478 | 15 | if USE_PERL |
| 16 | PERL_DIR = perl | |
| 17 | endif | |
| 18 | ||
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
19 | SUBDIRS = \ |
|
14328
34f47ce417d4
[gaim-migrate @ 16948]
Geoff Foster <g-off_@users.sourceforge.net>
parents:
14254
diff
changeset
|
20 | $(CAP_DIR) \ |
| 14478 | 21 | gestures \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
22 | $(GEVOLUTION_DIR) \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
23 | $(MUSICMESSAGING_DIR) \ |
| 14478 | 24 | $(PERL_DIR) \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
25 | ticker |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
26 | |
|
15523
8505bd287c48
This renames the binary to 'pidgin', and I think it properly
Sean Egan <seanegan@pidgin.im>
parents:
15435
diff
changeset
|
27 | plugindir = $(libdir)/pidgin |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
28 | |
|
15231
f13829d20a13
[gaim-migrate @ 17955]
Gary Kramlich <grim@reaperworld.com>
parents:
14856
diff
changeset
|
29 | convcolors_la_LDFLAGS = -module -avoid-version |
|
14736
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
30 | extplacement_la_LDFLAGS = -module -avoid-version |
|
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
31 | history_la_LDFLAGS = -module -avoid-version |
|
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
32 | iconaway_la_LDFLAGS = -module -avoid-version |
|
15231
f13829d20a13
[gaim-migrate @ 17955]
Gary Kramlich <grim@reaperworld.com>
parents:
14856
diff
changeset
|
33 | markerline_la_LDFLAGS = -module -avoid-version |
|
14736
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
34 | notify_la_LDFLAGS = -module -avoid-version |
|
16199
7a411b9f1730
Realign some things after the rename.
Richard Laager <rlaager@pidgin.im>
parents:
15966
diff
changeset
|
35 | pidginrc_la_LDFLAGS = -module -avoid-version |
|
14736
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
36 | relnot_la_LDFLAGS = -module -avoid-version |
|
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
37 | spellchk_la_LDFLAGS = -module -avoid-version |
|
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
38 | timestamp_la_LDFLAGS = -module -avoid-version |
|
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
39 | timestamp_format_la_LDFLAGS = -module -avoid-version |
|
16199
7a411b9f1730
Realign some things after the rename.
Richard Laager <rlaager@pidgin.im>
parents:
15966
diff
changeset
|
40 | xmppconsole_la_LDFLAGS = -module -avoid-version |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
41 | |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
42 | if PLUGINS |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
43 | |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
44 | plugin_LTLIBRARIES = \ |
|
15231
f13829d20a13
[gaim-migrate @ 17955]
Gary Kramlich <grim@reaperworld.com>
parents:
14856
diff
changeset
|
45 | convcolors.la \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
46 | extplacement.la \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
47 | history.la \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
48 | iconaway.la \ |
|
15231
f13829d20a13
[gaim-migrate @ 17955]
Gary Kramlich <grim@reaperworld.com>
parents:
14856
diff
changeset
|
49 | markerline.la \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
50 | notify.la \ |
|
16199
7a411b9f1730
Realign some things after the rename.
Richard Laager <rlaager@pidgin.im>
parents:
15966
diff
changeset
|
51 | pidginrc.la \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
52 | relnot.la \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
53 | spellchk.la \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
54 | timestamp.la \ |
| 15412 | 55 | timestamp_format.la \ |
| 56 | xmppconsole.la | |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
57 | |
|
15231
f13829d20a13
[gaim-migrate @ 17955]
Gary Kramlich <grim@reaperworld.com>
parents:
14856
diff
changeset
|
58 | convcolors_la_SOURCES = convcolors.c |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
59 | extplacement_la_SOURCES = extplacement.c |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
60 | history_la_SOURCES = history.c |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
61 | iconaway_la_SOURCES = iconaway.c |
|
15231
f13829d20a13
[gaim-migrate @ 17955]
Gary Kramlich <grim@reaperworld.com>
parents:
14856
diff
changeset
|
62 | markerline_la_SOURCES = markerline.c |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
63 | notify_la_SOURCES = notify.c |
|
15966
cf2b67eaa153
Change some stuff from gaim to pidgin
Mark Doliner <markdoliner@pidgin.im>
parents:
15523
diff
changeset
|
64 | pidginrc_la_SOURCES = pidginrc.c |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
65 | relnot_la_SOURCES = relnot.c |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
66 | spellchk_la_SOURCES = spellchk.c |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
67 | timestamp_la_SOURCES = timestamp.c |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
68 | timestamp_format_la_SOURCES = timestamp_format.c |
| 15412 | 69 | xmppconsole_la_SOURCES = xmppconsole.c |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
70 | |
|
15231
f13829d20a13
[gaim-migrate @ 17955]
Gary Kramlich <grim@reaperworld.com>
parents:
14856
diff
changeset
|
71 | convcolors_la_LIBADD = $(GTK_LIBS) |
|
14736
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
72 | extplacement_la_LIBADD = $(GTK_LIBS) |
|
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
73 | history_la_LIBADD = $(GTK_LIBS) |
|
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
74 | iconaway_la_LIBADD = $(GTK_LIBS) |
|
15231
f13829d20a13
[gaim-migrate @ 17955]
Gary Kramlich <grim@reaperworld.com>
parents:
14856
diff
changeset
|
75 | markerline_la_LIBADD = $(GTK_LIBS) |
|
14736
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
76 | notify_la_LIBADD = $(GTK_LIBS) |
|
15966
cf2b67eaa153
Change some stuff from gaim to pidgin
Mark Doliner <markdoliner@pidgin.im>
parents:
15523
diff
changeset
|
77 | pidginrc_la_LIBADD = $(GTK_LIBS) |
|
14736
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
78 | relnot_la_LIBADD = $(GLIB_LIBS) |
|
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
79 | spellchk_la_LIBADD = $(GTK_LIBS) |
|
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
80 | timestamp_la_LIBADD = $(GTK_LIBS) |
|
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
81 | timestamp_format_la_LIBADD = $(GTK_LIBS) |
| 15412 | 82 | xmppconsole_la_LIBADD = $(GTK_LIBS) |
|
14736
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14716
diff
changeset
|
83 | |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
84 | endif # PLUGINS |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
85 | |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
86 | EXTRA_DIST = \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
87 | Makefile.mingw \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
88 | contact_priority.c \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
89 | gtk-signals-test.c \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
90 | mailchk.c \ |
|
16226
2a59172e2172
gaiminc.c was renamed to pidgininc.c
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16199
diff
changeset
|
91 | pidgininc.c \ |
|
14856
230c196a19f2
[gaim-migrate @ 17559]
Daniel Atallah <datallah@pidgin.im>
parents:
14836
diff
changeset
|
92 | raw.c \ |
|
230c196a19f2
[gaim-migrate @ 17559]
Daniel Atallah <datallah@pidgin.im>
parents:
14836
diff
changeset
|
93 | win32/transparency/Makefile.mingw \ |
|
230c196a19f2
[gaim-migrate @ 17559]
Daniel Atallah <datallah@pidgin.im>
parents:
14836
diff
changeset
|
94 | win32/transparency/win2ktrans.c \ |
|
230c196a19f2
[gaim-migrate @ 17559]
Daniel Atallah <datallah@pidgin.im>
parents:
14836
diff
changeset
|
95 | win32/winprefs/gtkappbar.c \ |
|
230c196a19f2
[gaim-migrate @ 17559]
Daniel Atallah <datallah@pidgin.im>
parents:
14836
diff
changeset
|
96 | win32/winprefs/gtkappbar.h \ |
|
230c196a19f2
[gaim-migrate @ 17559]
Daniel Atallah <datallah@pidgin.im>
parents:
14836
diff
changeset
|
97 | win32/winprefs/Makefile.mingw \ |
|
230c196a19f2
[gaim-migrate @ 17559]
Daniel Atallah <datallah@pidgin.im>
parents:
14836
diff
changeset
|
98 | win32/winprefs/winprefs.c |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
99 | |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
100 | AM_CPPFLAGS = \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
101 | -DDATADIR=\"$(datadir)\" \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
102 | -DVERSION=\"$(VERSION)\" \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
103 | -I$(top_builddir)/src \ |
|
15435
4b933b06d75e
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@pidgin.im>
parents:
15412
diff
changeset
|
104 | -I$(top_srcdir)/libpurple \ |
|
4b933b06d75e
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@pidgin.im>
parents:
15412
diff
changeset
|
105 | -I$(top_srcdir)/pidgin \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
106 | $(DEBUG_CFLAGS) \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
107 | $(GTK_CFLAGS) \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
108 | $(PLUGIN_CFLAGS) |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
109 | |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
110 | # |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
111 | # This part allows people to build their own plugins in here. |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
112 | # Yes, it's a mess. |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
113 | # |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
114 | SUFFIXES = .c .so |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
115 | .c.so: |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
116 | $(LIBTOOL) --mode=compile $(CC) -DHAVE_CONFIG_H -I$(top_srcdir) $(AM_CPPFLAGS) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS) |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
117 | $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -module -avoid-version $(PLUGIN_LIBS) |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
118 | @rm -f tmp$@.lo tmp$@.o libtmp$@.la |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
119 | @cp .libs/libtmp$@.so* $@ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
120 | @rm -f .libs/libtmp$@.* |