| Index: third_party/sqlite/sqlite-src-3080704/test/releasetest.mk
|
| diff --git a/third_party/sqlite/sqlite-src-3080704/test/releasetest.mk b/third_party/sqlite/sqlite-src-3080704/test/releasetest.mk
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5d217c645b59c9f999d4ecd19ad5d5700f6d87ef
|
| --- /dev/null
|
| +++ b/third_party/sqlite/sqlite-src-3080704/test/releasetest.mk
|
| @@ -0,0 +1,14 @@
|
| +########################################################
|
| +TOP=/home/drh/sqlite/sqlite
|
| +
|
| +TCL_FLAGS=-I/home/drh/tcltk/86linux
|
| +LIBTCL=/home/drh/tcltk/86linux/libtcl8.6.a -lm -ldl -lpthread
|
| +
|
| +BCC = gcc
|
| +TCC = gcc -ansi -g $(CFLAGS)
|
| +NAWK = awk
|
| +AR = ar cr
|
| +RANLIB = ranlib
|
| +THREADLIB = -lpthread -ldl -lz
|
| +include $(TOP)/main.mk
|
| +########################################################
|
|
|