]> git.zerfleddert.de Git - micropolis/blob - src/tclx/config/sgi
Import Micropolis from http://www.donhopkins.com/home/micropolis/
[micropolis] / src / tclx / config / sgi
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 #
11 SYS_DEP_FLAGS=-DTCL_HAVE_SETLINEBUF -DTCL_POSIX_SIG -DTCL_IEEE_FP_MATH -DTCL_TIMEZONE_VAR
12 LIBS=-lm
13 RANLIB_CMD=true
14 MCS_CMD=true
15 TCL_TK_LIBS= -lX11 -lm
16 SUPPORT_OBJS=strftime.o
17 TCL_MAN_SEPARATOR=
Impressum, Datenschutz