libgaim/protocols/zephyr/Makefile.am

branch
gaim
changeset 20470
77693555855f
parent 10889
64482f2467cb
parent 14736
90fe3dd8e9db
child 20471
1966704b3e42
equal deleted inserted replaced
13071:b98e72d4089a 20470:77693555855f
1 pkgdir = $(libdir)/gaim
2
3 ZEPHYRSOURCES = \
4 ZAsyncLocate.c \
5 ZCkAuth.c \
6 ZCkIfNot.c \
7 ZClosePort.c \
8 ZCmpUID.c \
9 ZCmpUIDP.c \
10 ZFlsLocs.c \
11 ZFlsSubs.c \
12 ZFmtAuth.c \
13 ZFmtList.c \
14 ZFmtNotice.c \
15 ZFmtRaw.c \
16 ZFmtRawLst.c \
17 ZFmtSmRLst.c \
18 ZFmtSmRaw.c \
19 ZFreeNot.c \
20 ZGetLocs.c \
21 ZGetSender.c \
22 ZGetSubs.c \
23 ZGetWGPort.c \
24 ZIfNotice.c \
25 ZInit.c \
26 ZLocations.c \
27 ZMakeAscii.c \
28 ZMkAuth.c \
29 ZNewLocU.c \
30 ZOpenPort.c \
31 ZParseNot.c \
32 ZPeekIfNot.c \
33 ZPeekNot.c \
34 ZPeekPkt.c \
35 ZPending.c \
36 ZReadAscii.c \
37 ZRecvNot.c \
38 ZRecvPkt.c \
39 ZRetSubs.c \
40 ZSendList.c \
41 ZSendNot.c \
42 ZSendPkt.c \
43 ZSendRLst.c \
44 ZSendRaw.c \
45 ZSetDest.c \
46 ZSetFD.c \
47 ZSetSrv.c \
48 ZSubs.c \
49 ZVariables.c \
50 ZWait4Not.c \
51 ZhmStat.c \
52 Zinternal.c \
53 com_err.h \
54 error_message.c \
55 error_table.h \
56 et_name.c \
57 init_et.c \
58 internal.h \
59 mit-copyright.h \
60 mit-sipb-copyright.h \
61 sysdep.h \
62 zephyr.h \
63 zephyr_err.c \
64 zephyr_err.h \
65 \
66 zephyr.c
67
68 ZEPHYRSOURCESEXT = zephyr.c
69
70 AM_CFLAGS = $(st)
71
72 ZEPHYRLIBS = $(KRB4_LDFLAGS) $(KRB4_LIBS)
73
74 ZEPHYRLIBSEXT = $(ZEPHYR_LDFLAGS) $(ZEPHYR_LIBS)
75
76 libzephyr_la_LDFLAGS = -module -avoid-version
77
78 if STATIC_ZEPHYR
79
80 st = -DGAIM_STATIC_PRPL -Dlint
81 noinst_LIBRARIES = libzephyr.a
82 libzephyr_a_SOURCES = $(ZEPHYRSOURCES)
83 libzephyr_a_CFLAGS = $(AM_CFLAGS)
84 libzephyr_a_LIBADD = $(ZEPHYRLIBS)
85
86 else
87
88 st = -Dlint
89 pkg_LTLIBRARIES = libzephyr.la
90
91 if EXTERNAL_LIBZEPHYR
92 libzephyr_la_SOURCES = $(ZEPHYRSOURCESEXT)
93 libzephyr_la_LIBADD = $(GLIB_LIBS) $(ZEPHYRLIBSEXT)
94 else
95 libzephyr_la_SOURCES = $(ZEPHYRSOURCES)
96 libzephyr_la_LIBADD = $(GLIB_LIBS) $(ZEPHYRLIBS)
97 endif
98
99
100 endif
101
102 AM_CPPFLAGS = \
103 -I$(top_srcdir) \
104 -I$(top_srcdir)/libgaim \
105 -I$(top_srcdir)/libgaim/protocols \
106 -DCONFDIR=\"$(confdir)\" \
107 $(GLIB_CFLAGS) \
108 $(KRB4_CFLAGS) \
109 $(DEBUG_CFLAGS)

mercurial