Skip to main content
Go to Latest
File
#!/usr/make## Makefile copy for SQLITETOP = ../sqlite-srcBCC = gcc -g -O0USLEEP = -DHAVE_USLEEP=0THREADSAFE = -DTHREADSAFE=0
OPTS += -DSQLITE_ENABLE_WHERETRACEOPTS += -DSQLITE_ENABLE_SELECTTRACE
# receive options from top-level make fileOPTS += $(SQLFLG)
TCC = gcc -O0
AR = ar crRANLIB = ranlibMKSHLIB = gcc -sharedSO = soSHPREFIX = lib
TCL_FLAGS = -I/home/drh/tcl/include/tcl8.6LIBTCL = /home/drh/tcl/lib/libtcl8.6.a -lm -lpthread -ldl -lzTCLOBJ = tclsqlite.o
# You should not have to change anything below this line###############################################################################include $(TOP)/main.mk