Removed globals lib and 68k targets
authorMiro Jurisic <meeroh@mit.edu>
Mon, 22 Nov 1999 22:37:10 +0000 (22:37 +0000)
committerMiro Jurisic <meeroh@mit.edu>
Mon, 22 Nov 1999 22:37:10 +0000 (22:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11903 dc483132-0cff-0310-8789-dd5450dbe970

src/mac/Makefile

index bb5fe487cc1ae9b7558b942cedef8b6955d772c4..560cf69825e9349f58dac84e205e90da330a2b97 100644 (file)
@@ -9,7 +9,6 @@ makefile-name                                                                           = {root-folder}mac:Makefile
 
 library-output-folder                                                          = {root-folder}bin:
 
-library-platform-68K                                   = .68K
 library-platform-PPC                                   = .PPC
 
 library-kind-debug                                             = .debug
@@ -23,10 +22,10 @@ library-kind-final                                          =
 all Ä unset-echo all-debug all-final
 
 #      Debugging versions
-all-debug Ä unset-echo ppc-debug 68k-debug
+all-debug Ä unset-echo ppc-debug
 
 #      Final versions
-all-final Ä unset-echo ppc-final 68k-final
+all-final Ä unset-echo ppc-final
 
 #      Clasic 68K glue
 glue Ä unset-echo glue-gss glue-krb5
@@ -42,54 +41,38 @@ unset-echo 
 ###                    More global constants
 ##############################################################################################################
 
-krb5-globals-root-folder                                                       = {root-folder}¶"mac:libraries:Kerberos v5 Globals:¶"
-
 gss-library-output-folder                                                      = {root-folder}:GSSLib:Binaries:
 krb5-library-output-folder                                                     = {root-folder}:Kerberos5Lib:Binaries:
-krb5-globals-library-output-folder                                     = {root-folder}:Kerberos5GlobalsLib:Binaries:
-krb5-globals-data-library-output-folder                                = {krb5-globals-library-output-folder}
 profile-library-output-folder                                          = {root-folder}:KerberosProfileLib:Binaries:
 comerr-library-output-folder                                           = {root-folder}:ComErrLib:Binaries:
 
 gss-library-name                                                                       = GSSLib
 krb5-library-name                                                                      = Kerberos5Lib
-krb5-globals-library-name                                                      = Krb5GlobalsLib
-krb5-globals-data-library-name                                         = Krb5GlobalsDataLib
 profile-library-name                                                           = KrbProfileLib
 comerr-library-name                                                                    = ComErrLib
 
 gss-library-export                                                                     = {root-folder}mac:GSSLibrary.exp
 krb5-library-export                                                                    = {root-folder}mac:K5Library.exp
-krb5-globals-library-export                                                    = {krb5-globals-root-folder}Krb5Globals.exp
-krb5-globals-data-library-export                                       = {krb5-globals-root-folder}Krb5GlobalsData.exp
 profile-library-export                                                         = {root-folder}util:profile:profile.exp
 comerr-library-export                                                          = {root-folder}util:et:et.exp
 
 gss-library-fragment-name                                                      = "GSSLibrary"
 krb5-library-fragment-name                                                     = "MIT Kerberos¥Kerberos5Lib"
-krb5-globals-library-fragment-name                                     = "MIT Kerberos¥Kerberos5GlobalsLib"
-krb5-globals-data-library-fragment-name                                = "MIT Kerberos¥Kerberos5GlobalsDataLib"
 profile-library-fragment-name                                          = "MIT Kerberos¥KerberosProfileLib"
 comerr-library-fragment-name                                           = "MIT Kerberos¥ComErrLib"
 
 gss-library-main                                                                       = ¶"¶"
 krb5-library-main                                                                      = ¶"¶"
-krb5-globals-library-main                                                      = ¶"¶"
-krb5-globals-data-library-main                                         = ¶"¶"
 profile-library-main                                                           = ¶"¶"
 comerr-library-main                                                                    = ¶"¶"
 
 gss-library-init                                                                       = __initializeGSS
 krb5-library-init                                                                      = __initializeK5
-krb5-globals-library-init                                                      = __initialize_Kerberos5GlobalsLib
-krb5-globals-data-library-init                                         = __initialize
 profile-library-init                                                           = InitializeProfileLib
 comerr-library-init                                                                    = __initialize
        
 gss-library-term                                                                       = __terminateGSS
 krb5-library-term                                                                      = __terminateK5
-krb5-globals-library-term                                                      = __terminate_Kerberos5GlobalsLib
-krb5-globals-data-library-term                                         = __terminate
 profile-library-term                                                           = TerminateProfileLib
 comerr-library-term                                                                    = __terminate
 
@@ -101,14 +84,6 @@ krb5-library-current-version                                                = 2
 krb5-library-definition-version                                                = 2
 krb5-library-implementation-version                                    = 2
 
-krb5-globals-library-current-version                           = 0
-krb5-globals-library-definition-version                                = 0
-krb5-globals-library-implementation-version                    = 0
-
-krb5-globals-data-library-current-version                      = 0
-krb5-globals-data-library-definition-version           = 0
-krb5-globals-data-library-implementation-version       = 0
-
 profile-library-current-version                                                = 0
 profile-library-definition-version                                     = 0
 profile-library-implementation-version                         = 0
@@ -136,24 +111,16 @@ krb5-sources-list                                                         = {root-folder}"Krb5 sources.list"
 profile-sources-list                                                   = {root-folder}"Profile sources.list"
 
 gss-objects-ppc-debug-list                                             = {root-folder}"GSS objects PPC debug.list"
-gss-objects-68k-debug-list                                             = {root-folder}"GSS objects 68K debug.list"
 gss-objects-ppc-final-list                                             = {root-folder}"GSS objects PPC final.list"
-gss-objects-68k-final-list                                             = {root-folder}"GSS objects 68K final.list"
 
 krb5-objects-ppc-debug-list                                            = {root-folder}"Krb5 objects PPC debug.list"
-krb5-objects-68k-debug-list                                            = {root-folder}"Krb5 objects 68K debug.list"
 krb5-objects-ppc-final-list                                            = {root-folder}"Krb5 objects PPC final.list"
-krb5-objects-68k-final-list                                            = {root-folder}"Krb5 objects 68K final.list"
 
 profile-objects-ppc-debug-list                                 = {root-folder}"Profile objects PPC debug.list"
-profile-objects-68k-debug-list                                 = {root-folder}"Profile objects 68K debug.list"
 profile-objects-ppc-final-list                                 = {root-folder}"Profile objects PPC final.list"
-profile-objects-68k-final-list                                 = {root-folder}"Profile objects 68K final.list"
 
 comerr-objects-ppc-debug-list                                  = {root-folder}"ComErr objects PPC debug.list"
-comerr-objects-68k-debug-list                                  = {root-folder}"ComErr objects 68K debug.list"
 comerr-objects-ppc-final-list                                  = {root-folder}"ComErr objects PPC final.list"
-comerr-objects-68k-final-list                                  = {root-folder}"ComErr objects 68K final.list"
 
 all-lists = ¶
        {all-files-list} ¶
@@ -163,21 +130,13 @@ all-lists = 
        {gss-sources-list} ¶
        {krb5-sources-list} ¶
        {gss-objects-ppc-debug-list} ¶
-       {gss-objects-68k-debug-list} ¶
        {gss-objects-ppc-final-list} ¶
-       {gss-objects-68k-final-list} ¶
        {krb5-objects-ppc-debug-list} ¶
-       {krb5-objects-68k-debug-list} ¶
        {krb5-objects-ppc-final-list} ¶
-       {krb5-objects-68k-final-list} ¶
        {profile-objects-ppc-debug-list} ¶
-       {profile-objects-68k-debug-list} ¶
        {profile-objects-ppc-final-list} ¶
-       {profile-objects-68k-final-list} ¶
        {comerr-objects-ppc-debug-list} ¶
-       {comerr-objects-68k-debug-list} ¶
-       {comerr-objects-ppc-final-list} ¶
-       {comerr-objects-68k-final-list}
+       {comerr-objects-ppc-final-list}
 
 file-lists Ä {all-lists}
 
@@ -213,66 +172,34 @@ file-lists 
        perl -x"{list-generation-script-working-folder}" {list-generation-script} gss-objects-ppc-debug {list-generation-script-root} ¶
  < {all-files-list} > {Targ}
 
-{gss-objects-68k-debug-list} Ä {all-files-list} {list-generation-script} {makefile-name}
-       perl -x"{list-generation-script-working-folder}" {list-generation-script} gss-objects-68k-debug {list-generation-script-root} ¶
- < {all-files-list} > {Targ}
-
 {gss-objects-ppc-final-list} Ä {all-files-list} {list-generation-script} {makefile-name}
        perl -x"{list-generation-script-working-folder}" {list-generation-script} gss-objects-ppc-final {list-generation-script-root} ¶
  < {all-files-list} > {Targ}
 
-{gss-objects-68k-final-list} Ä {all-files-list} {list-generation-script} {makefile-name}
-       perl -x"{list-generation-script-working-folder}" {list-generation-script} gss-objects-68k-final {list-generation-script-root} ¶
- < {all-files-list} > {Targ}
-
 {krb5-objects-ppc-debug-list} Ä {all-files-list} {list-generation-script} {makefile-name}
        perl -x"{list-generation-script-working-folder}" {list-generation-script} krb5-objects-ppc-debug {list-generation-script-root} ¶
  < {all-files-list} > {Targ}
 
-{krb5-objects-68k-debug-list} Ä {all-files-list} {list-generation-script} {makefile-name}
-       perl -x"{list-generation-script-working-folder}" {list-generation-script} krb5-objects-68k-debug {list-generation-script-root} ¶
- < {all-files-list} > {Targ}
-
 {krb5-objects-ppc-final-list} Ä {all-files-list} {list-generation-script} {makefile-name}
        perl -x"{list-generation-script-working-folder}" {list-generation-script} krb5-objects-ppc-final {list-generation-script-root} ¶
  < {all-files-list} > {Targ}
 
-{krb5-objects-68k-final-list} Ä {all-files-list} {list-generation-script} {makefile-name}
-       perl -x"{list-generation-script-working-folder}" {list-generation-script} krb5-objects-68k-final {list-generation-script-root} ¶
- < {all-files-list} > {Targ}
-
 {profile-objects-ppc-debug-list} Ä {all-files-list} {list-generation-script} {makefile-name}
        perl -x"{list-generation-script-working-folder}" {list-generation-script} profile-objects-ppc-debug {list-generation-script-root} ¶
  < {all-files-list} > {Targ}
 
-{profile-objects-68k-debug-list} Ä {all-files-list} {list-generation-script} {makefile-name}
-       perl -x"{list-generation-script-working-folder}" {list-generation-script} profile-objects-68k-debug {list-generation-script-root} ¶
- < {all-files-list} > {Targ}
-
 {profile-objects-ppc-final-list} Ä {all-files-list} {list-generation-script} {makefile-name}
        perl -x"{list-generation-script-working-folder}" {list-generation-script} profile-objects-ppc-final {list-generation-script-root} ¶
  < {all-files-list} > {Targ}
 
-{profile-objects-68k-final-list} Ä {all-files-list} {list-generation-script} {makefile-name}
-       perl -x"{list-generation-script-working-folder}" {list-generation-script} profile-objects-68k-final {list-generation-script-root} ¶
- < {all-files-list} > {Targ}
-
 {comerr-objects-ppc-debug-list} Ä {all-files-list} {list-generation-script} {makefile-name}
        perl -x"{list-generation-script-working-folder}" {list-generation-script} comerr-objects-ppc-debug {list-generation-script-root} ¶
  < {all-files-list} > {Targ}
 
-{comerr-objects-68k-debug-list} Ä {all-files-list} {list-generation-script} {makefile-name}
-       perl -x"{list-generation-script-working-folder}" {list-generation-script} comerr-objects-68k-debug {list-generation-script-root} ¶
- < {all-files-list} > {Targ}
-
 {comerr-objects-ppc-final-list} Ä {all-files-list} {list-generation-script} {makefile-name}
        perl -x"{list-generation-script-working-folder}" {list-generation-script} comerr-objects-ppc-final {list-generation-script-root} ¶
  < {all-files-list} > {Targ}
 
-{comerr-objects-68k-final-list} Ä {all-files-list} {list-generation-script} {makefile-name}
-       perl -x"{list-generation-script-working-folder}" {list-generation-script} comerr-objects-68k-final {list-generation-script-root} ¶
- < {all-files-list} > {Targ}
-
 ##############################################################################################################
 ###                    Autogenerated files
 ##############################################################################################################
@@ -408,17 +335,6 @@ autogenerated-files = 
 ###                    krb5-library-init                                                               -- name of Krb5 library initialization routine
 ###                    krb5-library-term                                                               -- name of Krb5 library termination routine
 ###                    krb5-library-linker-options                                             -- all other Krb5 library linker options
-###            For Krb5 globals library
-###                    krb5-globals-library-output-folder                              -- destination of Krb5 globals library output
-###                    krb5-globals-library-name                                               -- name of the Krb5 globals library
-###                    krb5-globals-library-export                                             -- name of gss Krb5 globals library export file
-###                    krb5-globals-library-libraries                                  -- list of libraries Krb5 globals library links against
-###                    krb5-globals-library-objects                                    -- list of object files Krb5 globals library links
-###                    krb5-globals-library-fragment-name                              -- name of Krb5 globals library fragment
-###                    krb5-globals-library-main                                               -- name of Krb5 globals library main entry point
-###                    krb5-globals-library-init                                               -- name of Krb5 globals library initialization routine
-###                    krb5-globals-library-term                                               -- name of Krb5 globals library termination routine
-###                    krb5-globals-library-linker-options                             -- all other Krb5 globals library linker options
 ###            For profile library
 ###                    profile-library-output-folder                                   -- destination of profile library output
 ###                    profile-library-name                                                    -- name of the profile library
@@ -453,14 +369,10 @@ autogenerated-files = 
 ### The following variables are platform- or kind-specific, but constant
 
 clib-ppc-debug                                         = {mitsupportlib-root-folder}CLib:Binaries:CLib.PPC.debug
-clib-68k-debug                                         = {mitsupportlib-root-folder}CLib:Binaries:CLib.68K.debug
 clib-ppc-final                                         = {mitsupportlib-root-folder}CLib:Binaries:CLib.PPC
-clib-68k-final                                         = {mitsupportlib-root-folder}CLib:Binaries:CLib.68K
 
 runtimelib-ppc-debug                           = {mitsupportlib-root-folder}RuntimeLib:Binaries:RuntimeLib.PPC.debug
-runtimelib-68k-debug                           = {mitsupportlib-root-folder}RuntimeLib:Binaries:RuntimeLib.68K.debug
 runtimelib-ppc-final                           = {mitsupportlib-root-folder}RuntimeLib:Binaries:RuntimeLib.PPC
-runtimelib-68k-final                           = {mitsupportlib-root-folder}RuntimeLib:Binaries:RuntimeLib.68K
 
 standard-libraries-ppc-debug                   = ¶
        "{clib-ppc-debug}" ¶
@@ -468,146 +380,67 @@ standard-libraries-ppc-debug                     = 
        ¶"{MWPPCLibraries}MSL ShLibRuntime.Lib¶" ¶
        ¶"{SharedLibraries}InterfaceLib¶" ¶
        ¶"{SharedLibraries}MathLib¶"
-standard-libraries-68k-debug                   = ¶
-       "{clib-68k-debug}" ¶
-       "{runtimelib-68k-debug}" ¶
-       ¶"{MW68KLibraries}MSL ShLibRuntimeCFM68K.Lib¶" ¶
-       ¶"{SharedLibraries}InterfaceLib¶" ¶
-       ¶"{MW68KLibraries}MathLibCFM68K (4i_8d).Lib¶"
 standard-libraries-ppc-final                   = ¶
        "{clib-ppc-final}" ¶
        "{runtimelib-ppc-final}" ¶
        ¶"{MWPPCLibraries}MSL ShLibRuntime.Lib¶" ¶
        ¶"{SharedLibraries}InterfaceLib¶" ¶
        ¶"{SharedLibraries}MathLib¶"
-standard-libraries-68k-final                   = ¶
-       "{clib-68k-final}" ¶
-       "{runtimelib-68k-final}" ¶
-       ¶"{MW68KLibraries}MSL ShLibRuntimeCFM68K.Lib¶" ¶
-       ¶"{SharedLibraries}InterfaceLib¶" ¶
-       ¶"{MW68KLibraries}MathLibCFM68K (4i_8d).Lib¶"
 
 ccachelib-ppc-debug                                            = {mitkerberoslib-root-folder}CCacheLib:Binaries:CCacheLib.PPC.debug
-ccachelib-68k-debug                                            = {mitkerberoslib-root-folder}CCacheLib:Binaries:CCacheLib.68K.debug
 ccachelib-ppc-final                                            = {mitkerberoslib-root-folder}CCacheLib:Binaries:CCacheLib.PPC
-ccachelib-68k-final                                            = {mitkerberoslib-root-folder}CCacheLib:Binaries:CCacheLib.68K
 
 socketslib-ppc-debug                                   = {mitsupportlib-root-folder}SocketsLib:Binaries:SocketsLib.PPC.debug
-socketslib-68k-debug                                   = {mitsupportlib-root-folder}SocketsLib:Binaries:SocketsLib.68K.debug
 socketslib-ppc-final                                   = {mitsupportlib-root-folder}SocketsLib:Binaries:SocketsLib.PPC
-socketslib-68k-final                                   = {mitsupportlib-root-folder}SocketsLib:Binaries:SocketsLib.68K
 
 errorlib-ppc-debug                                             = {mitsupportlib-root-folder}ErrorLib:Binaries:ErrorLib.PPC.debug
-errorlib-68k-debug                                             = {mitsupportlib-root-folder}ErrorLib:Binaries:ErrorLib.68K.debug
 errorlib-ppc-final                                             = {mitsupportlib-root-folder}ErrorLib:Binaries:ErrorLib.PPC
-errorlib-68k-final                                             = {mitsupportlib-root-folder}ErrorLib:Binaries:ErrorLib.68K
 
 object-suffix-ppc-debug                                        = .ppcd.o
-object-suffix-68k-debug                                        = .68kd.o
 object-suffix-ppc-final                                        = .ppcf.o
-object-suffix-68k-final                                        = .68kf.o
 object-suffix-ppc-data                                 = .ppc.o
-object-suffix-68k-data                                 = .68k.o
 
 gss-library-libraries-ppc-debug = ¶
        {standard-libraries-ppc-debug} ¶
        {krb5-library-output-folder}{krb5-library-name}{library-platform-ppc}{library-kind-debug} ¶
        {profile-library-output-folder}{profile-library-name}{library-platform-ppc}{library-kind-debug} ¶
        {comerr-library-output-folder}{comerr-library-name}{library-platform-ppc}{library-kind-debug}
-gss-library-libraries-68k-debug = ¶
-       {standard-libraries-68k-debug} ¶
-       {krb5-library-output-folder}{krb5-library-name}{library-platform-68k}{library-kind-debug} ¶
-       {profile-library-output-folder}{profile-library-name}{library-platform-68k}{library-kind-debug} ¶
-       {comerr-library-output-folder}{comerr-library-name}{library-platform-68k}{library-kind-debug}
 gss-library-libraries-ppc-final = ¶
        {standard-libraries-ppc-final} ¶
        {krb5-library-output-folder}{krb5-library-name}{library-platform-ppc}{library-kind-final} ¶
        {profile-library-output-folder}{profile-library-name}{library-platform-ppc}{library-kind-final} ¶
        {comerr-library-output-folder}{comerr-library-name}{library-platform-ppc}{library-kind-final}
-gss-library-libraries-68k-final = ¶
-       {standard-libraries-68k-final} ¶
-       {krb5-library-output-folder}{krb5-library-name}{library-platform-68k}{library-kind-final} ¶
-       {profile-library-output-folder}{profile-library-name}{library-platform-68k}{library-kind-final} ¶
-       {comerr-library-output-folder}{comerr-library-name}{library-platform-68k}{library-kind-final}
 
 krb5-library-libraries-ppc-debug = ¶
        {standard-libraries-ppc-debug} ¶
        {ccachelib-ppc-debug} ¶
        {socketslib-ppc-debug} ¶
        {errorlib-ppc-debug} ¶
-       {krb5-globals-library-output-folder}{krb5-globals-library-name}{library-platform-ppc}{library-kind-debug} ¶
        {profile-library-output-folder}{profile-library-name}{library-platform-ppc}{library-kind-debug} ¶
        {comerr-library-output-folder}{comerr-library-name}{library-platform-ppc}{library-kind-debug} ¶
        ¶"{PPCLibraries}PPCMath64Lib.o¶" ¶
        ¶"{SharedLibraries}DriverServicesLib¶"
-krb5-library-libraries-68k-debug = ¶
-       {standard-libraries-68k-debug} ¶
-       {ccachelib-68k-debug} ¶
-       {socketslib-68k-debug} ¶
-       {errorlib-68k-debug} ¶
-       {krb5-globals-library-output-folder}{krb5-globals-library-name}{library-platform-68k}{library-kind-debug} ¶
-       {profile-library-output-folder}{profile-library-name}{library-platform-68k}{library-kind-debug} ¶
-       {comerr-library-output-folder}{comerr-library-name}{library-platform-68k}{library-kind-debug}
 krb5-library-libraries-ppc-final = ¶
        {standard-libraries-ppc-final} ¶
        {ccachelib-ppc-final} ¶
        {socketslib-ppc-final} ¶
        {errorlib-ppc-final} ¶
-       {krb5-globals-library-output-folder}{krb5-globals-library-name}{library-platform-ppc}{library-kind-final} ¶
        {profile-library-output-folder}{profile-library-name}{library-platform-ppc}{library-kind-final} ¶
        {comerr-library-output-folder}{comerr-library-name}{library-platform-ppc}{library-kind-final} ¶
        ¶"{PPCLibraries}PPCMath64Lib.o¶" ¶
        ¶"{SharedLibraries}DriverServicesLib¶"
-krb5-library-libraries-68k-final = ¶
-       {standard-libraries-68k-final} ¶
-       {ccachelib-68k-final} ¶
-       {socketslib-68k-final} ¶
-       {errorlib-68k-final} ¶
-       {krb5-globals-library-output-folder}{krb5-globals-library-name}{library-platform-68k}{library-kind-final} ¶
-       {profile-library-output-folder}{profile-library-name}{library-platform-68k}{library-kind-final} ¶
-       {comerr-library-output-folder}{comerr-library-name}{library-platform-68k}{library-kind-final}
-
-krb5-globals-library-libraries-ppc-debug = ¶
-       {standard-libraries-ppc-debug} ¶
-       {ccachelib-ppc-debug} ¶
-       {krb5-globals-data-library-output-folder}{krb5-globals-data-library-name}{library-platform-ppc}
-krb5-globals-library-libraries-68k-debug = ¶
-       {standard-libraries-68k-debug} ¶
-       {ccachelib-68k-debug} ¶
-       {krb5-globals-data-library-output-folder}{krb5-globals-data-library-name}{library-platform-68k}
-krb5-globals-library-libraries-ppc-final = ¶
-       {standard-libraries-ppc-final} ¶
-       {ccachelib-ppc-final} ¶
-       {krb5-globals-data-library-output-folder}{krb5-globals-data-library-name}{library-platform-ppc}
-krb5-globals-library-libraries-68k-final = ¶
-       {standard-libraries-68k-final} ¶
-       {ccachelib-68k-final} ¶
-       {krb5-globals-data-library-output-folder}{krb5-globals-data-library-name}{library-platform-68k}
-       
-krb5-globals-data-library-libraries-ppc = ¶"{MWPPCLibraries}MSL RuntimePPC.Lib¶"
-krb5-globals-data-library-libraries-68k = ¶"{MW68KLibraries}MSL MWCFM68KRuntime.Lib¶"
 
 profile-library-libraries-ppc-debug = ¶
        {standard-libraries-ppc-debug} ¶
        {comerr-library-output-folder}{comerr-library-name}{library-platform-ppc}{library-kind-debug}
-profile-library-libraries-68k-debug = ¶
-       {standard-libraries-68k-debug} ¶
-       {comerr-library-output-folder}{comerr-library-name}{library-platform-68k}{library-kind-debug}
 profile-library-libraries-ppc-final = ¶
        {standard-libraries-ppc-final} ¶
        {comerr-library-output-folder}{comerr-library-name}{library-platform-ppc}{library-kind-final}
-profile-library-libraries-68k-final = ¶
-       {standard-libraries-68k-final} ¶
-       {comerr-library-output-folder}{comerr-library-name}{library-platform-68k}{library-kind-final}
 
 comerr-library-libraries-ppc-debug = ¶
        {standard-libraries-ppc-debug} {errorlib-ppc-debug}
-comerr-library-libraries-68k-debug = ¶
-       {standard-libraries-68k-debug} {errorlib-68k-debug}
 comerr-library-libraries-ppc-final = ¶
        {standard-libraries-ppc-final} {errorlib-ppc-final}
-comerr-library-libraries-68k-final = ¶
-       {standard-libraries-68k-final} {errorlib-68k-final}
 
 ### Construct linker options. 
 
@@ -621,9 +454,7 @@ gss-library-common-linker-options = 
        -uv {gss-library-implementation-version}
 
 gss-library-linker-options-ppc-debug = {common-linker-options-debug} {gss-library-common-linker-options}
-gss-library-linker-options-68k-debug = {common-linker-options-debug} {gss-library-common-linker-options}
 gss-library-linker-options-ppc-final = {common-linker-options-final} {gss-library-common-linker-options}
-gss-library-linker-options-68k-final = {common-linker-options-final} {gss-library-common-linker-options}
 
 krb5-library-common-linker-options = ¶
        -cv {krb5-library-current-version} ¶
@@ -631,28 +462,7 @@ krb5-library-common-linker-options = 
        -uv {krb5-library-implementation-version}
 
 krb5-library-linker-options-ppc-debug = {common-linker-options-debug} {krb5-library-common-linker-options} -weaklib "DriverServicesLib"
-krb5-library-linker-options-68k-debug = {common-linker-options-debug} {krb5-library-common-linker-options}
 krb5-library-linker-options-ppc-final = {common-linker-options-final} {krb5-library-common-linker-options} -weaklib "DriverServicesLib"
-krb5-library-linker-options-68k-final = {common-linker-options-final} {krb5-library-common-linker-options}
-
-krb5-globals-library-common-linker-options = ¶
-       -cv {krb5-globals-library-current-version} ¶
-       -dv {krb5-globals-library-definition-version} ¶
-       -uv {krb5-globals-library-implementation-version}
-
-krb5-globals-library-linker-options-ppc-debug = {common-linker-options-debug} {krb5-globals-library-common-linker-options}
-krb5-globals-library-linker-options-68k-debug = {common-linker-options-debug} {krb5-globals-library-common-linker-options}
-krb5-globals-library-linker-options-ppc-final = {common-linker-options-final} {krb5-globals-library-common-linker-options}
-krb5-globals-library-linker-options-68k-final = {common-linker-options-final} {krb5-globals-library-common-linker-options}
-
-krb5-globals-data-library-common-linker-options = ¶
-       -cv {krb5-globals-data-library-current-version} ¶
-       -dv {krb5-globals-data-library-definition-version} ¶
-       -uv {krb5-globals-data-library-implementation-version} ¶
-       -sharedata
-
-krb5-globals-data-library-linker-options-ppc = {common-linker-options-debug} {krb5-globals-data-library-common-linker-options}
-krb5-globals-data-library-linker-options-68k = {common-linker-options-debug} {krb5-globals-data-library-common-linker-options}
 
 profile-library-common-linker-options = ¶
        -cv {profile-library-current-version} ¶
@@ -660,9 +470,7 @@ profile-library-common-linker-options = 
        -uv {profile-library-implementation-version}
 
 profile-library-linker-options-ppc-debug = {common-linker-options-debug} {profile-library-common-linker-options}
-profile-library-linker-options-68k-debug = {common-linker-options-debug} {profile-library-common-linker-options}
 profile-library-linker-options-ppc-final = {common-linker-options-final} {profile-library-common-linker-options}
-profile-library-linker-options-68k-final = {common-linker-options-final} {profile-library-common-linker-options}
 
 comerr-library-common-linker-options = ¶
        -cv {comerr-library-current-version} ¶
@@ -670,60 +478,27 @@ comerr-library-common-linker-options = 
        -uv {comerr-library-implementation-version}
 
 comerr-library-linker-options-ppc-debug = {common-linker-options-debug} {comerr-library-common-linker-options}
-comerr-library-linker-options-68k-debug = {common-linker-options-debug} {comerr-library-common-linker-options}
 comerr-library-linker-options-ppc-final = {common-linker-options-final} {comerr-library-common-linker-options}
-comerr-library-linker-options-68k-final = {common-linker-options-final} {comerr-library-common-linker-options}
 
 gss-library-objects-ppc-debug = `catenate {gss-objects-ppc-debug-list} | StreamEdit -d -set prefix="{root-folder}" -e "/¥:(Å)¨2/ Print prefix¨2"` ¶
        {root-folder}mac:GSS.CFM{object-suffix-ppc-debug}
-gss-library-objects-68k-debug = `catenate {gss-objects-68k-debug-list} | StreamEdit -d -set prefix="{root-folder}" -e "/¥:(Å)¨2/ Print prefix¨2"` ¶
-       {root-folder}mac:GSS.CFM{object-suffix-68k-debug}
 gss-library-objects-ppc-final = `catenate {gss-objects-ppc-final-list} | StreamEdit -d -set prefix="{root-folder}" -e "/¥:(Å)¨2/ Print prefix¨2"` ¶
        {root-folder}mac:GSS.CFM{object-suffix-ppc-final}
-gss-library-objects-68k-final = `catenate {gss-objects-68k-final-list} | StreamEdit -d -set prefix="{root-folder}" -e "/¥:(Å)¨2/ Print prefix¨2"` ¶
-       {root-folder}mac:GSS.CFM{object-suffix-68k-final}
 
 krb5-library-objects-ppc-debug = `catenate {krb5-objects-ppc-debug-list} | StreamEdit -d -set prefix="{root-folder}" -e "/¥:(Å)¨2/ Print prefix¨2"` ¶
        {root-folder}mac:K5.CFM{object-suffix-ppc-debug}
-krb5-library-objects-68k-debug = `catenate {krb5-objects-68k-debug-list} | StreamEdit -d -set prefix="{root-folder}" -e "/¥:(Å)¨2/ Print prefix¨2"` ¶
-       {root-folder}mac:K5.CFM{object-suffix-68k-debug}
 krb5-library-objects-ppc-final = `catenate {krb5-objects-ppc-final-list} | StreamEdit -d -set prefix="{root-folder}" -e "/¥:(Å)¨2/ Print prefix¨2"` ¶
        {root-folder}mac:K5.CFM{object-suffix-ppc-final}
-krb5-library-objects-68k-final = `catenate {krb5-objects-68k-final-list} | StreamEdit -d -set prefix="{root-folder}" -e "/¥:(Å)¨2/ Print prefix¨2"` ¶
-       {root-folder}mac:K5.CFM{object-suffix-68k-final}
-
-krb5-globals-library-objects-ppc-debug = ¶
-       {krb5-globals-root-folder}Krb5Globals{object-suffix-ppc-debug} ¶
-       {krb5-globals-root-folder}Krb5Globals.CFM{object-suffix-ppc-debug}
-krb5-globals-library-objects-68k-debug = ¶
-       {krb5-globals-root-folder}Krb5Globals{object-suffix-68k-debug} ¶
-       {krb5-globals-root-folder}Krb5Globals.CFM{object-suffix-68k-debug}
-krb5-globals-library-objects-ppc-final = ¶
-       {krb5-globals-root-folder}Krb5Globals{object-suffix-ppc-final} ¶
-       {krb5-globals-root-folder}Krb5Globals.CFM{object-suffix-ppc-final}
-krb5-globals-library-objects-68k-final = ¶
-       {krb5-globals-root-folder}Krb5Globals{object-suffix-68k-final} ¶
-       {krb5-globals-root-folder}Krb5Globals.CFM{object-suffix-68k-final}
-
-krb5-globals-data-library-objects-ppc = {krb5-globals-root-folder}Krb5GlobalsData{object-suffix-ppc-data}
-krb5-globals-data-library-objects-68k = {krb5-globals-root-folder}Krb5GlobalsData{object-suffix-68k-data}
 
 profile-library-objects-ppc-debug = `catenate {profile-objects-ppc-debug-list} | StreamEdit -d -set prefix="{root-folder}" -e "/¥:(Å)¨2/ Print prefix¨2"` ¶
        {root-folder}mac:ProfileLib.CFM{object-suffix-ppc-debug}
-profile-library-objects-68k-debug = `catenate {profile-objects-68k-debug-list} | StreamEdit -d -set prefix="{root-folder}" -e "/¥:(Å)¨2/ Print prefix¨2"` ¶
-       {root-folder}mac:ProfileLib.CFM{object-suffix-68k-debug}
 profile-library-objects-ppc-final = `catenate {profile-objects-ppc-final-list} | StreamEdit -d -set prefix="{root-folder}" -e "/¥:(Å)¨2/ Print prefix¨2"` ¶
        {root-folder}mac:ProfileLib.CFM{object-suffix-ppc-final}
-profile-library-objects-68k-final = `catenate {profile-objects-68k-final-list} | StreamEdit -d -set prefix="{root-folder}" -e "/¥:(Å)¨2/ Print prefix¨2"` ¶
-       {root-folder}mac:ProfileLib.CFM{object-suffix-68k-final}
 
 comerr-library-objects-ppc-debug = `catenate {comerr-objects-ppc-debug-list} | StreamEdit -d -set prefix="{root-folder}" -e "/¥:(Å)¨2/ Print prefix¨2"`
-comerr-library-objects-68k-debug = `catenate {comerr-objects-68k-debug-list} | StreamEdit -d -set prefix="{root-folder}" -e "/¥:(Å)¨2/ Print prefix¨2"`
 comerr-library-objects-ppc-final = `catenate {comerr-objects-ppc-final-list} | StreamEdit -d -set prefix="{root-folder}" -e "/¥:(Å)¨2/ Print prefix¨2"`
-comerr-library-objects-68k-final = `catenate {comerr-objects-68k-final-list} | StreamEdit -d -set prefix="{root-folder}" -e "/¥:(Å)¨2/ Print prefix¨2"`
 
 library-linker-ppc                                             = MWLinkPPC
-library-linker-68K                                             = MWLink68K
 
 ### Construct compiler options.
 
@@ -735,7 +510,6 @@ common-compiler-options = 
 
 # Don't put the prefix file in these options because they are used to precompile the prefix file
 ppc-compiler-options = -tb on
-68k-compiler-options = -model cfmflat 
 debug-compiler-options = -sym on
 final-compiler-options = -sym off
 
@@ -746,27 +520,20 @@ mitsupportlib-include-paths = 
 
 include-paths = `catenate {include-folders-list} | StreamEdit -d -set prefix="{root-folder}mac:" -e "/-i (Å)¨1/ Print '-i 'prefix¨1"` ¶
        -i {mitkerberoslib-root-folder}CCacheLib:Headers: ¶
-       -i {krb5-globals-root-folder} ¶
        {mitsupportlib-include-paths}
                
 compiler-options-ppc-debug = {include-paths} {common-compiler-options} {ppc-compiler-options} ¶
        {debug-compiler-options} -prefix {precompiled-headers-ppc}
-compiler-options-68k-debug = {include-paths} {common-compiler-options} {68k-compiler-options} ¶
-       {debug-compiler-options} -prefix {precompiled-headers-68k}
 compiler-options-ppc-final = {include-paths} {common-compiler-options} {ppc-compiler-options} ¶
        {final-compiler-options} -prefix {precompiled-headers-ppc}
-compiler-options-68k-final = {include-paths} {common-compiler-options} {68k-compiler-options} ¶
-       {final-compiler-options} -prefix {precompiled-headers-68k}
 
 compiler-ppc                                                   = MWCPPC
-compiler-68k                                                   = MWC68K
 
 ### Precompiled headers
 
 precompiled-headers-folder = {root-folder}mac:libraries:
 
 precompiled-headers-ppc = {precompiled-headers-folder}KerberosHeaders.PPC
-precompiled-headers-68k = {precompiled-headers-folder}KerberosHeaders.68K
 
 precompiled-headers-source = {precompiled-headers-folder}KerberosHeaders.pch
 
@@ -774,10 +541,6 @@ precompiled-headers-source = {precompiled-headers-folder}KerberosHeaders.pch
        {compiler-ppc} {precompiled-headers-source} {common-compiler-options} {ppc-compiler-options} ¶
                -precompile {Targ} -i {precompiled-headers-folder} {mitsupportlib-include-paths}
 
-{precompiled-headers-68k} Ä {precompiled-headers-source} {precompiled-headers-folder}KerberosHeaders.h
-       {compiler-68k} {precompiled-headers-source} {common-compiler-options} {68k-compiler-options} ¶
-               -precompile {Targ} -i {precompiled-headers-folder} {mitsupportlib-include-paths}
-
 make-options-common = ¶
        -f {makefile-name} ¶
        -d root-folder="{root-folder}" ¶
@@ -796,20 +559,6 @@ make-options-common = 
        -d krb5-library-main="{krb5-library-main}" ¶
        -d krb5-library-init="{krb5-library-init}" ¶
        -d krb5-library-term="{krb5-library-term}" ¶
-       -d krb5-globals-library-output-folder="{krb5-globals-library-output-folder}" ¶
-       -d krb5-globals-library-name="{krb5-globals-library-name}" ¶
-       -d krb5-globals-library-export="{krb5-globals-library-export}" ¶
-       -d krb5-globals-library-fragment-name={krb5-globals-library-fragment-name} ¶
-       -d krb5-globals-library-main="{krb5-globals-library-main}" ¶
-       -d krb5-globals-library-init="{krb5-globals-library-init}" ¶
-       -d krb5-globals-data-library-term="{krb5-globals-data-library-term}" ¶
-       -d krb5-globals-data-library-output-folder="{krb5-globals-data-library-output-folder}" ¶
-       -d krb5-globals-data-library-name="{krb5-globals-data-library-name}" ¶
-       -d krb5-globals-data-library-export="{krb5-globals-data-library-export}" ¶
-       -d krb5-globals-data-library-fragment-name={krb5-globals-data-library-fragment-name} ¶
-       -d krb5-globals-data-library-main="{krb5-globals-data-library-main}" ¶
-       -d krb5-globals-data-library-init="{krb5-globals-data-library-init}" ¶
-       -d krb5-globals-data-library-term="{krb5-globals-data-library-term}" ¶
        -d profile-library-output-folder="{profile-library-output-folder}" ¶
        -d profile-library-name="{profile-library-name}" ¶
        -d profile-library-export="{profile-library-export}" ¶
@@ -835,12 +584,6 @@ make-options-ppc-debug = 
        -d krb5-library-libraries="{krb5-library-libraries-ppc-debug}" ¶
        -d krb5-library-objects="{krb5-library-objects-ppc-debug}" ¶
        -d krb5-library-linker-options="{krb5-library-linker-options-ppc-debug}" ¶
-       -d krb5-globals-library-libraries="{krb5-globals-library-libraries-ppc-debug}" ¶
-       -d krb5-globals-library-objects="{krb5-globals-library-objects-ppc-debug}" ¶
-       -d krb5-globals-library-linker-options="{krb5-globals-library-linker-options-ppc-debug}" ¶
-       -d krb5-globals-data-library-libraries="{krb5-globals-data-library-libraries-ppc}" ¶
-       -d krb5-globals-data-library-objects="{krb5-globals-data-library-objects-ppc}" ¶
-       -d krb5-globals-data-library-linker-options="{krb5-globals-data-library-linker-options-ppc}" ¶
        -d profile-library-libraries="{profile-library-libraries-ppc-debug}" ¶
        -d profile-library-objects="{profile-library-objects-ppc-debug}" ¶
        -d profile-library-linker-options="{profile-library-linker-options-ppc-debug}" ¶
@@ -853,35 +596,6 @@ make-options-ppc-debug = 
        -d compiler="{compiler-ppc}" ¶
        -d precompiled-headers="{precompiled-headers-ppc}"
        
-make-options-68k-debug = ¶
-       -d library-linker="{library-linker-68k}" ¶
-       -d library-platform="{library-platform-68k}" ¶
-       -d library-kind="{library-kind-debug}" ¶
-       -d gss-library-libraries="{gss-library-libraries-68k-debug}" ¶
-       -d gss-library-objects="{gss-library-objects-68k-debug}" ¶
-       -d gss-library-linker-options="{gss-library-linker-options-68k-debug}" ¶
-       -d krb5-library-libraries="{krb5-library-libraries-68k-debug}" ¶
-       -d krb5-library-objects="{krb5-library-objects-68k-debug}" ¶
-       -d krb5-library-linker-options="{krb5-library-linker-options-68k-debug}" ¶
-       -d krb5-globals-library-libraries="{krb5-globals-library-libraries-68k-debug}" ¶
-       -d krb5-globals-library-objects="{krb5-globals-library-objects-68k-debug}" ¶
-       -d krb5-globals-library-linker-options="{krb5-globals-library-linker-options-68k-debug}" ¶
-       -d krb5-globals-data-library-libraries="{krb5-globals-data-library-libraries-68k}" ¶
-       -d krb5-globals-data-library-objects="{krb5-globals-data-library-objects-68k}" ¶
-       -d krb5-globals-data-library-linker-options="{krb5-globals-data-library-linker-options-68k}" ¶
-       -d profile-library-libraries="{profile-library-libraries-68k-debug}" ¶
-       -d profile-library-objects="{profile-library-objects-68k-debug}" ¶
-       -d profile-library-linker-options="{profile-library-linker-options-68k-debug}" ¶
-       -d comerr-library-libraries="{comerr-library-libraries-68k-debug}" ¶
-       -d comerr-library-objects="{comerr-library-objects-68k-debug}" ¶
-       -d comerr-library-linker-options="{comerr-library-linker-options-68k-debug}" ¶
-       -d object-suffix="{object-suffix-68k-debug}" ¶
-       -d object-suffix-data="{object-suffix-68k-data}" ¶
-       -d compiler-options="{compiler-options-68k-debug}" ¶
-       -d compiler="{compiler-68k}" ¶
-       -d precompiled-headers="{precompiled-headers-68k}"
-
-       
 make-options-ppc-final = ¶
        -d library-linker="{library-linker-ppc}" ¶
        -d library-platform="{library-platform-ppc}" ¶
@@ -892,12 +606,6 @@ make-options-ppc-final = 
        -d krb5-library-libraries="{krb5-library-libraries-ppc-final}" ¶
        -d krb5-library-objects="{krb5-library-objects-ppc-final}" ¶
        -d krb5-library-linker-options="{krb5-library-linker-options-ppc-final}" ¶
-       -d krb5-globals-library-libraries="{krb5-globals-library-libraries-ppc-final}" ¶
-       -d krb5-globals-library-objects="{krb5-globals-library-objects-ppc-final}" ¶
-       -d krb5-globals-library-linker-options="{krb5-globals-library-linker-options-ppc-final}" ¶
-       -d krb5-globals-data-library-libraries="{krb5-globals-data-library-libraries-ppc}" ¶
-       -d krb5-globals-data-library-objects="{krb5-globals-data-library-objects-ppc}" ¶
-       -d krb5-globals-data-library-linker-options="{krb5-globals-data-library-linker-options-ppc}" ¶
        -d profile-library-libraries="{profile-library-libraries-ppc-final}" ¶
        -d profile-library-objects="{profile-library-objects-ppc-final}" ¶
        -d profile-library-linker-options="{profile-library-linker-options-ppc-final}" ¶
@@ -910,34 +618,6 @@ make-options-ppc-final = 
        -d compiler="{compiler-ppc}" ¶
        -d precompiled-headers="{precompiled-headers-ppc}"
        
-make-options-68k-final = ¶
-       -d library-linker="{library-linker-68k}" ¶
-       -d library-platform="{library-platform-68k}" ¶
-       -d library-kind="{library-kind-final}" ¶
-       -d gss-library-libraries="{gss-library-libraries-68k-final}" ¶
-       -d gss-library-objects="{gss-library-objects-68k-final}" ¶
-       -d gss-library-linker-options="{gss-library-linker-options-68k-final}" ¶
-       -d krb5-library-libraries="{krb5-library-libraries-68k-final}" ¶
-       -d krb5-library-objects="{krb5-library-objects-68k-final}" ¶
-       -d krb5-library-linker-options="{krb5-library-linker-options-68k-final}" ¶
-       -d krb5-globals-library-libraries="{krb5-globals-library-libraries-68k-final}" ¶
-       -d krb5-globals-library-objects="{krb5-globals-library-objects-68k-final}" ¶
-       -d krb5-globals-library-linker-options="{krb5-globals-library-linker-options-68k-final}" ¶
-       -d krb5-globals-data-library-libraries="{krb5-globals-data-library-libraries-68k}" ¶
-       -d krb5-globals-data-library-objects="{krb5-globals-data-library-objects-68k}" ¶
-       -d krb5-globals-data-library-linker-options="{krb5-globals-data-library-linker-options-68k}" ¶
-       -d profile-library-libraries="{profile-library-libraries-68k-final}" ¶
-       -d profile-library-objects="{profile-library-objects-68k-final}" ¶
-       -d profile-library-linker-options="{profile-library-linker-options-68k-final}" ¶
-       -d comerr-library-libraries="{comerr-library-libraries-68k-final}" ¶
-       -d comerr-library-objects="{comerr-library-objects-68k-final}" ¶
-       -d comerr-library-linker-options="{comerr-library-linker-options-68k-final}" ¶
-       -d object-suffix="{object-suffix-68k-final}" ¶
-       -d object-suffix-data="{object-suffix-68k-data}" ¶
-       -d compiler-options="{compiler-options-68k-final}" ¶
-       -d compiler="{compiler-68k}" ¶
-       -d precompiled-headers="{precompiled-headers-68k}"
-
 make-output = "{TempFolder}GSS/Kerberos Makefile script"
 submakefile-target = gss-library
 
@@ -946,22 +626,11 @@ ppc-debug 
        Make {make-options-common} {make-options-ppc-debug} {submakefile-target} > {make-output}
        {make-output}
        
-68k-debug Ä glue headers documentation  {makefile-name} {gss-objects-68k-debug-list} {krb5-objects-68k-debug-list} ¶
-        {profile-objects-68k-debug-list} {comerr-objects-68k-debug-list} {include-folders-list}
-       Make {make-options-common} {make-options-68k-debug} {submakefile-target} > {make-output}
-       {make-output}
-       
 ppc-final Ä glue headers documentation  {makefile-name} {gss-objects-ppc-final-list} {krb5-objects-ppc-final-list} ¶
        {profile-objects-ppc-final-list} {comerr-objects-ppc-final-list} {include-folders-list}
        Make {make-options-common} {make-options-ppc-final} {submakefile-target} > {make-output}
        {make-output}
        
-68k-final Ä glue headers documentation  {makefile-name} {gss-objects-68k-final-list} {krb5-objects-68k-final-list} ¶
-       {profile-objects-68k-final-list} {comerr-objects-68k-final-list} {include-folders-list}
-       Make {make-options-common} {make-options-68k-final} {submakefile-target} > {make-output}
-       {make-output}
-       
-
 ##############################################################################################################
 ###                    Variable targets -- these depend on which target we select in the above make invocations
 ##############################################################################################################
@@ -988,28 +657,6 @@ ppc-final 
 ###                    krb5-library-init                                                               -- name of Krb5 library initialization routine
 ###                    krb5-library-term                                                               -- name of Krb5 library termination routine
 ###                    krb5-library-linker-options                                             -- all other Krb5 library linker options
-###            For Krb5 globals library
-###                    krb5-globals-library-output-folder                              -- destination of Krb5 globals library output
-###                    krb5-globals-library-name                                               -- name of the Krb5 globals library
-###                    krb5-globals-library-export                                             -- name of gss Krb5 globals library export file
-###                    krb5-globals-library-libraries                                  -- list of libraries Krb5 globals library links against
-###                    krb5-globals-library-objects                                    -- list of object files Krb5 globals library links
-###                    krb5-globals-library-fragment-name                              -- name of Krb5 globals library fragment
-###                    krb5-globals-library-main                                               -- name of Krb5 globals library main entry point
-###                    krb5-globals-library-init                                               -- name of Krb5 globals library initialization routine
-###                    krb5-globals-library-term                                               -- name of Krb5 globals library termination routine
-###                    krb5-globals-library-linker-options                             -- all other Krb5 globals library linker options
-###            For Krb5 globals data library
-###                    krb5-globals-data-library-output-folder                 -- destination of Krb5 globals library output
-###                    krb5-globals-data-library-name                                  -- name of the Krb5 globals library
-###                    krb5-globals-data-library-export                                -- name of gss Krb5 globals library export file
-###                    krb5-globals-data-library-libraries                             -- list of libraries Krb5 globals library links against
-###                    krb5-globals-data-library-objects                               -- list of object files Krb5 globals library links
-###                    krb5-globals-data-library-fragment-name                 -- name of Krb5 globals library fragment
-###                    krb5-globals-data-library-main                                  -- name of Krb5 globals library main entry point
-###                    krb5-globals-data-library-init                                  -- name of Krb5 globals library initialization routine
-###                    krb5-globals-data-library-term                                  -- name of Krb5 globals library termination routine
-###                    krb5-globals-data-library-linker-options                -- all other Krb5 globals library linker options
 ###            For profile library
 ###                    profile-library-output-folder                                   -- destination of profile library output
 ###                    profile-library-name                                                    -- name of the profile library
@@ -1053,12 +700,6 @@ gss-library-linker-options =
 krb5-library-libraries =
 krb5-library-objects =
 krb5-library-linker-options =
-krb5-globals-library-libraries =
-krb5-globals-library-objects =
-krb5-globals-library-linker-options =
-krb5-globals-data-library-libraries =
-krb5-globals-data-library-objects =
-krb5-globals-data-library-linker-options =
 precompiled-headers =
 object-suffix = .ignore.me
 object-suffix-data = .ignore.me.too
@@ -1102,38 +743,6 @@ krb5-library-build-command = 
        {krb5-library-linker-options} ¶
        {krb5-library-objects} {krb5-library-libraries}
 
-krb5-globals-library-output-files = ¶
-       {krb5-globals-library-output-folder}{krb5-globals-library-name}{library-platform}{library-kind}
-krb5-globals-library-dependencies = ¶
-       {autogenerated-files} {krb5-globals-library-export} {krb5-globals-library-libraries} {krb5-globals-library-objects}
-krb5-globals-library-build-command = ¶
-       {library-linker} ¶
-       -name "{krb5-globals-library-fragment-name}{library-kind}" ¶
-       -main {krb5-globals-library-main} ¶
-       -init {krb5-globals-library-init} ¶
-       -term {krb5-globals-library-term} ¶
-       -@export {krb5-globals-library-export} ¶
-       -map {krb5-globals-library-output-folder}{krb5-globals-library-name}{library-platform}{library-kind}.MAP ¶
-       -o {krb5-globals-library-output-folder}{krb5-globals-library-name}{library-platform}{library-kind} ¶
-       {krb5-globals-library-linker-options} ¶
-       {krb5-globals-library-objects} {krb5-globals-library-libraries}
-
-krb5-globals-data-library-output-files = ¶
-       {krb5-globals-data-library-output-folder}{krb5-globals-data-library-name}{library-platform}
-krb5-globals-data-library-dependencies = ¶
-       {autogenerated-files} {krb5-globals-data-library-export} {krb5-globals-data-library-libraries} {krb5-globals-data-library-objects}
-krb5-globals-data-library-build-command = ¶
-       {library-linker} ¶
-       -name "{krb5-globals-data-library-fragment-name}" ¶
-       -main {krb5-globals-data-library-main} ¶
-       -init {krb5-globals-data-library-init} ¶
-       -term {krb5-globals-data-library-term} ¶
-       -@export {krb5-globals-data-library-export} ¶
-       -map {krb5-globals-data-library-output-folder}{krb5-globals-data-library-name}{library-platform}.MAP ¶
-       -o {krb5-globals-data-library-output-folder}{krb5-globals-data-library-name}{library-platform} ¶
-       {krb5-globals-data-library-linker-options} ¶
-       {krb5-globals-data-library-objects} {krb5-globals-data-library-libraries}
-
 profile-library-output-files = ¶
        {profile-library-output-folder}{profile-library-name}{library-platform}{library-kind}
 profile-library-dependencies = ¶
@@ -1170,8 +779,6 @@ comerr-library-build-command = 
 
 gss-library Ä {gss-library-output-files}
 krb5-library Ä {krb5-library-output-files}
-krb5-globals-library Ä {krb5-globals-library-output-files}
-krb5-globals-data-library Ä {krb5-globals-data-library-output-files}
 profile-library Ä {profile-library-output-files}
 comerr-library Ä {comerr-library-output-files}
 
@@ -1183,14 +790,6 @@ comerr-library 
        {create-folder} {krb5-library-output-folder}
        {krb5-library-build-command}
 
-{krb5-globals-library-output-files} ÄÄ {krb5-globals-library-dependencies} {makefile-name}
-       {create-folder} {krb5-globals-library-output-folder}
-       {krb5-globals-library-build-command}
-       
-{krb5-globals-data-library-output-files} ÄÄ {krb5-globals-data-library-dependencies} {makefile-name}
-       {create-folder} {krb5-globals-data-library-output-folder}
-       {krb5-globals-data-library-build-command}
-
 {profile-library-output-files} ÄÄ {profile-library-dependencies} {makefile-name}
        {create-folder} {profile-library-output-folder}
        {profile-library-build-command}
@@ -1274,11 +873,8 @@ glue-comerr 
 clean Ä
        # Need a dummy invalid name at the end to cover the case when nothing is found
        Delete -i `files -r -s -o -f "{root-folder}" | StreamEdit  -d -e "/Å{object-suffix-ppc-debug}/ Print"` supercalifragilisticexpialidoucious
-       Delete -i `files -r -s -o -f "{root-folder}" | StreamEdit  -d -e "/Å{object-suffix-68k-debug}/ Print"` supercalifragilisticexpialidoucious
        Delete -i `files -r -s -o -f "{root-folder}" | StreamEdit  -d -e "/Å{object-suffix-ppc-final}/ Print"` supercalifragilisticexpialidoucious
-       Delete -i `files -r -s -o -f "{root-folder}" | StreamEdit  -d -e "/Å{object-suffix-68k-final}/ Print"` supercalifragilisticexpialidoucious
        Delete -i `files -r -s -o -f "{root-folder}" | StreamEdit  -d -e "/Å{object-suffix-ppc-data}/ Print"` supercalifragilisticexpialidoucious
-       Delete -i `files -r -s -o -f "{root-folder}" | StreamEdit  -d -e "/Å{object-suffix-68k-data}/ Print"` supercalifragilisticexpialidoucious
        Delete -i {all-lists}
        
 ##############################################################################################################
@@ -1287,7 +883,6 @@ clean 
 
 gss-headers-output-folder                                                      = {root-folder}:GSSLib:Headers:
 krb5-headers-output-folder                                                     = {root-folder}:Kerberos5Lib:Headers:
-krb5-globals-headers-output-folder                                     = {root-folder}:Kerberos5GlobalsLib:Headers:
 comerr-headers-output-folder                                           = {root-folder}:ComErrLib:Headers:
 profile-headers-output-folder                                          = {root-folder}:KerberosProfileLib:Headers:
 
@@ -1299,16 +894,13 @@ krb5-headers-output = 
        "{krb5-headers-output-folder}krb5.h" ¶
        "{krb5-headers-output-folder}win-mac.h"
 
-krb5-globals-headers-output = ¶
-       "{krb5-globals-headers-output-folder}Kerberos5Globals.h"
-       
 comerr-headers-output = ¶
        "{comerr-headers-output-folder}com_err.h"
        
 profile-headers-output = ¶
        "{profile-headers-output-folder}profile.h"
        
-headers-output = {gss-headers-output} {krb5-headers-output} {krb5-globals-headers-output} 
+headers-output = {gss-headers-output} {krb5-headers-output} ¶
        {comerr-headers-output} {profile-headers-output} 
 
 headers Ä unset-echo {headers-output}
@@ -1345,14 +937,6 @@ headers 
        Catenate "{root-folder}include:win-mac.h" > "{Targ}"
        SetFile -a l "{Targ}"
 
-"{krb5-globals-headers-output-folder}Kerberos5Globals.h" Ä "{root-folder}mac:libraries:Kerberos v5 Globals:Krb5Globals.h" {makefile-name}
-       "{create-folder}" "{TargDir}"
-       If (`Exists "{Targ}" | Count -l`)
-               SetFile -a l "{Targ}"
-       End
-       Catenate "{root-folder}mac:libraries:Kerberos v5 Globals:Krb5Globals.h" > "{Targ}"
-       SetFile -a l "{Targ}"
-
 "{comerr-headers-output-folder}com_err.h" Ä "{root-folder}util:et:com_err.h" {makefile-name}
        "{create-folder}" "{TargDir}"
        If (`Exists "{Targ}" | Count -l`)
@@ -1375,7 +959,6 @@ headers 
 
 gss-documentation-output-folder                                                = {root-folder}:GSSLib:Documentation:
 krb5-documentation-output-folder                                       = {root-folder}:Kerberos5Lib:Documentation:
-krb5-globals-documentation-output-folder                       = {root-folder}:Kerberos5GlobalsLib:Documentation:
 comerr-documentation-output-folder                                     = {root-folder}:ComErrLib:Documentation:
 profile-documentation-output-folder                                    = {root-folder}:KerberosProfileLib:Documentation:
 
@@ -1385,9 +968,6 @@ gss-documentation-output = 
 krb5-documentation-output = ¶
        {krb5-documentation-output-folder}"krb5api.pdf"
 
-krb5-globals-documentation-output = ¶
-       {krb5-globals-documentation-output-folder}"Kerberos5Globals.html"
-       
 comerr-documentation-output = ¶
        {comerr-documentation-output-folder}"ComErrLib ReadMe"
        
@@ -1395,8 +975,7 @@ profile-documentation-output = 
        {profile-documentation-output-folder}"KerberosProfileLib ReadMe"
        
 documentation-output = {gss-documentation-output} {krb5-documentation-output} ¶
-       {krb5-globals-documentation-output} {profile-documentation-output} ¶
-       {comerr-documentation-output}
+       {profile-documentation-output} {comerr-documentation-output}
 
 documentation Ä unset-echo {documentation-output}
 
@@ -1418,14 +997,6 @@ documentation 
                SetFile -a l -t 'PDF ' -c 'CARO' {Targ}
        End
 
-{krb5-globals-documentation-output-folder}"Kerberos5Globals.html" Ä {root-folder}"mac:libraries:Kerberos v5 Globals:Krb5Globals.html" {makefile-name}
-       "{create-folder}" "{TargDir}"
-       If (`Exists "{Targ}" | Count -l`)
-               SetFile -a l {Targ}
-       End
-       Catenate {root-folder}"mac:libraries:Kerberos v5 Globals:Krb5Globals.html" > {Targ}
-       SetFile -a l -c 'MOSS' {Targ}
-
 {comerr-documentation-output-folder}"ComErrLib ReadMe" Ä {root-folder}"mac:ComErrLib ReadMe" {makefile-name}
        "{create-folder}" "{TargDir}"
        If (`Exists "{Targ}" | Count -l`)