summaryrefslogtreecommitdiff
path: root/lib/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Imakefile')
-rw-r--r--lib/Imakefile133
1 files changed, 0 insertions, 133 deletions
diff --git a/lib/Imakefile b/lib/Imakefile
deleted file mode 100644
index 6dbe246..0000000
--- a/lib/Imakefile
+++ /dev/null
@@ -1,133 +0,0 @@
-/**/# Copyright 1988, 1993 Massachusetts Institute of Technology.
-/**/#
-/**/# For copying and distribution information, see the file
-/**/# "mit-copyright.h".
-/**/#
-/**/# $Id$
-
-#ifdef KERBEROS
-K_O = krb_err.o ZFmtAuth.o
-K_C = krb_err.c ZFmtAuth.c
-#endif
-
-OBJS = ${K_O} \
- zephyr_err.o \
- ZAsyncLocate.o \
- ZCkAuth.o \
- ZCkIfNot.o \
- ZClosePort.o \
- ZCmpUID.o \
- ZCmpUIDP.o \
- ZFlsLocs.o \
- ZFlsSubs.o \
- ZFmtList.o \
- ZFmtNotice.o \
- ZFmtRaw.o \
- ZFmtRawLst.o \
- ZFmtSmRLst.o \
- ZFmtSmRaw.o \
- ZFreeNot.o \
- ZGetLocs.o \
- ZGetSender.o \
- ZGetSubs.o \
- ZGetWGPort.o \
- ZIfNotice.o \
- ZInit.o \
- ZLocations.o \
- ZMakeAscii.o \
- ZMkAuth.o \
- ZNewLocU.o \
- ZOpenPort.o \
- ZParseNot.o \
- ZPeekIfNot.o \
- ZPeekNot.o \
- ZPeekPkt.o \
- ZPending.o \
- ZReadAscii.o \
- ZRecvNot.o \
- ZRecvPkt.o \
- ZRetSubs.o \
- ZSendList.o \
- ZSendNot.o \
- ZSendPkt.o \
- ZSendRaw.o \
- ZSendRLst.o \
- ZSetDest.o \
- ZSetFD.o \
- ZSetSrv.o \
- ZSubs.o \
- ZVariables.o \
- ZWait4Not.o \
- Zinternal.o \
- acl_files.o
-
-SRCS = ${K_C} \
- zephyr_err.c \
- ZAsyncLocate.c \
- ZCkAuth.c \
- ZCkIfNot.c \
- ZClosePort.c \
- ZCmpUID.c \
- ZCmpUIDP.c \
- ZFlsLocs.c \
- ZFlsSubs.c \
- ZFmtList.c \
- ZFmtNotice.c \
- ZFmtRaw.c \
- ZFmtRawLst.c \
- ZFmtSmRLst.c \
- ZFmtSmRaw.c \
- ZFreeNot.c \
- ZGetLocs.c \
- ZGetSender.c \
- ZGetSubs.c \
- ZGetWGPort.c \
- ZIfNotice.c \
- ZInit.c \
- ZLocations.c \
- ZMakeAscii.c \
- ZMkAuth.c \
- ZNewLocU.c \
- ZOpenPort.c \
- ZParseNot.c \
- ZPeekIfNot.c \
- ZPeekNot.c \
- ZPeekPkt.c \
- ZPending.c \
- ZReadAscii.c \
- ZRecvNot.c \
- ZRecvPkt.c \
- ZRetSubs.c \
- ZSendList.c \
- ZSendNot.c \
- ZSendPkt.c \
- ZSendRaw.c \
- ZSendRLst.c \
- ZSetDest.c \
- ZSetFD.c \
- ZSetSrv.c \
- ZSubs.c \
- ZVariables.c \
- ZWait4Not.c \
- Zinternal.c \
- acl_files.c
-
-SimpleLibrary(zephyr,$(OBJS),$(ATHLIBDIR))
-create_depend($(SRCS))
-
-install_man(zephyr.1,zephyr.1)
-
-make_err(zephyr_err)
-
-#ifdef KERBEROS
-make_err(krb_err)
-install_file($(BINC)/zephyr/krb_err.h,$(ZINCDIR)/krb_err.h)
-#endif
-
-create_dir($(ZINCDIR))
-install_file($(BINC)/zephyr/zephyr.h,$(ZINCDIR)/zephyr.h)
-install_file($(BINC)/zephyr/zephyr_conf.h,$(ZINCDIR)/zephyr_conf.h)
-install_file($(BINC)/zephyr/zephyr_paths.h,$(ZINCDIR)/zephyr_paths.h)
-install_file($(BINC)/zephyr/zephyr_internal.h,$(ZINCDIR)/zephyr_internal.h)
-install_file($(BINC)/zephyr/zephyr_err.h,$(ZINCDIR)/zephyr_err.h)
-install_file($(BINC)/zephyr/mit-copyright.h,$(ZINCDIR)/mit-copyright.h)