# Universal:

# REPOSITORYDIR needs be symbolically linked from mac/build/Universal/Repository

# has to be the absolute path from /
myREPOSITORYDIR="/Users/ippei/dev/hugin/ExternalPrograms/Repository-universal";

export \
 REPOSITORYDIR="$myREPOSITORYDIR" \
 ARCHS="ppc i386" \
 ppcMACSDKDIR="/Developer/SDKs/MacOSX10.3.9.sdk" \
 i386MACSDKDIR="/Developer/SDKs/MacOSX10.4u.sdk" \
 ppcONLYARG="-mcpu=G3 -mtune=G4" \
 i386ONLYARG="-ftree-vectorize" \
 OTHERARGs="";
