Hex Artifact Content
Not logged in

Artifact 0a509459607c19e704eaaa235dde94972857711a:

File src/main.mk part of check-in [a36177bcce] - Add the "undo" and "redo" commands. Untested at this point so don't try to use them yet. by drh on 2007-09-11 02:25:19. Also file src/main.mk part of check-in [f76192b245] - Pulled the latest CLI, website, and sqlite changes into the importer branch. by aku on 2007-09-17 01:00:32.

0000: 23 20 44 4f 20 4e 4f 54 20 45 44 49 54 0a 23 0a  # DO NOT EDIT.#.
0010: 23 20 54 68 69 73 20 66 69 6c 65 20 69 73 20 61  # This file is a
0020: 75 74 6f 6d 61 74 69 63 61 6c 6c 79 20 67 65 6e  utomatically gen
0030: 65 72 61 74 65 64 2e 20 20 49 6e 73 74 65 61 64  erated.  Instead
0040: 20 6f 66 20 65 64 69 74 69 6e 67 20 74 68 69 73   of editing this
0050: 0a 23 20 66 69 6c 65 2c 20 65 64 69 74 20 22 6d  .# file, edit "m
0060: 61 6b 65 6d 61 6b 65 2e 74 63 6c 22 20 74 68 65  akemake.tcl" the
0070: 6e 20 72 75 6e 20 22 74 63 6c 73 68 20 6d 61 6b  n run "tclsh mak
0080: 65 6d 61 6b 65 2e 74 63 6c 20 3e 6d 61 69 6e 2e  emake.tcl >main.
0090: 6d 6b 22 0a 23 20 74 6f 20 72 65 67 65 6e 65 72  mk".# to regener
00a0: 61 74 65 20 74 68 69 73 20 66 69 6c 65 2e 0a 23  ate this file..#
00b0: 0a 23 20 54 68 69 73 20 66 69 6c 65 20 69 73 20  .# This file is 
00c0: 69 6e 63 6c 75 64 65 64 20 62 79 20 6c 69 6e 75  included by linu
00d0: 78 2d 67 63 63 2e 6d 6b 20 6f 72 20 6c 69 6e 75  x-gcc.mk or linu
00e0: 78 2d 6d 69 6e 67 77 2e 6d 6b 20 6f 72 20 70 6f  x-mingw.mk or po
00f0: 73 73 69 62 6c 65 0a 23 20 73 6f 6d 65 20 6f 74  ssible.# some ot
0100: 68 65 72 20 6d 61 6b 65 66 69 6c 65 73 2e 20 20  her makefiles.  
0110: 54 68 69 73 20 66 69 6c 65 20 63 6f 6e 74 61 69  This file contai
0120: 6e 73 20 74 68 65 20 72 75 6c 65 73 20 74 68 61  ns the rules tha
0130: 74 20 61 72 65 20 63 6f 6d 6d 6f 6e 0a 23 20 74  t are common.# t
0140: 6f 20 62 75 69 6c 64 69 6e 67 20 72 65 67 61 72  o building regar
0150: 64 6c 65 73 73 20 6f 66 20 74 68 65 20 74 61 72  dless of the tar
0160: 67 65 74 2e 0a 23 0a 0a 58 54 43 43 20 3d 20 24  get..#..XTCC = $
0170: 28 54 43 43 29 20 24 28 43 46 4c 41 47 53 29 20  (TCC) $(CFLAGS) 
0180: 2d 49 2e 20 2d 49 24 28 53 52 43 44 49 52 29 0a  -I. -I$(SRCDIR).
0190: 0a 0a 53 52 43 20 3d 20 5c 0a 20 20 24 28 53 52  ..SRC = \.  $(SR
01a0: 43 44 49 52 29 2f 61 64 64 2e 63 20 5c 0a 20 20  CDIR)/add.c \.  
01b0: 24 28 53 52 43 44 49 52 29 2f 62 61 67 2e 63 20  $(SRCDIR)/bag.c 
01c0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 62 6c  \.  $(SRCDIR)/bl
01d0: 6f 62 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  ob.c \.  $(SRCDI
01e0: 52 29 2f 63 67 69 2e 63 20 5c 0a 20 20 24 28 53  R)/cgi.c \.  $(S
01f0: 52 43 44 49 52 29 2f 63 68 65 63 6b 69 6e 2e 63  RCDIR)/checkin.c
0200: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63   \.  $(SRCDIR)/c
0210: 68 65 63 6b 6f 75 74 2e 63 20 5c 0a 20 20 24 28  heckout.c \.  $(
0220: 53 52 43 44 49 52 29 2f 63 6c 65 61 72 73 69 67  SRCDIR)/clearsig
0230: 6e 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  n.c \.  $(SRCDIR
0240: 29 2f 63 6c 6f 6e 65 2e 63 20 5c 0a 20 20 24 28  )/clone.c \.  $(
0250: 53 52 43 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61  SRCDIR)/comforma
0260: 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  t.c \.  $(SRCDIR
0270: 29 2f 63 6f 6e 73 74 72 75 63 74 2e 63 20 5c 0a  )/construct.c \.
0280: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 74    $(SRCDIR)/cont
0290: 65 6e 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  ent.c \.  $(SRCD
02a0: 49 52 29 2f 64 62 2e 63 20 5c 0a 20 20 24 28 53  IR)/db.c \.  $(S
02b0: 52 43 44 49 52 29 2f 64 65 6c 74 61 2e 63 20 5c  RCDIR)/delta.c \
02c0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c  .  $(SRCDIR)/del
02d0: 74 61 63 6d 64 2e 63 20 5c 0a 20 20 24 28 53 52  tacmd.c \.  $(SR
02e0: 43 44 49 52 29 2f 64 65 73 63 65 6e 64 65 6e 74  CDIR)/descendent
02f0: 73 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  s.c \.  $(SRCDIR
0300: 29 2f 64 69 66 66 2e 63 20 5c 0a 20 20 24 28 53  )/diff.c \.  $(S
0310: 52 43 44 49 52 29 2f 64 69 66 66 63 6d 64 2e 63  RCDIR)/diffcmd.c
0320: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 65   \.  $(SRCDIR)/e
0330: 6e 63 6f 64 65 2e 63 20 5c 0a 20 20 24 28 53 52  ncode.c \.  $(SR
0340: 43 44 49 52 29 2f 66 69 6c 65 2e 63 20 5c 0a 20  CDIR)/file.c \. 
0350: 20 24 28 53 52 43 44 49 52 29 2f 68 74 74 70 2e   $(SRCDIR)/http.
0360: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0370: 69 6e 66 6f 2e 63 20 5c 0a 20 20 24 28 53 52 43  info.c \.  $(SRC
0380: 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 5c 0a 20  DIR)/login.c \. 
0390: 20 24 28 53 52 43 44 49 52 29 2f 6d 61 69 6e 2e   $(SRCDIR)/main.
03a0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
03b0: 6d 61 6e 69 66 65 73 74 2e 63 20 5c 0a 20 20 24  manifest.c \.  $
03c0: 28 53 52 43 44 49 52 29 2f 6d 64 35 2e 63 20 5c  (SRCDIR)/md5.c \
03d0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d 65 72  .  $(SRCDIR)/mer
03e0: 67 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  ge.c \.  $(SRCDI
03f0: 52 29 2f 6d 65 72 67 65 33 2e 63 20 5c 0a 20 20  R)/merge3.c \.  
0400: 24 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 2e 63  $(SRCDIR)/name.c
0410: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 70   \.  $(SRCDIR)/p
0420: 69 76 6f 74 2e 63 20 5c 0a 20 20 24 28 53 52 43  ivot.c \.  $(SRC
0430: 44 49 52 29 2f 70 71 75 65 75 65 2e 63 20 5c 0a  DIR)/pqueue.c \.
0440: 20 20 24 28 53 52 43 44 49 52 29 2f 70 72 69 6e    $(SRCDIR)/prin
0450: 74 66 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  tf.c \.  $(SRCDI
0460: 52 29 2f 72 65 62 75 69 6c 64 2e 63 20 5c 0a 20  R)/rebuild.c \. 
0470: 20 24 28 53 52 43 44 49 52 29 2f 73 63 68 65 6d   $(SRCDIR)/schem
0480: 61 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  a.c \.  $(SRCDIR
0490: 29 2f 73 65 74 75 70 2e 63 20 5c 0a 20 20 24 28  )/setup.c \.  $(
04a0: 53 52 43 44 49 52 29 2f 73 68 61 31 2e 63 20 5c  SRCDIR)/sha1.c \
04b0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 74 79  .  $(SRCDIR)/sty
04c0: 6c 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  le.c \.  $(SRCDI
04d0: 52 29 2f 73 79 6e 63 2e 63 20 5c 0a 20 20 24 28  R)/sync.c \.  $(
04e0: 53 52 43 44 49 52 29 2f 74 69 6d 65 6c 69 6e 65  SRCDIR)/timeline
04f0: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
0500: 2f 75 6e 64 6f 2e 63 20 5c 0a 20 20 24 28 53 52  /undo.c \.  $(SR
0510: 43 44 49 52 29 2f 75 70 64 61 74 65 2e 63 20 5c  CDIR)/update.c \
0520: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 75 72 6c  .  $(SRCDIR)/url
0530: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
0540: 2f 75 73 65 72 2e 63 20 5c 0a 20 20 24 28 53 52  /user.c \.  $(SR
0550: 43 44 49 52 29 2f 76 65 72 69 66 79 2e 63 20 5c  CDIR)/verify.c \
0560: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 76 66 69  .  $(SRCDIR)/vfi
0570: 6c 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  le.c \.  $(SRCDI
0580: 52 29 2f 77 69 6b 69 2e 63 20 5c 0a 20 20 24 28  R)/wiki.c \.  $(
0590: 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d  SRCDIR)/wikiform
05a0: 61 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  at.c \.  $(SRCDI
05b0: 52 29 2f 78 66 65 72 2e 63 20 5c 0a 20 20 24 28  R)/xfer.c \.  $(
05c0: 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 0a 0a 54  SRCDIR)/zip.c..T
05d0: 52 41 4e 53 5f 53 52 43 20 3d 20 5c 0a 20 20 61  RANS_SRC = \.  a
05e0: 64 64 5f 2e 63 20 5c 0a 20 20 62 61 67 5f 2e 63  dd_.c \.  bag_.c
05f0: 20 5c 0a 20 20 62 6c 6f 62 5f 2e 63 20 5c 0a 20   \.  blob_.c \. 
0600: 20 63 67 69 5f 2e 63 20 5c 0a 20 20 63 68 65 63   cgi_.c \.  chec
0610: 6b 69 6e 5f 2e 63 20 5c 0a 20 20 63 68 65 63 6b  kin_.c \.  check
0620: 6f 75 74 5f 2e 63 20 5c 0a 20 20 63 6c 65 61 72  out_.c \.  clear
0630: 73 69 67 6e 5f 2e 63 20 5c 0a 20 20 63 6c 6f 6e  sign_.c \.  clon
0640: 65 5f 2e 63 20 5c 0a 20 20 63 6f 6d 66 6f 72 6d  e_.c \.  comform
0650: 61 74 5f 2e 63 20 5c 0a 20 20 63 6f 6e 73 74 72  at_.c \.  constr
0660: 75 63 74 5f 2e 63 20 5c 0a 20 20 63 6f 6e 74 65  uct_.c \.  conte
0670: 6e 74 5f 2e 63 20 5c 0a 20 20 64 62 5f 2e 63 20  nt_.c \.  db_.c 
0680: 5c 0a 20 20 64 65 6c 74 61 5f 2e 63 20 5c 0a 20  \.  delta_.c \. 
0690: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 20 5c 0a 20   deltacmd_.c \. 
06a0: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 20   descendents_.c 
06b0: 5c 0a 20 20 64 69 66 66 5f 2e 63 20 5c 0a 20 20  \.  diff_.c \.  
06c0: 64 69 66 66 63 6d 64 5f 2e 63 20 5c 0a 20 20 65  diffcmd_.c \.  e
06d0: 6e 63 6f 64 65 5f 2e 63 20 5c 0a 20 20 66 69 6c  ncode_.c \.  fil
06e0: 65 5f 2e 63 20 5c 0a 20 20 68 74 74 70 5f 2e 63  e_.c \.  http_.c
06f0: 20 5c 0a 20 20 69 6e 66 6f 5f 2e 63 20 5c 0a 20   \.  info_.c \. 
0700: 20 6c 6f 67 69 6e 5f 2e 63 20 5c 0a 20 20 6d 61   login_.c \.  ma
0710: 69 6e 5f 2e 63 20 5c 0a 20 20 6d 61 6e 69 66 65  in_.c \.  manife
0720: 73 74 5f 2e 63 20 5c 0a 20 20 6d 64 35 5f 2e 63  st_.c \.  md5_.c
0730: 20 5c 0a 20 20 6d 65 72 67 65 5f 2e 63 20 5c 0a   \.  merge_.c \.
0740: 20 20 6d 65 72 67 65 33 5f 2e 63 20 5c 0a 20 20    merge3_.c \.  
0750: 6e 61 6d 65 5f 2e 63 20 5c 0a 20 20 70 69 76 6f  name_.c \.  pivo
0760: 74 5f 2e 63 20 5c 0a 20 20 70 71 75 65 75 65 5f  t_.c \.  pqueue_
0770: 2e 63 20 5c 0a 20 20 70 72 69 6e 74 66 5f 2e 63  .c \.  printf_.c
0780: 20 5c 0a 20 20 72 65 62 75 69 6c 64 5f 2e 63 20   \.  rebuild_.c 
0790: 5c 0a 20 20 73 63 68 65 6d 61 5f 2e 63 20 5c 0a  \.  schema_.c \.
07a0: 20 20 73 65 74 75 70 5f 2e 63 20 5c 0a 20 20 73    setup_.c \.  s
07b0: 68 61 31 5f 2e 63 20 5c 0a 20 20 73 74 79 6c 65  ha1_.c \.  style
07c0: 5f 2e 63 20 5c 0a 20 20 73 79 6e 63 5f 2e 63 20  _.c \.  sync_.c 
07d0: 5c 0a 20 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 20  \.  timeline_.c 
07e0: 5c 0a 20 20 75 6e 64 6f 5f 2e 63 20 5c 0a 20 20  \.  undo_.c \.  
07f0: 75 70 64 61 74 65 5f 2e 63 20 5c 0a 20 20 75 72  update_.c \.  ur
0800: 6c 5f 2e 63 20 5c 0a 20 20 75 73 65 72 5f 2e 63  l_.c \.  user_.c
0810: 20 5c 0a 20 20 76 65 72 69 66 79 5f 2e 63 20 5c   \.  verify_.c \
0820: 0a 20 20 76 66 69 6c 65 5f 2e 63 20 5c 0a 20 20  .  vfile_.c \.  
0830: 77 69 6b 69 5f 2e 63 20 5c 0a 20 20 77 69 6b 69  wiki_.c \.  wiki
0840: 66 6f 72 6d 61 74 5f 2e 63 20 5c 0a 20 20 78 66  format_.c \.  xf
0850: 65 72 5f 2e 63 20 5c 0a 20 20 7a 69 70 5f 2e 63  er_.c \.  zip_.c
0860: 0a 0a 4f 42 4a 20 3d 20 5c 0a 20 20 61 64 64 2e  ..OBJ = \.  add.
0870: 6f 20 5c 0a 20 20 62 61 67 2e 6f 20 5c 0a 20 20  o \.  bag.o \.  
0880: 62 6c 6f 62 2e 6f 20 5c 0a 20 20 63 67 69 2e 6f  blob.o \.  cgi.o
0890: 20 5c 0a 20 20 63 68 65 63 6b 69 6e 2e 6f 20 5c   \.  checkin.o \
08a0: 0a 20 20 63 68 65 63 6b 6f 75 74 2e 6f 20 5c 0a  .  checkout.o \.
08b0: 20 20 63 6c 65 61 72 73 69 67 6e 2e 6f 20 5c 0a    clearsign.o \.
08c0: 20 20 63 6c 6f 6e 65 2e 6f 20 5c 0a 20 20 63 6f    clone.o \.  co
08d0: 6d 66 6f 72 6d 61 74 2e 6f 20 5c 0a 20 20 63 6f  mformat.o \.  co
08e0: 6e 73 74 72 75 63 74 2e 6f 20 5c 0a 20 20 63 6f  nstruct.o \.  co
08f0: 6e 74 65 6e 74 2e 6f 20 5c 0a 20 20 64 62 2e 6f  ntent.o \.  db.o
0900: 20 5c 0a 20 20 64 65 6c 74 61 2e 6f 20 5c 0a 20   \.  delta.o \. 
0910: 20 64 65 6c 74 61 63 6d 64 2e 6f 20 5c 0a 20 20   deltacmd.o \.  
0920: 64 65 73 63 65 6e 64 65 6e 74 73 2e 6f 20 5c 0a  descendents.o \.
0930: 20 20 64 69 66 66 2e 6f 20 5c 0a 20 20 64 69 66    diff.o \.  dif
0940: 66 63 6d 64 2e 6f 20 5c 0a 20 20 65 6e 63 6f 64  fcmd.o \.  encod
0950: 65 2e 6f 20 5c 0a 20 20 66 69 6c 65 2e 6f 20 5c  e.o \.  file.o \
0960: 0a 20 20 68 74 74 70 2e 6f 20 5c 0a 20 20 69 6e  .  http.o \.  in
0970: 66 6f 2e 6f 20 5c 0a 20 20 6c 6f 67 69 6e 2e 6f  fo.o \.  login.o
0980: 20 5c 0a 20 20 6d 61 69 6e 2e 6f 20 5c 0a 20 20   \.  main.o \.  
0990: 6d 61 6e 69 66 65 73 74 2e 6f 20 5c 0a 20 20 6d  manifest.o \.  m
09a0: 64 35 2e 6f 20 5c 0a 20 20 6d 65 72 67 65 2e 6f  d5.o \.  merge.o
09b0: 20 5c 0a 20 20 6d 65 72 67 65 33 2e 6f 20 5c 0a   \.  merge3.o \.
09c0: 20 20 6e 61 6d 65 2e 6f 20 5c 0a 20 20 70 69 76    name.o \.  piv
09d0: 6f 74 2e 6f 20 5c 0a 20 20 70 71 75 65 75 65 2e  ot.o \.  pqueue.
09e0: 6f 20 5c 0a 20 20 70 72 69 6e 74 66 2e 6f 20 5c  o \.  printf.o \
09f0: 0a 20 20 72 65 62 75 69 6c 64 2e 6f 20 5c 0a 20  .  rebuild.o \. 
0a00: 20 73 63 68 65 6d 61 2e 6f 20 5c 0a 20 20 73 65   schema.o \.  se
0a10: 74 75 70 2e 6f 20 5c 0a 20 20 73 68 61 31 2e 6f  tup.o \.  sha1.o
0a20: 20 5c 0a 20 20 73 74 79 6c 65 2e 6f 20 5c 0a 20   \.  style.o \. 
0a30: 20 73 79 6e 63 2e 6f 20 5c 0a 20 20 74 69 6d 65   sync.o \.  time
0a40: 6c 69 6e 65 2e 6f 20 5c 0a 20 20 75 6e 64 6f 2e  line.o \.  undo.
0a50: 6f 20 5c 0a 20 20 75 70 64 61 74 65 2e 6f 20 5c  o \.  update.o \
0a60: 0a 20 20 75 72 6c 2e 6f 20 5c 0a 20 20 75 73 65  .  url.o \.  use
0a70: 72 2e 6f 20 5c 0a 20 20 76 65 72 69 66 79 2e 6f  r.o \.  verify.o
0a80: 20 5c 0a 20 20 76 66 69 6c 65 2e 6f 20 5c 0a 20   \.  vfile.o \. 
0a90: 20 77 69 6b 69 2e 6f 20 5c 0a 20 20 77 69 6b 69   wiki.o \.  wiki
0aa0: 66 6f 72 6d 61 74 2e 6f 20 5c 0a 20 20 78 66 65  format.o \.  xfe
0ab0: 72 2e 6f 20 5c 0a 20 20 7a 69 70 2e 6f 0a 0a 41  r.o \.  zip.o..A
0ac0: 50 50 4e 41 4d 45 20 3d 20 66 6f 73 73 69 6c 24  PPNAME = fossil$
0ad0: 28 45 29 0a 0a 0a 0a 61 6c 6c 3a 09 24 28 41 50  (E)....all:.$(AP
0ae0: 50 4e 41 4d 45 29 0a 0a 69 6e 73 74 61 6c 6c 3a  PNAME)..install:
0af0: 09 24 28 41 50 50 4e 41 4d 45 29 0a 09 6d 76 20  .$(APPNAME)..mv 
0b00: 24 28 41 50 50 4e 41 4d 45 29 20 24 28 49 4e 53  $(APPNAME) $(INS
0b10: 54 41 4c 4c 44 49 52 29 0a 0a 74 72 61 6e 73 6c  TALLDIR)..transl
0b20: 61 74 65 3a 09 24 28 53 52 43 44 49 52 29 2f 74  ate:.$(SRCDIR)/t
0b30: 72 61 6e 73 6c 61 74 65 2e 63 0a 09 24 28 42 43  ranslate.c..$(BC
0b40: 43 29 20 2d 6f 20 74 72 61 6e 73 6c 61 74 65 20  C) -o translate 
0b50: 24 28 53 52 43 44 49 52 29 2f 74 72 61 6e 73 6c  $(SRCDIR)/transl
0b60: 61 74 65 2e 63 0a 0a 6d 61 6b 65 68 65 61 64 65  ate.c..makeheade
0b70: 72 73 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 61  rs:.$(SRCDIR)/ma
0b80: 6b 65 68 65 61 64 65 72 73 2e 63 0a 09 24 28 42  keheaders.c..$(B
0b90: 43 43 29 20 2d 6f 20 6d 61 6b 65 68 65 61 64 65  CC) -o makeheade
0ba0: 72 73 20 24 28 53 52 43 44 49 52 29 2f 6d 61 6b  rs $(SRCDIR)/mak
0bb0: 65 68 65 61 64 65 72 73 2e 63 0a 0a 6d 6b 69 6e  eheaders.c..mkin
0bc0: 64 65 78 3a 09 24 28 53 52 43 44 49 52 29 2f 6d  dex:.$(SRCDIR)/m
0bd0: 6b 69 6e 64 65 78 2e 63 0a 09 24 28 42 43 43 29  kindex.c..$(BCC)
0be0: 20 2d 6f 20 6d 6b 69 6e 64 65 78 20 24 28 53 52   -o mkindex $(SR
0bf0: 43 44 49 52 29 2f 6d 6b 69 6e 64 65 78 2e 63 0a  CDIR)/mkindex.c.
0c00: 0a 23 20 57 41 52 4e 49 4e 47 2e 20 44 41 4e 47  .# WARNING. DANG
0c10: 45 52 2e 20 52 75 6e 6e 69 6e 67 20 74 68 65 20  ER. Running the 
0c20: 74 65 73 74 73 75 69 74 65 20 6d 6f 64 69 66 69  testsuite modifi
0c30: 65 73 20 74 68 65 20 72 65 70 6f 73 69 74 6f 72  es the repositor
0c40: 79 20 74 68 65 0a 23 20 62 75 69 6c 64 20 69 73  y the.# build is
0c50: 20 64 6f 6e 65 20 66 72 6f 6d 2c 20 69 2e 65 2e   done from, i.e.
0c60: 20 74 68 65 20 63 68 65 63 6b 6f 75 74 20 62 65   the checkout be
0c70: 6c 6f 6e 67 73 20 74 6f 2e 20 44 6f 20 6e 6f 74  longs to. Do not
0c80: 20 73 79 6e 63 2f 70 75 73 68 0a 23 20 74 68 65   sync/push.# the
0c90: 20 72 65 70 6f 73 69 74 6f 72 79 20 61 66 74 65   repository afte
0ca0: 72 20 72 75 6e 6e 69 6e 67 20 74 68 65 20 74 65  r running the te
0cb0: 73 74 73 2e 0a 74 65 73 74 3a 09 24 28 41 50 50  sts..test:.$(APP
0cc0: 4e 41 4d 45 29 0a 09 24 28 54 43 4c 53 48 29 20  NAME)..$(TCLSH) 
0cd0: 74 65 73 74 2f 74 65 73 74 65 72 2e 74 63 6c 20  test/tester.tcl 
0ce0: 24 28 41 50 50 4e 41 4d 45 29 0a 0a 56 45 52 53  $(APPNAME)..VERS
0cf0: 49 4f 4e 2e 68 3a 09 24 28 53 52 43 44 49 52 29  ION.h:.$(SRCDIR)
0d00: 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 2e 75 75 69  /../manifest.uui
0d10: 64 0a 09 61 77 6b 20 27 7b 20 70 72 69 6e 74 66  d..awk '{ printf
0d20: 20 22 23 64 65 66 69 6e 65 20 4d 41 4e 49 46 45   "#define MANIFE
0d30: 53 54 5f 55 55 49 44 20 5c 22 25 73 5c 22 5c 6e  ST_UUID \"%s\"\n
0d40: 22 2c 20 24 24 31 7d 27 20 20 24 28 53 52 43 44  ", $$1}'  $(SRCD
0d50: 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 2e  IR)/../manifest.
0d60: 75 75 69 64 20 3e 56 45 52 53 49 4f 4e 2e 68 0a  uuid >VERSION.h.
0d70: 0a 24 28 41 50 50 4e 41 4d 45 29 3a 09 68 65 61  .$(APPNAME):.hea
0d80: 64 65 72 73 20 24 28 4f 42 4a 29 20 73 71 6c 69  ders $(OBJ) sqli
0d90: 74 65 33 2e 6f 0a 09 24 28 54 43 43 29 20 2d 6f  te3.o..$(TCC) -o
0da0: 20 24 28 41 50 50 4e 41 4d 45 29 20 24 28 4f 42   $(APPNAME) $(OB
0db0: 4a 29 20 73 71 6c 69 74 65 33 2e 6f 20 24 28 4c  J) sqlite3.o $(L
0dc0: 49 42 29 0a 0a 63 6c 65 61 6e 3a 09 0a 09 72 6d  IB)..clean:...rm
0dd0: 20 2d 66 20 2a 2e 6f 20 2a 5f 2e 63 20 24 28 41   -f *.o *_.c $(A
0de0: 50 50 4e 41 4d 45 29 20 56 45 52 53 49 4f 4e 2e  PPNAME) VERSION.
0df0: 68 0a 09 72 6d 20 2d 66 20 74 72 61 6e 73 6c 61  h..rm -f transla
0e00: 74 65 20 6d 61 6b 65 68 65 61 64 65 72 73 20 6d  te makeheaders m
0e10: 6b 69 6e 64 65 78 20 70 61 67 65 5f 69 6e 64 65  kindex page_inde
0e20: 78 2e 68 20 68 65 61 64 65 72 73 0a 09 72 6d 20  x.h headers..rm 
0e30: 2d 66 20 61 64 64 2e 68 20 62 61 67 2e 68 20 62  -f add.h bag.h b
0e40: 6c 6f 62 2e 68 20 63 67 69 2e 68 20 63 68 65 63  lob.h cgi.h chec
0e50: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 2e 68  kin.h checkout.h
0e60: 20 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f   clearsign.h clo
0e70: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 2e 68  ne.h comformat.h
0e80: 20 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e   construct.h con
0e90: 74 65 6e 74 2e 68 20 64 62 2e 68 20 64 65 6c 74  tent.h db.h delt
0ea0: 61 2e 68 20 64 65 6c 74 61 63 6d 64 2e 68 20 64  a.h deltacmd.h d
0eb0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
0ec0: 66 2e 68 20 64 69 66 66 63 6d 64 2e 68 20 65 6e  f.h diffcmd.h en
0ed0: 63 6f 64 65 2e 68 20 66 69 6c 65 2e 68 20 68 74  code.h file.h ht
0ee0: 74 70 2e 68 20 69 6e 66 6f 2e 68 20 6c 6f 67 69  tp.h info.h logi
0ef0: 6e 2e 68 20 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  n.h main.h manif
0f00: 65 73 74 2e 68 20 6d 64 35 2e 68 20 6d 65 72 67  est.h md5.h merg
0f10: 65 2e 68 20 6d 65 72 67 65 33 2e 68 20 6e 61 6d  e.h merge3.h nam
0f20: 65 2e 68 20 70 69 76 6f 74 2e 68 20 70 71 75 65  e.h pivot.h pque
0f30: 75 65 2e 68 20 70 72 69 6e 74 66 2e 68 20 72 65  ue.h printf.h re
0f40: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 2e 68  build.h schema.h
0f50: 20 73 65 74 75 70 2e 68 20 73 68 61 31 2e 68 20   setup.h sha1.h 
0f60: 73 74 79 6c 65 2e 68 20 73 79 6e 63 2e 68 20 74  style.h sync.h t
0f70: 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 2e 68  imeline.h undo.h
0f80: 20 75 70 64 61 74 65 2e 68 20 75 72 6c 2e 68 20   update.h url.h 
0f90: 75 73 65 72 2e 68 20 76 65 72 69 66 79 2e 68 20  user.h verify.h 
0fa0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 2e 68 20 77  vfile.h wiki.h w
0fb0: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
0fc0: 2e 68 20 7a 69 70 2e 68 0a 0a 68 65 61 64 65 72  .h zip.h..header
0fd0: 73 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 20 6d  s:.makeheaders m
0fe0: 6b 69 6e 64 65 78 20 24 28 54 52 41 4e 53 5f 53  kindex $(TRANS_S
0ff0: 52 43 29 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  RC) ./VERSION.h.
1000: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
1010: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67  add_.c:add.h bag
1020: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
1030: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a  c:blob.h cgi_.c:
1040: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
1050: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
1060: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
1070: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
1080: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
1090: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
10a0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
10b0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
10c0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
10d0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
10e0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
10f0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
1100: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
1110: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
1120: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
1130: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
1140: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
1150: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
1160: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
1170: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
1180: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
1190: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
11a0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
11b0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
11c0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
11d0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
11e0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
11f0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e  e3_.c:merge3.h n
1200: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
1210: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
1220: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
1230: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
1240: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
1250: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61  rebuild.h schema
1260: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
1270: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
1280: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
1290: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
12a0: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d  nc_.c:sync.h tim
12b0: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
12c0: 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  e.h undo_.c:undo
12d0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
12e0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
12f0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
1300: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
1310: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
1320: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
1330: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
1340: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
1350: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
1360: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
1370: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
1380: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 2e 2f 6d  ./VERSION.h.../m
1390: 6b 69 6e 64 65 78 20 24 28 54 52 41 4e 53 5f 53  kindex $(TRANS_S
13a0: 52 43 29 20 3e 70 61 67 65 5f 69 6e 64 65 78 2e  RC) >page_index.
13b0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
13c0: 0a 0a 61 64 64 5f 2e 63 3a 09 24 28 53 52 43 44  ..add_.c:.$(SRCD
13d0: 49 52 29 2f 61 64 64 2e 63 20 24 28 53 52 43 44  IR)/add.c $(SRCD
13e0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
13f0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
1400: 74 65 20 24 28 53 52 43 44 49 52 29 2f 61 64 64  te $(SRCDIR)/add
1410: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
1420: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 61  CDIR)/VERSION >a
1430: 64 64 5f 2e 63 0a 0a 61 64 64 2e 6f 3a 09 61 64  dd_.c..add.o:.ad
1440: 64 5f 2e 63 20 61 64 64 2e 68 20 20 24 28 53 52  d_.c add.h  $(SR
1450: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
1460: 24 28 58 54 43 43 29 20 2d 6f 20 61 64 64 2e 6f  $(XTCC) -o add.o
1470: 20 2d 63 20 61 64 64 5f 2e 63 0a 0a 61 64 64 2e   -c add_.c..add.
1480: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
1490: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
14a0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f  dd_.c:add.h bag_
14b0: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
14c0: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
14d0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
14e0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
14f0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
1500: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
1510: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
1520: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
1530: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
1540: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
1550: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
1560: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
1570: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
1580: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
1590: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
15a0: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
15b0: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
15c0: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
15d0: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
15e0: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
15f0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
1600: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
1610: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
1620: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
1630: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
1640: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
1650: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
1660: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
1670: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
1680: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
1690: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
16a0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
16b0: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
16c0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
16d0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
16e0: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f  ebuild.h schema_
16f0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75  .c:schema.h setu
1700: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61  p_.c:setup.h sha
1710: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c  1_.c:sha1.h styl
1720: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
1730: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65  c_.c:sync.h time
1740: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
1750: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
1760: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
1770: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
1780: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
1790: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
17a0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
17b0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
17c0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
17d0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
17e0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
17f0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
1800: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
1810: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
1820: 68 20 68 65 61 64 65 72 73 0a 0a 62 61 67 5f 2e  h headers..bag_.
1830: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 62 61 67  c:.$(SRCDIR)/bag
1840: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
1850: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
1860: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
1870: 43 44 49 52 29 2f 62 61 67 2e 63 20 7c 20 73 65  CDIR)/bag.c | se
1880: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
1890: 45 52 53 49 4f 4e 20 3e 62 61 67 5f 2e 63 0a 0a  ERSION >bag_.c..
18a0: 62 61 67 2e 6f 3a 09 62 61 67 5f 2e 63 20 62 61  bag.o:.bag_.c ba
18b0: 67 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  g.h  $(SRCDIR)/c
18c0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
18d0: 20 2d 6f 20 62 61 67 2e 6f 20 2d 63 20 62 61 67   -o bag.o -c bag
18e0: 5f 2e 63 0a 0a 62 61 67 2e 68 3a 09 6d 61 6b 65  _.c..bag.h:.make
18f0: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
1900: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
1910: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  dd.h bag_.c:bag.
1920: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
1930: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
1940: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
1950: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
1960: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
1970: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
1980: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
1990: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
19a0: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
19b0: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
19c0: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
19d0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
19e0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
19f0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
1a00: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
1a10: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
1a20: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
1a30: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
1a40: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
1a50: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
1a60: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
1a70: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
1a80: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
1a90: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
1aa0: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
1ab0: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
1ac0: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
1ad0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
1ae0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
1af0: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  rge3.h name_.c:n
1b00: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
1b10: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
1b20: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
1b30: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
1b40: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
1b50: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
1b60: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
1b70: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
1b80: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
1b90: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
1ba0: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  nc.h timeline_.c
1bb0: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f  :timeline.h undo
1bc0: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
1bd0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
1be0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
1bf0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
1c00: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
1c10: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
1c20: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
1c30: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
1c40: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
1c50: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
1c60: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
1c70: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
1c80: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
1c90: 72 73 0a 0a 62 6c 6f 62 5f 2e 63 3a 09 24 28 53  rs..blob_.c:.$(S
1ca0: 52 43 44 49 52 29 2f 62 6c 6f 62 2e 63 20 24 28  RCDIR)/blob.c $(
1cb0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
1cc0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
1cd0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
1ce0: 2f 62 6c 6f 62 2e 63 20 7c 20 73 65 64 20 2d 66  /blob.c | sed -f
1cf0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
1d00: 4f 4e 20 3e 62 6c 6f 62 5f 2e 63 0a 0a 62 6c 6f  ON >blob_.c..blo
1d10: 62 2e 6f 3a 09 62 6c 6f 62 5f 2e 63 20 62 6c 6f  b.o:.blob_.c blo
1d20: 62 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  b.h  $(SRCDIR)/c
1d30: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
1d40: 20 2d 6f 20 62 6c 6f 62 2e 6f 20 2d 63 20 62 6c   -o blob.o -c bl
1d50: 6f 62 5f 2e 63 0a 0a 62 6c 6f 62 2e 68 3a 09 6d  ob_.c..blob.h:.m
1d60: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
1d70: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
1d80: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62  c:add.h bag_.c:b
1d90: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
1da0: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  b.h cgi_.c:cgi.h
1db0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
1dc0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
1dd0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
1de0: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
1df0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
1e00: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
1e10: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
1e20: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
1e30: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
1e40: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
1e50: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
1e60: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
1e70: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
1e80: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
1e90: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
1ea0: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
1eb0: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
1ec0: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
1ed0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
1ee0: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
1ef0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
1f00: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
1f10: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
1f20: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
1f30: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
1f40: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
1f50: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
1f60: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
1f70: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
1f80: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
1f90: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
1fa0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
1fb0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
1fc0: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73  ld.h schema_.c:s
1fd0: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63  chema.h setup_.c
1fe0: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63  :setup.h sha1_.c
1ff0: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63  :sha1.h style_.c
2000: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
2010: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65  :sync.h timeline
2020: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75  _.c:timeline.h u
2030: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
2040: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
2050: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
2060: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
2070: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
2080: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
2090: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
20a0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
20b0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
20c0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
20d0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
20e0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
20f0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
2100: 61 64 65 72 73 0a 0a 63 67 69 5f 2e 63 3a 09 24  aders..cgi_.c:.$
2110: 28 53 52 43 44 49 52 29 2f 63 67 69 2e 63 20 24  (SRCDIR)/cgi.c $
2120: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
2130: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
2140: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
2150: 29 2f 63 67 69 2e 63 20 7c 20 73 65 64 20 2d 66  )/cgi.c | sed -f
2160: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
2170: 4f 4e 20 3e 63 67 69 5f 2e 63 0a 0a 63 67 69 2e  ON >cgi_.c..cgi.
2180: 6f 3a 09 63 67 69 5f 2e 63 20 63 67 69 2e 68 20  o:.cgi_.c cgi.h 
2190: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
21a0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
21b0: 63 67 69 2e 6f 20 2d 63 20 63 67 69 5f 2e 63 0a  cgi.o -c cgi_.c.
21c0: 0a 63 67 69 2e 68 3a 09 6d 61 6b 65 68 65 61 64  .cgi.h:.makehead
21d0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
21e0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
21f0: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
2200: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69  ob_.c:blob.h cgi
2210: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69  _.c:cgi.h checki
2220: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63  n_.c:checkin.h c
2230: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b  heckout_.c:check
2240: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f  out.h clearsign_
2250: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63  .c:clearsign.h c
2260: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20  lone_.c:clone.h 
2270: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d  comformat_.c:com
2280: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75  format.h constru
2290: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
22a0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
22b0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
22c0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
22d0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
22e0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
22f0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dents_.c:descend
2300: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ents.h diff_.c:d
2310: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
2320: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64  :diffcmd.h encod
2330: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69  e_.c:encode.h fi
2340: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74  le_.c:file.h htt
2350: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f  p_.c:http.h info
2360: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e  _.c:info.h login
2370: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  _.c:login.h main
2380: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  _.c:main.h manif
2390: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e  est_.c:manifest.
23a0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d  h md5_.c:md5.h m
23b0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20  erge_.c:merge.h 
23c0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33  merge3_.c:merge3
23d0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
23e0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
23f0: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
2400: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
2410: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
2420: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63  _.c:rebuild.h sc
2430: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
2440: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
2450: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
2460: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
2470: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
2480: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d   timeline_.c:tim
2490: 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a  eline.h undo_.c:
24a0: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
24b0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
24c0: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
24d0: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
24e0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
24f0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
2500: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
2510: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
2520: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
2530: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
2540: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
2550: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
2560: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
2570: 63 68 65 63 6b 69 6e 5f 2e 63 3a 09 24 28 53 52  checkin_.c:.$(SR
2580: 43 44 49 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20  CDIR)/checkin.c 
2590: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
25a0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
25b0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
25c0: 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20 7c 20 73  R)/checkin.c | s
25d0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
25e0: 56 45 52 53 49 4f 4e 20 3e 63 68 65 63 6b 69 6e  VERSION >checkin
25f0: 5f 2e 63 0a 0a 63 68 65 63 6b 69 6e 2e 6f 3a 09  _.c..checkin.o:.
2600: 63 68 65 63 6b 69 6e 5f 2e 63 20 63 68 65 63 6b  checkin_.c check
2610: 69 6e 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  in.h  $(SRCDIR)/
2620: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
2630: 29 20 2d 6f 20 63 68 65 63 6b 69 6e 2e 6f 20 2d  ) -o checkin.o -
2640: 63 20 63 68 65 63 6b 69 6e 5f 2e 63 0a 0a 63 68  c checkin_.c..ch
2650: 65 63 6b 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61  eckin.h:.makehea
2660: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
2670: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
2680: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
2690: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
26a0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
26b0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
26c0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
26d0: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
26e0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
26f0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
2700: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
2710: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
2720: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
2730: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
2740: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
2750: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
2760: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
2770: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
2780: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
2790: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
27a0: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
27b0: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
27c0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
27d0: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
27e0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
27f0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
2800: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
2810: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
2820: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
2830: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
2840: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
2850: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
2860: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
2870: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
2880: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
2890: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
28a0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
28b0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73  d_.c:rebuild.h s
28c0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e  chema_.c:schema.
28d0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70  h setup_.c:setup
28e0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e  .h sha1_.c:sha1.
28f0: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
2900: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
2910: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
2920: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63  meline.h undo_.c
2930: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
2940: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
2950: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
2960: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
2970: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
2980: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
2990: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
29a0: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
29b0: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
29c0: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
29d0: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
29e0: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
29f0: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
2a00: 0a 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 09 24 28  .checkout_.c:.$(
2a10: 53 52 43 44 49 52 29 2f 63 68 65 63 6b 6f 75 74  SRCDIR)/checkout
2a20: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
2a30: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
2a40: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
2a50: 43 44 49 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63  CDIR)/checkout.c
2a60: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
2a70: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 68 65  IR)/VERSION >che
2a80: 63 6b 6f 75 74 5f 2e 63 0a 0a 63 68 65 63 6b 6f  ckout_.c..checko
2a90: 75 74 2e 6f 3a 09 63 68 65 63 6b 6f 75 74 5f 2e  ut.o:.checkout_.
2aa0: 63 20 63 68 65 63 6b 6f 75 74 2e 68 20 20 24 28  c checkout.h  $(
2ab0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
2ac0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 68 65  ..$(XTCC) -o che
2ad0: 63 6b 6f 75 74 2e 6f 20 2d 63 20 63 68 65 63 6b  ckout.o -c check
2ae0: 6f 75 74 5f 2e 63 0a 0a 63 68 65 63 6b 6f 75 74  out_.c..checkout
2af0: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
2b00: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
2b10: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67  add_.c:add.h bag
2b20: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
2b30: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a  c:blob.h cgi_.c:
2b40: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
2b50: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
2b60: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
2b70: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
2b80: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
2b90: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
2ba0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
2bb0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
2bc0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
2bd0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
2be0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
2bf0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
2c00: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
2c10: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
2c20: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
2c30: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
2c40: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
2c50: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
2c60: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
2c70: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
2c80: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
2c90: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
2ca0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
2cb0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
2cc0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
2cd0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
2ce0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
2cf0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e  e3_.c:merge3.h n
2d00: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
2d10: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
2d20: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
2d30: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
2d40: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
2d50: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61  rebuild.h schema
2d60: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
2d70: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
2d80: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
2d90: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
2da0: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d  nc_.c:sync.h tim
2db0: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
2dc0: 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  e.h undo_.c:undo
2dd0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
2de0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
2df0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
2e00: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
2e10: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
2e20: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
2e30: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
2e40: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
2e50: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
2e60: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
2e70: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
2e80: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
2e90: 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6c 65 61  ch headers..clea
2ea0: 72 73 69 67 6e 5f 2e 63 3a 09 24 28 53 52 43 44  rsign_.c:.$(SRCD
2eb0: 49 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20  IR)/clearsign.c 
2ec0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
2ed0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
2ee0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
2ef0: 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 7c  R)/clearsign.c |
2f00: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
2f10: 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6c 65 61 72  )/VERSION >clear
2f20: 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65 61 72 73 69  sign_.c..clearsi
2f30: 67 6e 2e 6f 3a 09 63 6c 65 61 72 73 69 67 6e 5f  gn.o:.clearsign_
2f40: 2e 63 20 63 6c 65 61 72 73 69 67 6e 2e 68 20 20  .c clearsign.h  
2f50: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
2f60: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63  .h..$(XTCC) -o c
2f70: 6c 65 61 72 73 69 67 6e 2e 6f 20 2d 63 20 63 6c  learsign.o -c cl
2f80: 65 61 72 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65 61  earsign_.c..clea
2f90: 72 73 69 67 6e 2e 68 3a 09 6d 61 6b 65 68 65 61  rsign.h:.makehea
2fa0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
2fb0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
2fc0: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
2fd0: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
2fe0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
2ff0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
3000: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
3010: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
3020: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
3030: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
3040: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
3050: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
3060: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
3070: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
3080: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
3090: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
30a0: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
30b0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
30c0: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
30d0: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
30e0: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
30f0: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
3100: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
3110: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
3120: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
3130: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
3140: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
3150: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
3160: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
3170: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
3180: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
3190: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
31a0: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
31b0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
31c0: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
31d0: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
31e0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
31f0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73  d_.c:rebuild.h s
3200: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e  chema_.c:schema.
3210: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70  h setup_.c:setup
3220: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e  .h sha1_.c:sha1.
3230: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
3240: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
3250: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
3260: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63  meline.h undo_.c
3270: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
3280: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
3290: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
32a0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
32b0: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
32c0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
32d0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
32e0: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
32f0: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
3300: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
3310: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
3320: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
3330: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
3340: 0a 63 6c 6f 6e 65 5f 2e 63 3a 09 24 28 53 52 43  .clone_.c:.$(SRC
3350: 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 20 24 28 53  DIR)/clone.c $(S
3360: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
3370: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
3380: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
3390: 63 6c 6f 6e 65 2e 63 20 7c 20 73 65 64 20 2d 66  clone.c | sed -f
33a0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
33b0: 4f 4e 20 3e 63 6c 6f 6e 65 5f 2e 63 0a 0a 63 6c  ON >clone_.c..cl
33c0: 6f 6e 65 2e 6f 3a 09 63 6c 6f 6e 65 5f 2e 63 20  one.o:.clone_.c 
33d0: 63 6c 6f 6e 65 2e 68 20 20 24 28 53 52 43 44 49  clone.h  $(SRCDI
33e0: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
33f0: 54 43 43 29 20 2d 6f 20 63 6c 6f 6e 65 2e 6f 20  TCC) -o clone.o 
3400: 2d 63 20 63 6c 6f 6e 65 5f 2e 63 0a 0a 63 6c 6f  -c clone_.c..clo
3410: 6e 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  ne.h:.makeheader
3420: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
3430: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
3440: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
3450: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e  _.c:blob.h cgi_.
3460: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f  c:cgi.h checkin_
3470: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65  .c:checkin.h che
3480: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75  ckout_.c:checkou
3490: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63  t.h clearsign_.c
34a0: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f  :clearsign.h clo
34b0: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f  ne_.c:clone.h co
34c0: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f  mformat_.c:comfo
34d0: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74  rmat.h construct
34e0: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
34f0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
3500: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
3510: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
3520: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
3530: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65  tacmd.h descende
3540: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e  nts_.c:descenden
3550: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
3560: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
3570: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f  iffcmd.h encode_
3580: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65  .c:encode.h file
3590: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f  _.c:file.h http_
35a0: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e  .c:http.h info_.
35b0: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e  c:info.h login_.
35c0: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e  c:login.h main_.
35d0: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73  c:main.h manifes
35e0: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20  t_.c:manifest.h 
35f0: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72  md5_.c:md5.h mer
3600: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65  ge_.c:merge.h me
3610: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68  rge3_.c:merge3.h
3620: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
3630: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
3640: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75   pqueue_.c:pqueu
3650: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  e.h printf_.c:pr
3660: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
3670: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65  c:rebuild.h sche
3680: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
3690: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
36a0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
36b0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
36c0: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
36d0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
36e0: 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e  ine.h undo_.c:un
36f0: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  do.h update_.c:u
3700: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
3710: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
3720: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
3730: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
3740: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
3750: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
3760: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
3770: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
3780: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
3790: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
37a0: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
37b0: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6f  ouch headers..co
37c0: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 09 24 28 53 52  mformat_.c:.$(SR
37d0: 43 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e  CDIR)/comformat.
37e0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
37f0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
3800: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
3810: 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63  DIR)/comformat.c
3820: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
3830: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6d  IR)/VERSION >com
3840: 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 6f 6d 66 6f  format_.c..comfo
3850: 72 6d 61 74 2e 6f 3a 09 63 6f 6d 66 6f 72 6d 61  rmat.o:.comforma
3860: 74 5f 2e 63 20 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c comformat.h
3870: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
3880: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
3890: 20 63 6f 6d 66 6f 72 6d 61 74 2e 6f 20 2d 63 20   comformat.o -c 
38a0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 6f  comformat_.c..co
38b0: 6d 66 6f 72 6d 61 74 2e 68 3a 09 6d 61 6b 65 68  mformat.h:.makeh
38c0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
38d0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
38e0: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  d.h bag_.c:bag.h
38f0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
3900: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
3910: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
3920: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
3930: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
3940: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
3950: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
3960: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
3970: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
3980: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
3990: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
39a0: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
39b0: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
39c0: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
39d0: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
39e0: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
39f0: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
3a00: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
3a10: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
3a20: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
3a30: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
3a40: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
3a50: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
3a60: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
3a70: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
3a80: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
3a90: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
3aa0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
3ab0: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
3ac0: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
3ad0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
3ae0: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
3af0: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
3b00: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
3b10: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
3b20: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d   schema_.c:schem
3b30: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74  a.h setup_.c:set
3b40: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61  up.h sha1_.c:sha
3b50: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  1.h style_.c:sty
3b60: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
3b70: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  c.h timeline_.c:
3b80: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f  timeline.h undo_
3b90: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
3ba0: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
3bb0: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
3bc0: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
3bd0: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
3be0: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
3bf0: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
3c00: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
3c10: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78  rmat.h xfer_.c:x
3c20: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70  fer.h zip_.c:zip
3c30: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c  .h $(SRCDIR)/sql
3c40: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  ite3.h ./VERSION
3c50: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
3c60: 73 0a 0a 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  s..construct_.c:
3c70: 09 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 73 74  .$(SRCDIR)/const
3c80: 72 75 63 74 2e 63 20 24 28 53 52 43 44 49 52 29  ruct.c $(SRCDIR)
3c90: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
3ca0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
3cb0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 73 74 72  $(SRCDIR)/constr
3cc0: 75 63 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  uct.c | sed -f $
3cd0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
3ce0: 20 3e 63 6f 6e 73 74 72 75 63 74 5f 2e 63 0a 0a   >construct_.c..
3cf0: 63 6f 6e 73 74 72 75 63 74 2e 6f 3a 09 63 6f 6e  construct.o:.con
3d00: 73 74 72 75 63 74 5f 2e 63 20 63 6f 6e 73 74 72  struct_.c constr
3d10: 75 63 74 2e 68 20 20 24 28 53 52 43 44 49 52 29  uct.h  $(SRCDIR)
3d20: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
3d30: 43 29 20 2d 6f 20 63 6f 6e 73 74 72 75 63 74 2e  C) -o construct.
3d40: 6f 20 2d 63 20 63 6f 6e 73 74 72 75 63 74 5f 2e  o -c construct_.
3d50: 63 0a 0a 63 6f 6e 73 74 72 75 63 74 2e 68 3a 09  c..construct.h:.
3d60: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
3d70: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
3d80: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a  .c:add.h bag_.c:
3d90: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
3da0: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  ob.h cgi_.c:cgi.
3db0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
3dc0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
3dd0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
3de0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
3df0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
3e00: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
3e10: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
3e20: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
3e30: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
3e40: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
3e50: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
3e60: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
3e70: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
3e80: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
3e90: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
3ea0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
3eb0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
3ec0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
3ed0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
3ee0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
3ef0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
3f00: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
3f10: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
3f20: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
3f30: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
3f40: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
3f50: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
3f60: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f  c:merge3.h name_
3f70: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
3f80: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
3f90: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
3fa0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
3fb0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
3fc0: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  ild.h schema_.c:
3fd0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
3fe0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
3ff0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
4000: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
4010: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e  c:sync.h timelin
4020: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
4030: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75  undo_.c:undo.h u
4040: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e  pdate_.c:update.
4050: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75  h url_.c:url.h u
4060: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65  ser_.c:user.h ve
4070: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68  rify_.c:verify.h
4080: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e   vfile_.c:vfile.
4090: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68  h wiki_.c:wiki.h
40a0: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77   wikiformat_.c:w
40b0: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
40c0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
40d0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
40e0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45  )/sqlite3.h ./VE
40f0: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68  RSION.h..touch h
4100: 65 61 64 65 72 73 0a 0a 63 6f 6e 74 65 6e 74 5f  eaders..content_
4110: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6f  .c:.$(SRCDIR)/co
4120: 6e 74 65 6e 74 2e 63 20 24 28 53 52 43 44 49 52  ntent.c $(SRCDIR
4130: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
4140: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
4150: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 74 65   $(SRCDIR)/conte
4160: 6e 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  nt.c | sed -f $(
4170: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
4180: 3e 63 6f 6e 74 65 6e 74 5f 2e 63 0a 0a 63 6f 6e  >content_.c..con
4190: 74 65 6e 74 2e 6f 3a 09 63 6f 6e 74 65 6e 74 5f  tent.o:.content_
41a0: 2e 63 20 63 6f 6e 74 65 6e 74 2e 68 20 20 24 28  .c content.h  $(
41b0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
41c0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6f 6e  ..$(XTCC) -o con
41d0: 74 65 6e 74 2e 6f 20 2d 63 20 63 6f 6e 74 65 6e  tent.o -c conten
41e0: 74 5f 2e 63 0a 0a 63 6f 6e 74 65 6e 74 2e 68 3a  t_.c..content.h:
41f0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
4200: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
4210: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63  _.c:add.h bag_.c
4220: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
4230: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
4240: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
4250: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
4260: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
4270: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
4280: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
4290: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
42a0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
42b0: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
42c0: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
42d0: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
42e0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
42f0: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
4300: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
4310: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
4320: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
4330: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
4340: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
4350: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
4360: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
4370: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
4380: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
4390: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
43a0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
43b0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
43c0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
43d0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
43e0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
43f0: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
4400: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
4410: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
4420: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
4430: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
4440: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
4450: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63  uild.h schema_.c
4460: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
4470: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
4480: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f  .c:sha1.h style_
4490: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
44a0: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69  .c:sync.h timeli
44b0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
44c0: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
44d0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
44e0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
44f0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
4500: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
4510: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
4520: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
4530: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
4540: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
4550: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
4560: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
4570: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56  R)/sqlite3.h ./V
4580: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
4590: 68 65 61 64 65 72 73 0a 0a 64 62 5f 2e 63 3a 09  headers..db_.c:.
45a0: 24 28 53 52 43 44 49 52 29 2f 64 62 2e 63 20 24  $(SRCDIR)/db.c $
45b0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
45c0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
45d0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
45e0: 29 2f 64 62 2e 63 20 7c 20 73 65 64 20 2d 66 20  )/db.c | sed -f 
45f0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
4600: 4e 20 3e 64 62 5f 2e 63 0a 0a 64 62 2e 6f 3a 09  N >db_.c..db.o:.
4610: 64 62 5f 2e 63 20 64 62 2e 68 20 20 24 28 53 52  db_.c db.h  $(SR
4620: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
4630: 24 28 58 54 43 43 29 20 2d 6f 20 64 62 2e 6f 20  $(XTCC) -o db.o 
4640: 2d 63 20 64 62 5f 2e 63 0a 0a 64 62 2e 68 3a 09  -c db_.c..db.h:.
4650: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
4660: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
4670: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a  .c:add.h bag_.c:
4680: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
4690: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  ob.h cgi_.c:cgi.
46a0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
46b0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
46c0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
46d0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
46e0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
46f0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
4700: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
4710: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
4720: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
4730: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
4740: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
4750: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
4760: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
4770: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
4780: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
4790: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
47a0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
47b0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
47c0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
47d0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
47e0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
47f0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
4800: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
4810: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
4820: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
4830: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
4840: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
4850: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f  c:merge3.h name_
4860: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
4870: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
4880: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
4890: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
48a0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
48b0: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  ild.h schema_.c:
48c0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
48d0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
48e0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
48f0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
4900: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e  c:sync.h timelin
4910: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
4920: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75  undo_.c:undo.h u
4930: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e  pdate_.c:update.
4940: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75  h url_.c:url.h u
4950: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65  ser_.c:user.h ve
4960: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68  rify_.c:verify.h
4970: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e   vfile_.c:vfile.
4980: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68  h wiki_.c:wiki.h
4990: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77   wikiformat_.c:w
49a0: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
49b0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
49c0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
49d0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45  )/sqlite3.h ./VE
49e0: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68  RSION.h..touch h
49f0: 65 61 64 65 72 73 0a 0a 64 65 6c 74 61 5f 2e 63  eaders..delta_.c
4a00: 3a 09 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74  :.$(SRCDIR)/delt
4a10: 61 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  a.c $(SRCDIR)/VE
4a20: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
4a30: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
4a40: 52 43 44 49 52 29 2f 64 65 6c 74 61 2e 63 20 7c  RCDIR)/delta.c |
4a50: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
4a60: 29 2f 56 45 52 53 49 4f 4e 20 3e 64 65 6c 74 61  )/VERSION >delta
4a70: 5f 2e 63 0a 0a 64 65 6c 74 61 2e 6f 3a 09 64 65  _.c..delta.o:.de
4a80: 6c 74 61 5f 2e 63 20 64 65 6c 74 61 2e 68 20 20  lta_.c delta.h  
4a90: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
4aa0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64  .h..$(XTCC) -o d
4ab0: 65 6c 74 61 2e 6f 20 2d 63 20 64 65 6c 74 61 5f  elta.o -c delta_
4ac0: 2e 63 0a 0a 64 65 6c 74 61 2e 68 3a 09 6d 61 6b  .c..delta.h:.mak
4ad0: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
4ae0: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
4af0: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  add.h bag_.c:bag
4b00: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
4b10: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
4b20: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
4b30: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
4b40: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
4b50: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
4b60: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
4b70: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
4b80: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
4b90: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74  nstruct_.c:const
4ba0: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  ruct.h content_.
4bb0: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
4bc0: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
4bd0: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
4be0: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
4bf0: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
4c00: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
4c10: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
4c20: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
4c30: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
4c40: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
4c50: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
4c60: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
4c70: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
4c80: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
4c90: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
4ca0: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
4cb0: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
4cc0: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
4cd0: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
4ce0: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
4cf0: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
4d00: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
4d10: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
4d20: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
4d30: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68  .h schema_.c:sch
4d40: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73  ema.h setup_.c:s
4d50: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73  etup.h sha1_.c:s
4d60: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  ha1.h style_.c:s
4d70: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
4d80: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ync.h timeline_.
4d90: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64  c:timeline.h und
4da0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
4db0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
4dc0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
4dd0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
4de0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
4df0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
4e00: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
4e10: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
4e20: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
4e30: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
4e40: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
4e50: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
4e60: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
4e70: 65 72 73 0a 0a 64 65 6c 74 61 63 6d 64 5f 2e 63  ers..deltacmd_.c
4e80: 3a 09 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74  :.$(SRCDIR)/delt
4e90: 61 63 6d 64 2e 63 20 24 28 53 52 43 44 49 52 29  acmd.c $(SRCDIR)
4ea0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
4eb0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
4ec0: 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 63  $(SRCDIR)/deltac
4ed0: 6d 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  md.c | sed -f $(
4ee0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
4ef0: 3e 64 65 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 65  >deltacmd_.c..de
4f00: 6c 74 61 63 6d 64 2e 6f 3a 09 64 65 6c 74 61 63  ltacmd.o:.deltac
4f10: 6d 64 5f 2e 63 20 64 65 6c 74 61 63 6d 64 2e 68  md_.c deltacmd.h
4f20: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
4f30: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
4f40: 20 64 65 6c 74 61 63 6d 64 2e 6f 20 2d 63 20 64   deltacmd.o -c d
4f50: 65 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74  eltacmd_.c..delt
4f60: 61 63 6d 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64  acmd.h:.makehead
4f70: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
4f80: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
4f90: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
4fa0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69  ob_.c:blob.h cgi
4fb0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69  _.c:cgi.h checki
4fc0: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63  n_.c:checkin.h c
4fd0: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b  heckout_.c:check
4fe0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f  out.h clearsign_
4ff0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63  .c:clearsign.h c
5000: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20  lone_.c:clone.h 
5010: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d  comformat_.c:com
5020: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75  format.h constru
5030: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
5040: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
5050: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
5060: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
5070: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
5080: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
5090: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dents_.c:descend
50a0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ents.h diff_.c:d
50b0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
50c0: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64  :diffcmd.h encod
50d0: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69  e_.c:encode.h fi
50e0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74  le_.c:file.h htt
50f0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f  p_.c:http.h info
5100: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e  _.c:info.h login
5110: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  _.c:login.h main
5120: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  _.c:main.h manif
5130: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e  est_.c:manifest.
5140: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d  h md5_.c:md5.h m
5150: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20  erge_.c:merge.h 
5160: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33  merge3_.c:merge3
5170: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
5180: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
5190: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
51a0: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
51b0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
51c0: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63  _.c:rebuild.h sc
51d0: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
51e0: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
51f0: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
5200: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
5210: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
5220: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d   timeline_.c:tim
5230: 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a  eline.h undo_.c:
5240: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
5250: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
5260: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
5270: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
5280: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
5290: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
52a0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
52b0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
52c0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
52d0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
52e0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
52f0: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
5300: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
5310: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 09  descendents_.c:.
5320: 24 28 53 52 43 44 49 52 29 2f 64 65 73 63 65 6e  $(SRCDIR)/descen
5330: 64 65 6e 74 73 2e 63 20 24 28 53 52 43 44 49 52  dents.c $(SRCDIR
5340: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
5350: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
5360: 20 24 28 53 52 43 44 49 52 29 2f 64 65 73 63 65   $(SRCDIR)/desce
5370: 6e 64 65 6e 74 73 2e 63 20 7c 20 73 65 64 20 2d  ndents.c | sed -
5380: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
5390: 49 4f 4e 20 3e 64 65 73 63 65 6e 64 65 6e 74 73  ION >descendents
53a0: 5f 2e 63 0a 0a 64 65 73 63 65 6e 64 65 6e 74 73  _.c..descendents
53b0: 2e 6f 3a 09 64 65 73 63 65 6e 64 65 6e 74 73 5f  .o:.descendents_
53c0: 2e 63 20 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c descendents.h
53d0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
53e0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
53f0: 20 64 65 73 63 65 6e 64 65 6e 74 73 2e 6f 20 2d   descendents.o -
5400: 63 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  c descendents_.c
5410: 0a 0a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 3a  ..descendents.h:
5420: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
5430: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
5440: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63  _.c:add.h bag_.c
5450: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
5460: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
5470: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
5480: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
5490: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
54a0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
54b0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
54c0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
54d0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
54e0: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
54f0: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
5500: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
5510: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
5520: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
5530: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
5540: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
5550: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
5560: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
5570: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
5580: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
5590: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
55a0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
55b0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
55c0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
55d0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
55e0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
55f0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
5600: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
5610: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
5620: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
5630: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
5640: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
5650: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
5660: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
5670: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
5680: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63  uild.h schema_.c
5690: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
56a0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
56b0: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f  .c:sha1.h style_
56c0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
56d0: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69  .c:sync.h timeli
56e0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
56f0: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
5700: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
5710: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
5720: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
5730: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
5740: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
5750: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
5760: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
5770: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
5780: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
5790: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
57a0: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56  R)/sqlite3.h ./V
57b0: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
57c0: 68 65 61 64 65 72 73 0a 0a 64 69 66 66 5f 2e 63  headers..diff_.c
57d0: 3a 09 24 28 53 52 43 44 49 52 29 2f 64 69 66 66  :.$(SRCDIR)/diff
57e0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
57f0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
5800: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
5810: 43 44 49 52 29 2f 64 69 66 66 2e 63 20 7c 20 73  CDIR)/diff.c | s
5820: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
5830: 56 45 52 53 49 4f 4e 20 3e 64 69 66 66 5f 2e 63  VERSION >diff_.c
5840: 0a 0a 64 69 66 66 2e 6f 3a 09 64 69 66 66 5f 2e  ..diff.o:.diff_.
5850: 63 20 64 69 66 66 2e 68 20 20 24 28 53 52 43 44  c diff.h  $(SRCD
5860: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
5870: 58 54 43 43 29 20 2d 6f 20 64 69 66 66 2e 6f 20  XTCC) -o diff.o 
5880: 2d 63 20 64 69 66 66 5f 2e 63 0a 0a 64 69 66 66  -c diff_.c..diff
5890: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
58a0: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
58b0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67  add_.c:add.h bag
58c0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
58d0: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a  c:blob.h cgi_.c:
58e0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
58f0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
5900: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
5910: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
5920: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
5930: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
5940: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
5950: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
5960: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
5970: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
5980: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
5990: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
59a0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
59b0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
59c0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
59d0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
59e0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
59f0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
5a00: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
5a10: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
5a20: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
5a30: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
5a40: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
5a50: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
5a60: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
5a70: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
5a80: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
5a90: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e  e3_.c:merge3.h n
5aa0: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
5ab0: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
5ac0: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
5ad0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
5ae0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
5af0: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61  rebuild.h schema
5b00: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
5b10: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
5b20: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
5b30: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
5b40: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d  nc_.c:sync.h tim
5b50: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
5b60: 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  e.h undo_.c:undo
5b70: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
5b80: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
5b90: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
5ba0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
5bb0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
5bc0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
5bd0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
5be0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
5bf0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
5c00: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
5c10: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
5c20: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
5c30: 63 68 20 68 65 61 64 65 72 73 0a 0a 64 69 66 66  ch headers..diff
5c40: 63 6d 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  cmd_.c:.$(SRCDIR
5c50: 29 2f 64 69 66 66 63 6d 64 2e 63 20 24 28 53 52  )/diffcmd.c $(SR
5c60: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
5c70: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
5c80: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 64  late $(SRCDIR)/d
5c90: 69 66 66 63 6d 64 2e 63 20 7c 20 73 65 64 20 2d  iffcmd.c | sed -
5ca0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
5cb0: 49 4f 4e 20 3e 64 69 66 66 63 6d 64 5f 2e 63 0a  ION >diffcmd_.c.
5cc0: 0a 64 69 66 66 63 6d 64 2e 6f 3a 09 64 69 66 66  .diffcmd.o:.diff
5cd0: 63 6d 64 5f 2e 63 20 64 69 66 66 63 6d 64 2e 68  cmd_.c diffcmd.h
5ce0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
5cf0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
5d00: 20 64 69 66 66 63 6d 64 2e 6f 20 2d 63 20 64 69   diffcmd.o -c di
5d10: 66 66 63 6d 64 5f 2e 63 0a 0a 64 69 66 66 63 6d  ffcmd_.c..diffcm
5d20: 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  d.h:.makeheaders
5d30: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
5d40: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61   add_.c:add.h ba
5d50: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
5d60: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
5d70: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
5d80: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
5d90: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
5da0: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
5db0: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
5dc0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
5dd0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
5de0: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
5df0: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
5e00: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
5e10: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
5e20: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
5e30: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
5e40: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
5e50: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
5e60: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
5e70: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
5e80: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
5e90: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
5ea0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
5eb0: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
5ec0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
5ed0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
5ee0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
5ef0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
5f00: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
5f10: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
5f20: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
5f30: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
5f40: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
5f50: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
5f60: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
5f70: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
5f80: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d  :rebuild.h schem
5f90: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65  a_.c:schema.h se
5fa0: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73  tup_.c:setup.h s
5fb0: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74  ha1_.c:sha1.h st
5fc0: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
5fd0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69  ync_.c:sync.h ti
5fe0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
5ff0: 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  ne.h undo_.c:und
6000: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
6010: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
6020: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
6030: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
6040: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
6050: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
6060: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
6070: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
6080: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
6090: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
60a0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
60b0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
60c0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 65 6e 63  uch headers..enc
60d0: 6f 64 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ode_.c:.$(SRCDIR
60e0: 29 2f 65 6e 63 6f 64 65 2e 63 20 24 28 53 52 43  )/encode.c $(SRC
60f0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
6100: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
6110: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 65 6e  ate $(SRCDIR)/en
6120: 63 6f 64 65 2e 63 20 7c 20 73 65 64 20 2d 66 20  code.c | sed -f 
6130: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
6140: 4e 20 3e 65 6e 63 6f 64 65 5f 2e 63 0a 0a 65 6e  N >encode_.c..en
6150: 63 6f 64 65 2e 6f 3a 09 65 6e 63 6f 64 65 5f 2e  code.o:.encode_.
6160: 63 20 65 6e 63 6f 64 65 2e 68 20 20 24 28 53 52  c encode.h  $(SR
6170: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
6180: 24 28 58 54 43 43 29 20 2d 6f 20 65 6e 63 6f 64  $(XTCC) -o encod
6190: 65 2e 6f 20 2d 63 20 65 6e 63 6f 64 65 5f 2e 63  e.o -c encode_.c
61a0: 0a 0a 65 6e 63 6f 64 65 2e 68 3a 09 6d 61 6b 65  ..encode.h:.make
61b0: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
61c0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
61d0: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  dd.h bag_.c:bag.
61e0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
61f0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
6200: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
6210: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
6220: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
6230: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
6240: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
6250: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
6260: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
6270: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
6280: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
6290: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
62a0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
62b0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
62c0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
62d0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
62e0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
62f0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
6300: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
6310: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
6320: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
6330: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
6340: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
6350: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
6360: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
6370: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
6380: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
6390: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
63a0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
63b0: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  rge3.h name_.c:n
63c0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
63d0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
63e0: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
63f0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
6400: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
6410: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
6420: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
6430: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
6440: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
6450: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
6460: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  nc.h timeline_.c
6470: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f  :timeline.h undo
6480: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
6490: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
64a0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
64b0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
64c0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
64d0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
64e0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
64f0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
6500: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
6510: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
6520: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
6530: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
6540: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
6550: 72 73 0a 0a 66 69 6c 65 5f 2e 63 3a 09 24 28 53  rs..file_.c:.$(S
6560: 52 43 44 49 52 29 2f 66 69 6c 65 2e 63 20 24 28  RCDIR)/file.c $(
6570: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
6580: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
6590: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
65a0: 2f 66 69 6c 65 2e 63 20 7c 20 73 65 64 20 2d 66  /file.c | sed -f
65b0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
65c0: 4f 4e 20 3e 66 69 6c 65 5f 2e 63 0a 0a 66 69 6c  ON >file_.c..fil
65d0: 65 2e 6f 3a 09 66 69 6c 65 5f 2e 63 20 66 69 6c  e.o:.file_.c fil
65e0: 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  e.h  $(SRCDIR)/c
65f0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
6600: 20 2d 6f 20 66 69 6c 65 2e 6f 20 2d 63 20 66 69   -o file.o -c fi
6610: 6c 65 5f 2e 63 0a 0a 66 69 6c 65 2e 68 3a 09 6d  le_.c..file.h:.m
6620: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
6630: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
6640: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62  c:add.h bag_.c:b
6650: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
6660: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  b.h cgi_.c:cgi.h
6670: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
6680: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
6690: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
66a0: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
66b0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
66c0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
66d0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
66e0: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
66f0: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
6700: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
6710: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
6720: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
6730: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
6740: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
6750: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
6760: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
6770: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
6780: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
6790: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
67a0: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
67b0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
67c0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
67d0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
67e0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
67f0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
6800: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
6810: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
6820: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
6830: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
6840: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
6850: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
6860: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
6870: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
6880: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73  ld.h schema_.c:s
6890: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63  chema.h setup_.c
68a0: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63  :setup.h sha1_.c
68b0: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63  :sha1.h style_.c
68c0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
68d0: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65  :sync.h timeline
68e0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75  _.c:timeline.h u
68f0: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
6900: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
6910: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
6920: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
6930: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
6940: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
6950: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
6960: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
6970: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
6980: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
6990: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
69a0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
69b0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
69c0: 61 64 65 72 73 0a 0a 68 74 74 70 5f 2e 63 3a 09  aders..http_.c:.
69d0: 24 28 53 52 43 44 49 52 29 2f 68 74 74 70 2e 63  $(SRCDIR)/http.c
69e0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
69f0: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
6a00: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
6a10: 49 52 29 2f 68 74 74 70 2e 63 20 7c 20 73 65 64  IR)/http.c | sed
6a20: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
6a30: 52 53 49 4f 4e 20 3e 68 74 74 70 5f 2e 63 0a 0a  RSION >http_.c..
6a40: 68 74 74 70 2e 6f 3a 09 68 74 74 70 5f 2e 63 20  http.o:.http_.c 
6a50: 68 74 74 70 2e 68 20 20 24 28 53 52 43 44 49 52  http.h  $(SRCDIR
6a60: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
6a70: 43 43 29 20 2d 6f 20 68 74 74 70 2e 6f 20 2d 63  CC) -o http.o -c
6a80: 20 68 74 74 70 5f 2e 63 0a 0a 68 74 74 70 2e 68   http_.c..http.h
6a90: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
6aa0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
6ab0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e  d_.c:add.h bag_.
6ac0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
6ad0: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67  blob.h cgi_.c:cg
6ae0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
6af0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
6b00: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
6b10: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
6b20: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
6b30: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
6b40: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
6b50: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
6b60: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
6b70: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
6b80: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
6b90: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
6ba0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
6bb0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
6bc0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
6bd0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
6be0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
6bf0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
6c00: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
6c10: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
6c20: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
6c30: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
6c40: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
6c50: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
6c60: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
6c70: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
6c80: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
6c90: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d  _.c:merge3.h nam
6ca0: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
6cb0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75  t_.c:pivot.h pqu
6cc0: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20  eue_.c:pqueue.h 
6cd0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
6ce0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
6cf0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e  build.h schema_.
6d00: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
6d10: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
6d20: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
6d30: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
6d40: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c  _.c:sync.h timel
6d50: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
6d60: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68  h undo_.c:undo.h
6d70: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
6d80: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
6d90: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
6da0: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
6db0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
6dc0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
6dd0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
6de0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
6df0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
6e00: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
6e10: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
6e20: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
6e30: 20 68 65 61 64 65 72 73 0a 0a 69 6e 66 6f 5f 2e   headers..info_.
6e40: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 69 6e 66  c:.$(SRCDIR)/inf
6e50: 6f 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  o.c $(SRCDIR)/VE
6e60: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
6e70: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
6e80: 52 43 44 49 52 29 2f 69 6e 66 6f 2e 63 20 7c 20  RCDIR)/info.c | 
6e90: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
6ea0: 2f 56 45 52 53 49 4f 4e 20 3e 69 6e 66 6f 5f 2e  /VERSION >info_.
6eb0: 63 0a 0a 69 6e 66 6f 2e 6f 3a 09 69 6e 66 6f 5f  c..info.o:.info_
6ec0: 2e 63 20 69 6e 66 6f 2e 68 20 20 24 28 53 52 43  .c info.h  $(SRC
6ed0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
6ee0: 28 58 54 43 43 29 20 2d 6f 20 69 6e 66 6f 2e 6f  (XTCC) -o info.o
6ef0: 20 2d 63 20 69 6e 66 6f 5f 2e 63 0a 0a 69 6e 66   -c info_.c..inf
6f00: 6f 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  o.h:.makeheaders
6f10: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
6f20: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61   add_.c:add.h ba
6f30: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
6f40: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
6f50: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
6f60: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
6f70: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
6f80: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
6f90: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
6fa0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
6fb0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
6fc0: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
6fd0: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
6fe0: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
6ff0: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
7000: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
7010: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
7020: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
7030: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
7040: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
7050: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
7060: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
7070: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
7080: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
7090: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
70a0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
70b0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
70c0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
70d0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
70e0: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
70f0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
7100: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
7110: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
7120: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
7130: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
7140: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
7150: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
7160: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d  :rebuild.h schem
7170: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65  a_.c:schema.h se
7180: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73  tup_.c:setup.h s
7190: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74  ha1_.c:sha1.h st
71a0: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
71b0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69  ync_.c:sync.h ti
71c0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
71d0: 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  ne.h undo_.c:und
71e0: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
71f0: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
7200: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
7210: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
7220: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
7230: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
7240: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
7250: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
7260: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
7270: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
7280: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
7290: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
72a0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6c 6f 67  uch headers..log
72b0: 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  in_.c:.$(SRCDIR)
72c0: 2f 6c 6f 67 69 6e 2e 63 20 24 28 53 52 43 44 49  /login.c $(SRCDI
72d0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
72e0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
72f0: 65 20 24 28 53 52 43 44 49 52 29 2f 6c 6f 67 69  e $(SRCDIR)/logi
7300: 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  n.c | sed -f $(S
7310: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
7320: 6c 6f 67 69 6e 5f 2e 63 0a 0a 6c 6f 67 69 6e 2e  login_.c..login.
7330: 6f 3a 09 6c 6f 67 69 6e 5f 2e 63 20 6c 6f 67 69  o:.login_.c logi
7340: 6e 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  n.h  $(SRCDIR)/c
7350: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
7360: 20 2d 6f 20 6c 6f 67 69 6e 2e 6f 20 2d 63 20 6c   -o login.o -c l
7370: 6f 67 69 6e 5f 2e 63 0a 0a 6c 6f 67 69 6e 2e 68  ogin_.c..login.h
7380: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
7390: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
73a0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e  d_.c:add.h bag_.
73b0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
73c0: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67  blob.h cgi_.c:cg
73d0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
73e0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
73f0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
7400: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
7410: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
7420: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
7430: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
7440: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
7450: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
7460: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
7470: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
7480: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
7490: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
74a0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
74b0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
74c0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
74d0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
74e0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
74f0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
7500: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
7510: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
7520: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
7530: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
7540: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
7550: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
7560: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
7570: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
7580: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d  _.c:merge3.h nam
7590: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
75a0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75  t_.c:pivot.h pqu
75b0: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20  eue_.c:pqueue.h 
75c0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
75d0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
75e0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e  build.h schema_.
75f0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
7600: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
7610: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
7620: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
7630: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c  _.c:sync.h timel
7640: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
7650: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68  h undo_.c:undo.h
7660: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
7670: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
7680: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
7690: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
76a0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
76b0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
76c0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
76d0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
76e0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
76f0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
7700: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
7710: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
7720: 20 68 65 61 64 65 72 73 0a 0a 6d 61 69 6e 5f 2e   headers..main_.
7730: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 61 69  c:.$(SRCDIR)/mai
7740: 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  n.c $(SRCDIR)/VE
7750: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
7760: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
7770: 52 43 44 49 52 29 2f 6d 61 69 6e 2e 63 20 7c 20  RCDIR)/main.c | 
7780: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
7790: 2f 56 45 52 53 49 4f 4e 20 3e 6d 61 69 6e 5f 2e  /VERSION >main_.
77a0: 63 0a 0a 6d 61 69 6e 2e 6f 3a 09 6d 61 69 6e 5f  c..main.o:.main_
77b0: 2e 63 20 6d 61 69 6e 2e 68 20 70 61 67 65 5f 69  .c main.h page_i
77c0: 6e 64 65 78 2e 68 20 24 28 53 52 43 44 49 52 29  ndex.h $(SRCDIR)
77d0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
77e0: 43 29 20 2d 6f 20 6d 61 69 6e 2e 6f 20 2d 63 20  C) -o main.o -c 
77f0: 6d 61 69 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e 68 3a  main_.c..main.h:
7800: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
7810: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
7820: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63  _.c:add.h bag_.c
7830: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
7840: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
7850: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
7860: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
7870: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
7880: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
7890: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
78a0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
78b0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
78c0: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
78d0: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
78e0: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
78f0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
7900: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
7910: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
7920: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
7930: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
7940: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
7950: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
7960: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
7970: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
7980: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
7990: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
79a0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
79b0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
79c0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
79d0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
79e0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
79f0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
7a00: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
7a10: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
7a20: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
7a30: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
7a40: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
7a50: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
7a60: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63  uild.h schema_.c
7a70: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
7a80: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
7a90: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f  .c:sha1.h style_
7aa0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
7ab0: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69  .c:sync.h timeli
7ac0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
7ad0: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
7ae0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
7af0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
7b00: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
7b10: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
7b20: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
7b30: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
7b40: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
7b50: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
7b60: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
7b70: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
7b80: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56  R)/sqlite3.h ./V
7b90: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
7ba0: 68 65 61 64 65 72 73 0a 0a 6d 61 6e 69 66 65 73  headers..manifes
7bb0: 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  t_.c:.$(SRCDIR)/
7bc0: 6d 61 6e 69 66 65 73 74 2e 63 20 24 28 53 52 43  manifest.c $(SRC
7bd0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
7be0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
7bf0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d 61  ate $(SRCDIR)/ma
7c00: 6e 69 66 65 73 74 2e 63 20 7c 20 73 65 64 20 2d  nifest.c | sed -
7c10: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
7c20: 49 4f 4e 20 3e 6d 61 6e 69 66 65 73 74 5f 2e 63  ION >manifest_.c
7c30: 0a 0a 6d 61 6e 69 66 65 73 74 2e 6f 3a 09 6d 61  ..manifest.o:.ma
7c40: 6e 69 66 65 73 74 5f 2e 63 20 6d 61 6e 69 66 65  nifest_.c manife
7c50: 73 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  st.h  $(SRCDIR)/
7c60: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
7c70: 29 20 2d 6f 20 6d 61 6e 69 66 65 73 74 2e 6f 20  ) -o manifest.o 
7c80: 2d 63 20 6d 61 6e 69 66 65 73 74 5f 2e 63 0a 0a  -c manifest_.c..
7c90: 6d 61 6e 69 66 65 73 74 2e 68 3a 09 6d 61 6b 65  manifest.h:.make
7ca0: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
7cb0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
7cc0: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  dd.h bag_.c:bag.
7cd0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
7ce0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
7cf0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
7d00: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
7d10: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
7d20: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
7d30: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
7d40: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
7d50: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
7d60: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
7d70: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
7d80: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
7d90: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
7da0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
7db0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
7dc0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
7dd0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
7de0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
7df0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
7e00: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
7e10: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
7e20: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
7e30: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
7e40: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
7e50: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
7e60: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
7e70: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
7e80: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
7e90: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
7ea0: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  rge3.h name_.c:n
7eb0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
7ec0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
7ed0: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
7ee0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
7ef0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
7f00: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
7f10: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
7f20: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
7f30: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
7f40: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
7f50: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  nc.h timeline_.c
7f60: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f  :timeline.h undo
7f70: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
7f80: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
7f90: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
7fa0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
7fb0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
7fc0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
7fd0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
7fe0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
7ff0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
8000: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
8010: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
8020: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
8030: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
8040: 72 73 0a 0a 6d 64 35 5f 2e 63 3a 09 24 28 53 52  rs..md5_.c:.$(SR
8050: 43 44 49 52 29 2f 6d 64 35 2e 63 20 24 28 53 52  CDIR)/md5.c $(SR
8060: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
8070: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
8080: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d  late $(SRCDIR)/m
8090: 64 35 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  d5.c | sed -f $(
80a0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
80b0: 3e 6d 64 35 5f 2e 63 0a 0a 6d 64 35 2e 6f 3a 09  >md5_.c..md5.o:.
80c0: 6d 64 35 5f 2e 63 20 6d 64 35 2e 68 20 20 24 28  md5_.c md5.h  $(
80d0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
80e0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 64 35  ..$(XTCC) -o md5
80f0: 2e 6f 20 2d 63 20 6d 64 35 5f 2e 63 0a 0a 6d 64  .o -c md5_.c..md
8100: 35 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  5.h:.makeheaders
8110: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
8120: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61   add_.c:add.h ba
8130: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
8140: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
8150: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
8160: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
8170: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
8180: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
8190: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
81a0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
81b0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
81c0: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
81d0: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
81e0: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
81f0: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
8200: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
8210: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
8220: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
8230: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
8240: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
8250: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
8260: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
8270: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
8280: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
8290: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
82a0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
82b0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
82c0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
82d0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
82e0: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
82f0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
8300: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
8310: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
8320: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
8330: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
8340: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
8350: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
8360: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d  :rebuild.h schem
8370: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65  a_.c:schema.h se
8380: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73  tup_.c:setup.h s
8390: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74  ha1_.c:sha1.h st
83a0: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
83b0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69  ync_.c:sync.h ti
83c0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
83d0: 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  ne.h undo_.c:und
83e0: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
83f0: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
8400: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
8410: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
8420: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
8430: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
8440: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
8450: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
8460: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
8470: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
8480: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
8490: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
84a0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 65 72  uch headers..mer
84b0: 67 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  ge_.c:.$(SRCDIR)
84c0: 2f 6d 65 72 67 65 2e 63 20 24 28 53 52 43 44 49  /merge.c $(SRCDI
84d0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
84e0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
84f0: 65 20 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67  e $(SRCDIR)/merg
8500: 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  e.c | sed -f $(S
8510: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
8520: 6d 65 72 67 65 5f 2e 63 0a 0a 6d 65 72 67 65 2e  merge_.c..merge.
8530: 6f 3a 09 6d 65 72 67 65 5f 2e 63 20 6d 65 72 67  o:.merge_.c merg
8540: 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  e.h  $(SRCDIR)/c
8550: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
8560: 20 2d 6f 20 6d 65 72 67 65 2e 6f 20 2d 63 20 6d   -o merge.o -c m
8570: 65 72 67 65 5f 2e 63 0a 0a 6d 65 72 67 65 2e 68  erge_.c..merge.h
8580: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
8590: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
85a0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e  d_.c:add.h bag_.
85b0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
85c0: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67  blob.h cgi_.c:cg
85d0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
85e0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
85f0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
8600: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
8610: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
8620: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
8630: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
8640: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
8650: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
8660: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
8670: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
8680: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
8690: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
86a0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
86b0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
86c0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
86d0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
86e0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
86f0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
8700: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
8710: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
8720: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
8730: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
8740: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
8750: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
8760: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
8770: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
8780: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d  _.c:merge3.h nam
8790: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
87a0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75  t_.c:pivot.h pqu
87b0: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20  eue_.c:pqueue.h 
87c0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
87d0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
87e0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e  build.h schema_.
87f0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
8800: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
8810: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
8820: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
8830: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c  _.c:sync.h timel
8840: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
8850: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68  h undo_.c:undo.h
8860: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
8870: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
8880: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
8890: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
88a0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
88b0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
88c0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
88d0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
88e0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
88f0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
8900: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
8910: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
8920: 20 68 65 61 64 65 72 73 0a 0a 6d 65 72 67 65 33   headers..merge3
8930: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d  _.c:.$(SRCDIR)/m
8940: 65 72 67 65 33 2e 63 20 24 28 53 52 43 44 49 52  erge3.c $(SRCDIR
8950: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
8960: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
8970: 20 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65   $(SRCDIR)/merge
8980: 33 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  3.c | sed -f $(S
8990: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
89a0: 6d 65 72 67 65 33 5f 2e 63 0a 0a 6d 65 72 67 65  merge3_.c..merge
89b0: 33 2e 6f 3a 09 6d 65 72 67 65 33 5f 2e 63 20 6d  3.o:.merge3_.c m
89c0: 65 72 67 65 33 2e 68 20 20 24 28 53 52 43 44 49  erge3.h  $(SRCDI
89d0: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
89e0: 54 43 43 29 20 2d 6f 20 6d 65 72 67 65 33 2e 6f  TCC) -o merge3.o
89f0: 20 2d 63 20 6d 65 72 67 65 33 5f 2e 63 0a 0a 6d   -c merge3_.c..m
8a00: 65 72 67 65 33 2e 68 3a 09 6d 61 6b 65 68 65 61  erge3.h:.makehea
8a10: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
8a20: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
8a30: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
8a40: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
8a50: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
8a60: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
8a70: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
8a80: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
8a90: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
8aa0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
8ab0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
8ac0: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
8ad0: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
8ae0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
8af0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
8b00: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
8b10: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
8b20: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
8b30: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
8b40: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
8b50: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
8b60: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
8b70: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
8b80: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
8b90: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
8ba0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
8bb0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
8bc0: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
8bd0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
8be0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
8bf0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
8c00: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
8c10: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
8c20: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
8c30: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
8c40: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
8c50: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
8c60: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73  d_.c:rebuild.h s
8c70: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e  chema_.c:schema.
8c80: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70  h setup_.c:setup
8c90: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e  .h sha1_.c:sha1.
8ca0: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
8cb0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
8cc0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
8cd0: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63  meline.h undo_.c
8ce0: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
8cf0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
8d00: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
8d10: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
8d20: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
8d30: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
8d40: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
8d50: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
8d60: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
8d70: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
8d80: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
8d90: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
8da0: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
8db0: 0a 6e 61 6d 65 5f 2e 63 3a 09 24 28 53 52 43 44  .name_.c:.$(SRCD
8dc0: 49 52 29 2f 6e 61 6d 65 2e 63 20 24 28 53 52 43  IR)/name.c $(SRC
8dd0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
8de0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
8df0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6e 61  ate $(SRCDIR)/na
8e00: 6d 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  me.c | sed -f $(
8e10: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
8e20: 3e 6e 61 6d 65 5f 2e 63 0a 0a 6e 61 6d 65 2e 6f  >name_.c..name.o
8e30: 3a 09 6e 61 6d 65 5f 2e 63 20 6e 61 6d 65 2e 68  :.name_.c name.h
8e40: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
8e50: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
8e60: 20 6e 61 6d 65 2e 6f 20 2d 63 20 6e 61 6d 65 5f   name.o -c name_
8e70: 2e 63 0a 0a 6e 61 6d 65 2e 68 3a 09 6d 61 6b 65  .c..name.h:.make
8e80: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
8e90: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
8ea0: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  dd.h bag_.c:bag.
8eb0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
8ec0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
8ed0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
8ee0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
8ef0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
8f00: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
8f10: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
8f20: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
8f30: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
8f40: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
8f50: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
8f60: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
8f70: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
8f80: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
8f90: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
8fa0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
8fb0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
8fc0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
8fd0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
8fe0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
8ff0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
9000: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
9010: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
9020: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
9030: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
9040: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
9050: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
9060: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
9070: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
9080: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  rge3.h name_.c:n
9090: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
90a0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
90b0: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
90c0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
90d0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
90e0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
90f0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
9100: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
9110: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
9120: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
9130: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  nc.h timeline_.c
9140: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f  :timeline.h undo
9150: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
9160: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
9170: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
9180: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
9190: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
91a0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
91b0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
91c0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
91d0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
91e0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
91f0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
9200: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
9210: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
9220: 72 73 0a 0a 70 69 76 6f 74 5f 2e 63 3a 09 24 28  rs..pivot_.c:.$(
9230: 53 52 43 44 49 52 29 2f 70 69 76 6f 74 2e 63 20  SRCDIR)/pivot.c 
9240: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
9250: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
9260: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
9270: 52 29 2f 70 69 76 6f 74 2e 63 20 7c 20 73 65 64  R)/pivot.c | sed
9280: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
9290: 52 53 49 4f 4e 20 3e 70 69 76 6f 74 5f 2e 63 0a  RSION >pivot_.c.
92a0: 0a 70 69 76 6f 74 2e 6f 3a 09 70 69 76 6f 74 5f  .pivot.o:.pivot_
92b0: 2e 63 20 70 69 76 6f 74 2e 68 20 20 24 28 53 52  .c pivot.h  $(SR
92c0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
92d0: 24 28 58 54 43 43 29 20 2d 6f 20 70 69 76 6f 74  $(XTCC) -o pivot
92e0: 2e 6f 20 2d 63 20 70 69 76 6f 74 5f 2e 63 0a 0a  .o -c pivot_.c..
92f0: 70 69 76 6f 74 2e 68 3a 09 6d 61 6b 65 68 65 61  pivot.h:.makehea
9300: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
9310: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
9320: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
9330: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
9340: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
9350: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
9360: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
9370: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
9380: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
9390: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
93a0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
93b0: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
93c0: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
93d0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
93e0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
93f0: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
9400: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
9410: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
9420: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
9430: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
9440: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
9450: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
9460: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
9470: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
9480: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
9490: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
94a0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
94b0: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
94c0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
94d0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
94e0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
94f0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
9500: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
9510: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
9520: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
9530: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
9540: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
9550: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73  d_.c:rebuild.h s
9560: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e  chema_.c:schema.
9570: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70  h setup_.c:setup
9580: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e  .h sha1_.c:sha1.
9590: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
95a0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
95b0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
95c0: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63  meline.h undo_.c
95d0: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
95e0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
95f0: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
9600: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
9610: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
9620: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
9630: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
9640: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
9650: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
9660: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
9670: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
9680: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
9690: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
96a0: 0a 70 71 75 65 75 65 5f 2e 63 3a 09 24 28 53 52  .pqueue_.c:.$(SR
96b0: 43 44 49 52 29 2f 70 71 75 65 75 65 2e 63 20 24  CDIR)/pqueue.c $
96c0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
96d0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
96e0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
96f0: 29 2f 70 71 75 65 75 65 2e 63 20 7c 20 73 65 64  )/pqueue.c | sed
9700: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
9710: 52 53 49 4f 4e 20 3e 70 71 75 65 75 65 5f 2e 63  RSION >pqueue_.c
9720: 0a 0a 70 71 75 65 75 65 2e 6f 3a 09 70 71 75 65  ..pqueue.o:.pque
9730: 75 65 5f 2e 63 20 70 71 75 65 75 65 2e 68 20 20  ue_.c pqueue.h  
9740: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
9750: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 70  .h..$(XTCC) -o p
9760: 71 75 65 75 65 2e 6f 20 2d 63 20 70 71 75 65 75  queue.o -c pqueu
9770: 65 5f 2e 63 0a 0a 70 71 75 65 75 65 2e 68 3a 09  e_.c..pqueue.h:.
9780: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
9790: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
97a0: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a  .c:add.h bag_.c:
97b0: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
97c0: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  ob.h cgi_.c:cgi.
97d0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
97e0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
97f0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
9800: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
9810: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
9820: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
9830: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
9840: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
9850: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
9860: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
9870: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
9880: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
9890: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
98a0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
98b0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
98c0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
98d0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
98e0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
98f0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
9900: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
9910: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
9920: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
9930: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
9940: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
9950: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
9960: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
9970: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
9980: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f  c:merge3.h name_
9990: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
99a0: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
99b0: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
99c0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
99d0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
99e0: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  ild.h schema_.c:
99f0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
9a00: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
9a10: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
9a20: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
9a30: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e  c:sync.h timelin
9a40: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
9a50: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75  undo_.c:undo.h u
9a60: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e  pdate_.c:update.
9a70: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75  h url_.c:url.h u
9a80: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65  ser_.c:user.h ve
9a90: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68  rify_.c:verify.h
9aa0: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e   vfile_.c:vfile.
9ab0: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68  h wiki_.c:wiki.h
9ac0: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77   wikiformat_.c:w
9ad0: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
9ae0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
9af0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
9b00: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45  )/sqlite3.h ./VE
9b10: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68  RSION.h..touch h
9b20: 65 61 64 65 72 73 0a 0a 70 72 69 6e 74 66 5f 2e  eaders..printf_.
9b30: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 70 72 69  c:.$(SRCDIR)/pri
9b40: 6e 74 66 2e 63 20 24 28 53 52 43 44 49 52 29 2f  ntf.c $(SRCDIR)/
9b50: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
9b60: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
9b70: 28 53 52 43 44 49 52 29 2f 70 72 69 6e 74 66 2e  (SRCDIR)/printf.
9b80: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
9b90: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 70 72  DIR)/VERSION >pr
9ba0: 69 6e 74 66 5f 2e 63 0a 0a 70 72 69 6e 74 66 2e  intf_.c..printf.
9bb0: 6f 3a 09 70 72 69 6e 74 66 5f 2e 63 20 70 72 69  o:.printf_.c pri
9bc0: 6e 74 66 2e 68 20 20 24 28 53 52 43 44 49 52 29  ntf.h  $(SRCDIR)
9bd0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
9be0: 43 29 20 2d 6f 20 70 72 69 6e 74 66 2e 6f 20 2d  C) -o printf.o -
9bf0: 63 20 70 72 69 6e 74 66 5f 2e 63 0a 0a 70 72 69  c printf_.c..pri
9c00: 6e 74 66 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  ntf.h:.makeheade
9c10: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
9c20: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
9c30: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
9c40: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
9c50: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
9c60: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
9c70: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
9c80: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
9c90: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
9ca0: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
9cb0: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
9cc0: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63  ormat.h construc
9cd0: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68  t_.c:construct.h
9ce0: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
9cf0: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
9d00: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
9d10: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
9d20: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
9d30: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
9d40: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
9d50: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
9d60: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
9d70: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
9d80: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
9d90: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
9da0: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
9db0: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
9dc0: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
9dd0: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
9de0: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
9df0: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
9e00: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
9e10: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
9e20: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
9e30: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
9e40: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
9e50: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
9e60: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68  .c:rebuild.h sch
9e70: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20  ema_.c:schema.h 
9e80: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68  setup_.c:setup.h
9e90: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20   sha1_.c:sha1.h 
9ea0: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
9eb0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
9ec0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
9ed0: 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  line.h undo_.c:u
9ee0: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
9ef0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
9f00: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
9f10: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
9f20: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
9f30: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
9f40: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
9f50: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
9f60: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
9f70: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
9f80: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
9f90: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
9fa0: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 72  touch headers..r
9fb0: 65 62 75 69 6c 64 5f 2e 63 3a 09 24 28 53 52 43  ebuild_.c:.$(SRC
9fc0: 44 49 52 29 2f 72 65 62 75 69 6c 64 2e 63 20 24  DIR)/rebuild.c $
9fd0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
9fe0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
9ff0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
a000: 29 2f 72 65 62 75 69 6c 64 2e 63 20 7c 20 73 65  )/rebuild.c | se
a010: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
a020: 45 52 53 49 4f 4e 20 3e 72 65 62 75 69 6c 64 5f  ERSION >rebuild_
a030: 2e 63 0a 0a 72 65 62 75 69 6c 64 2e 6f 3a 09 72  .c..rebuild.o:.r
a040: 65 62 75 69 6c 64 5f 2e 63 20 72 65 62 75 69 6c  ebuild_.c rebuil
a050: 64 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  d.h  $(SRCDIR)/c
a060: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
a070: 20 2d 6f 20 72 65 62 75 69 6c 64 2e 6f 20 2d 63   -o rebuild.o -c
a080: 20 72 65 62 75 69 6c 64 5f 2e 63 0a 0a 72 65 62   rebuild_.c..reb
a090: 75 69 6c 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64  uild.h:.makehead
a0a0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
a0b0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
a0c0: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
a0d0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69  ob_.c:blob.h cgi
a0e0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69  _.c:cgi.h checki
a0f0: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63  n_.c:checkin.h c
a100: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b  heckout_.c:check
a110: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f  out.h clearsign_
a120: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63  .c:clearsign.h c
a130: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20  lone_.c:clone.h 
a140: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d  comformat_.c:com
a150: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75  format.h constru
a160: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
a170: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
a180: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
a190: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
a1a0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
a1b0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
a1c0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dents_.c:descend
a1d0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ents.h diff_.c:d
a1e0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
a1f0: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64  :diffcmd.h encod
a200: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69  e_.c:encode.h fi
a210: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74  le_.c:file.h htt
a220: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f  p_.c:http.h info
a230: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e  _.c:info.h login
a240: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  _.c:login.h main
a250: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  _.c:main.h manif
a260: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e  est_.c:manifest.
a270: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d  h md5_.c:md5.h m
a280: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20  erge_.c:merge.h 
a290: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33  merge3_.c:merge3
a2a0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
a2b0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
a2c0: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
a2d0: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
a2e0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
a2f0: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63  _.c:rebuild.h sc
a300: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
a310: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
a320: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
a330: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
a340: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
a350: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d   timeline_.c:tim
a360: 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a  eline.h undo_.c:
a370: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
a380: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
a390: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
a3a0: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
a3b0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
a3c0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
a3d0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
a3e0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
a3f0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
a400: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
a410: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
a420: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
a430: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
a440: 73 63 68 65 6d 61 5f 2e 63 3a 09 24 28 53 52 43  schema_.c:.$(SRC
a450: 44 49 52 29 2f 73 63 68 65 6d 61 2e 63 20 24 28  DIR)/schema.c $(
a460: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
a470: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
a480: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
a490: 2f 73 63 68 65 6d 61 2e 63 20 7c 20 73 65 64 20  /schema.c | sed 
a4a0: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
a4b0: 53 49 4f 4e 20 3e 73 63 68 65 6d 61 5f 2e 63 0a  SION >schema_.c.
a4c0: 0a 73 63 68 65 6d 61 2e 6f 3a 09 73 63 68 65 6d  .schema.o:.schem
a4d0: 61 5f 2e 63 20 73 63 68 65 6d 61 2e 68 20 20 24  a_.c schema.h  $
a4e0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
a4f0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73 63  h..$(XTCC) -o sc
a500: 68 65 6d 61 2e 6f 20 2d 63 20 73 63 68 65 6d 61  hema.o -c schema
a510: 5f 2e 63 0a 0a 73 63 68 65 6d 61 2e 68 3a 09 6d  _.c..schema.h:.m
a520: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
a530: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
a540: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62  c:add.h bag_.c:b
a550: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
a560: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  b.h cgi_.c:cgi.h
a570: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
a580: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
a590: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
a5a0: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
a5b0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
a5c0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
a5d0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
a5e0: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
a5f0: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
a600: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
a610: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
a620: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
a630: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
a640: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
a650: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
a660: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
a670: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
a680: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
a690: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
a6a0: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
a6b0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
a6c0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
a6d0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
a6e0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
a6f0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
a700: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
a710: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
a720: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
a730: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
a740: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
a750: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
a760: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
a770: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
a780: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73  ld.h schema_.c:s
a790: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63  chema.h setup_.c
a7a0: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63  :setup.h sha1_.c
a7b0: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63  :sha1.h style_.c
a7c0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
a7d0: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65  :sync.h timeline
a7e0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75  _.c:timeline.h u
a7f0: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
a800: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
a810: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
a820: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
a830: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
a840: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
a850: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
a860: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
a870: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
a880: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
a890: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
a8a0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
a8b0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
a8c0: 61 64 65 72 73 0a 0a 73 65 74 75 70 5f 2e 63 3a  aders..setup_.c:
a8d0: 09 24 28 53 52 43 44 49 52 29 2f 73 65 74 75 70  .$(SRCDIR)/setup
a8e0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
a8f0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
a900: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
a910: 43 44 49 52 29 2f 73 65 74 75 70 2e 63 20 7c 20  CDIR)/setup.c | 
a920: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
a930: 2f 56 45 52 53 49 4f 4e 20 3e 73 65 74 75 70 5f  /VERSION >setup_
a940: 2e 63 0a 0a 73 65 74 75 70 2e 6f 3a 09 73 65 74  .c..setup.o:.set
a950: 75 70 5f 2e 63 20 73 65 74 75 70 2e 68 20 20 24  up_.c setup.h  $
a960: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
a970: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73 65  h..$(XTCC) -o se
a980: 74 75 70 2e 6f 20 2d 63 20 73 65 74 75 70 5f 2e  tup.o -c setup_.
a990: 63 0a 0a 73 65 74 75 70 2e 68 3a 09 6d 61 6b 65  c..setup.h:.make
a9a0: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
a9b0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
a9c0: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  dd.h bag_.c:bag.
a9d0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
a9e0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
a9f0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
aa00: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
aa10: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
aa20: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
aa30: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
aa40: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
aa50: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
aa60: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
aa70: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
aa80: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
aa90: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
aaa0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
aab0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
aac0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
aad0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
aae0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
aaf0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
ab00: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
ab10: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
ab20: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
ab30: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
ab40: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
ab50: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
ab60: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
ab70: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
ab80: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
ab90: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
aba0: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  rge3.h name_.c:n
abb0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
abc0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
abd0: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
abe0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
abf0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
ac00: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
ac10: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
ac20: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
ac30: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
ac40: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
ac50: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  nc.h timeline_.c
ac60: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f  :timeline.h undo
ac70: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
ac80: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
ac90: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
aca0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
acb0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
acc0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
acd0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
ace0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
acf0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
ad00: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
ad10: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
ad20: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
ad30: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
ad40: 72 73 0a 0a 73 68 61 31 5f 2e 63 3a 09 24 28 53  rs..sha1_.c:.$(S
ad50: 52 43 44 49 52 29 2f 73 68 61 31 2e 63 20 24 28  RCDIR)/sha1.c $(
ad60: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
ad70: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
ad80: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
ad90: 2f 73 68 61 31 2e 63 20 7c 20 73 65 64 20 2d 66  /sha1.c | sed -f
ada0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
adb0: 4f 4e 20 3e 73 68 61 31 5f 2e 63 0a 0a 73 68 61  ON >sha1_.c..sha
adc0: 31 2e 6f 3a 09 73 68 61 31 5f 2e 63 20 73 68 61  1.o:.sha1_.c sha
add0: 31 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  1.h  $(SRCDIR)/c
ade0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
adf0: 20 2d 6f 20 73 68 61 31 2e 6f 20 2d 63 20 73 68   -o sha1.o -c sh
ae00: 61 31 5f 2e 63 0a 0a 73 68 61 31 2e 68 3a 09 6d  a1_.c..sha1.h:.m
ae10: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
ae20: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
ae30: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62  c:add.h bag_.c:b
ae40: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
ae50: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  b.h cgi_.c:cgi.h
ae60: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
ae70: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
ae80: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
ae90: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
aea0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
aeb0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
aec0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
aed0: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
aee0: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
aef0: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
af00: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
af10: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
af20: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
af30: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
af40: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
af50: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
af60: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
af70: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
af80: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
af90: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
afa0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
afb0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
afc0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
afd0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
afe0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
aff0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
b000: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
b010: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
b020: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
b030: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
b040: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
b050: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
b060: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
b070: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73  ld.h schema_.c:s
b080: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63  chema.h setup_.c
b090: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63  :setup.h sha1_.c
b0a0: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63  :sha1.h style_.c
b0b0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
b0c0: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65  :sync.h timeline
b0d0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75  _.c:timeline.h u
b0e0: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
b0f0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
b100: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
b110: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
b120: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
b130: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
b140: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
b150: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
b160: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
b170: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
b180: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
b190: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
b1a0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
b1b0: 61 64 65 72 73 0a 0a 73 74 79 6c 65 5f 2e 63 3a  aders..style_.c:
b1c0: 09 24 28 53 52 43 44 49 52 29 2f 73 74 79 6c 65  .$(SRCDIR)/style
b1d0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
b1e0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
b1f0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
b200: 43 44 49 52 29 2f 73 74 79 6c 65 2e 63 20 7c 20  CDIR)/style.c | 
b210: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
b220: 2f 56 45 52 53 49 4f 4e 20 3e 73 74 79 6c 65 5f  /VERSION >style_
b230: 2e 63 0a 0a 73 74 79 6c 65 2e 6f 3a 09 73 74 79  .c..style.o:.sty
b240: 6c 65 5f 2e 63 20 73 74 79 6c 65 2e 68 20 20 24  le_.c style.h  $
b250: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
b260: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73 74  h..$(XTCC) -o st
b270: 79 6c 65 2e 6f 20 2d 63 20 73 74 79 6c 65 5f 2e  yle.o -c style_.
b280: 63 0a 0a 73 74 79 6c 65 2e 68 3a 09 6d 61 6b 65  c..style.h:.make
b290: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
b2a0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
b2b0: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  dd.h bag_.c:bag.
b2c0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
b2d0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
b2e0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
b2f0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
b300: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
b310: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
b320: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
b330: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
b340: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
b350: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
b360: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
b370: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
b380: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
b390: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
b3a0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
b3b0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
b3c0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
b3d0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
b3e0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
b3f0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
b400: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
b410: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
b420: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
b430: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
b440: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
b450: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
b460: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
b470: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
b480: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
b490: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  rge3.h name_.c:n
b4a0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
b4b0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
b4c0: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
b4d0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
b4e0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
b4f0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
b500: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
b510: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
b520: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
b530: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
b540: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  nc.h timeline_.c
b550: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f  :timeline.h undo
b560: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
b570: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
b580: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
b590: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
b5a0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
b5b0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
b5c0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
b5d0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
b5e0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
b5f0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
b600: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
b610: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
b620: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
b630: 72 73 0a 0a 73 79 6e 63 5f 2e 63 3a 09 24 28 53  rs..sync_.c:.$(S
b640: 52 43 44 49 52 29 2f 73 79 6e 63 2e 63 20 24 28  RCDIR)/sync.c $(
b650: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
b660: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
b670: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
b680: 2f 73 79 6e 63 2e 63 20 7c 20 73 65 64 20 2d 66  /sync.c | sed -f
b690: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
b6a0: 4f 4e 20 3e 73 79 6e 63 5f 2e 63 0a 0a 73 79 6e  ON >sync_.c..syn
b6b0: 63 2e 6f 3a 09 73 79 6e 63 5f 2e 63 20 73 79 6e  c.o:.sync_.c syn
b6c0: 63 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  c.h  $(SRCDIR)/c
b6d0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
b6e0: 20 2d 6f 20 73 79 6e 63 2e 6f 20 2d 63 20 73 79   -o sync.o -c sy
b6f0: 6e 63 5f 2e 63 0a 0a 73 79 6e 63 2e 68 3a 09 6d  nc_.c..sync.h:.m
b700: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
b710: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
b720: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62  c:add.h bag_.c:b
b730: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
b740: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  b.h cgi_.c:cgi.h
b750: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
b760: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
b770: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
b780: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
b790: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
b7a0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
b7b0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
b7c0: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
b7d0: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
b7e0: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
b7f0: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
b800: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
b810: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
b820: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
b830: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
b840: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
b850: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
b860: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
b870: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
b880: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
b890: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
b8a0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
b8b0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
b8c0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
b8d0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
b8e0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
b8f0: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
b900: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
b910: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
b920: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
b930: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
b940: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
b950: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
b960: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73  ld.h schema_.c:s
b970: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63  chema.h setup_.c
b980: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63  :setup.h sha1_.c
b990: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63  :sha1.h style_.c
b9a0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
b9b0: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65  :sync.h timeline
b9c0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75  _.c:timeline.h u
b9d0: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
b9e0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
b9f0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
ba00: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
ba10: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
ba20: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
ba30: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
ba40: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
ba50: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
ba60: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
ba70: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
ba80: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
ba90: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
baa0: 61 64 65 72 73 0a 0a 74 69 6d 65 6c 69 6e 65 5f  aders..timeline_
bab0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74 69  .c:.$(SRCDIR)/ti
bac0: 6d 65 6c 69 6e 65 2e 63 20 24 28 53 52 43 44 49  meline.c $(SRCDI
bad0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
bae0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
baf0: 65 20 24 28 53 52 43 44 49 52 29 2f 74 69 6d 65  e $(SRCDIR)/time
bb00: 6c 69 6e 65 2e 63 20 7c 20 73 65 64 20 2d 66 20  line.c | sed -f 
bb10: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
bb20: 4e 20 3e 74 69 6d 65 6c 69 6e 65 5f 2e 63 0a 0a  N >timeline_.c..
bb30: 74 69 6d 65 6c 69 6e 65 2e 6f 3a 09 74 69 6d 65  timeline.o:.time
bb40: 6c 69 6e 65 5f 2e 63 20 74 69 6d 65 6c 69 6e 65  line_.c timeline
bb50: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
bb60: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
bb70: 2d 6f 20 74 69 6d 65 6c 69 6e 65 2e 6f 20 2d 63  -o timeline.o -c
bb80: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 0a 0a 74 69   timeline_.c..ti
bb90: 6d 65 6c 69 6e 65 2e 68 3a 09 6d 61 6b 65 68 65  meline.h:.makehe
bba0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
bbb0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
bbc0: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
bbd0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63  blob_.c:blob.h c
bbe0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
bbf0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
bc00: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
bc10: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
bc20: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
bc30: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
bc40: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
bc50: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
bc60: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
bc70: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
bc80: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
bc90: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
bca0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
bcb0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
bcc0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
bcd0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
bce0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
bcf0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
bd00: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
bd10: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
bd20: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
bd30: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
bd40: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
bd50: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
bd60: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
bd70: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
bd80: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
bd90: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
bda0: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  e3.h name_.c:nam
bdb0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
bdc0: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
bdd0: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
bde0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
bdf0: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
be00: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
be10: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
be20: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
be30: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
be40: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63  e.h sync_.c:sync
be50: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74  .h timeline_.c:t
be60: 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e  imeline.h undo_.
be70: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
be80: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
be90: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
bea0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
beb0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
bec0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
bed0: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
bee0: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
bef0: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
bf00: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
bf10: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
bf20: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
bf30: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
bf40: 0a 0a 75 6e 64 6f 5f 2e 63 3a 09 24 28 53 52 43  ..undo_.c:.$(SRC
bf50: 44 49 52 29 2f 75 6e 64 6f 2e 63 20 24 28 53 52  DIR)/undo.c $(SR
bf60: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
bf70: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
bf80: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 75  late $(SRCDIR)/u
bf90: 6e 64 6f 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ndo.c | sed -f $
bfa0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
bfb0: 20 3e 75 6e 64 6f 5f 2e 63 0a 0a 75 6e 64 6f 2e   >undo_.c..undo.
bfc0: 6f 3a 09 75 6e 64 6f 5f 2e 63 20 75 6e 64 6f 2e  o:.undo_.c undo.
bfd0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
bfe0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
bff0: 6f 20 75 6e 64 6f 2e 6f 20 2d 63 20 75 6e 64 6f  o undo.o -c undo
c000: 5f 2e 63 0a 0a 75 6e 64 6f 2e 68 3a 09 6d 61 6b  _.c..undo.h:.mak
c010: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
c020: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
c030: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  add.h bag_.c:bag
c040: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
c050: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
c060: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
c070: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
c080: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
c090: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
c0a0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
c0b0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
c0c0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
c0d0: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74  nstruct_.c:const
c0e0: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  ruct.h content_.
c0f0: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
c100: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
c110: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
c120: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
c130: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
c140: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
c150: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
c160: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
c170: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
c180: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
c190: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
c1a0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
c1b0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
c1c0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
c1d0: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
c1e0: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
c1f0: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
c200: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
c210: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
c220: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
c230: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
c240: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
c250: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
c260: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
c270: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68  .h schema_.c:sch
c280: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73  ema.h setup_.c:s
c290: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73  etup.h sha1_.c:s
c2a0: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  ha1.h style_.c:s
c2b0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
c2c0: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ync.h timeline_.
c2d0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64  c:timeline.h und
c2e0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
c2f0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
c300: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
c310: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
c320: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
c330: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
c340: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
c350: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
c360: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
c370: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
c380: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
c390: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
c3a0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
c3b0: 65 72 73 0a 0a 75 70 64 61 74 65 5f 2e 63 3a 09  ers..update_.c:.
c3c0: 24 28 53 52 43 44 49 52 29 2f 75 70 64 61 74 65  $(SRCDIR)/update
c3d0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
c3e0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
c3f0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
c400: 43 44 49 52 29 2f 75 70 64 61 74 65 2e 63 20 7c  CDIR)/update.c |
c410: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
c420: 29 2f 56 45 52 53 49 4f 4e 20 3e 75 70 64 61 74  )/VERSION >updat
c430: 65 5f 2e 63 0a 0a 75 70 64 61 74 65 2e 6f 3a 09  e_.c..update.o:.
c440: 75 70 64 61 74 65 5f 2e 63 20 75 70 64 61 74 65  update_.c update
c450: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
c460: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
c470: 2d 6f 20 75 70 64 61 74 65 2e 6f 20 2d 63 20 75  -o update.o -c u
c480: 70 64 61 74 65 5f 2e 63 0a 0a 75 70 64 61 74 65  pdate_.c..update
c490: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
c4a0: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
c4b0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67  add_.c:add.h bag
c4c0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
c4d0: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a  c:blob.h cgi_.c:
c4e0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
c4f0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
c500: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
c510: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
c520: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
c530: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
c540: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
c550: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
c560: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
c570: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
c580: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
c590: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
c5a0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
c5b0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
c5c0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
c5d0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
c5e0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
c5f0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
c600: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
c610: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
c620: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
c630: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
c640: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
c650: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
c660: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
c670: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
c680: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
c690: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e  e3_.c:merge3.h n
c6a0: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
c6b0: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
c6c0: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
c6d0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
c6e0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
c6f0: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61  rebuild.h schema
c700: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
c710: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
c720: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
c730: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
c740: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d  nc_.c:sync.h tim
c750: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
c760: 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  e.h undo_.c:undo
c770: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
c780: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
c790: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
c7a0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
c7b0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
c7c0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
c7d0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
c7e0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
c7f0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
c800: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
c810: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
c820: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
c830: 63 68 20 68 65 61 64 65 72 73 0a 0a 75 72 6c 5f  ch headers..url_
c840: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 75 72  .c:.$(SRCDIR)/ur
c850: 6c 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  l.c $(SRCDIR)/VE
c860: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
c870: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
c880: 52 43 44 49 52 29 2f 75 72 6c 2e 63 20 7c 20 73  RCDIR)/url.c | s
c890: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
c8a0: 56 45 52 53 49 4f 4e 20 3e 75 72 6c 5f 2e 63 0a  VERSION >url_.c.
c8b0: 0a 75 72 6c 2e 6f 3a 09 75 72 6c 5f 2e 63 20 75  .url.o:.url_.c u
c8c0: 72 6c 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  rl.h  $(SRCDIR)/
c8d0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
c8e0: 29 20 2d 6f 20 75 72 6c 2e 6f 20 2d 63 20 75 72  ) -o url.o -c ur
c8f0: 6c 5f 2e 63 0a 0a 75 72 6c 2e 68 3a 09 6d 61 6b  l_.c..url.h:.mak
c900: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
c910: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
c920: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  add.h bag_.c:bag
c930: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
c940: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
c950: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
c960: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
c970: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
c980: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
c990: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
c9a0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
c9b0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
c9c0: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74  nstruct_.c:const
c9d0: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  ruct.h content_.
c9e0: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
c9f0: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
ca00: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
ca10: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
ca20: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
ca30: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
ca40: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
ca50: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
ca60: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
ca70: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
ca80: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
ca90: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
caa0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
cab0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
cac0: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
cad0: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
cae0: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
caf0: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
cb00: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
cb10: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
cb20: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
cb30: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
cb40: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
cb50: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
cb60: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68  .h schema_.c:sch
cb70: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73  ema.h setup_.c:s
cb80: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73  etup.h sha1_.c:s
cb90: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  ha1.h style_.c:s
cba0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
cbb0: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ync.h timeline_.
cbc0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64  c:timeline.h und
cbd0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
cbe0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
cbf0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
cc00: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
cc10: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
cc20: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
cc30: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
cc40: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
cc50: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
cc60: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
cc70: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
cc80: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
cc90: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
cca0: 65 72 73 0a 0a 75 73 65 72 5f 2e 63 3a 09 24 28  ers..user_.c:.$(
ccb0: 53 52 43 44 49 52 29 2f 75 73 65 72 2e 63 20 24  SRCDIR)/user.c $
ccc0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
ccd0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
cce0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
ccf0: 29 2f 75 73 65 72 2e 63 20 7c 20 73 65 64 20 2d  )/user.c | sed -
cd00: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
cd10: 49 4f 4e 20 3e 75 73 65 72 5f 2e 63 0a 0a 75 73  ION >user_.c..us
cd20: 65 72 2e 6f 3a 09 75 73 65 72 5f 2e 63 20 75 73  er.o:.user_.c us
cd30: 65 72 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  er.h  $(SRCDIR)/
cd40: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
cd50: 29 20 2d 6f 20 75 73 65 72 2e 6f 20 2d 63 20 75  ) -o user.o -c u
cd60: 73 65 72 5f 2e 63 0a 0a 75 73 65 72 2e 68 3a 09  ser_.c..user.h:.
cd70: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
cd80: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
cd90: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a  .c:add.h bag_.c:
cda0: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
cdb0: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  ob.h cgi_.c:cgi.
cdc0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
cdd0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
cde0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
cdf0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
ce00: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
ce10: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
ce20: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
ce30: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
ce40: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
ce50: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
ce60: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
ce70: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
ce80: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
ce90: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
cea0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
ceb0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
cec0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
ced0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
cee0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
cef0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
cf00: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
cf10: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
cf20: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
cf30: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
cf40: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
cf50: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
cf60: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
cf70: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f  c:merge3.h name_
cf80: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
cf90: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
cfa0: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
cfb0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
cfc0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
cfd0: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  ild.h schema_.c:
cfe0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
cff0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
d000: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
d010: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
d020: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e  c:sync.h timelin
d030: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
d040: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75  undo_.c:undo.h u
d050: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e  pdate_.c:update.
d060: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75  h url_.c:url.h u
d070: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65  ser_.c:user.h ve
d080: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68  rify_.c:verify.h
d090: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e   vfile_.c:vfile.
d0a0: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68  h wiki_.c:wiki.h
d0b0: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77   wikiformat_.c:w
d0c0: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
d0d0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
d0e0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
d0f0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45  )/sqlite3.h ./VE
d100: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68  RSION.h..touch h
d110: 65 61 64 65 72 73 0a 0a 76 65 72 69 66 79 5f 2e  eaders..verify_.
d120: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 76 65 72  c:.$(SRCDIR)/ver
d130: 69 66 79 2e 63 20 24 28 53 52 43 44 49 52 29 2f  ify.c $(SRCDIR)/
d140: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
d150: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
d160: 28 53 52 43 44 49 52 29 2f 76 65 72 69 66 79 2e  (SRCDIR)/verify.
d170: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
d180: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 76 65  DIR)/VERSION >ve
d190: 72 69 66 79 5f 2e 63 0a 0a 76 65 72 69 66 79 2e  rify_.c..verify.
d1a0: 6f 3a 09 76 65 72 69 66 79 5f 2e 63 20 76 65 72  o:.verify_.c ver
d1b0: 69 66 79 2e 68 20 20 24 28 53 52 43 44 49 52 29  ify.h  $(SRCDIR)
d1c0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
d1d0: 43 29 20 2d 6f 20 76 65 72 69 66 79 2e 6f 20 2d  C) -o verify.o -
d1e0: 63 20 76 65 72 69 66 79 5f 2e 63 0a 0a 76 65 72  c verify_.c..ver
d1f0: 69 66 79 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  ify.h:.makeheade
d200: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
d210: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
d220: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
d230: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
d240: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
d250: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
d260: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
d270: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
d280: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
d290: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
d2a0: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
d2b0: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63  ormat.h construc
d2c0: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68  t_.c:construct.h
d2d0: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
d2e0: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
d2f0: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
d300: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
d310: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
d320: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
d330: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
d340: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
d350: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
d360: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
d370: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
d380: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
d390: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
d3a0: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
d3b0: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
d3c0: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
d3d0: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
d3e0: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
d3f0: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
d400: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
d410: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
d420: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
d430: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
d440: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
d450: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68  .c:rebuild.h sch
d460: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20  ema_.c:schema.h 
d470: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68  setup_.c:setup.h
d480: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20   sha1_.c:sha1.h 
d490: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
d4a0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
d4b0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
d4c0: 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  line.h undo_.c:u
d4d0: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
d4e0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
d4f0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
d500: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
d510: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
d520: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
d530: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
d540: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
d550: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
d560: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
d570: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
d580: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
d590: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 76  touch headers..v
d5a0: 66 69 6c 65 5f 2e 63 3a 09 24 28 53 52 43 44 49  file_.c:.$(SRCDI
d5b0: 52 29 2f 76 66 69 6c 65 2e 63 20 24 28 53 52 43  R)/vfile.c $(SRC
d5c0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
d5d0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
d5e0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 76 66  ate $(SRCDIR)/vf
d5f0: 69 6c 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ile.c | sed -f $
d600: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
d610: 20 3e 76 66 69 6c 65 5f 2e 63 0a 0a 76 66 69 6c   >vfile_.c..vfil
d620: 65 2e 6f 3a 09 76 66 69 6c 65 5f 2e 63 20 76 66  e.o:.vfile_.c vf
d630: 69 6c 65 2e 68 20 20 24 28 53 52 43 44 49 52 29  ile.h  $(SRCDIR)
d640: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
d650: 43 29 20 2d 6f 20 76 66 69 6c 65 2e 6f 20 2d 63  C) -o vfile.o -c
d660: 20 76 66 69 6c 65 5f 2e 63 0a 0a 76 66 69 6c 65   vfile_.c..vfile
d670: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
d680: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
d690: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67  add_.c:add.h bag
d6a0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
d6b0: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a  c:blob.h cgi_.c:
d6c0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
d6d0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
d6e0: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
d6f0: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
d700: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
d710: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
d720: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
d730: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
d740: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
d750: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
d760: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
d770: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
d780: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
d790: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
d7a0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
d7b0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
d7c0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
d7d0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
d7e0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
d7f0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
d800: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
d810: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
d820: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
d830: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
d840: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
d850: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
d860: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
d870: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e  e3_.c:merge3.h n
d880: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
d890: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
d8a0: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
d8b0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
d8c0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
d8d0: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61  rebuild.h schema
d8e0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
d8f0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
d900: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
d910: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
d920: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d  nc_.c:sync.h tim
d930: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
d940: 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  e.h undo_.c:undo
d950: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
d960: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
d970: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
d980: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
d990: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
d9a0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
d9b0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
d9c0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
d9d0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
d9e0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
d9f0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
da00: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
da10: 63 68 20 68 65 61 64 65 72 73 0a 0a 77 69 6b 69  ch headers..wiki
da20: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 77  _.c:.$(SRCDIR)/w
da30: 69 6b 69 2e 63 20 24 28 53 52 43 44 49 52 29 2f  iki.c $(SRCDIR)/
da40: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
da50: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
da60: 28 53 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 20  (SRCDIR)/wiki.c 
da70: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
da80: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 77 69 6b 69  R)/VERSION >wiki
da90: 5f 2e 63 0a 0a 77 69 6b 69 2e 6f 3a 09 77 69 6b  _.c..wiki.o:.wik
daa0: 69 5f 2e 63 20 77 69 6b 69 2e 68 20 20 24 28 53  i_.c wiki.h  $(S
dab0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
dac0: 09 24 28 58 54 43 43 29 20 2d 6f 20 77 69 6b 69  .$(XTCC) -o wiki
dad0: 2e 6f 20 2d 63 20 77 69 6b 69 5f 2e 63 0a 0a 77  .o -c wiki_.c..w
dae0: 69 6b 69 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  iki.h:.makeheade
daf0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
db00: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
db10: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
db20: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
db30: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
db40: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
db50: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
db60: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
db70: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
db80: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
db90: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
dba0: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63  ormat.h construc
dbb0: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68  t_.c:construct.h
dbc0: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
dbd0: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
dbe0: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
dbf0: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
dc00: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
dc10: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
dc20: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
dc30: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
dc40: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
dc50: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
dc60: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
dc70: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
dc80: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
dc90: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
dca0: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
dcb0: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
dcc0: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
dcd0: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
dce0: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
dcf0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
dd00: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
dd10: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
dd20: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
dd30: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
dd40: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68  .c:rebuild.h sch
dd50: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20  ema_.c:schema.h 
dd60: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68  setup_.c:setup.h
dd70: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20   sha1_.c:sha1.h 
dd80: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
dd90: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
dda0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
ddb0: 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  line.h undo_.c:u
ddc0: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
ddd0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
dde0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
ddf0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
de00: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
de10: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
de20: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
de30: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
de40: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
de50: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
de60: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
de70: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
de80: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 77  touch headers..w
de90: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 09 24 28  ikiformat_.c:.$(
dea0: 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d  SRCDIR)/wikiform
deb0: 61 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  at.c $(SRCDIR)/V
dec0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
ded0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
dee0: 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d  SRCDIR)/wikiform
def0: 61 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  at.c | sed -f $(
df00: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
df10: 3e 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 0a 0a  >wikiformat_.c..
df20: 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 3a 09 77 69  wikiformat.o:.wi
df30: 6b 69 66 6f 72 6d 61 74 5f 2e 63 20 77 69 6b 69  kiformat_.c wiki
df40: 66 6f 72 6d 61 74 2e 68 20 20 24 28 53 52 43 44  format.h  $(SRCD
df50: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
df60: 58 54 43 43 29 20 2d 6f 20 77 69 6b 69 66 6f 72  XTCC) -o wikifor
df70: 6d 61 74 2e 6f 20 2d 63 20 77 69 6b 69 66 6f 72  mat.o -c wikifor
df80: 6d 61 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f 72 6d  mat_.c..wikiform
df90: 61 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  at.h:.makeheader
dfa0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
dfb0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
dfc0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
dfd0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e  _.c:blob.h cgi_.
dfe0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f  c:cgi.h checkin_
dff0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65  .c:checkin.h che
e000: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75  ckout_.c:checkou
e010: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63  t.h clearsign_.c
e020: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f  :clearsign.h clo
e030: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f  ne_.c:clone.h co
e040: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f  mformat_.c:comfo
e050: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74  rmat.h construct
e060: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
e070: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
e080: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
e090: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
e0a0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
e0b0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65  tacmd.h descende
e0c0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e  nts_.c:descenden
e0d0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
e0e0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
e0f0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f  iffcmd.h encode_
e100: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65  .c:encode.h file
e110: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f  _.c:file.h http_
e120: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e  .c:http.h info_.
e130: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e  c:info.h login_.
e140: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e  c:login.h main_.
e150: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73  c:main.h manifes
e160: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20  t_.c:manifest.h 
e170: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72  md5_.c:md5.h mer
e180: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65  ge_.c:merge.h me
e190: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68  rge3_.c:merge3.h
e1a0: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
e1b0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
e1c0: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75   pqueue_.c:pqueu
e1d0: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  e.h printf_.c:pr
e1e0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
e1f0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65  c:rebuild.h sche
e200: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
e210: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
e220: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
e230: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
e240: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
e250: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
e260: 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e  ine.h undo_.c:un
e270: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  do.h update_.c:u
e280: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
e290: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
e2a0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
e2b0: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
e2c0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
e2d0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
e2e0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
e2f0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
e300: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
e310: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
e320: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
e330: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 78 66  ouch headers..xf
e340: 65 72 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  er_.c:.$(SRCDIR)
e350: 2f 78 66 65 72 2e 63 20 24 28 53 52 43 44 49 52  /xfer.c $(SRCDIR
e360: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
e370: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
e380: 20 24 28 53 52 43 44 49 52 29 2f 78 66 65 72 2e   $(SRCDIR)/xfer.
e390: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
e3a0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 78 66  DIR)/VERSION >xf
e3b0: 65 72 5f 2e 63 0a 0a 78 66 65 72 2e 6f 3a 09 78  er_.c..xfer.o:.x
e3c0: 66 65 72 5f 2e 63 20 78 66 65 72 2e 68 20 20 24  fer_.c xfer.h  $
e3d0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
e3e0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 78 66  h..$(XTCC) -o xf
e3f0: 65 72 2e 6f 20 2d 63 20 78 66 65 72 5f 2e 63 0a  er.o -c xfer_.c.
e400: 0a 78 66 65 72 2e 68 3a 09 6d 61 6b 65 68 65 61  .xfer.h:.makehea
e410: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
e420: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
e430: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
e440: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
e450: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
e460: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
e470: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
e480: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
e490: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
e4a0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
e4b0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
e4c0: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
e4d0: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
e4e0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
e4f0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
e500: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
e510: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
e520: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
e530: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
e540: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
e550: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
e560: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
e570: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
e580: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
e590: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
e5a0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
e5b0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
e5c0: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
e5d0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
e5e0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
e5f0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
e600: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
e610: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
e620: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
e630: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
e640: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
e650: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
e660: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73  d_.c:rebuild.h s
e670: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e  chema_.c:schema.
e680: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70  h setup_.c:setup
e690: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e  .h sha1_.c:sha1.
e6a0: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
e6b0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
e6c0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
e6d0: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63  meline.h undo_.c
e6e0: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
e6f0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
e700: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
e710: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
e720: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
e730: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
e740: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
e750: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
e760: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
e770: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
e780: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
e790: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
e7a0: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
e7b0: 0a 7a 69 70 5f 2e 63 3a 09 24 28 53 52 43 44 49  .zip_.c:.$(SRCDI
e7c0: 52 29 2f 7a 69 70 2e 63 20 24 28 53 52 43 44 49  R)/zip.c $(SRCDI
e7d0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
e7e0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
e7f0: 65 20 24 28 53 52 43 44 49 52 29 2f 7a 69 70 2e  e $(SRCDIR)/zip.
e800: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
e810: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 7a 69  DIR)/VERSION >zi
e820: 70 5f 2e 63 0a 0a 7a 69 70 2e 6f 3a 09 7a 69 70  p_.c..zip.o:.zip
e830: 5f 2e 63 20 7a 69 70 2e 68 20 20 24 28 53 52 43  _.c zip.h  $(SRC
e840: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
e850: 28 58 54 43 43 29 20 2d 6f 20 7a 69 70 2e 6f 20  (XTCC) -o zip.o 
e860: 2d 63 20 7a 69 70 5f 2e 63 0a 0a 7a 69 70 2e 68  -c zip_.c..zip.h
e870: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
e880: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
e890: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e  d_.c:add.h bag_.
e8a0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
e8b0: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67  blob.h cgi_.c:cg
e8c0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
e8d0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
e8e0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
e8f0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
e900: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
e910: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
e920: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
e930: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
e940: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
e950: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
e960: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
e970: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
e980: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
e990: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
e9a0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
e9b0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
e9c0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
e9d0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
e9e0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
e9f0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
ea00: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
ea10: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
ea20: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
ea30: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
ea40: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
ea50: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
ea60: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
ea70: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d  _.c:merge3.h nam
ea80: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
ea90: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75  t_.c:pivot.h pqu
eaa0: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20  eue_.c:pqueue.h 
eab0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
eac0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
ead0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e  build.h schema_.
eae0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
eaf0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
eb00: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
eb10: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
eb20: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c  _.c:sync.h timel
eb30: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
eb40: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68  h undo_.c:undo.h
eb50: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
eb60: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
eb70: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
eb80: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
eb90: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
eba0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
ebb0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
ebc0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
ebd0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
ebe0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
ebf0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
ec00: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
ec10: 20 68 65 61 64 65 72 73 0a 0a 73 71 6c 69 74 65   headers..sqlite
ec20: 33 2e 6f 3a 09 24 28 53 52 43 44 49 52 29 2f 73  3.o:.$(SRCDIR)/s
ec30: 71 6c 69 74 65 33 2e 63 0a 09 24 28 58 54 43 43  qlite3.c..$(XTCC
ec40: 29 20 2d 44 53 51 4c 49 54 45 5f 4f 4d 49 54 5f  ) -DSQLITE_OMIT_
ec50: 4c 4f 41 44 5f 45 58 54 45 4e 53 49 4f 4e 3d 31  LOAD_EXTENSION=1
ec60: 20 2d 44 53 51 4c 49 54 45 5f 50 52 49 56 41 54   -DSQLITE_PRIVAT
ec70: 45 3d 20 2d 44 54 48 52 45 41 44 53 41 46 45 3d  E= -DTHREADSAFE=
ec80: 30 20 2d 44 53 51 4c 49 54 45 5f 44 45 46 41 55  0 -DSQLITE_DEFAU
ec90: 4c 54 5f 46 49 4c 45 5f 46 4f 52 4d 41 54 3d 34  LT_FILE_FORMAT=4
eca0: 20 2d 63 20 24 28 53 52 43 44 49 52 29 2f 73 71   -c $(SRCDIR)/sq
ecb0: 6c 69 74 65 33 2e 63 20 2d 6f 20 73 71 6c 69 74  lite3.c -o sqlit
ecc0: 65 33 2e 6f 0a 0a                                e3.o..