4 # Makefile for Extended Tcl ossupport code.
5 #------------------------------------------------------------------------------
6 # Copyright 1992 Karl Lehenbauer and Mark Diekhans.
8 # Permission to use, copy, modify, and distribute this software and its
9 # documentation for any purpose and without fee is hereby granted, provided
10 # that the above copyright notice appear in all copies. Karl Lehenbauer and
11 # Mark Diekhans make no representations about the suitability of this
12 # software for any purpose. It is provided "as is" without express or
14 #------------------------------------------------------------------------------
15 # $Id: Makefile,v 2.1 1992/11/07 22:33:46 markd Exp $
16 #------------------------------------------------------------------------------
20 include ..\config\$(TCL_CONFIG_FILE)
23 #------------------------------------------------------------------------------
25 CFLAGS=$(OPTIMIZE_FLAG) $(XCFLAGS) -I../$(TCL_UCB_DIR) $(MEM_DEBUG_FLAGS) \
26 -DTCL_HAS_TM_ZONE $(SUPPORT_FLAGS)
28 #------------------------------------------------------------------------------
31 $(CC) $(CFLAGS) <@< -c $<
37 made.tmp: $(SUPPORT_OBJS)
38 $(AR) cr ..\libtcl.a $(SUPPORT_OBJS)
42 #------------------------------------------------------------------------------