]> granicus.if.org Git - uw-imap/commitdiff
add files for 2008-05-12T19:43:44Z
authorUnknown <>
Mon, 12 May 2008 19:43:44 +0000 (19:43 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Fri, 7 Sep 2018 00:05:08 +0000 (00:05 +0000)
Makefile

index bbecbe41ed7cd485706a53c006b1e02ce7a10d86..e6e4987839aaf4f99b4353e5f01b6bc0ec0e3876 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # ========================================================================
-# Copyright 1988-2007 University of Washington
+# Copyright 1988-2008 University of Washington
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # Program:     IMAP Toolkit Makefile
 #
 # Author:      Mark Crispin
-#              Networks and Distributed Computing
-#              Computing & Communications
-#              University of Washington
-#              Administration Building, AG-44
+#              UW Technology
 #              Seattle, WA  98195
-#              Internet: MRC@CAC.Washington.EDU
+#              Internet: MRC@Washington.EDU
 #
 # Date:                7 December 1989
-# Last Edited: 17 December 2007
+# Last Edited: 12 May 2008
 
 
 # Normal command to build IMAP toolkit:
 # nx3  NEXTSTEP 3.x
 # osf  OSF/1 (see sos, os4)
 # os4  OSF/1 (Digital UNIX) 4
+# osi  Apple iPhone and iPod Touch
 # osx  Mac OS X
 # oxp  Mac OS X with Pluggable Authentication Modules (PAM)
 # ptx  PTX
@@ -407,6 +405,15 @@ lsu:       an
        $(BUILD) BUILDTYPE=lnp IP=$(IP6) \
        SPECIALS="SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLCERTS=/usr/share/ssl/certs SSLKEYS=/usr/share/ssl/private GSSDIR=/usr/kerberos"
 
+# iToy does not have Kerberos or PAM.  It doesn't have a
+# /System/Library/OpenSSL directory either, but the libcrypto shared library
+# has these locations so this is what we will use.
+
+osi:   an
+       $(TOUCH) ip6
+       $(BUILD) BUILDTYPE=osx IP=$(IP6) CC=arm-apple-darwin-gcc \
+       SPECIALS="SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLCERTS=/System/Library/OpenSSL/certs SSLKEYS=/System/Library/OpenSSL/private"
+
 oxp:   an
        $(TOUCH) ip6
        $(BUILD) BUILDTYPE=osx IP=$(IP6) EXTRAAUTHENTICATORS="$(EXTRAAUTHENTICATORS) gss" \