pidgin/plugins/Makefile.am

Sat, 22 Aug 2009 04:44:11 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Sat, 22 Aug 2009 04:44:11 +0000
changeset 28334
b2cb15afea3b
parent 28324
f9ef953c00bf
child 28402
dc6636e98d86
child 32492
1ac166127e48
permissions
-rw-r--r--

Don't compile the VV Config plugin unless VV is actually enabled

27217
7509acac49de Convert the disco browser to a plugin. Refs #556
Paul Aurich <darkrain42@pidgin.im>
parents: 26811
diff changeset
1 DIST_SUBDIRS = cap disco 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
a6b831ab1d13 [gaim-migrate @ 17124]
Etan Reisner <deryni@pidgin.im>
parents: 14328
diff changeset
15 if USE_PERL
a6b831ab1d13 [gaim-migrate @ 17124]
Etan Reisner <deryni@pidgin.im>
parents: 14328
diff changeset
16 PERL_DIR = perl
a6b831ab1d13 [gaim-migrate @ 17124]
Etan Reisner <deryni@pidgin.im>
parents: 14328
diff changeset
17 endif
a6b831ab1d13 [gaim-migrate @ 17124]
Etan Reisner <deryni@pidgin.im>
parents: 14328
diff changeset
18
19656
c7cdc9801b60 Remove X11 specifics from configure.ac. Allows to build against native, non-X11 Quartz
Sean Egan <seanegan@pidgin.im>
parents: 17681
diff changeset
19 if ENABLE_GESTURES
c7cdc9801b60 Remove X11 specifics from configure.ac. Allows to build against native, non-X11 Quartz
Sean Egan <seanegan@pidgin.im>
parents: 17681
diff changeset
20 GESTURE_DIR = gestures
c7cdc9801b60 Remove X11 specifics from configure.ac. Allows to build against native, non-X11 Quartz
Sean Egan <seanegan@pidgin.im>
parents: 17681
diff changeset
21 endif
c7cdc9801b60 Remove X11 specifics from configure.ac. Allows to build against native, non-X11 Quartz
Sean Egan <seanegan@pidgin.im>
parents: 17681
diff changeset
22
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
23 SUBDIRS = \
14328
34f47ce417d4 [gaim-migrate @ 16948]
Geoff Foster <g-off_@users.sourceforge.net>
parents: 14254
diff changeset
24 $(CAP_DIR) \
19656
c7cdc9801b60 Remove X11 specifics from configure.ac. Allows to build against native, non-X11 Quartz
Sean Egan <seanegan@pidgin.im>
parents: 17681
diff changeset
25 $(GESTURE_DIR) \
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
26 $(GEVOLUTION_DIR) \
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
27 $(MUSICMESSAGING_DIR) \
14478
a6b831ab1d13 [gaim-migrate @ 17124]
Etan Reisner <deryni@pidgin.im>
parents: 14328
diff changeset
28 $(PERL_DIR) \
27217
7509acac49de Convert the disco browser to a plugin. Refs #556
Paul Aurich <darkrain42@pidgin.im>
parents: 26811
diff changeset
29 disco \
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
30 ticker
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
31
15523
8505bd287c48 This renames the binary to 'pidgin', and I think it properly
Sean Egan <seanegan@pidgin.im>
parents: 15435
diff changeset
32 plugindir = $(libdir)/pidgin
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
33
15231
f13829d20a13 [gaim-migrate @ 17955]
Gary Kramlich <grim@reaperworld.com>
parents: 14856
diff changeset
34 convcolors_la_LDFLAGS = -module -avoid-version
16789
8cd5132fff2d Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16226
diff changeset
35 contact_priority_la_LDFLAGS = -module -avoid-version
14736
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
36 extplacement_la_LDFLAGS = -module -avoid-version
16789
8cd5132fff2d Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16226
diff changeset
37 gtk_signals_test_la_LDFLAGS = -module -avoid-version
17681
b16ce226d996 Fix #318 which asked for the buddynote plugins notes to be shown in the
Etan Reisner <deryni@pidgin.im>
parents: 16972
diff changeset
38 gtkbuddynote_la_LDFLAGS = -module -avoid-version
14736
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
39 history_la_LDFLAGS = -module -avoid-version
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
40 iconaway_la_LDFLAGS = -module -avoid-version
15231
f13829d20a13 [gaim-migrate @ 17955]
Gary Kramlich <grim@reaperworld.com>
parents: 14856
diff changeset
41 markerline_la_LDFLAGS = -module -avoid-version
14736
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
42 notify_la_LDFLAGS = -module -avoid-version
16199
7a411b9f1730 Realign some things after the rename.
Richard Laager <rlaager@pidgin.im>
parents: 15966
diff changeset
43 pidginrc_la_LDFLAGS = -module -avoid-version
14736
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
44 relnot_la_LDFLAGS = -module -avoid-version
22831
beafb2dfcb8e Based on some discussion in devel@conference.pidgin.im build and install the
Etan Reisner <deryni@pidgin.im>
parents: 22828
diff changeset
45 sendbutton_la_LDFLAGS = -module -avoid-version
14736
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
46 spellchk_la_LDFLAGS = -module -avoid-version
26806
4fb406cd5475 Theme editor plugin (of sorts) for buddylist themes.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 26489
diff changeset
47 themeedit_la_LDFLAGS = -module -avoid-version
14736
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
48 timestamp_la_LDFLAGS = -module -avoid-version
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
49 timestamp_format_la_LDFLAGS = -module -avoid-version
28324
f9ef953c00bf Add the vvconfig plugin. It allows you to choose different microphones,
Michael Ruprecht <maiku@pidgin.im>
parents: 27893
diff changeset
50 vvconfig_la_LDFLAGS = -module -avoid-version
16199
7a411b9f1730 Realign some things after the rename.
Richard Laager <rlaager@pidgin.im>
parents: 15966
diff changeset
51 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
52
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
53 if PLUGINS
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
54
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
55 plugin_LTLIBRARIES = \
15231
f13829d20a13 [gaim-migrate @ 17955]
Gary Kramlich <grim@reaperworld.com>
parents: 14856
diff changeset
56 convcolors.la \
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
57 extplacement.la \
17681
b16ce226d996 Fix #318 which asked for the buddynote plugins notes to be shown in the
Etan Reisner <deryni@pidgin.im>
parents: 16972
diff changeset
58 gtkbuddynote.la \
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
59 history.la \
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
60 iconaway.la \
15231
f13829d20a13 [gaim-migrate @ 17955]
Gary Kramlich <grim@reaperworld.com>
parents: 14856
diff changeset
61 markerline.la \
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
62 notify.la \
16199
7a411b9f1730 Realign some things after the rename.
Richard Laager <rlaager@pidgin.im>
parents: 15966
diff changeset
63 pidginrc.la \
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
64 relnot.la \
22831
beafb2dfcb8e Based on some discussion in devel@conference.pidgin.im build and install the
Etan Reisner <deryni@pidgin.im>
parents: 22828
diff changeset
65 sendbutton.la \
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
66 spellchk.la \
26806
4fb406cd5475 Theme editor plugin (of sorts) for buddylist themes.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 26489
diff changeset
67 themeedit.la \
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
68 timestamp.la \
15412
def58941bcb9 [gaim-migrate @ 18143]
Sean Egan <seanegan@pidgin.im>
parents: 15231
diff changeset
69 timestamp_format.la \
def58941bcb9 [gaim-migrate @ 18143]
Sean Egan <seanegan@pidgin.im>
parents: 15231
diff changeset
70 xmppconsole.la
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
71
28334
b2cb15afea3b Don't compile the VV Config plugin unless VV is actually enabled
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 28324
diff changeset
72 if USE_VV
b2cb15afea3b Don't compile the VV Config plugin unless VV is actually enabled
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 28324
diff changeset
73 plugin_LTLIBRARIES += vvconfig.la
b2cb15afea3b Don't compile the VV Config plugin unless VV is actually enabled
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 28324
diff changeset
74 endif
b2cb15afea3b Don't compile the VV Config plugin unless VV is actually enabled
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 28324
diff changeset
75
16789
8cd5132fff2d Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16226
diff changeset
76 noinst_LTLIBRARIES = \
8cd5132fff2d Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16226
diff changeset
77 contact_priority.la \
8cd5132fff2d Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16226
diff changeset
78 gtk_signals_test.la
8cd5132fff2d Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16226
diff changeset
79
15231
f13829d20a13 [gaim-migrate @ 17955]
Gary Kramlich <grim@reaperworld.com>
parents: 14856
diff changeset
80 convcolors_la_SOURCES = convcolors.c
16789
8cd5132fff2d Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16226
diff changeset
81 contact_priority_la_SOURCES = contact_priority.c
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
82 extplacement_la_SOURCES = extplacement.c
16789
8cd5132fff2d Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16226
diff changeset
83 gtk_signals_test_la_SOURCES = gtk-signals-test.c
17681
b16ce226d996 Fix #318 which asked for the buddynote plugins notes to be shown in the
Etan Reisner <deryni@pidgin.im>
parents: 16972
diff changeset
84 gtkbuddynote_la_SOURCES = gtkbuddynote.c
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
85 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
86 iconaway_la_SOURCES = iconaway.c
15231
f13829d20a13 [gaim-migrate @ 17955]
Gary Kramlich <grim@reaperworld.com>
parents: 14856
diff changeset
87 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
88 notify_la_SOURCES = notify.c
15966
cf2b67eaa153 Change some stuff from gaim to pidgin
Mark Doliner <markdoliner@pidgin.im>
parents: 15523
diff changeset
89 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
90 relnot_la_SOURCES = relnot.c
22831
beafb2dfcb8e Based on some discussion in devel@conference.pidgin.im build and install the
Etan Reisner <deryni@pidgin.im>
parents: 22828
diff changeset
91 sendbutton_la_SOURCES = sendbutton.c
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
92 spellchk_la_SOURCES = spellchk.c
26811
72045103fad1 A status-icon theme editor.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 26806
diff changeset
93 themeedit_la_SOURCES = themeedit.c themeedit-icon.c themeedit-icon.h
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
94 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
95 timestamp_format_la_SOURCES = timestamp_format.c
28324
f9ef953c00bf Add the vvconfig plugin. It allows you to choose different microphones,
Michael Ruprecht <maiku@pidgin.im>
parents: 27893
diff changeset
96 vvconfig_SOURCES = vvconfig.c
15412
def58941bcb9 [gaim-migrate @ 18143]
Sean Egan <seanegan@pidgin.im>
parents: 15231
diff changeset
97 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
98
15231
f13829d20a13 [gaim-migrate @ 17955]
Gary Kramlich <grim@reaperworld.com>
parents: 14856
diff changeset
99 convcolors_la_LIBADD = $(GTK_LIBS)
16789
8cd5132fff2d Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16226
diff changeset
100 contact_priority_la_LIBADD = $(GTK_LIBS)
14736
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
101 extplacement_la_LIBADD = $(GTK_LIBS)
16789
8cd5132fff2d Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16226
diff changeset
102 gtk_signals_test_la_LIBADD = $(GTK_LIBS)
17681
b16ce226d996 Fix #318 which asked for the buddynote plugins notes to be shown in the
Etan Reisner <deryni@pidgin.im>
parents: 16972
diff changeset
103 gtkbuddynote_la_LIBADD = $(GTK_LIBS)
14736
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
104 history_la_LIBADD = $(GTK_LIBS)
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
105 iconaway_la_LIBADD = $(GTK_LIBS)
15231
f13829d20a13 [gaim-migrate @ 17955]
Gary Kramlich <grim@reaperworld.com>
parents: 14856
diff changeset
106 markerline_la_LIBADD = $(GTK_LIBS)
14736
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
107 notify_la_LIBADD = $(GTK_LIBS)
15966
cf2b67eaa153 Change some stuff from gaim to pidgin
Mark Doliner <markdoliner@pidgin.im>
parents: 15523
diff changeset
108 pidginrc_la_LIBADD = $(GTK_LIBS)
14736
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
109 relnot_la_LIBADD = $(GLIB_LIBS)
22831
beafb2dfcb8e Based on some discussion in devel@conference.pidgin.im build and install the
Etan Reisner <deryni@pidgin.im>
parents: 22828
diff changeset
110 sendbutton_la_LIBADD = $(GTK_LIBS)
14736
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
111 spellchk_la_LIBADD = $(GTK_LIBS)
26806
4fb406cd5475 Theme editor plugin (of sorts) for buddylist themes.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 26489
diff changeset
112 themeedit_la_LIBADD = $(GTK_LIBS)
14736
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
113 timestamp_la_LIBADD = $(GTK_LIBS)
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
114 timestamp_format_la_LIBADD = $(GTK_LIBS)
28334
b2cb15afea3b Don't compile the VV Config plugin unless VV is actually enabled
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 28324
diff changeset
115 vvconfig_la_LIBADD = $(GTK_LIBS) $(GSTREAMER_LIBS)
15412
def58941bcb9 [gaim-migrate @ 18143]
Sean Egan <seanegan@pidgin.im>
parents: 15231
diff changeset
116 xmppconsole_la_LIBADD = $(GTK_LIBS)
14736
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14716
diff changeset
117
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
118 endif # PLUGINS
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
119
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
120 EXTRA_DIST = \
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
121 Makefile.mingw \
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
122 mailchk.c \
16226
2a59172e2172 gaiminc.c was renamed to pidgininc.c
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16199
diff changeset
123 pidgininc.c \
14856
230c196a19f2 [gaim-migrate @ 17559]
Daniel Atallah <datallah@pidgin.im>
parents: 14836
diff changeset
124 raw.c \
230c196a19f2 [gaim-migrate @ 17559]
Daniel Atallah <datallah@pidgin.im>
parents: 14836
diff changeset
125 win32/transparency/Makefile.mingw \
230c196a19f2 [gaim-migrate @ 17559]
Daniel Atallah <datallah@pidgin.im>
parents: 14836
diff changeset
126 win32/transparency/win2ktrans.c \
230c196a19f2 [gaim-migrate @ 17559]
Daniel Atallah <datallah@pidgin.im>
parents: 14836
diff changeset
127 win32/winprefs/gtkappbar.c \
230c196a19f2 [gaim-migrate @ 17559]
Daniel Atallah <datallah@pidgin.im>
parents: 14836
diff changeset
128 win32/winprefs/gtkappbar.h \
230c196a19f2 [gaim-migrate @ 17559]
Daniel Atallah <datallah@pidgin.im>
parents: 14836
diff changeset
129 win32/winprefs/Makefile.mingw \
230c196a19f2 [gaim-migrate @ 17559]
Daniel Atallah <datallah@pidgin.im>
parents: 14836
diff changeset
130 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
131
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
132 AM_CPPFLAGS = \
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
133 -DDATADIR=\"$(datadir)\" \
16812
ca2e1101631d Fix this reference to the build dir for includes
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16789
diff changeset
134 -I$(top_builddir)/libpurple \
15435
4b933b06d75e Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@pidgin.im>
parents: 15412
diff changeset
135 -I$(top_srcdir)/libpurple \
4b933b06d75e Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@pidgin.im>
parents: 15412
diff changeset
136 -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
137 $(DEBUG_CFLAGS) \
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
138 $(GTK_CFLAGS) \
28324
f9ef953c00bf Add the vvconfig plugin. It allows you to choose different microphones,
Michael Ruprecht <maiku@pidgin.im>
parents: 27893
diff changeset
139 $(GSTREAMER_CFLAGS) \
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
140 $(PLUGIN_CFLAGS)
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
141
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
142 #
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
143 # 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
144 # 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
145 #
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
146 SUFFIXES = .c .so
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
147 .c.so:
24237
674cfbf4b6fc Fix compiling 'make plugin.so' when srcdir != builddir. This should've been part of the last commit.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22831
diff changeset
148 $(LIBTOOL) --mode=compile $(CC) -DHAVE_CONFIG_H -I$(top_builddir) $(AM_CPPFLAGS) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS)
14253
b63ebf84c42b This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
149 $(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
150 @rm -f tmp$@.lo tmp$@.o libtmp$@.la
27893
ddabb07ae54e Some versions of libtool seem to output things a little differently, so
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 27781
diff changeset
151 @cp .libs/libtmp$@*.so $@
27781
f1b08fca9a9d Fix building individual plugins on OS X. Closes #3156.
Paul Aurich <darkrain42@pidgin.im>
parents: 27217
diff changeset
152 @rm -rf .libs/libtmp$@.*

mercurial