Skip to content
Snippets Groups Projects
Commit 6596ca47 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Remove sql.so, since no more tcl scripts use it.

parent 2c1b0386
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,8 @@ SUBDIR = lib
include $(OBJDIR)/Makeconf
all: sql.so
all:
include $(TESTBED_SRCDIR)/GNUmakerules
sql.so:
./mk_sqlso.sh
install: all $(INSTALL_LIBDIR)/sql.so
install:
#!/bin/csh -fv
###
# Compiles and installs sql.so
###
#webcopy http://www.binevolve.com/~tdarugar/tcl-sql/download/tcl-sql-20000114.tgz
tar xvfz tcl-sql-20000114.tgz
cd tcl-sql
pwd
chmod u+w Makefile
ed Makefile < ../tcl-sql_patch.ed
gmake
mv sql.so ..
cd ..
rm -rf tcl-sql W.log
59c
EXTRA_LD_FLAGS += -lstdc++ -lm -lgcc_pic
.
32c
INCLUDE = -I/usr/local/include -I/usr/local/include/tcl8.2 -I/usr/local/include/mysql -I/usr/local/mysql/include
.
29,30c
LD_FLAGS = -L/usr/local/lib -L/usr/local/lib/mysql -lmysqlclient -ltcl82
.
12c
# $Id: Makefile,v 1.12 2000/01/14 17:47:03 tdarugar Exp
.
w
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment