SQLite

Check-in [7ecc9c447b]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment::-) (CVS 141)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 7ecc9c447bd9259c52e82c8a75830c7fc3381af7
User & Date: drh 2000-08-22 13:47:57.000
Context
2000-08-22
18:29
bug fix (CVS 142) (check-in: f255ea6d4b user: drh tags: trunk)
13:47
:-) (CVS 141) (check-in: 7ecc9c447b user: drh tags: trunk)
13:43
:-) (CVS 140) (check-in: 9d72ceb44d user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to Makefile.in.
225
226
227
228
229
230
231





232
233
234
235
236
237
  mingw.html

website:	$(PUBLISH)

publish:	$(PUBLISH)
	chmod 0644 $(PUBLISH)
	scp $(PUBLISH) hwaci@oak.he.net:public_html/sw/sqlite






clean:	
	rm -f *.o sqlite libsqlite.a sqlite.h
	rm -f lemon lempar.c parse.* sqlite.tar.gz
	rm -f $(PUBLISH)
	rm -f *.da *.bb *.bbg gmon.out







>
>
>
>
>






225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
  mingw.html

website:	$(PUBLISH)

publish:	$(PUBLISH)
	chmod 0644 $(PUBLISH)
	scp $(PUBLISH) hwaci@oak.he.net:public_html/sw/sqlite

install:	sqlite libsqlite.a sqlite.h
	mv sqlite /usr/bin
	mv libsqlite.a /usr/lib
	mv sqlite.h /usr/include

clean:	
	rm -f *.o sqlite libsqlite.a sqlite.h
	rm -f lemon lempar.c parse.* sqlite.tar.gz
	rm -f $(PUBLISH)
	rm -f *.da *.bb *.bbg gmon.out