chiark / gitweb /
Own Tcl 8.3, no tclreadline (buggy!?); use sauce asynch.tcl too.
authorian <ian>
Sun, 22 Sep 2002 16:33:10 +0000 (16:33 +0000)
committerian <ian>
Sun, 22 Sep 2002 16:33:10 +0000 (16:33 +0000)
base/troglodyte-Makefile

index df294af2f83f70673fb9f276ea7d28a71a87d4c3..6807fe49fc79238f7165db949c4665add41f1ba5 100644 (file)
@@ -24,12 +24,13 @@ AUTOS=              $(AUTO_HDRS) $(AUTO_SRCS)
 TARGETS=       hbytes.so autocode.tcl autococo.tcl
 
 CC_CRYPTO=     $(CC) $(CFLAGS) $(CPPFLAGS) -O3
 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
 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)
 
 
 all:           $(TARGETS) $(AUTOS)