summaryrefslogtreecommitdiffstats
path: root/src/mac/Makefile.tmpl
diff options
context:
space:
mode:
authorMiro Jurisic <meeroh@mit.edu>1999-01-19 19:42:19 +0000
committerMiro Jurisic <meeroh@mit.edu>1999-01-19 19:42:19 +0000
commit493191b71fc11088456155a5bc8b3e395f8dec1b (patch)
tree1703eef31776ff65b45899508c24b64e1b03e0a2 /src/mac/Makefile.tmpl
parent5d3830d9adff58840f6ff277c1c7b3edaf8d1bb8 (diff)
downloadkrb5-493191b71fc11088456155a5bc8b3e395f8dec1b.tar.gz
krb5-493191b71fc11088456155a5bc8b3e395f8dec1b.tar.xz
krb5-493191b71fc11088456155a5bc8b3e395f8dec1b.zip
Changes to krb5.ini to default to single DES TGT (3DES is hosed); added realms API and 3DES to export file; building only PPC versions
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11109 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/mac/Makefile.tmpl')
-rw-r--r--src/mac/Makefile.tmpl27
1 files changed, 24 insertions, 3 deletions
diff --git a/src/mac/Makefile.tmpl b/src/mac/Makefile.tmpl
index 23fe70e52..4afe94b8a 100644
--- a/src/mac/Makefile.tmpl
+++ b/src/mac/Makefile.tmpl
@@ -347,9 +347,8 @@ compile-testtrack : {testtrack-obj-cfm68k} {testtrack-obj-ppc}
## Linking
##
################################################################################
-# fixme/ only build PPC for now
# link : link-cfm68k link-ppc link-fat
-
+# link-debug : link-cfm68k-debug link-ppc-debug link-fat-debug
link : link-ppc link-fat
link-debug : link-ppc-debug link-fat-debug
link-all : link link-debug
@@ -489,6 +488,8 @@ GSSLib : GSSLib.PPC Kerberos5Lib.PPC {ccache-ppc} # GSSLib.68K Kerberos5Lib.68K
# MergeFragment "/mac/libraries/CCache API/bin/CCacheGlobalsLib.68K" GSSLib
MergeFragment "/mac/libraries/CCache API/bin/CCacheLib.PPC" GSSLib
MergeFragment "/mac/libraries/CCache API/bin/CCacheGlobalsLib.PPC" GSSLib
+# MergeFragment "/mac/libraries/DES/bin/deslib.68K" GSSLib
+ MergeFragment "/mac/libraries/DES/bin/deslib.PPC" GSSLib
DeRez -only "'cfrg'(0)" GSSLib "{RIncludes}"CodeFragments.r | StreamEdit -s /mac/FragmentAlias.mpw | Rez -a -o GSSLib -i "{RIncludes}"
@@ -503,9 +504,11 @@ GSSLib.debug : GSSLib.PPC.debug Kerberos5Lib.PPC.debug {ccache-ppc-debug} # GSSL
# MergeFragment "/bin/MIT CLib.68K" GSSLib.debug
# MergeFragment "/bin/MIT RuntimeLib.68K" GSSLib.debug
# MergeFragment "/mac/libraries/CCache API/bin/CCacheLib.68K.debug" GSSLib.debug
-# MergeFragment "/mac/libraries/CCache API/bin/CCacheGlobalsLib.68K" GSSLib
+# MergeFragment "/mac/libraries/CCache API/bin/CCacheGlobalsLib.68K" GSSLib.debug
MergeFragment "/mac/libraries/CCache API/bin/CCacheLib.PPC.debug" GSSLib.debug
MergeFragment "/mac/libraries/CCache API/bin/CCacheGlobalsLib.PPC" GSSLib.debug
+# MergeFragment "/mac/libraries/DES/bin/deslib.68K.debug" GSSLib.debug
+ MergeFragment "/mac/libraries/DES/bin/deslib.PPC.debug" GSSLib.debug
DeRez -only "'cfrg'(0)" GSSLib.debug "{RIncludes}"CodeFragments.r | StreamEdit -s /mac/FragmentAlias.mpw | Rez -a -o GSSLib.debug -i "{RIncludes}"
################################################################################
@@ -550,9 +553,11 @@ mac-folders = `perl "/mac/macfile_gen.pl" macdirs`
all-mac-files = {mac-files} {classic-glue-input} {autogeneration-sources} /Makefile.in /patchlevel.h \
/util/et/et_h.perl /util/et/et_c.perl \
/mac/GSS.CFM.c \
+ /mac/GSS.CFMglue.h \
/mac/GSSLibrary.exp \
/mac/GSSLibrary.SAP.exp \
/mac/K5.CFM.c \
+ /mac/K5.CFMglue.h \
/mac/K5Library.exp \
/mac/krb5.ini \
/mac/macfile_gen.pl \
@@ -592,6 +597,18 @@ all-mac-files = {mac-files} {classic-glue-input} {autogeneration-sources} /Makef
"/mac/libraries/CCache API/bin/CCacheLib.PPC.debug" \
"/mac/libraries/CCache API/bin/CCacheLib.68K" \
"/mac/libraries/CCache API/bin/CCacheLib.PPC" \
+ /mac/libraries/DES/bin/deslib.68K \
+ /mac/libraries/DES/bin/deslib.68K.debug \
+ /mac/libraries/DES/bin/deslib.PPC \
+ /mac/libraries/DES/bin/deslib.PPC.debug \
+ /mac/libraries/DES/doc/ChangeLog \
+ /mac/libraries/DES/doc/f_README \
+ /mac/libraries/DES/doc/READ_ME \
+ /mac/libraries/DES/doc/ren.msg \
+ /mac/libraries/DES/include/des.h \
+ /mac/libraries/DES/include/deslib.CFMGlue.c \
+ /mac/libraries/DES/include/deslib.CFMGlue.h \
+ /mac/libraries/DES/include/mit-copyright.h \
/mac/TestTrack/ChangeLog \
/mac/TestTrack/GSSforSAP.r \
/mac/TestTrack/MITAthenaLib \
@@ -612,6 +629,10 @@ all-mac-folders = /config/ /include/ /include/krb5/ /include/krb5/stock/ \
"/mac/libraries/CCache API/" \
"/mac/libraries/CCache API/bin" \
"/mac/libraries/CCache API/include" \
+ /mac/libraries/DES/ \
+ /mac/libraries/DES/bin \
+ /mac/libraries/DES/doc \
+ /mac/libraries/DES/include \
/mac/testtrack/
snapshot : autogenerate-clean