libpurple/plugins/perl/Makefile.am

changeset 15946
d40e8847e825
parent 15894
765ec644ac47
child 16139
3fe11fe6c4f8
equal deleted inserted replaced
15945:b9590b0c6e07 15946:d40e8847e825
2 hackdir = $(plugindir)/private 2 hackdir = $(plugindir)/private
3 3
4 perl_dirs = common 4 perl_dirs = common
5 5
6 plugin_LTLIBRARIES = perl.la 6 plugin_LTLIBRARIES = perl.la
7 hack_LTLIBRARIES = libgaimperl.la 7 hack_LTLIBRARIES = libpurpleperl.la
8 8
9 perl_la_LDFLAGS = -module -avoid-version 9 perl_la_LDFLAGS = -module -avoid-version
10 perl_la_LIBADD = $(GLIB_LIBS) $(PERL_LIBS) libgaimperl.la 10 perl_la_LIBADD = $(GLIB_LIBS) $(PERL_LIBS) libpurpleperl.la
11 perl_la_SOURCES = \ 11 perl_la_SOURCES = \
12 perl.c \ 12 perl.c \
13 perl-common.c \ 13 perl-common.c \
14 perl-common.h \ 14 perl-common.h \
15 perl-handlers.c \ 15 perl-handlers.c \
16 perl-handlers.h 16 perl-handlers.h
17 17
18 perl_la_DEPENDENCIES = \ 18 perl_la_DEPENDENCIES = \
19 .libs/libperl_orig.a \ 19 .libs/libperl_orig.a \
20 .libs/DynaLoader.a \ 20 .libs/DynaLoader.a \
21 libgaimperl.la 21 libpurpleperl.la
22 22
23 libgaimperl_la_LDFLAGS = -module -avoid-version 23 libpurpleperl_la_LDFLAGS = -module -avoid-version
24 libgaimperl_la_LIBADD = $(GLIB_LIBS) 24 libpurpleperl_la_LIBADD = $(GLIB_LIBS)
25 libgaimperl_la_SOURCES = libgaimperl.c 25 libpurpleperl_la_SOURCES = libpurpleperl.c
26 26
27 .libs/libperl_orig.a: 27 .libs/libperl_orig.a:
28 @mkdir -p .libs 28 @mkdir -p .libs
29 @rm -f .libs/libperl_orig.a 29 @rm -f .libs/libperl_orig.a
30 @if [ x$(LIBPERL_A) = x ]; then \ 30 @if [ x$(LIBPERL_A) = x ]; then \
53 common/Core.xs \ 53 common/Core.xs \
54 common/Connection.xs \ 54 common/Connection.xs \
55 common/Conversation.xs \ 55 common/Conversation.xs \
56 common/Debug.xs \ 56 common/Debug.xs \
57 common/FT.xs \ 57 common/FT.xs \
58 common/Purple.pm \
59 common/Purple.xs \
60 common/ImgStore.xs \ 58 common/ImgStore.xs \
61 common/Log.xs \ 59 common/Log.xs \
62 common/Makefile.PL.in \ 60 common/Makefile.PL.in \
63 common/Network.xs \ 61 common/Network.xs \
64 common/Notify.xs \ 62 common/Notify.xs \
67 common/Pounce.xs \ 65 common/Pounce.xs \
68 common/Prefs.xs \ 66 common/Prefs.xs \
69 common/Privacy.xs \ 67 common/Privacy.xs \
70 common/Proxy.xs \ 68 common/Proxy.xs \
71 common/Prpl.xs \ 69 common/Prpl.xs \
70 common/Purple.pm \
72 common/Request.xs \ 71 common/Request.xs \
73 common/Roomlist.xs \ 72 common/Roomlist.xs \
74 common/SSLConn.xs \ 73 common/SSLConn.xs \
75 common/SavedStatuses.xs \ 74 common/SavedStatuses.xs \
76 common/Server.xs \ 75 common/Server.xs \
88 87
89 EXTRA_DIST = \ 88 EXTRA_DIST = \
90 Makefile.mingw \ 89 Makefile.mingw \
91 common/Makefile.mingw \ 90 common/Makefile.mingw \
92 $(common_sources) \ 91 $(common_sources) \
93 libgaimperl.c 92 libpurpleperl.c
94 93
95 common/Makefile: common/Makefile.PL 94 common/Makefile: common/Makefile.PL
96 @if test "x${top_srcdir}" != "x${top_builddir}"; then \ 95 @if test "x${top_srcdir}" != "x${top_builddir}"; then \
97 for f in ${common_sources}; do \ 96 for f in ${common_sources}; do \
98 ${LN_S} -f ../${srcdir}/$$f $$f; \ 97 ${LN_S} -f ../${srcdir}/$$f $$f; \

mercurial