Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120835739
SMakefile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1013 B
Referenced Files
None
Subscribers
None
SMakefile
View Options
#
# This file is specific to Carnegie Mellon University's
# software build process
#
MAKE=gmake
AMSSYNC=--enable-amssync
WITHAUTH="--with-auth=krb_pts"
if test `sys` = pmax_ul4; then
WITHAUTH=""
AMSSYNC=""
fi
if test `sys` = sgi_62 -o `sys` = i386_linux2 ; then
AMSSYNC=""
fi
LNCOMMAND="${SRCDIR}/configure $WITHAUTH --with-inn=/usr/news $AMSSYNC --enable-experiment --enable-cmulocal --enable-debug --enable-netscapehack --with-cyrus-user=cyrus --with-cyrus-group=staff"
# Ryan's aggressive optimizations
CC=cc
case `uname` in
Linux) CFLAGS="-O3"
;;
IRIX) CFLAGS="-O2"
# LDFLAGS="-L/usr/local/lib -Wl,-rpath,/usr/local/lib"
export LDFLAGS
;;
HP-UX) CFLAGS="-Ae +O3 +Oaggressive"
CC=gcc #cheat for now
CFLAGS="-O2"
;;
SunOS)
if test "`uname -r`" = "4.1.3_U1"; then
CC=gcc
CFLAGS=-O3
else
CFLAGS="-xO4 -xdepend"
fi
;;
ULTRIX) CFLAGS="-O"
;;
*) CFLAGS=-g
;;
esac
export CFLAGS CC CXXFLAGS
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 1:21 PM (2 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18865171
Default Alt Text
SMakefile (1013 B)
Attached To
Mode
R111 cyrus-imapd
Attached
Detach File
Event Timeline