]> git.zerfleddert.de Git - micropolis/blame - src/tclx/config/sgi
Import Micropolis from http://www.donhopkins.com/home/micropolis/
[micropolis] / src / tclx / config / sgi
CommitLineData
6a5fa4e0
MG
1#------------------------------------------------------------------------------
2# SGI IRIX 4.0
3#------------------------------------------------------------------------------
4# The strftime function supplied with IRIX 4.0.5 is broken, when a time
5# is 12:00 AM, %I and %r return times of 00:00, as if it was 24-hour time.
6# We substitute in our own version of strftime to fix this problem.
7#------------------------------------------------------------------------------
8# $Id: sgi,v 2.7 1992/11/09 07:18:22 markd Exp $
9#------------------------------------------------------------------------------
10#
11SYS_DEP_FLAGS=-DTCL_HAVE_SETLINEBUF -DTCL_POSIX_SIG -DTCL_IEEE_FP_MATH -DTCL_TIMEZONE_VAR
12LIBS=-lm
13RANLIB_CMD=true
14MCS_CMD=true
15TCL_TK_LIBS= -lX11 -lm
16SUPPORT_OBJS=strftime.o
17TCL_MAN_SEPARATOR=
Impressum, Datenschutz