From: mlcreech Date: Sun, 2 Mar 2008 05:34:10 +0000 (+0000) Subject: Add mem5.c to source files in autoconf-generated Makefile (CVS 4816) X-Git-Tag: version-3.6.10~1361 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fcfe27d635637882daac8d76ef826af35960abba;p=thirdparty%2Fsqlite.git Add mem5.c to source files in autoconf-generated Makefile (CVS 4816) FossilOrigin-Name: 8c1b6357f0bc86645017913e8b6ea8e82473f7df --- diff --git a/Makefile.in b/Makefile.in index e83d77d2ba..bb0a29d0dd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -124,7 +124,7 @@ LIBOBJ = alter.lo analyze.lo attach.lo auth.lo bitvec.lo btmutex.lo btree.lo bui callback.lo complete.lo date.lo \ delete.lo expr.lo fault.lo func.lo \ hash.lo journal.lo insert.lo loadext.lo \ - main.lo malloc.lo mem1.lo mem2.lo mem3.lo mem4.lo mutex.lo \ + main.lo malloc.lo mem1.lo mem2.lo mem3.lo mem4.lo mem5.lo mutex.lo \ mutex_os2.lo mutex_unix.lo mutex_w32.lo \ opcodes.lo os.lo os_unix.lo os_win.lo os_os2.lo \ pager.lo parse.lo pragma.lo prepare.lo printf.lo random.lo \ @@ -164,6 +164,7 @@ SRC = \ $(TOP)/src/mem2.c \ $(TOP)/src/mem3.c \ $(TOP)/src/mem4.c \ + $(TOP)/src/mem5.c \ $(TOP)/src/mutex.c \ $(TOP)/src/mutex_os2.c \ $(TOP)/src/mutex_unix.c \ @@ -431,6 +432,9 @@ mem3.lo: $(TOP)/src/mem3.c $(HDR) mem4.lo: $(TOP)/src/mem4.c $(HDR) $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/mem4.c +mem5.lo: $(TOP)/src/mem5.c $(HDR) + $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/mem5.c + mutex.lo: $(TOP)/src/mutex.c $(HDR) $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/mutex.c diff --git a/manifest b/manifest index 58504dcdcc..b9efa61aac 100644 --- a/manifest +++ b/manifest @@ -1,7 +1,7 @@ -C Trivial\stext\scleanups\s(CVS\s4815) -D 2008-03-02T03:32:05 +C Add\smem5.c\sto\ssource\sfiles\sin\sautoconf-generated\sMakefile\s(CVS\s4816) +D 2008-03-02T05:34:11 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7 -F Makefile.in 7a58cbeeb384716b1cee15bd357a4c7fbf2e63ef +F Makefile.in a67419435880ba82534e7e8bd938833a95eefb46 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 F VERSION 2e206fc9458bf10a8c3ba2d13bf521a04ef441c6 @@ -621,7 +621,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 -P d1f6b243822c0dcbc4acf153e682b841cf6c22c2 -R d8c75cb8e25f3476726399e8aa22def2 +P bbf9f0e6e23ce6c2729843535b8599c7bacb0f83 +R d58c06fd878d6d67a8cd0b2b8536ae04 U mlcreech -Z c69e8bbe0c438ec123c40c9d2f07f8a7 +Z 6e7e6ab512a3d000d5d422553feb974c diff --git a/manifest.uuid b/manifest.uuid index c761b098ec..01b0be8543 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -bbf9f0e6e23ce6c2729843535b8599c7bacb0f83 \ No newline at end of file +8c1b6357f0bc86645017913e8b6ea8e82473f7df \ No newline at end of file