Small. Fast. Reliable.
Choose any three.
*** 1,9 ****
  There are 57 files of C code that make up the SQLite core
  (as of version 3.3.14).
! 52 of these are "source" files in the sense that they are stored in the
  configuration management system and are maintained directly.  The other
! 5 core C files are generated automatically during the compilation process.
  Of the 52 core files, 44 are C code and 13 are C header files.
  
  Beginning in SQLite version 3.3.14, there is a makefile target that builds
  the "amalgamation".  The amalgamation is a single C code file that contains
--- 1,10 ----
  There are 57 files of C code that make up the SQLite core
  (as of version 3.3.14).
! 51 of these are "source" files in the sense that they are stored in the
  configuration management system and are maintained directly.  The other
! 6 core C files are generated automatically during the compilation process.
  Of the 52 core files, 44 are C code and 13 are C header files.
+ See the SqliteBuildProcess page for additional information.
  
  Beginning in SQLite version 3.3.14, there is a makefile target that builds
  the "amalgamation".  The amalgamation is a single C code file that contains