From: ian Date: Sun, 22 Sep 2002 16:33:10 +0000 (+0000) Subject: Own Tcl 8.3, no tclreadline (buggy!?); use sauce asynch.tcl too. X-Git-Tag: debian/1.1.1~145 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=f1a4dc53a5b6699e85545e6f0c634f362e1a019f;p=chiark-tcl.git Own Tcl 8.3, no tclreadline (buggy!?); use sauce asynch.tcl too. --- diff --git a/base/troglodyte-Makefile b/base/troglodyte-Makefile index df294af..6807fe4 100644 --- a/base/troglodyte-Makefile +++ b/base/troglodyte-Makefile @@ -24,12 +24,13 @@ AUTOS= $(AUTO_HDRS) $(AUTO_SRCS) TARGETS= hbytes.so autocode.tcl autococo.tcl CC_CRYPTO= $(CC) $(CFLAGS) $(CPPFLAGS) -O3 -CPPFLAGS= -I../plocal/include +CPPFLAGS= -I../plocal/include $(TCL_MEM_DEBUG) $(CMDLINE_CPPFLAGS) LDFLAGS= -L../plocal/lib LDLIBS= -lnettle CFLAGS= -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Werror \ $(OPTIMISE) OPTIMISE= -O2 +TCL_MEM_DEBUG= -DTCL_MEM_DEBUG all: $(TARGETS) $(AUTOS)