diff options
author | johnvg | 2011-02-01 13:19:59 +0000 |
---|---|---|
committer | johnvg | 2011-02-01 13:19:59 +0000 |
commit | 0c4ee57b9e5ec201eafd5cede77f576e37b99bf4 (patch) | |
tree | 142940df8714ac7eb00d8996ce22555183cea668 /unix/make.macosx64.sh | |
parent | move some #includes, because of compile errors on Mac OS X (diff) |
add make script for Mac OS X (AMD64)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1825 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'unix/make.macosx64.sh')
-rwxr-xr-x | unix/make.macosx64.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/unix/make.macosx64.sh b/unix/make.macosx64.sh new file mode 100755 index 0000000..a899d33 --- /dev/null +++ b/unix/make.macosx64.sh @@ -0,0 +1,9 @@ +#!/bin/sh +CLM=clm + +(cd backendC/CleanCompilerSources; make -f Makefile.linux64) +(cd ../libraries/ArgEnvUnix; make ArgEnvC.o) +(cd main/Unix; make -f Makefile all); +$CLM -gcm -h 40M -nt -nw -ci -nr -IL ArgEnv -I backend -I frontend -I main -I main/Unix \ + -l backendC/CleanCompilerSources/backend.a \ + cocl -o cocl |