annotate pidgin/plugins/Makefile.am @ 32827:4a34689eeb33 default tip

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 19 Nov 2011 14:42:54 +0900
parents ea2b621fd3ba
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32766
ea2b621fd3ba Goodbye Adium themes plugin. I never really liked you anyway.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32668
diff changeset
1 DIST_SUBDIRS = cap disco gestures gevolution musicmessaging perl ticker
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
2
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
3 if BUILD_GEVOLUTION
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
4 GEVOLUTION_DIR = gevolution
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
5 endif
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
6
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
7 if ENABLE_DBUS
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
8 MUSICMESSAGING_DIR = musicmessaging
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
9 endif
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
10
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
11 if ENABLE_CAP
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
12 CAP_DIR = cap
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
13 endif
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
14
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
15 if USE_PERL
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
16 PERL_DIR = perl
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
17 endif
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
18
32668
1223abf2eaf2 Fix the gestures plugin, which really only needed a widget from
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32617
diff changeset
19 if ENABLE_GESTURES
1223abf2eaf2 Fix the gestures plugin, which really only needed a widget from
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32617
diff changeset
20 GESTURE_DIR = gestures
1223abf2eaf2 Fix the gestures plugin, which really only needed a widget from
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32617
diff changeset
21 endif
19478
b2578b2d4bc4 Remove X11 specifics from configure.ac. Allows to build against native, non-X11 Quartz
Sean Egan <seanegan@gmail.com>
parents: 17812
diff changeset
22
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
23 SUBDIRS = \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
24 $(CAP_DIR) \
19478
b2578b2d4bc4 Remove X11 specifics from configure.ac. Allows to build against native, non-X11 Quartz
Sean Egan <seanegan@gmail.com>
parents: 17812
diff changeset
25 $(GESTURE_DIR) \
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
26 $(GEVOLUTION_DIR) \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
27 $(MUSICMESSAGING_DIR) \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
28 $(PERL_DIR) \
27058
08964b4b2fe4 Convert the disco browser to a plugin. Refs #556
Paul Aurich <paul@darkrain42.org>
parents: 26662
diff changeset
29 disco \
32766
ea2b621fd3ba Goodbye Adium themes plugin. I never really liked you anyway.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32668
diff changeset
30 ticker
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
31
15462
e9c12873fae0 This renames the binary to 'pidgin', and I think it properly
Sean Egan <seanegan@gmail.com>
parents: 15374
diff changeset
32 plugindir = $(libdir)/pidgin
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
33
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
34 convcolors_la_LDFLAGS = -module -avoid-version
16722
753465529b21 Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <stu@nosnilmot.com>
parents: 16165
diff changeset
35 contact_priority_la_LDFLAGS = -module -avoid-version
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
36 extplacement_la_LDFLAGS = -module -avoid-version
16722
753465529b21 Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <stu@nosnilmot.com>
parents: 16165
diff changeset
37 gtk_signals_test_la_LDFLAGS = -module -avoid-version
17812
f2869d5facfe Fix #318 which asked for the buddynote plugins notes to be shown in the
Etan Reisner <pidgin@unreliablesource.net>
parents: 16927
diff changeset
38 gtkbuddynote_la_LDFLAGS = -module -avoid-version
32598
1798b24a4fd5 Fix history plugin compile.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32597
diff changeset
39 history_la_LDFLAGS = -module -avoid-version
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
40 iconaway_la_LDFLAGS = -module -avoid-version
32597
bf6f28bc24c4 Fix notify plugin compile.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32576
diff changeset
41 notify_la_LDFLAGS = -module -avoid-version
16137
7e202dbce3d5 Realign some things after the rename.
Richard Laager <rlaager@wiktel.com>
parents: 15905
diff changeset
42 pidginrc_la_LDFLAGS = -module -avoid-version
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
43 relnot_la_LDFLAGS = -module -avoid-version
22671
ff16ce972253 Based on some discussion in devel@conference.pidgin.im build and install the
Etan Reisner <pidgin@unreliablesource.net>
parents: 22668
diff changeset
44 sendbutton_la_LDFLAGS = -module -avoid-version
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
45 spellchk_la_LDFLAGS = -module -avoid-version
26657
37aca5864715 Theme editor plugin (of sorts) for buddylist themes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents: 26441
diff changeset
46 themeedit_la_LDFLAGS = -module -avoid-version
28392
33e8d40ae6ec Add the vvconfig plugin. It allows you to choose different microphones,
maiku@pidgin.im
parents: 27717
diff changeset
47 vvconfig_la_LDFLAGS = -module -avoid-version
32617
d478be29444a Add a WebKit Development plugin, that allows opening the builtin
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32598
diff changeset
48 webkit_la_LDFLAGS = -module -avoid-version
16137
7e202dbce3d5 Realign some things after the rename.
Richard Laager <rlaager@wiktel.com>
parents: 15905
diff changeset
49 xmppconsole_la_LDFLAGS = -module -avoid-version
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
50
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
51 if PLUGINS
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
52
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
53 plugin_LTLIBRARIES = \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
54 convcolors.la \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
55 extplacement.la \
17812
f2869d5facfe Fix #318 which asked for the buddynote plugins notes to be shown in the
Etan Reisner <pidgin@unreliablesource.net>
parents: 16927
diff changeset
56 gtkbuddynote.la \
32598
1798b24a4fd5 Fix history plugin compile.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32597
diff changeset
57 history.la \
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
58 iconaway.la \
32597
bf6f28bc24c4 Fix notify plugin compile.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32576
diff changeset
59 notify.la \
16137
7e202dbce3d5 Realign some things after the rename.
Richard Laager <rlaager@wiktel.com>
parents: 15905
diff changeset
60 pidginrc.la \
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
61 relnot.la \
22671
ff16ce972253 Based on some discussion in devel@conference.pidgin.im build and install the
Etan Reisner <pidgin@unreliablesource.net>
parents: 22668
diff changeset
62 sendbutton.la \
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
63 spellchk.la \
32617
d478be29444a Add a WebKit Development plugin, that allows opening the builtin
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32598
diff changeset
64 themeedit.la \
d478be29444a Add a WebKit Development plugin, that allows opening the builtin
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32598
diff changeset
65 webkit.la \
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
66 xmppconsole.la
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
67
28403
b9e28b2a119b Don't compile the VV Config plugin unless VV is actually enabled
Stu Tomlinson <stu@nosnilmot.com>
parents: 28392
diff changeset
68 if USE_VV
b9e28b2a119b Don't compile the VV Config plugin unless VV is actually enabled
Stu Tomlinson <stu@nosnilmot.com>
parents: 28392
diff changeset
69 plugin_LTLIBRARIES += vvconfig.la
b9e28b2a119b Don't compile the VV Config plugin unless VV is actually enabled
Stu Tomlinson <stu@nosnilmot.com>
parents: 28392
diff changeset
70 endif
b9e28b2a119b Don't compile the VV Config plugin unless VV is actually enabled
Stu Tomlinson <stu@nosnilmot.com>
parents: 28392
diff changeset
71
16722
753465529b21 Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <stu@nosnilmot.com>
parents: 16165
diff changeset
72 noinst_LTLIBRARIES = \
753465529b21 Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <stu@nosnilmot.com>
parents: 16165
diff changeset
73 contact_priority.la \
753465529b21 Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <stu@nosnilmot.com>
parents: 16165
diff changeset
74 gtk_signals_test.la
753465529b21 Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <stu@nosnilmot.com>
parents: 16165
diff changeset
75
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
76 convcolors_la_SOURCES = convcolors.c
16722
753465529b21 Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <stu@nosnilmot.com>
parents: 16165
diff changeset
77 contact_priority_la_SOURCES = contact_priority.c
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
78 extplacement_la_SOURCES = extplacement.c
16722
753465529b21 Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <stu@nosnilmot.com>
parents: 16165
diff changeset
79 gtk_signals_test_la_SOURCES = gtk-signals-test.c
17812
f2869d5facfe Fix #318 which asked for the buddynote plugins notes to be shown in the
Etan Reisner <pidgin@unreliablesource.net>
parents: 16927
diff changeset
80 gtkbuddynote_la_SOURCES = gtkbuddynote.c
32598
1798b24a4fd5 Fix history plugin compile.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32597
diff changeset
81 history_la_SOURCES = history.c
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
82 iconaway_la_SOURCES = iconaway.c
32597
bf6f28bc24c4 Fix notify plugin compile.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32576
diff changeset
83 notify_la_SOURCES = notify.c
15905
6f04fe174f40 Change some stuff from gaim to pidgin
Mark Doliner <mark@kingant.net>
parents: 15462
diff changeset
84 pidginrc_la_SOURCES = pidginrc.c
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
85 relnot_la_SOURCES = relnot.c
22671
ff16ce972253 Based on some discussion in devel@conference.pidgin.im build and install the
Etan Reisner <pidgin@unreliablesource.net>
parents: 22668
diff changeset
86 sendbutton_la_SOURCES = sendbutton.c
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
87 spellchk_la_SOURCES = spellchk.c
26662
0dddfdb3a24a A status-icon theme editor.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents: 26657
diff changeset
88 themeedit_la_SOURCES = themeedit.c themeedit-icon.c themeedit-icon.h
32617
d478be29444a Add a WebKit Development plugin, that allows opening the builtin
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32598
diff changeset
89 webkit_la_SOURCES = webkit.c
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
90 xmppconsole_la_SOURCES = xmppconsole.c
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
91
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
92 convcolors_la_LIBADD = $(GTK_LIBS)
16722
753465529b21 Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <stu@nosnilmot.com>
parents: 16165
diff changeset
93 contact_priority_la_LIBADD = $(GTK_LIBS)
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
94 extplacement_la_LIBADD = $(GTK_LIBS)
16722
753465529b21 Build, but don't install, some of the other plugins we ship, to reduce bitrot
Stu Tomlinson <stu@nosnilmot.com>
parents: 16165
diff changeset
95 gtk_signals_test_la_LIBADD = $(GTK_LIBS)
17812
f2869d5facfe Fix #318 which asked for the buddynote plugins notes to be shown in the
Etan Reisner <pidgin@unreliablesource.net>
parents: 16927
diff changeset
96 gtkbuddynote_la_LIBADD = $(GTK_LIBS)
32598
1798b24a4fd5 Fix history plugin compile.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32597
diff changeset
97 history_la_LIBADD = $(GTK_LIBS)
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
98 iconaway_la_LIBADD = $(GTK_LIBS)
32597
bf6f28bc24c4 Fix notify plugin compile.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32576
diff changeset
99 notify_la_LIBADD = $(GTK_LIBS)
15905
6f04fe174f40 Change some stuff from gaim to pidgin
Mark Doliner <mark@kingant.net>
parents: 15462
diff changeset
100 pidginrc_la_LIBADD = $(GTK_LIBS)
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
101 relnot_la_LIBADD = $(GLIB_LIBS)
22671
ff16ce972253 Based on some discussion in devel@conference.pidgin.im build and install the
Etan Reisner <pidgin@unreliablesource.net>
parents: 22668
diff changeset
102 sendbutton_la_LIBADD = $(GTK_LIBS)
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
103 spellchk_la_LIBADD = $(GTK_LIBS)
26657
37aca5864715 Theme editor plugin (of sorts) for buddylist themes.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents: 26441
diff changeset
104 themeedit_la_LIBADD = $(GTK_LIBS)
32617
d478be29444a Add a WebKit Development plugin, that allows opening the builtin
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32598
diff changeset
105 webkit_la_LIBADD = $(GTK_LIBS) $(WEBKIT_LIBS)
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
106 xmppconsole_la_LIBADD = $(GTK_LIBS)
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
107
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
108 endif # PLUGINS
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
109
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
110 EXTRA_DIST = \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
111 Makefile.mingw \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
112 mailchk.c \
16165
a4e333f90905 gaiminc.c was renamed to pidgininc.c
Stu Tomlinson <stu@nosnilmot.com>
parents: 16137
diff changeset
113 pidgininc.c \
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
114 raw.c \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
115 win32/transparency/Makefile.mingw \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
116 win32/transparency/win2ktrans.c \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
117 win32/winprefs/gtkappbar.c \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
118 win32/winprefs/gtkappbar.h \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
119 win32/winprefs/Makefile.mingw \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
120 win32/winprefs/winprefs.c
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
121
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
122 AM_CPPFLAGS = \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
123 -DDATADIR=\"$(datadir)\" \
16767
2d9304fbbf44 Fix this reference to the build dir for includes
Stu Tomlinson <stu@nosnilmot.com>
parents: 16722
diff changeset
124 -I$(top_builddir)/libpurple \
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
125 -I$(top_srcdir)/libpurple \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
126 -I$(top_srcdir)/pidgin \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
127 $(DEBUG_CFLAGS) \
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
128 $(GTK_CFLAGS) \
32598
1798b24a4fd5 Fix history plugin compile.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32597
diff changeset
129 $(WEBKIT_CFLAGS) \
28392
33e8d40ae6ec Add the vvconfig plugin. It allows you to choose different microphones,
maiku@pidgin.im
parents: 27717
diff changeset
130 $(GSTREAMER_CFLAGS) \
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
131 $(PLUGIN_CFLAGS)
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
132
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
133 #
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
134 # This part allows people to build their own plugins in here.
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
135 # Yes, it's a mess.
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
136 #
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
137 SUFFIXES = .c .so
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
138 .c.so:
23972
20846036cbd5 Fix compiling 'make plugin.so' when srcdir != builddir. This should've been part of the last commit.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents: 22671
diff changeset
139 $(LIBTOOL) --mode=compile $(CC) -DHAVE_CONFIG_H -I$(top_builddir) $(AM_CPPFLAGS) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS)
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
140 $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -module -avoid-version $(PLUGIN_LIBS)
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
141 @rm -f tmp$@.lo tmp$@.o libtmp$@.la
27717
48148e688ad1 Some versions of libtool seem to output things a little differently, so
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 27605
diff changeset
142 @cp .libs/libtmp$@*.so $@
27605
6a4cab3959b7 Fix building individual plugins on OS X. Closes #3156.
Paul Aurich <paul@darkrain42.org>
parents: 27058
diff changeset
143 @rm -rf .libs/libtmp$@.*