comparison libpurple/plugins/perl/Makefile.am @ 16365:ca09f5b57672

This is mostly moving Purple::GtkUI:: -> Pidgin:: which has the side effect of actually making the module usable. It also cleans up some random bits in a handful of files, things like trailing slashes, empty extra lines, etc.
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 27 Apr 2007 05:18:14 +0000
parents a5a64fcad0ca
children ce049678a67b
comparison
equal deleted inserted replaced
16364:a5a64fcad0ca 16365:ca09f5b57672
33 touch .libs/DynaLoader.a; \ 33 touch .libs/DynaLoader.a; \
34 else \ 34 else \
35 $(LN_S) $(DYNALOADER_A) .libs/DynaLoader.a; \ 35 $(LN_S) $(DYNALOADER_A) .libs/DynaLoader.a; \
36 fi 36 fi
37 37
38
39 common_sources = \ 38 common_sources = \
40 common/Account.xs \ 39 common/Account.xs \
41 common/AccountOpts.xs \ 40 common/AccountOpts.xs \
42 common/BuddyIcon.xs \ 41 common/BuddyIcon.xs \
43 common/BuddyList.xs \ 42 common/BuddyList.xs \
44 common/Cipher.xs \ 43 common/Cipher.xs \
45 common/Cmds.xs \ 44 common/Cmds.xs \
46 common/Core.xs \ 45 common/Core.xs \
47 common/Connection.xs \ 46 common/Connection.xs \
48 common/Conversation.xs \ 47 common/Conversation.xs \
49 common/Debug.xs \ 48 common/Debug.xs \
50 common/FT.xs \ 49 common/FT.xs \
51 common/ImgStore.xs \ 50 common/ImgStore.xs \
52 common/Log.xs \ 51 common/Log.xs \
53 common/Makefile.PL.in \ 52 common/Makefile.PL.in \
54 common/Network.xs \ 53 common/Network.xs \
55 common/Notify.xs \ 54 common/Notify.xs \
56 common/Plugin.xs \ 55 common/Plugin.xs \
57 common/PluginPref.xs \ 56 common/PluginPref.xs \
58 common/Pounce.xs \ 57 common/Pounce.xs \
59 common/Prefs.xs \ 58 common/Prefs.xs \
60 common/Privacy.xs \ 59 common/Privacy.xs \
61 common/Proxy.xs \ 60 common/Proxy.xs \
62 common/Prpl.xs \ 61 common/Prpl.xs \
63 common/Purple.pm \ 62 common/Purple.pm \
64 common/Purple.xs \ 63 common/Purple.xs \
65 common/Request.xs \ 64 common/Request.xs \
66 common/Roomlist.xs \ 65 common/Roomlist.xs \
67 common/SSLConn.xs \ 66 common/SSLConn.xs \
68 common/SavedStatuses.xs \ 67 common/SavedStatuses.xs \
69 common/Server.xs \ 68 common/Server.xs \
70 common/Signal.xs \ 69 common/Signal.xs \
71 common/Sound.xs \ 70 common/Sound.xs \
72 common/Status.xs \ 71 common/Status.xs \
73 common/Stringref.xs \ 72 common/Stringref.xs \
74 common/Util.xs \ 73 common/Util.xs \
75 common/XMLNode.xs \ 74 common/XMLNode.xs \
76 common/fallback/const-c.inc \ 75 common/module.h \
77 common/fallback/const-xs.inc \ 76 common/typemap \
78 common/module.h \ 77 common/fallback/const-c.inc \
79 common/typemap 78 common/fallback/const-xs.inc
80
81 79
82 EXTRA_DIST = \ 80 EXTRA_DIST = \
83 Makefile.mingw \ 81 Makefile.mingw \
84 common/Makefile.mingw \ 82 common/Makefile.mingw \
85 $(common_sources) 83 $(common_sources)
147 for f in ${common_sources}; do \ 145 for f in ${common_sources}; do \
148 ${LN_S} -f ../${srcdir}/$$f $$f; \ 146 ${LN_S} -f ../${srcdir}/$$f $$f; \
149 done; \ 147 done; \
150 fi 148 fi
151 149
152
153 AM_CPPFLAGS = \ 150 AM_CPPFLAGS = \
154 -DVERSION=\"$(VERSION)\" \ 151 -DVERSION=\"$(VERSION)\" \
155 -I$(top_srcdir) \ 152 -I$(top_srcdir) \
156 -I$(top_srcdir)/libpurple \ 153 -I$(top_srcdir)/libpurple \
157 $(DEBUG_CFLAGS) \ 154 $(DEBUG_CFLAGS) \