Index: Makefile.in ================================================================== --- Makefile.in +++ Makefile.in @@ -931,11 +931,13 @@ rm -f sqlite3.h opcodes.* rm -rf .libs .deps rm -f lemon$(BEXE) lempar.c parse.* sqlite*.tar.gz rm -f mkkeywordhash$(BEXE) keywordhash.h rm -f $(PUBLISH) + rm -f A BAR file http testdb rm -f *.da *.bb *.bbg gmon.out + rm -f *.bu *.csv *.db *.db2 *.db-shm *.db-wal *.tcl *.txt *.x rm -rf quota2a quota2b quota2c rm -rf tsrc .target_source rm -f tclsqlite3$(TEXE) rm -f testfixture$(TEXE) test.db rm -f sqlite3.dll sqlite3.lib sqlite3.exp sqlite3.def Index: Makefile.msc ================================================================== --- Makefile.msc +++ Makefile.msc @@ -1184,10 +1184,12 @@ /link $(LTLINKOPTS) $(LTLIBPATHS) sqlite3res.lo $(LTLIBS) $(TLIBS) clean: del /Q *.lo *.ilk *.lib *.obj *.pdb sqlite3.exe libsqlite3.lib del /Q *.da *.bb *.bbg gmon.out + del /Q *.bu *.csv *.db *.db2 *.db-shm *.db-wal *.tcl *.txt *.x + del /Q A BAR file http testdb del /Q sqlite3.h opcodes.c opcodes.h del /Q lemon.exe lempar.c parse.* del /Q mkkeywordhash.exe keywordhash.h -rmdir /Q/S .deps -rmdir /Q/S .libs Index: Makefile.vxworks ================================================================== --- Makefile.vxworks +++ Makefile.vxworks @@ -652,11 +652,13 @@ clean: rm -f *.o sqlite3$(EXE) libsqlite3.a sqlite3.h opcodes.* rm -f lemon lempar.c parse.* sqlite*.tar.gz mkkeywordhash keywordhash.h rm -f $(PUBLISH) + rm -f A BAR file http testdb rm -f *.da *.bb *.bbg gmon.out + rm -f *.bu *.csv *.db *.db2 *.db-shm *.db-wal *.tcl *.txt *.x rm -rf quota2a quota2b quota2c rm -rf tsrc target_source rm -f testloadext.dll libtestloadext.so rm -f sqlite3.c fts?amal.c tclsqlite3.c rm -f $(SHPREFIX)sqlite3.$(SO) Index: main.mk ================================================================== --- main.mk +++ main.mk @@ -604,11 +604,13 @@ clean: rm -f *.o sqlite3 sqlite3.exe libsqlite3.a sqlite3.h opcodes.* rm -f lemon lemon.exe lempar.c parse.* sqlite*.tar.gz rm -f mkkeywordhash mkkeywordhash.exe keywordhash.h rm -f $(PUBLISH) + rm -f A BAR file http testdb rm -f *.da *.bb *.bbg gmon.out + rm -f *.bu *.csv *.db *.db2 *.db-shm *.db-wal *.tcl *.txt *.x rm -rf quota2a quota2b quota2c rm -rf tsrc target_source rm -f testloadext.dll libtestloadext.so rm -f amalgamation-testfixture amalgamation-testfixture.exe rm -f fts3-testfixture fts3-testfixture.exe