Page MenuHomePhorge

No OneTemporary

Authored By
Unknown
Size
3 KB
Referenced Files
None
Subscribers
None
diff --git a/lib/Makefile.in b/lib/Makefile.in
index d2c831a9a..4ef53e27c 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,107 +1,107 @@
# Makefile for cyrus library
#
# @configure_input@
#
# (C) Copyright 1994 by Carnegie Mellon University
#
# All Rights Reserved
#
# Permission to use, copy, modify, distribute, and sell this software
# and its documentation for any purpose is hereby granted without
# fee, provided that the above copyright notice appear in all copies
# and that both that copyright notice and this permission notice
# appear in supporting documentation, and that the name of Carnegie
# Mellon University not be used in advertising or publicity
# pertaining to distribution of the software without specific,
# written prior permission. Carnegie Mellon University makes no
# representations about the suitability of this software for any
# purpose. It is provided "as is" without express or implied
# warranty.
#
# CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
# THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
# FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
# AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
# OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
#
# Authorization namespace.
AUTH=auth_@WITH_AUTH@.o
# ACL interpretation. Only one choice for now:
ACL=acl_afs.o
srcdir = @srcdir@
VPATH = @srcdir@
CC = @CC@
INSTALL = @INSTALL@
RANLIB = @RANLIB@
DEFS = @DEFS@
CPPFLAGS = @CPPFLAGS@
LIBS = @LIBS@
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
SHELL = /bin/sh
prefix = @prefix@
exec_prefix = @exec_prefix@
cyrus_prefix = @cyrus_prefix@
HDRS = $(srcdir)/acl.h $(srcdir)/acte.h $(srcdir)/assert.h $(srcdir)/auth.h \
$(srcdir)/charset.h $(srcdir)/glob.h $(srcdir)/imclient.h \
$(srcdir)/prot.h $(srcdir)/sysexits.h $(srcdir)/util.h \
$(srcdir)/xmalloc.h
-OBJS = acl.o assert.o bsearch.o charset.o glob.o is.o retry.o util.o prot.o \
- imclient.o imparse.o xmalloc.o \
+OBJS = acl.o acte.o assert.o bsearch.o charset.o glob.o is.o retry.o util.o \
+ prot.o imclient.o imparse.o xmalloc.o \
nonblock_@WITH_NONBLOCK@.o lock_@WITH_LOCK@.o gmtoff_@WITH_GMTOFF@.o \
map_@WITH_MAP@.o $(ACL) $(AUTH) @LIBOBJS@
all: libcyrus.a
install:
$(INSTALL) -m 644 libcyrus.a $(DESTDIR)$(exec_prefix)/lib
$(RANLIB) $(DESTDIR)$(exec_prefix)/lib/libcyrus.a
for file in $(HDRS); \
do \
$(INSTALL) -m 644 $$file $(DESTDIR)$(prefix)/include/cyrus || exit 1; \
done
.c.o:
$(CC) -c $(CPPFLAGS) $(DEFS) -I$(srcdir) -I. $(CFLAGS) $<
libcyrus.a: $(OBJS)
rm -f libcyrus.a
$(AR) cr libcyrus.a $(OBJS)
$(RANLIB) libcyrus.a
charset.o: chartables.h
chartables.h: mkchartable
rm -f chartables.h
./mkchartable -m $(srcdir)/charset/unicode.map $(srcdir)/charset/*.t >x-chartables.h
mv x-chartables.h chartables.h
mkchartable: mkchartable.o xmalloc.o assert.o
$(CC) $(LDFLAGS) -o mkchartable mkchartable.o xmalloc.o assert.o
clean:
rm -f *.o *.a chartables.h Makefile.bak
distclean: clean
rm -f Makefile
depend:
makedepend $(CPPFLAGS) $(DEFS) -I$(srcdir) $(CFLAGS) *.c $(srcdir)/*.c
# DO NOT DELETE THIS LINE -- make depend depends on it.

File Metadata

Mime Type
text/x-diff
Expires
Sun, Apr 5, 11:19 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18831549
Default Alt Text
(3 KB)

Event Timeline