summaryrefslogtreecommitdiffstats
path: root/src/mac/Makefile.initial
diff options
context:
space:
mode:
authorMiro Jurisic <meeroh@mit.edu>1999-05-27 20:48:41 +0000
committerMiro Jurisic <meeroh@mit.edu>1999-05-27 20:48:41 +0000
commitbcbbc106a28254cb10acdb88a3d0c90e1799d184 (patch)
tree5fae5eb322a14ad4f471e57864194ba7d9542ae7 /src/mac/Makefile.initial
parent0e6789171f43dd5c029aa76eb61050a51c8da9d4 (diff)
downloadkrb5-bcbbc106a28254cb10acdb88a3d0c90e1799d184.tar.gz
krb5-bcbbc106a28254cb10acdb88a3d0c90e1799d184.tar.xz
krb5-bcbbc106a28254cb10acdb88a3d0c90e1799d184.zip
Removed metric buttload of old Mac crap that hasn't been used for years
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11480 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/mac/Makefile.initial')
-rw-r--r--src/mac/Makefile.initial61
1 files changed, 0 insertions, 61 deletions
diff --git a/src/mac/Makefile.initial b/src/mac/Makefile.initial
deleted file mode 100644
index d6140e6b4..000000000
--- a/src/mac/Makefile.initial
+++ /dev/null
@@ -1,61 +0,0 @@
-################################################################################
-##
-## Figure out CodeWarrior version
-##
-################################################################################
-
-CodeWarrior_Linker_Version = ¶`mwlink68k -version | search /Runtime/ | streamedit -d -e "/([0-9.]*)¨1/ print ¨1"¶`
-CodeWarrior_Linker_Pro2 = "2.0"
-CodeWarrior_Linker_Pro4 = "2.2"
-CodeWarrior_Version = `if ({CodeWarrior_Linker_Version} == {CodeWarrior_Linker_Pro2}); ¶
- echo Pro2; ¶
- else if ({CodeWarrior_Linker_Version} == {CodeWarrior_Linker_Pro4}); ¶
- echo Pro4; ¶
- end;`
-CodeWarrior_IDE = "CodeWarrior "{CodeWarrior_Version}" IDE"
-CodeWarrior_Projects = :mac:Libraries:Metrowerks:{CodeWarrior_Version}:
-CodeWarrior_Project = "`Directory`mac:libraries:CodeWarrior Dependencies:{CodeWarrior_Version}.prj"
-
-
-prebuild Ä create-directories build-makefile
-
-################################################################################
-##
-## Creating makefile
-##
-################################################################################
-
-build-makefile Ä
- perl :mac:macfile_gen.pl
-
-################################################################################
-##
-## Creating build directories
-##
-################################################################################
-
-create-directories Ä
- If Not "`Exists -d :bin`"
- NewFolder :bin
- End
- If Not "`Exists -d :bin:PPC`"
- NewFolder :bin:PPC
- End
- If Not "`Exists -d :bin:CFM-68K`"
- NewFolder :bin:CFM-68K
- End
-
-################################################################################
-##
-## Build CodeWarrior projects
-##
-################################################################################
-
-build-cw-projects Ä
- (Echo "with timeout of 1200 seconds"; ¶
- Echo "Tell application ¶"{CodeWarrior_IDE}¶""; ¶
- Echo "Activate"; ¶
- Echo "Open ¶"{CodeWarrior_Project}¶" as alias"; ¶
- Echo "Make Project"; ¶
- Echo "end"; ¶
- Echo "end") | Catenate | perl :mac:RunAppleScript.pl \ No newline at end of file