Sun, 11 Aug 2002 06:42:17 +0000
[gaim-migrate @ 3410]
Pluginzed the ticker. the ticker will load itself if the old ticker option
was set.
| 2086 | 1 | pkgdir = $(libdir)/gaim |
| 2 | ||
| 3 | CFLAGS += -I\$(top_srcdir)/src -I\$(top_srcdir)/src/protocols -DCONFDIR=\"$(confdir)\" $(KRB4_CFLAGS) $(st) $(DEBUG_CFLAGS) | |
| 4 | ||
|
2341
1577b2cac2da
[gaim-migrate @ 2354]
Arkadiusz Miskiewicz <arekm@maven.pl>
parents:
2086
diff
changeset
|
5 | LIBS = @LIBS@ $(KRB4_LDFLAGS) $(KRB4_LIBS) |
|
2894
6cf9278efb8a
[gaim-migrate @ 2907]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
2423
diff
changeset
|
6 | libzephyr_la_LDFLAGS = -module -avoid-version |
| 2086 | 7 | |
| 8 | if STATIC_ZEPHYR | |
| 9 | ||
| 10 | st = -DSTATIC | |
| 11 | pkg_LTLIBRARIES = | |
| 12 | noinst_LIBRARIES = libzephyr.a | |
| 13 | ||
| 14 | libzephyr_a_SOURCES = \ | |
| 15 | ZAsyncLocate.c \ | |
| 16 | ZCkAuth.c \ | |
| 17 | ZCkIfNot.c \ | |
| 18 | ZClosePort.c \ | |
| 19 | ZCmpUID.c \ | |
| 20 | ZCmpUIDP.c \ | |
| 21 | ZFlsLocs.c \ | |
| 22 | ZFlsSubs.c \ | |
| 23 | ZFmtAuth.c \ | |
| 24 | ZFmtList.c \ | |
| 25 | ZFmtNotice.c \ | |
| 26 | ZFmtRaw.c \ | |
| 27 | ZFmtRawLst.c \ | |
| 28 | ZFmtSmRLst.c \ | |
| 29 | ZFmtSmRaw.c \ | |
| 30 | ZFreeNot.c \ | |
| 31 | ZGetLocs.c \ | |
| 32 | ZGetSender.c \ | |
| 33 | ZGetSubs.c \ | |
| 34 | ZGetWGPort.c \ | |
| 35 | ZIfNotice.c \ | |
| 36 | ZInit.c \ | |
| 37 | ZLocations.c \ | |
| 38 | ZMakeAscii.c \ | |
| 39 | ZMkAuth.c \ | |
| 40 | ZNewLocU.c \ | |
| 41 | ZOpenPort.c \ | |
| 42 | ZParseNot.c \ | |
| 43 | ZPeekIfNot.c \ | |
| 44 | ZPeekNot.c \ | |
| 45 | ZPeekPkt.c \ | |
| 46 | ZPending.c \ | |
| 47 | ZReadAscii.c \ | |
| 48 | ZRecvNot.c \ | |
| 49 | ZRecvPkt.c \ | |
| 50 | ZRetSubs.c \ | |
| 51 | ZSendList.c \ | |
| 52 | ZSendNot.c \ | |
| 53 | ZSendPkt.c \ | |
| 54 | ZSendRLst.c \ | |
| 55 | ZSendRaw.c \ | |
| 56 | ZSetDest.c \ | |
| 57 | ZSetFD.c \ | |
| 58 | ZSetSrv.c \ | |
| 59 | ZSubs.c \ | |
| 60 | ZVariables.c \ | |
| 61 | ZWait4Not.c \ | |
|
2423
6b44470f40f5
[gaim-migrate @ 2436]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
2419
diff
changeset
|
62 | ZhmStat.c \ |
| 2086 | 63 | Zinternal.c \ |
| 64 | com_err.h \ | |
| 65 | error_message.c \ | |
| 66 | error_table.h \ | |
| 67 | et_name.c \ | |
| 68 | init_et.c \ | |
| 69 | internal.h \ | |
| 70 | mit-copyright.h \ | |
| 71 | mit-sipb-copyright.h \ | |
| 72 | sysdep.h \ | |
| 73 | zephyr.h \ | |
| 74 | zephyr_err.c \ | |
| 75 | zephyr_err.h \ | |
| 76 | \ | |
| 77 | zephyr.c | |
| 78 | ||
| 79 | else | |
| 80 | ||
| 81 | st = | |
| 82 | pkg_LTLIBRARIES = libzephyr.la | |
| 83 | noinst_LIBRARIES = | |
| 84 | ||
| 85 | libzephyr_la_SOURCES = \ | |
| 86 | ZAsyncLocate.c \ | |
| 87 | ZCkAuth.c \ | |
| 88 | ZCkIfNot.c \ | |
| 89 | ZClosePort.c \ | |
| 90 | ZCmpUID.c \ | |
| 91 | ZCmpUIDP.c \ | |
| 92 | ZFlsLocs.c \ | |
| 93 | ZFlsSubs.c \ | |
| 94 | ZFmtAuth.c \ | |
| 95 | ZFmtList.c \ | |
| 96 | ZFmtNotice.c \ | |
| 97 | ZFmtRaw.c \ | |
| 98 | ZFmtRawLst.c \ | |
| 99 | ZFmtSmRLst.c \ | |
| 100 | ZFmtSmRaw.c \ | |
| 101 | ZFreeNot.c \ | |
| 102 | ZGetLocs.c \ | |
| 103 | ZGetSender.c \ | |
| 104 | ZGetSubs.c \ | |
| 105 | ZGetWGPort.c \ | |
| 106 | ZIfNotice.c \ | |
| 107 | ZInit.c \ | |
| 108 | ZLocations.c \ | |
| 109 | ZMakeAscii.c \ | |
| 110 | ZMkAuth.c \ | |
| 111 | ZNewLocU.c \ | |
| 112 | ZOpenPort.c \ | |
| 113 | ZParseNot.c \ | |
| 114 | ZPeekIfNot.c \ | |
| 115 | ZPeekNot.c \ | |
| 116 | ZPeekPkt.c \ | |
| 117 | ZPending.c \ | |
| 118 | ZReadAscii.c \ | |
| 119 | ZRecvNot.c \ | |
| 120 | ZRecvPkt.c \ | |
| 121 | ZRetSubs.c \ | |
| 122 | ZSendList.c \ | |
| 123 | ZSendNot.c \ | |
| 124 | ZSendPkt.c \ | |
| 125 | ZSendRLst.c \ | |
| 126 | ZSendRaw.c \ | |
| 127 | ZSetDest.c \ | |
| 128 | ZSetFD.c \ | |
| 129 | ZSetSrv.c \ | |
| 130 | ZSubs.c \ | |
| 131 | ZVariables.c \ | |
| 132 | ZWait4Not.c \ | |
| 2419 | 133 | ZhmStat.c \ |
| 2086 | 134 | Zinternal.c \ |
| 135 | com_err.h \ | |
| 136 | error_message.c \ | |
| 137 | error_table.h \ | |
| 138 | et_name.c \ | |
| 139 | init_et.c \ | |
| 140 | internal.h \ | |
| 141 | mit-copyright.h \ | |
| 142 | mit-sipb-copyright.h \ | |
| 143 | sysdep.h \ | |
| 144 | zephyr.h \ | |
| 145 | zephyr_err.c \ | |
| 146 | zephyr_err.h \ | |
| 147 | \ | |
| 148 | zephyr.c | |
| 149 | ||
| 150 | endif |