Hex Artifact Content
Not logged in

Artifact fc782f901a410a65a1fbac87495a336922f161e8:

File src/main.mk part of check-in [abce5105e2] - Updates to the timeline routines. Added the pqueue module. by drh on 2007-09-01 01:55:50. Also file src/main.mk part of check-in [bbcb6326c9] - Pulled in the navbar and timeline changes. by aku on 2007-09-17 00:58:51.

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 70 64 61 74 65 2e 63 20 5c 0a 20 20 24 28  /update.c \.  $(
0510: 53 52 43 44 49 52 29 2f 75 72 6c 2e 63 20 5c 0a  SRCDIR)/url.c \.
0520: 20 20 24 28 53 52 43 44 49 52 29 2f 75 73 65 72    $(SRCDIR)/user
0530: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
0540: 2f 76 65 72 69 66 79 2e 63 20 5c 0a 20 20 24 28  /verify.c \.  $(
0550: 53 52 43 44 49 52 29 2f 76 66 69 6c 65 2e 63 20  SRCDIR)/vfile.c 
0560: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 77 69  \.  $(SRCDIR)/wi
0570: 6b 69 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  ki.c \.  $(SRCDI
0580: 52 29 2f 77 69 6b 69 66 6f 72 6d 61 74 2e 63 20  R)/wikiformat.c 
0590: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 78 66  \.  $(SRCDIR)/xf
05a0: 65 72 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  er.c \.  $(SRCDI
05b0: 52 29 2f 7a 69 70 2e 63 0a 0a 54 52 41 4e 53 5f  R)/zip.c..TRANS_
05c0: 53 52 43 20 3d 20 5c 0a 20 20 61 64 64 5f 2e 63  SRC = \.  add_.c
05d0: 20 5c 0a 20 20 62 61 67 5f 2e 63 20 5c 0a 20 20   \.  bag_.c \.  
05e0: 62 6c 6f 62 5f 2e 63 20 5c 0a 20 20 63 67 69 5f  blob_.c \.  cgi_
05f0: 2e 63 20 5c 0a 20 20 63 68 65 63 6b 69 6e 5f 2e  .c \.  checkin_.
0600: 63 20 5c 0a 20 20 63 68 65 63 6b 6f 75 74 5f 2e  c \.  checkout_.
0610: 63 20 5c 0a 20 20 63 6c 65 61 72 73 69 67 6e 5f  c \.  clearsign_
0620: 2e 63 20 5c 0a 20 20 63 6c 6f 6e 65 5f 2e 63 20  .c \.  clone_.c 
0630: 5c 0a 20 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  \.  comformat_.c
0640: 20 5c 0a 20 20 63 6f 6e 73 74 72 75 63 74 5f 2e   \.  construct_.
0650: 63 20 5c 0a 20 20 63 6f 6e 74 65 6e 74 5f 2e 63  c \.  content_.c
0660: 20 5c 0a 20 20 64 62 5f 2e 63 20 5c 0a 20 20 64   \.  db_.c \.  d
0670: 65 6c 74 61 5f 2e 63 20 5c 0a 20 20 64 65 6c 74  elta_.c \.  delt
0680: 61 63 6d 64 5f 2e 63 20 5c 0a 20 20 64 65 73 63  acmd_.c \.  desc
0690: 65 6e 64 65 6e 74 73 5f 2e 63 20 5c 0a 20 20 64  endents_.c \.  d
06a0: 69 66 66 5f 2e 63 20 5c 0a 20 20 64 69 66 66 63  iff_.c \.  diffc
06b0: 6d 64 5f 2e 63 20 5c 0a 20 20 65 6e 63 6f 64 65  md_.c \.  encode
06c0: 5f 2e 63 20 5c 0a 20 20 66 69 6c 65 5f 2e 63 20  _.c \.  file_.c 
06d0: 5c 0a 20 20 68 74 74 70 5f 2e 63 20 5c 0a 20 20  \.  http_.c \.  
06e0: 69 6e 66 6f 5f 2e 63 20 5c 0a 20 20 6c 6f 67 69  info_.c \.  logi
06f0: 6e 5f 2e 63 20 5c 0a 20 20 6d 61 69 6e 5f 2e 63  n_.c \.  main_.c
0700: 20 5c 0a 20 20 6d 61 6e 69 66 65 73 74 5f 2e 63   \.  manifest_.c
0710: 20 5c 0a 20 20 6d 64 35 5f 2e 63 20 5c 0a 20 20   \.  md5_.c \.  
0720: 6d 65 72 67 65 5f 2e 63 20 5c 0a 20 20 6d 65 72  merge_.c \.  mer
0730: 67 65 33 5f 2e 63 20 5c 0a 20 20 6e 61 6d 65 5f  ge3_.c \.  name_
0740: 2e 63 20 5c 0a 20 20 70 69 76 6f 74 5f 2e 63 20  .c \.  pivot_.c 
0750: 5c 0a 20 20 70 71 75 65 75 65 5f 2e 63 20 5c 0a  \.  pqueue_.c \.
0760: 20 20 70 72 69 6e 74 66 5f 2e 63 20 5c 0a 20 20    printf_.c \.  
0770: 72 65 62 75 69 6c 64 5f 2e 63 20 5c 0a 20 20 73  rebuild_.c \.  s
0780: 63 68 65 6d 61 5f 2e 63 20 5c 0a 20 20 73 65 74  chema_.c \.  set
0790: 75 70 5f 2e 63 20 5c 0a 20 20 73 68 61 31 5f 2e  up_.c \.  sha1_.
07a0: 63 20 5c 0a 20 20 73 74 79 6c 65 5f 2e 63 20 5c  c \.  style_.c \
07b0: 0a 20 20 73 79 6e 63 5f 2e 63 20 5c 0a 20 20 74  .  sync_.c \.  t
07c0: 69 6d 65 6c 69 6e 65 5f 2e 63 20 5c 0a 20 20 75  imeline_.c \.  u
07d0: 70 64 61 74 65 5f 2e 63 20 5c 0a 20 20 75 72 6c  pdate_.c \.  url
07e0: 5f 2e 63 20 5c 0a 20 20 75 73 65 72 5f 2e 63 20  _.c \.  user_.c 
07f0: 5c 0a 20 20 76 65 72 69 66 79 5f 2e 63 20 5c 0a  \.  verify_.c \.
0800: 20 20 76 66 69 6c 65 5f 2e 63 20 5c 0a 20 20 77    vfile_.c \.  w
0810: 69 6b 69 5f 2e 63 20 5c 0a 20 20 77 69 6b 69 66  iki_.c \.  wikif
0820: 6f 72 6d 61 74 5f 2e 63 20 5c 0a 20 20 78 66 65  ormat_.c \.  xfe
0830: 72 5f 2e 63 20 5c 0a 20 20 7a 69 70 5f 2e 63 0a  r_.c \.  zip_.c.
0840: 0a 4f 42 4a 20 3d 20 5c 0a 20 20 61 64 64 2e 6f  .OBJ = \.  add.o
0850: 20 5c 0a 20 20 62 61 67 2e 6f 20 5c 0a 20 20 62   \.  bag.o \.  b
0860: 6c 6f 62 2e 6f 20 5c 0a 20 20 63 67 69 2e 6f 20  lob.o \.  cgi.o 
0870: 5c 0a 20 20 63 68 65 63 6b 69 6e 2e 6f 20 5c 0a  \.  checkin.o \.
0880: 20 20 63 68 65 63 6b 6f 75 74 2e 6f 20 5c 0a 20    checkout.o \. 
0890: 20 63 6c 65 61 72 73 69 67 6e 2e 6f 20 5c 0a 20   clearsign.o \. 
08a0: 20 63 6c 6f 6e 65 2e 6f 20 5c 0a 20 20 63 6f 6d   clone.o \.  com
08b0: 66 6f 72 6d 61 74 2e 6f 20 5c 0a 20 20 63 6f 6e  format.o \.  con
08c0: 73 74 72 75 63 74 2e 6f 20 5c 0a 20 20 63 6f 6e  struct.o \.  con
08d0: 74 65 6e 74 2e 6f 20 5c 0a 20 20 64 62 2e 6f 20  tent.o \.  db.o 
08e0: 5c 0a 20 20 64 65 6c 74 61 2e 6f 20 5c 0a 20 20  \.  delta.o \.  
08f0: 64 65 6c 74 61 63 6d 64 2e 6f 20 5c 0a 20 20 64  deltacmd.o \.  d
0900: 65 73 63 65 6e 64 65 6e 74 73 2e 6f 20 5c 0a 20  escendents.o \. 
0910: 20 64 69 66 66 2e 6f 20 5c 0a 20 20 64 69 66 66   diff.o \.  diff
0920: 63 6d 64 2e 6f 20 5c 0a 20 20 65 6e 63 6f 64 65  cmd.o \.  encode
0930: 2e 6f 20 5c 0a 20 20 66 69 6c 65 2e 6f 20 5c 0a  .o \.  file.o \.
0940: 20 20 68 74 74 70 2e 6f 20 5c 0a 20 20 69 6e 66    http.o \.  inf
0950: 6f 2e 6f 20 5c 0a 20 20 6c 6f 67 69 6e 2e 6f 20  o.o \.  login.o 
0960: 5c 0a 20 20 6d 61 69 6e 2e 6f 20 5c 0a 20 20 6d  \.  main.o \.  m
0970: 61 6e 69 66 65 73 74 2e 6f 20 5c 0a 20 20 6d 64  anifest.o \.  md
0980: 35 2e 6f 20 5c 0a 20 20 6d 65 72 67 65 2e 6f 20  5.o \.  merge.o 
0990: 5c 0a 20 20 6d 65 72 67 65 33 2e 6f 20 5c 0a 20  \.  merge3.o \. 
09a0: 20 6e 61 6d 65 2e 6f 20 5c 0a 20 20 70 69 76 6f   name.o \.  pivo
09b0: 74 2e 6f 20 5c 0a 20 20 70 71 75 65 75 65 2e 6f  t.o \.  pqueue.o
09c0: 20 5c 0a 20 20 70 72 69 6e 74 66 2e 6f 20 5c 0a   \.  printf.o \.
09d0: 20 20 72 65 62 75 69 6c 64 2e 6f 20 5c 0a 20 20    rebuild.o \.  
09e0: 73 63 68 65 6d 61 2e 6f 20 5c 0a 20 20 73 65 74  schema.o \.  set
09f0: 75 70 2e 6f 20 5c 0a 20 20 73 68 61 31 2e 6f 20  up.o \.  sha1.o 
0a00: 5c 0a 20 20 73 74 79 6c 65 2e 6f 20 5c 0a 20 20  \.  style.o \.  
0a10: 73 79 6e 63 2e 6f 20 5c 0a 20 20 74 69 6d 65 6c  sync.o \.  timel
0a20: 69 6e 65 2e 6f 20 5c 0a 20 20 75 70 64 61 74 65  ine.o \.  update
0a30: 2e 6f 20 5c 0a 20 20 75 72 6c 2e 6f 20 5c 0a 20  .o \.  url.o \. 
0a40: 20 75 73 65 72 2e 6f 20 5c 0a 20 20 76 65 72 69   user.o \.  veri
0a50: 66 79 2e 6f 20 5c 0a 20 20 76 66 69 6c 65 2e 6f  fy.o \.  vfile.o
0a60: 20 5c 0a 20 20 77 69 6b 69 2e 6f 20 5c 0a 20 20   \.  wiki.o \.  
0a70: 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 20 5c 0a 20  wikiformat.o \. 
0a80: 20 78 66 65 72 2e 6f 20 5c 0a 20 20 7a 69 70 2e   xfer.o \.  zip.
0a90: 6f 0a 0a 41 50 50 4e 41 4d 45 20 3d 20 66 6f 73  o..APPNAME = fos
0aa0: 73 69 6c 24 28 45 29 0a 0a 0a 0a 61 6c 6c 3a 09  sil$(E)....all:.
0ab0: 24 28 41 50 50 4e 41 4d 45 29 0a 0a 69 6e 73 74  $(APPNAME)..inst
0ac0: 61 6c 6c 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a  all:.$(APPNAME).
0ad0: 09 6d 76 20 24 28 41 50 50 4e 41 4d 45 29 20 24  .mv $(APPNAME) $
0ae0: 28 49 4e 53 54 41 4c 4c 44 49 52 29 0a 0a 74 72  (INSTALLDIR)..tr
0af0: 61 6e 73 6c 61 74 65 3a 09 24 28 53 52 43 44 49  anslate:.$(SRCDI
0b00: 52 29 2f 74 72 61 6e 73 6c 61 74 65 2e 63 0a 09  R)/translate.c..
0b10: 24 28 42 43 43 29 20 2d 6f 20 74 72 61 6e 73 6c  $(BCC) -o transl
0b20: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 74 72  ate $(SRCDIR)/tr
0b30: 61 6e 73 6c 61 74 65 2e 63 0a 0a 6d 61 6b 65 68  anslate.c..makeh
0b40: 65 61 64 65 72 73 3a 09 24 28 53 52 43 44 49 52  eaders:.$(SRCDIR
0b50: 29 2f 6d 61 6b 65 68 65 61 64 65 72 73 2e 63 0a  )/makeheaders.c.
0b60: 09 24 28 42 43 43 29 20 2d 6f 20 6d 61 6b 65 68  .$(BCC) -o makeh
0b70: 65 61 64 65 72 73 20 24 28 53 52 43 44 49 52 29  eaders $(SRCDIR)
0b80: 2f 6d 61 6b 65 68 65 61 64 65 72 73 2e 63 0a 0a  /makeheaders.c..
0b90: 6d 6b 69 6e 64 65 78 3a 09 24 28 53 52 43 44 49  mkindex:.$(SRCDI
0ba0: 52 29 2f 6d 6b 69 6e 64 65 78 2e 63 0a 09 24 28  R)/mkindex.c..$(
0bb0: 42 43 43 29 20 2d 6f 20 6d 6b 69 6e 64 65 78 20  BCC) -o mkindex 
0bc0: 24 28 53 52 43 44 49 52 29 2f 6d 6b 69 6e 64 65  $(SRCDIR)/mkinde
0bd0: 78 2e 63 0a 0a 23 20 57 41 52 4e 49 4e 47 2e 20  x.c..# WARNING. 
0be0: 44 41 4e 47 45 52 2e 20 52 75 6e 6e 69 6e 67 20  DANGER. Running 
0bf0: 74 68 65 20 74 65 73 74 73 75 69 74 65 20 6d 6f  the testsuite mo
0c00: 64 69 66 69 65 73 20 74 68 65 20 72 65 70 6f 73  difies the repos
0c10: 69 74 6f 72 79 20 74 68 65 0a 23 20 62 75 69 6c  itory the.# buil
0c20: 64 20 69 73 20 64 6f 6e 65 20 66 72 6f 6d 2c 20  d is done from, 
0c30: 69 2e 65 2e 20 74 68 65 20 63 68 65 63 6b 6f 75  i.e. the checkou
0c40: 74 20 62 65 6c 6f 6e 67 73 20 74 6f 2e 20 44 6f  t belongs to. Do
0c50: 20 6e 6f 74 20 73 79 6e 63 2f 70 75 73 68 0a 23   not sync/push.#
0c60: 20 74 68 65 20 72 65 70 6f 73 69 74 6f 72 79 20   the repository 
0c70: 61 66 74 65 72 20 72 75 6e 6e 69 6e 67 20 74 68  after running th
0c80: 65 20 74 65 73 74 73 2e 0a 74 65 73 74 3a 09 24  e tests..test:.$
0c90: 28 41 50 50 4e 41 4d 45 29 0a 09 24 28 54 43 4c  (APPNAME)..$(TCL
0ca0: 53 48 29 20 74 65 73 74 2f 74 65 73 74 65 72 2e  SH) test/tester.
0cb0: 74 63 6c 20 24 28 41 50 50 4e 41 4d 45 29 0a 0a  tcl $(APPNAME)..
0cc0: 56 45 52 53 49 4f 4e 2e 68 3a 09 24 28 53 52 43  VERSION.h:.$(SRC
0cd0: 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74  DIR)/../manifest
0ce0: 2e 75 75 69 64 0a 09 61 77 6b 20 27 7b 20 70 72  .uuid..awk '{ pr
0cf0: 69 6e 74 66 20 22 23 64 65 66 69 6e 65 20 4d 41  intf "#define MA
0d00: 4e 49 46 45 53 54 5f 55 55 49 44 20 5c 22 25 73  NIFEST_UUID \"%s
0d10: 5c 22 5c 6e 22 2c 20 24 24 31 7d 27 20 20 24 28  \"\n", $$1}'  $(
0d20: 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66  SRCDIR)/../manif
0d30: 65 73 74 2e 75 75 69 64 20 3e 56 45 52 53 49 4f  est.uuid >VERSIO
0d40: 4e 2e 68 0a 0a 24 28 41 50 50 4e 41 4d 45 29 3a  N.h..$(APPNAME):
0d50: 09 68 65 61 64 65 72 73 20 24 28 4f 42 4a 29 20  .headers $(OBJ) 
0d60: 73 71 6c 69 74 65 33 2e 6f 0a 09 24 28 54 43 43  sqlite3.o..$(TCC
0d70: 29 20 2d 6f 20 24 28 41 50 50 4e 41 4d 45 29 20  ) -o $(APPNAME) 
0d80: 24 28 4f 42 4a 29 20 73 71 6c 69 74 65 33 2e 6f  $(OBJ) sqlite3.o
0d90: 20 24 28 4c 49 42 29 0a 0a 63 6c 65 61 6e 3a 09   $(LIB)..clean:.
0da0: 0a 09 72 6d 20 2d 66 20 2a 2e 6f 20 2a 5f 2e 63  ..rm -f *.o *_.c
0db0: 20 24 28 41 50 50 4e 41 4d 45 29 20 56 45 52 53   $(APPNAME) VERS
0dc0: 49 4f 4e 2e 68 0a 09 72 6d 20 2d 66 20 74 72 61  ION.h..rm -f tra
0dd0: 6e 73 6c 61 74 65 20 6d 61 6b 65 68 65 61 64 65  nslate makeheade
0de0: 72 73 20 6d 6b 69 6e 64 65 78 20 70 61 67 65 5f  rs mkindex page_
0df0: 69 6e 64 65 78 2e 68 20 68 65 61 64 65 72 73 0a  index.h headers.
0e00: 09 72 6d 20 2d 66 20 61 64 64 2e 68 20 62 61 67  .rm -f add.h bag
0e10: 2e 68 20 62 6c 6f 62 2e 68 20 63 67 69 2e 68 20  .h blob.h cgi.h 
0e20: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
0e30: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 2e 68  ut.h clearsign.h
0e40: 20 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d   clone.h comform
0e50: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 2e 68  at.h construct.h
0e60: 20 63 6f 6e 74 65 6e 74 2e 68 20 64 62 2e 68 20   content.h db.h 
0e70: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
0e80: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .h descendents.h
0e90: 20 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 2e   diff.h diffcmd.
0ea0: 68 20 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 2e  h encode.h file.
0eb0: 68 20 68 74 74 70 2e 68 20 69 6e 66 6f 2e 68 20  h http.h info.h 
0ec0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 2e 68 20 6d  login.h main.h m
0ed0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 2e 68 20  anifest.h md5.h 
0ee0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 2e 68  merge.h merge3.h
0ef0: 20 6e 61 6d 65 2e 68 20 70 69 76 6f 74 2e 68 20   name.h pivot.h 
0f00: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 2e  pqueue.h printf.
0f10: 68 20 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65  h rebuild.h sche
0f20: 6d 61 2e 68 20 73 65 74 75 70 2e 68 20 73 68 61  ma.h setup.h sha
0f30: 31 2e 68 20 73 74 79 6c 65 2e 68 20 73 79 6e 63  1.h style.h sync
0f40: 2e 68 20 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70  .h timeline.h up
0f50: 64 61 74 65 2e 68 20 75 72 6c 2e 68 20 75 73 65  date.h url.h use
0f60: 72 2e 68 20 76 65 72 69 66 79 2e 68 20 76 66 69  r.h verify.h vfi
0f70: 6c 65 2e 68 20 77 69 6b 69 2e 68 20 77 69 6b 69  le.h wiki.h wiki
0f80: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 2e 68 20  format.h xfer.h 
0f90: 7a 69 70 2e 68 0a 0a 68 65 61 64 65 72 73 3a 09  zip.h..headers:.
0fa0: 6d 61 6b 65 68 65 61 64 65 72 73 20 6d 6b 69 6e  makeheaders mkin
0fb0: 64 65 78 20 24 28 54 52 41 4e 53 5f 53 52 43 29  dex $(TRANS_SRC)
0fc0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 2e 2f   ./VERSION.h.../
0fd0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
0fe0: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63  _.c:add.h bag_.c
0ff0: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
1000: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
1010: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
1020: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
1030: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
1040: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
1050: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
1060: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
1070: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
1080: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
1090: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
10a0: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
10b0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
10c0: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
10d0: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
10e0: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
10f0: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
1100: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
1110: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
1120: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
1130: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
1140: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
1150: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
1160: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
1170: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
1180: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
1190: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
11a0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
11b0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
11c0: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
11d0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
11e0: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
11f0: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
1200: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
1210: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
1220: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63  uild.h schema_.c
1230: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
1240: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
1250: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f  .c:sha1.h style_
1260: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
1270: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69  .c:sync.h timeli
1280: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
1290: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
12a0: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
12b0: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
12c0: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
12d0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
12e0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
12f0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
1300: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
1310: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
1320: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
1330: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
1340: 56 45 52 53 49 4f 4e 2e 68 0a 09 2e 2f 6d 6b 69  VERSION.h.../mki
1350: 6e 64 65 78 20 24 28 54 52 41 4e 53 5f 53 52 43  ndex $(TRANS_SRC
1360: 29 20 3e 70 61 67 65 5f 69 6e 64 65 78 2e 68 0a  ) >page_index.h.
1370: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
1380: 61 64 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  add_.c:.$(SRCDIR
1390: 29 2f 61 64 64 2e 63 20 24 28 53 52 43 44 49 52  )/add.c $(SRCDIR
13a0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
13b0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
13c0: 20 24 28 53 52 43 44 49 52 29 2f 61 64 64 2e 63   $(SRCDIR)/add.c
13d0: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
13e0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 61 64 64  IR)/VERSION >add
13f0: 5f 2e 63 0a 0a 61 64 64 2e 6f 3a 09 61 64 64 5f  _.c..add.o:.add_
1400: 2e 63 20 61 64 64 2e 68 20 20 24 28 53 52 43 44  .c add.h  $(SRCD
1410: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
1420: 58 54 43 43 29 20 2d 6f 20 61 64 64 2e 6f 20 2d  XTCC) -o add.o -
1430: 63 20 61 64 64 5f 2e 63 0a 0a 61 64 64 2e 68 3a  c add_.c..add.h:
1440: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
1450: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
1460: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63  _.c:add.h bag_.c
1470: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
1480: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
1490: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
14a0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
14b0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
14c0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
14d0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
14e0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
14f0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
1500: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
1510: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
1520: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
1530: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
1540: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
1550: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
1560: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
1570: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
1580: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
1590: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
15a0: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
15b0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
15c0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
15d0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
15e0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
15f0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
1600: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
1610: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
1620: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
1630: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
1640: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
1650: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
1660: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
1670: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
1680: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
1690: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
16a0: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63  uild.h schema_.c
16b0: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
16c0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
16d0: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f  .c:sha1.h style_
16e0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
16f0: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69  .c:sync.h timeli
1700: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
1710: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
1720: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
1730: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
1740: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
1750: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
1760: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
1770: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
1780: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
1790: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
17a0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
17b0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
17c0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
17d0: 20 68 65 61 64 65 72 73 0a 0a 62 61 67 5f 2e 63   headers..bag_.c
17e0: 3a 09 24 28 53 52 43 44 49 52 29 2f 62 61 67 2e  :.$(SRCDIR)/bag.
17f0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
1800: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
1810: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
1820: 44 49 52 29 2f 62 61 67 2e 63 20 7c 20 73 65 64  DIR)/bag.c | sed
1830: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
1840: 52 53 49 4f 4e 20 3e 62 61 67 5f 2e 63 0a 0a 62  RSION >bag_.c..b
1850: 61 67 2e 6f 3a 09 62 61 67 5f 2e 63 20 62 61 67  ag.o:.bag_.c bag
1860: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
1870: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
1880: 2d 6f 20 62 61 67 2e 6f 20 2d 63 20 62 61 67 5f  -o bag.o -c bag_
1890: 2e 63 0a 0a 62 61 67 2e 68 3a 09 6d 61 6b 65 68  .c..bag.h:.makeh
18a0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
18b0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
18c0: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  d.h bag_.c:bag.h
18d0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
18e0: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
18f0: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
1900: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
1910: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
1920: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
1930: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
1940: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
1950: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
1960: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
1970: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
1980: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
1990: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
19a0: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
19b0: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
19c0: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
19d0: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
19e0: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
19f0: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
1a00: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
1a10: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
1a20: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
1a30: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
1a40: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
1a50: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
1a60: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
1a70: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
1a80: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
1a90: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
1aa0: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
1ab0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
1ac0: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
1ad0: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
1ae0: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
1af0: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
1b00: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d   schema_.c:schem
1b10: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74  a.h setup_.c:set
1b20: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61  up.h sha1_.c:sha
1b30: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  1.h style_.c:sty
1b40: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
1b50: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  c.h timeline_.c:
1b60: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74  timeline.h updat
1b70: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
1b80: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
1b90: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
1ba0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
1bb0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
1bc0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
1bd0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
1be0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
1bf0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
1c00: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
1c10: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
1c20: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
1c30: 72 73 0a 0a 62 6c 6f 62 5f 2e 63 3a 09 24 28 53  rs..blob_.c:.$(S
1c40: 52 43 44 49 52 29 2f 62 6c 6f 62 2e 63 20 24 28  RCDIR)/blob.c $(
1c50: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
1c60: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
1c70: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
1c80: 2f 62 6c 6f 62 2e 63 20 7c 20 73 65 64 20 2d 66  /blob.c | sed -f
1c90: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
1ca0: 4f 4e 20 3e 62 6c 6f 62 5f 2e 63 0a 0a 62 6c 6f  ON >blob_.c..blo
1cb0: 62 2e 6f 3a 09 62 6c 6f 62 5f 2e 63 20 62 6c 6f  b.o:.blob_.c blo
1cc0: 62 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  b.h  $(SRCDIR)/c
1cd0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
1ce0: 20 2d 6f 20 62 6c 6f 62 2e 6f 20 2d 63 20 62 6c   -o blob.o -c bl
1cf0: 6f 62 5f 2e 63 0a 0a 62 6c 6f 62 2e 68 3a 09 6d  ob_.c..blob.h:.m
1d00: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
1d10: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
1d20: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62  c:add.h bag_.c:b
1d30: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
1d40: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  b.h cgi_.c:cgi.h
1d50: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
1d60: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
1d70: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
1d80: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
1d90: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
1da0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
1db0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
1dc0: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
1dd0: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
1de0: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
1df0: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
1e00: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
1e10: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
1e20: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
1e30: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
1e40: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
1e50: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
1e60: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
1e70: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
1e80: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
1e90: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
1ea0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
1eb0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
1ec0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
1ed0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
1ee0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
1ef0: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
1f00: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
1f10: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
1f20: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
1f30: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
1f40: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
1f50: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
1f60: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73  ld.h schema_.c:s
1f70: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63  chema.h setup_.c
1f80: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63  :setup.h sha1_.c
1f90: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63  :sha1.h style_.c
1fa0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
1fb0: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65  :sync.h timeline
1fc0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75  _.c:timeline.h u
1fd0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e  pdate_.c:update.
1fe0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75  h url_.c:url.h u
1ff0: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65  ser_.c:user.h ve
2000: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68  rify_.c:verify.h
2010: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e   vfile_.c:vfile.
2020: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68  h wiki_.c:wiki.h
2030: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77   wikiformat_.c:w
2040: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
2050: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
2060: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
2070: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45  )/sqlite3.h ./VE
2080: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68  RSION.h..touch h
2090: 65 61 64 65 72 73 0a 0a 63 67 69 5f 2e 63 3a 09  eaders..cgi_.c:.
20a0: 24 28 53 52 43 44 49 52 29 2f 63 67 69 2e 63 20  $(SRCDIR)/cgi.c 
20b0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
20c0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
20d0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
20e0: 52 29 2f 63 67 69 2e 63 20 7c 20 73 65 64 20 2d  R)/cgi.c | sed -
20f0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
2100: 49 4f 4e 20 3e 63 67 69 5f 2e 63 0a 0a 63 67 69  ION >cgi_.c..cgi
2110: 2e 6f 3a 09 63 67 69 5f 2e 63 20 63 67 69 2e 68  .o:.cgi_.c cgi.h
2120: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
2130: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
2140: 20 63 67 69 2e 6f 20 2d 63 20 63 67 69 5f 2e 63   cgi.o -c cgi_.c
2150: 0a 0a 63 67 69 2e 68 3a 09 6d 61 6b 65 68 65 61  ..cgi.h:.makehea
2160: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
2170: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
2180: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
2190: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
21a0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
21b0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
21c0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
21d0: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
21e0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
21f0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
2200: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
2210: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
2220: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
2230: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
2240: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
2250: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
2260: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
2270: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
2280: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
2290: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
22a0: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
22b0: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
22c0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
22d0: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
22e0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
22f0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
2300: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
2310: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
2320: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
2330: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
2340: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
2350: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
2360: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
2370: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
2380: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
2390: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
23a0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
23b0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73  d_.c:rebuild.h s
23c0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e  chema_.c:schema.
23d0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70  h setup_.c:setup
23e0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e  .h sha1_.c:sha1.
23f0: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
2400: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
2410: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
2420: 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f  meline.h update_
2430: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
2440: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
2450: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
2460: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
2470: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
2480: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
2490: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
24a0: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
24b0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
24c0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
24d0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
24e0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
24f0: 0a 0a 63 68 65 63 6b 69 6e 5f 2e 63 3a 09 24 28  ..checkin_.c:.$(
2500: 53 52 43 44 49 52 29 2f 63 68 65 63 6b 69 6e 2e  SRCDIR)/checkin.
2510: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
2520: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
2530: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
2540: 44 49 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20 7c  DIR)/checkin.c |
2550: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
2560: 29 2f 56 45 52 53 49 4f 4e 20 3e 63 68 65 63 6b  )/VERSION >check
2570: 69 6e 5f 2e 63 0a 0a 63 68 65 63 6b 69 6e 2e 6f  in_.c..checkin.o
2580: 3a 09 63 68 65 63 6b 69 6e 5f 2e 63 20 63 68 65  :.checkin_.c che
2590: 63 6b 69 6e 2e 68 20 20 24 28 53 52 43 44 49 52  ckin.h  $(SRCDIR
25a0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
25b0: 43 43 29 20 2d 6f 20 63 68 65 63 6b 69 6e 2e 6f  CC) -o checkin.o
25c0: 20 2d 63 20 63 68 65 63 6b 69 6e 5f 2e 63 0a 0a   -c checkin_.c..
25d0: 63 68 65 63 6b 69 6e 2e 68 3a 09 6d 61 6b 65 68  checkin.h:.makeh
25e0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
25f0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
2600: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  d.h bag_.c:bag.h
2610: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
2620: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
2630: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
2640: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
2650: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
2660: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
2670: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
2680: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
2690: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
26a0: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
26b0: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
26c0: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
26d0: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
26e0: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
26f0: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
2700: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
2710: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
2720: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
2730: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
2740: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
2750: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
2760: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
2770: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
2780: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
2790: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
27a0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
27b0: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
27c0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
27d0: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
27e0: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
27f0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
2800: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
2810: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
2820: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
2830: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
2840: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d   schema_.c:schem
2850: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74  a.h setup_.c:set
2860: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61  up.h sha1_.c:sha
2870: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  1.h style_.c:sty
2880: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
2890: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  c.h timeline_.c:
28a0: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74  timeline.h updat
28b0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
28c0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
28d0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
28e0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
28f0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
2900: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
2910: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
2920: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
2930: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
2940: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
2950: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
2960: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
2970: 72 73 0a 0a 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  rs..checkout_.c:
2980: 09 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b  .$(SRCDIR)/check
2990: 6f 75 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f  out.c $(SRCDIR)/
29a0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
29b0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
29c0: 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b 6f 75  (SRCDIR)/checkou
29d0: 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  t.c | sed -f $(S
29e0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
29f0: 63 68 65 63 6b 6f 75 74 5f 2e 63 0a 0a 63 68 65  checkout_.c..che
2a00: 63 6b 6f 75 74 2e 6f 3a 09 63 68 65 63 6b 6f 75  ckout.o:.checkou
2a10: 74 5f 2e 63 20 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c checkout.h 
2a20: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
2a30: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
2a40: 63 68 65 63 6b 6f 75 74 2e 6f 20 2d 63 20 63 68  checkout.o -c ch
2a50: 65 63 6b 6f 75 74 5f 2e 63 0a 0a 63 68 65 63 6b  eckout_.c..check
2a60: 6f 75 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  out.h:.makeheade
2a70: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
2a80: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
2a90: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
2aa0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
2ab0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
2ac0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
2ad0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
2ae0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
2af0: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
2b00: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
2b10: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
2b20: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63  ormat.h construc
2b30: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68  t_.c:construct.h
2b40: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
2b50: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
2b60: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
2b70: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
2b80: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
2b90: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
2ba0: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
2bb0: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
2bc0: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
2bd0: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
2be0: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
2bf0: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
2c00: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
2c10: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
2c20: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
2c30: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
2c40: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
2c50: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
2c60: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
2c70: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
2c80: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
2c90: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
2ca0: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
2cb0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
2cc0: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68  .c:rebuild.h sch
2cd0: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20  ema_.c:schema.h 
2ce0: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68  setup_.c:setup.h
2cf0: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20   sha1_.c:sha1.h 
2d00: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
2d10: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
2d20: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
2d30: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63  line.h update_.c
2d40: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
2d50: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
2d60: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
2d70: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
2d80: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
2d90: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
2da0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
2db0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
2dc0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
2dd0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
2de0: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
2df0: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
2e00: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 09 24 28  clearsign_.c:.$(
2e10: 53 52 43 44 49 52 29 2f 63 6c 65 61 72 73 69 67  SRCDIR)/clearsig
2e20: 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  n.c $(SRCDIR)/VE
2e30: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
2e40: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
2e50: 52 43 44 49 52 29 2f 63 6c 65 61 72 73 69 67 6e  RCDIR)/clearsign
2e60: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
2e70: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63  CDIR)/VERSION >c
2e80: 6c 65 61 72 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65  learsign_.c..cle
2e90: 61 72 73 69 67 6e 2e 6f 3a 09 63 6c 65 61 72 73  arsign.o:.clears
2ea0: 69 67 6e 5f 2e 63 20 63 6c 65 61 72 73 69 67 6e  ign_.c clearsign
2eb0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
2ec0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
2ed0: 2d 6f 20 63 6c 65 61 72 73 69 67 6e 2e 6f 20 2d  -o clearsign.o -
2ee0: 63 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 0a 0a  c clearsign_.c..
2ef0: 63 6c 65 61 72 73 69 67 6e 2e 68 3a 09 6d 61 6b  clearsign.h:.mak
2f00: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
2f10: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
2f20: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  add.h bag_.c:bag
2f30: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
2f40: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
2f50: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
2f60: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
2f70: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
2f80: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
2f90: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
2fa0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
2fb0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
2fc0: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74  nstruct_.c:const
2fd0: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  ruct.h content_.
2fe0: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
2ff0: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
3000: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
3010: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
3020: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
3030: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
3040: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
3050: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
3060: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
3070: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
3080: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
3090: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
30a0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
30b0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
30c0: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
30d0: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
30e0: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
30f0: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
3100: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
3110: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
3120: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
3130: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
3140: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
3150: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
3160: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68  .h schema_.c:sch
3170: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73  ema.h setup_.c:s
3180: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73  etup.h sha1_.c:s
3190: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  ha1.h style_.c:s
31a0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
31b0: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ync.h timeline_.
31c0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64  c:timeline.h upd
31d0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
31e0: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
31f0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
3200: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
3210: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
3220: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
3230: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
3240: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
3250: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
3260: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
3270: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
3280: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
3290: 64 65 72 73 0a 0a 63 6c 6f 6e 65 5f 2e 63 3a 09  ders..clone_.c:.
32a0: 24 28 53 52 43 44 49 52 29 2f 63 6c 6f 6e 65 2e  $(SRCDIR)/clone.
32b0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
32c0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
32d0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
32e0: 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 20 7c 20 73  DIR)/clone.c | s
32f0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
3300: 56 45 52 53 49 4f 4e 20 3e 63 6c 6f 6e 65 5f 2e  VERSION >clone_.
3310: 63 0a 0a 63 6c 6f 6e 65 2e 6f 3a 09 63 6c 6f 6e  c..clone.o:.clon
3320: 65 5f 2e 63 20 63 6c 6f 6e 65 2e 68 20 20 24 28  e_.c clone.h  $(
3330: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
3340: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6c 6f  ..$(XTCC) -o clo
3350: 6e 65 2e 6f 20 2d 63 20 63 6c 6f 6e 65 5f 2e 63  ne.o -c clone_.c
3360: 0a 0a 63 6c 6f 6e 65 2e 68 3a 09 6d 61 6b 65 68  ..clone.h:.makeh
3370: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
3380: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
3390: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  d.h bag_.c:bag.h
33a0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
33b0: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
33c0: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
33d0: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
33e0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
33f0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
3400: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
3410: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
3420: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
3430: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
3440: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
3450: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
3460: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
3470: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
3480: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
3490: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
34a0: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
34b0: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
34c0: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
34d0: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
34e0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
34f0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
3500: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
3510: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
3520: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
3530: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
3540: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
3550: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
3560: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
3570: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
3580: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
3590: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
35a0: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
35b0: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
35c0: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
35d0: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d   schema_.c:schem
35e0: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74  a.h setup_.c:set
35f0: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61  up.h sha1_.c:sha
3600: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  1.h style_.c:sty
3610: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
3620: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  c.h timeline_.c:
3630: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74  timeline.h updat
3640: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
3650: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
3660: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
3670: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
3680: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
3690: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
36a0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
36b0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
36c0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
36d0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
36e0: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
36f0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
3700: 72 73 0a 0a 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  rs..comformat_.c
3710: 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6f 6d 66  :.$(SRCDIR)/comf
3720: 6f 72 6d 61 74 2e 63 20 24 28 53 52 43 44 49 52  ormat.c $(SRCDIR
3730: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
3740: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
3750: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6d 66 6f   $(SRCDIR)/comfo
3760: 72 6d 61 74 2e 63 20 7c 20 73 65 64 20 2d 66 20  rmat.c | sed -f 
3770: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
3780: 4e 20 3e 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 0a  N >comformat_.c.
3790: 0a 63 6f 6d 66 6f 72 6d 61 74 2e 6f 3a 09 63 6f  .comformat.o:.co
37a0: 6d 66 6f 72 6d 61 74 5f 2e 63 20 63 6f 6d 66 6f  mformat_.c comfo
37b0: 72 6d 61 74 2e 68 20 20 24 28 53 52 43 44 49 52  rmat.h  $(SRCDIR
37c0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
37d0: 43 43 29 20 2d 6f 20 63 6f 6d 66 6f 72 6d 61 74  CC) -o comformat
37e0: 2e 6f 20 2d 63 20 63 6f 6d 66 6f 72 6d 61 74 5f  .o -c comformat_
37f0: 2e 63 0a 0a 63 6f 6d 66 6f 72 6d 61 74 2e 68 3a  .c..comformat.h:
3800: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
3810: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
3820: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63  _.c:add.h bag_.c
3830: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
3840: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
3850: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
3860: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
3870: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
3880: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
3890: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
38a0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
38b0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
38c0: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
38d0: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
38e0: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
38f0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
3900: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
3910: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
3920: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
3930: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
3940: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
3950: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
3960: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
3970: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
3980: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
3990: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
39a0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
39b0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
39c0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
39d0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
39e0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
39f0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
3a00: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
3a10: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
3a20: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
3a30: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
3a40: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
3a50: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
3a60: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63  uild.h schema_.c
3a70: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
3a80: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
3a90: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f  .c:sha1.h style_
3aa0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
3ab0: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69  .c:sync.h timeli
3ac0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
3ad0: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
3ae0: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
3af0: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
3b00: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
3b10: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
3b20: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
3b30: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
3b40: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
3b50: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
3b60: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
3b70: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
3b80: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
3b90: 20 68 65 61 64 65 72 73 0a 0a 63 6f 6e 73 74 72   headers..constr
3ba0: 75 63 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  uct_.c:.$(SRCDIR
3bb0: 29 2f 63 6f 6e 73 74 72 75 63 74 2e 63 20 24 28  )/construct.c $(
3bc0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
3bd0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
3be0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
3bf0: 2f 63 6f 6e 73 74 72 75 63 74 2e 63 20 7c 20 73  /construct.c | s
3c00: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
3c10: 56 45 52 53 49 4f 4e 20 3e 63 6f 6e 73 74 72 75  VERSION >constru
3c20: 63 74 5f 2e 63 0a 0a 63 6f 6e 73 74 72 75 63 74  ct_.c..construct
3c30: 2e 6f 3a 09 63 6f 6e 73 74 72 75 63 74 5f 2e 63  .o:.construct_.c
3c40: 20 63 6f 6e 73 74 72 75 63 74 2e 68 20 20 24 28   construct.h  $(
3c50: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
3c60: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6f 6e  ..$(XTCC) -o con
3c70: 73 74 72 75 63 74 2e 6f 20 2d 63 20 63 6f 6e 73  struct.o -c cons
3c80: 74 72 75 63 74 5f 2e 63 0a 0a 63 6f 6e 73 74 72  truct_.c..constr
3c90: 75 63 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  uct.h:.makeheade
3ca0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
3cb0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
3cc0: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
3cd0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
3ce0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
3cf0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
3d00: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
3d10: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
3d20: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
3d30: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
3d40: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
3d50: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63  ormat.h construc
3d60: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68  t_.c:construct.h
3d70: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
3d80: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
3d90: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
3da0: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
3db0: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
3dc0: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
3dd0: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
3de0: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
3df0: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
3e00: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
3e10: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
3e20: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
3e30: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
3e40: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
3e50: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
3e60: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
3e70: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
3e80: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
3e90: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
3ea0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
3eb0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
3ec0: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
3ed0: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
3ee0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
3ef0: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68  .c:rebuild.h sch
3f00: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20  ema_.c:schema.h 
3f10: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68  setup_.c:setup.h
3f20: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20   sha1_.c:sha1.h 
3f30: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
3f40: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
3f50: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
3f60: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63  line.h update_.c
3f70: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
3f80: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
3f90: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
3fa0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
3fb0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
3fc0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
3fd0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
3fe0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
3ff0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
4000: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
4010: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
4020: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
4030: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 09 24 28 53 52  content_.c:.$(SR
4040: 43 44 49 52 29 2f 63 6f 6e 74 65 6e 74 2e 63 20  CDIR)/content.c 
4050: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
4060: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
4070: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
4080: 52 29 2f 63 6f 6e 74 65 6e 74 2e 63 20 7c 20 73  R)/content.c | s
4090: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
40a0: 56 45 52 53 49 4f 4e 20 3e 63 6f 6e 74 65 6e 74  VERSION >content
40b0: 5f 2e 63 0a 0a 63 6f 6e 74 65 6e 74 2e 6f 3a 09  _.c..content.o:.
40c0: 63 6f 6e 74 65 6e 74 5f 2e 63 20 63 6f 6e 74 65  content_.c conte
40d0: 6e 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  nt.h  $(SRCDIR)/
40e0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
40f0: 29 20 2d 6f 20 63 6f 6e 74 65 6e 74 2e 6f 20 2d  ) -o content.o -
4100: 63 20 63 6f 6e 74 65 6e 74 5f 2e 63 0a 0a 63 6f  c content_.c..co
4110: 6e 74 65 6e 74 2e 68 3a 09 6d 61 6b 65 68 65 61  ntent.h:.makehea
4120: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
4130: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
4140: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
4150: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
4160: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
4170: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
4180: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
4190: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
41a0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
41b0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
41c0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
41d0: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
41e0: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
41f0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
4200: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
4210: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
4220: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
4230: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
4240: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
4250: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
4260: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
4270: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
4280: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
4290: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
42a0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
42b0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
42c0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
42d0: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
42e0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
42f0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
4300: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
4310: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
4320: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
4330: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
4340: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
4350: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
4360: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
4370: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73  d_.c:rebuild.h s
4380: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e  chema_.c:schema.
4390: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70  h setup_.c:setup
43a0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e  .h sha1_.c:sha1.
43b0: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
43c0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
43d0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
43e0: 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f  meline.h update_
43f0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
4400: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
4410: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
4420: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
4430: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
4440: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
4450: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
4460: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
4470: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
4480: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
4490: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
44a0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
44b0: 0a 0a 64 62 5f 2e 63 3a 09 24 28 53 52 43 44 49  ..db_.c:.$(SRCDI
44c0: 52 29 2f 64 62 2e 63 20 24 28 53 52 43 44 49 52  R)/db.c $(SRCDIR
44d0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
44e0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
44f0: 20 24 28 53 52 43 44 49 52 29 2f 64 62 2e 63 20   $(SRCDIR)/db.c 
4500: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
4510: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 62 5f 2e  R)/VERSION >db_.
4520: 63 0a 0a 64 62 2e 6f 3a 09 64 62 5f 2e 63 20 64  c..db.o:.db_.c d
4530: 62 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  b.h  $(SRCDIR)/c
4540: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
4550: 20 2d 6f 20 64 62 2e 6f 20 2d 63 20 64 62 5f 2e   -o db.o -c db_.
4560: 63 0a 0a 64 62 2e 68 3a 09 6d 61 6b 65 68 65 61  c..db.h:.makehea
4570: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
4580: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
4590: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
45a0: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
45b0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
45c0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
45d0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
45e0: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
45f0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
4600: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
4610: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
4620: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
4630: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
4640: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
4650: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
4660: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
4670: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
4680: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
4690: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
46a0: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
46b0: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
46c0: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
46d0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
46e0: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
46f0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
4700: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
4710: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
4720: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
4730: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
4740: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
4750: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
4760: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
4770: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
4780: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
4790: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
47a0: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
47b0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
47c0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73  d_.c:rebuild.h s
47d0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e  chema_.c:schema.
47e0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70  h setup_.c:setup
47f0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e  .h sha1_.c:sha1.
4800: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
4810: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
4820: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
4830: 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f  meline.h update_
4840: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
4850: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
4860: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
4870: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
4880: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
4890: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
48a0: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
48b0: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
48c0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
48d0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
48e0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
48f0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
4900: 0a 0a 64 65 6c 74 61 5f 2e 63 3a 09 24 28 53 52  ..delta_.c:.$(SR
4910: 43 44 49 52 29 2f 64 65 6c 74 61 2e 63 20 24 28  CDIR)/delta.c $(
4920: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
4930: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
4940: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
4950: 2f 64 65 6c 74 61 2e 63 20 7c 20 73 65 64 20 2d  /delta.c | sed -
4960: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
4970: 49 4f 4e 20 3e 64 65 6c 74 61 5f 2e 63 0a 0a 64  ION >delta_.c..d
4980: 65 6c 74 61 2e 6f 3a 09 64 65 6c 74 61 5f 2e 63  elta.o:.delta_.c
4990: 20 64 65 6c 74 61 2e 68 20 20 24 28 53 52 43 44   delta.h  $(SRCD
49a0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
49b0: 58 54 43 43 29 20 2d 6f 20 64 65 6c 74 61 2e 6f  XTCC) -o delta.o
49c0: 20 2d 63 20 64 65 6c 74 61 5f 2e 63 0a 0a 64 65   -c delta_.c..de
49d0: 6c 74 61 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  lta.h:.makeheade
49e0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
49f0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
4a00: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
4a10: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
4a20: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
4a30: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
4a40: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
4a50: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
4a60: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
4a70: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
4a80: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
4a90: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63  ormat.h construc
4aa0: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68  t_.c:construct.h
4ab0: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
4ac0: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
4ad0: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
4ae0: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
4af0: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
4b00: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
4b10: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
4b20: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
4b30: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
4b40: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
4b50: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
4b60: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
4b70: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
4b80: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
4b90: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
4ba0: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
4bb0: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
4bc0: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
4bd0: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
4be0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
4bf0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
4c00: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
4c10: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
4c20: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
4c30: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68  .c:rebuild.h sch
4c40: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20  ema_.c:schema.h 
4c50: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68  setup_.c:setup.h
4c60: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20   sha1_.c:sha1.h 
4c70: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
4c80: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
4c90: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
4ca0: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63  line.h update_.c
4cb0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
4cc0: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
4cd0: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
4ce0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
4cf0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
4d00: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
4d10: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
4d20: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
4d30: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
4d40: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
4d50: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
4d60: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
4d70: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 09 24 28 53  deltacmd_.c:.$(S
4d80: 52 43 44 49 52 29 2f 64 65 6c 74 61 63 6d 64 2e  RCDIR)/deltacmd.
4d90: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
4da0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
4db0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
4dc0: 44 49 52 29 2f 64 65 6c 74 61 63 6d 64 2e 63 20  DIR)/deltacmd.c 
4dd0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
4de0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 65 6c 74  R)/VERSION >delt
4df0: 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74 61 63 6d  acmd_.c..deltacm
4e00: 64 2e 6f 3a 09 64 65 6c 74 61 63 6d 64 5f 2e 63  d.o:.deltacmd_.c
4e10: 20 64 65 6c 74 61 63 6d 64 2e 68 20 20 24 28 53   deltacmd.h  $(S
4e20: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
4e30: 09 24 28 58 54 43 43 29 20 2d 6f 20 64 65 6c 74  .$(XTCC) -o delt
4e40: 61 63 6d 64 2e 6f 20 2d 63 20 64 65 6c 74 61 63  acmd.o -c deltac
4e50: 6d 64 5f 2e 63 0a 0a 64 65 6c 74 61 63 6d 64 2e  md_.c..deltacmd.
4e60: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
4e70: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
4e80: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f  dd_.c:add.h bag_
4e90: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
4ea0: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
4eb0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
4ec0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
4ed0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
4ee0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
4ef0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
4f00: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
4f10: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
4f20: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
4f30: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
4f40: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
4f50: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
4f60: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
4f70: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
4f80: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
4f90: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
4fa0: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
4fb0: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
4fc0: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
4fd0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
4fe0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
4ff0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
5000: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
5010: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
5020: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
5030: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
5040: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
5050: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
5060: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
5070: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
5080: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
5090: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
50a0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
50b0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
50c0: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f  ebuild.h schema_
50d0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75  .c:schema.h setu
50e0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61  p_.c:setup.h sha
50f0: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c  1_.c:sha1.h styl
5100: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
5110: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65  c_.c:sync.h time
5120: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
5130: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
5140: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
5150: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
5160: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
5170: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
5180: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
5190: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
51a0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
51b0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
51c0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
51d0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
51e0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
51f0: 63 68 20 68 65 61 64 65 72 73 0a 0a 64 65 73 63  ch headers..desc
5200: 65 6e 64 65 6e 74 73 5f 2e 63 3a 09 24 28 53 52  endents_.c:.$(SR
5210: 43 44 49 52 29 2f 64 65 73 63 65 6e 64 65 6e 74  CDIR)/descendent
5220: 73 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  s.c $(SRCDIR)/VE
5230: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
5240: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
5250: 52 43 44 49 52 29 2f 64 65 73 63 65 6e 64 65 6e  RCDIR)/descenden
5260: 74 73 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  ts.c | sed -f $(
5270: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
5280: 3e 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 0a  >descendents_.c.
5290: 0a 64 65 73 63 65 6e 64 65 6e 74 73 2e 6f 3a 09  .descendents.o:.
52a0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 20 64  descendents_.c d
52b0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 20 24 28  escendents.h  $(
52c0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
52d0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 65 73  ..$(XTCC) -o des
52e0: 63 65 6e 64 65 6e 74 73 2e 6f 20 2d 63 20 64 65  cendents.o -c de
52f0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 0a 0a 64 65  scendents_.c..de
5300: 73 63 65 6e 64 65 6e 74 73 2e 68 3a 09 6d 61 6b  scendents.h:.mak
5310: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
5320: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
5330: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  add.h bag_.c:bag
5340: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
5350: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
5360: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
5370: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
5380: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
5390: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
53a0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
53b0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
53c0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
53d0: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74  nstruct_.c:const
53e0: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  ruct.h content_.
53f0: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
5400: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
5410: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
5420: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
5430: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
5440: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
5450: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
5460: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
5470: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
5480: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
5490: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
54a0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
54b0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
54c0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
54d0: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
54e0: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
54f0: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
5500: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
5510: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
5520: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
5530: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
5540: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
5550: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
5560: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
5570: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68  .h schema_.c:sch
5580: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73  ema.h setup_.c:s
5590: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73  etup.h sha1_.c:s
55a0: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  ha1.h style_.c:s
55b0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
55c0: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ync.h timeline_.
55d0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64  c:timeline.h upd
55e0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
55f0: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
5600: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
5610: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
5620: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
5630: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
5640: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
5650: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
5660: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
5670: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
5680: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
5690: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
56a0: 64 65 72 73 0a 0a 64 69 66 66 5f 2e 63 3a 09 24  ders..diff_.c:.$
56b0: 28 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63 20  (SRCDIR)/diff.c 
56c0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
56d0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
56e0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
56f0: 52 29 2f 64 69 66 66 2e 63 20 7c 20 73 65 64 20  R)/diff.c | sed 
5700: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
5710: 53 49 4f 4e 20 3e 64 69 66 66 5f 2e 63 0a 0a 64  SION >diff_.c..d
5720: 69 66 66 2e 6f 3a 09 64 69 66 66 5f 2e 63 20 64  iff.o:.diff_.c d
5730: 69 66 66 2e 68 20 20 24 28 53 52 43 44 49 52 29  iff.h  $(SRCDIR)
5740: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
5750: 43 29 20 2d 6f 20 64 69 66 66 2e 6f 20 2d 63 20  C) -o diff.o -c 
5760: 64 69 66 66 5f 2e 63 0a 0a 64 69 66 66 2e 68 3a  diff_.c..diff.h:
5770: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
5780: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
5790: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63  _.c:add.h bag_.c
57a0: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
57b0: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
57c0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
57d0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
57e0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
57f0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
5800: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
5810: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
5820: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
5830: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
5840: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
5850: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
5860: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
5870: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
5880: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
5890: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
58a0: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
58b0: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
58c0: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
58d0: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
58e0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
58f0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
5900: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
5910: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
5920: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
5930: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
5940: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
5950: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
5960: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
5970: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
5980: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
5990: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
59a0: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
59b0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
59c0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
59d0: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63  uild.h schema_.c
59e0: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
59f0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
5a00: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f  .c:sha1.h style_
5a10: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
5a20: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69  .c:sync.h timeli
5a30: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
5a40: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
5a50: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
5a60: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
5a70: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
5a80: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
5a90: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
5aa0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
5ab0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
5ac0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
5ad0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
5ae0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
5af0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
5b00: 20 68 65 61 64 65 72 73 0a 0a 64 69 66 66 63 6d   headers..diffcm
5b10: 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  d_.c:.$(SRCDIR)/
5b20: 64 69 66 66 63 6d 64 2e 63 20 24 28 53 52 43 44  diffcmd.c $(SRCD
5b30: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
5b40: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
5b50: 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 69 66  te $(SRCDIR)/dif
5b60: 66 63 6d 64 2e 63 20 7c 20 73 65 64 20 2d 66 20  fcmd.c | sed -f 
5b70: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
5b80: 4e 20 3e 64 69 66 66 63 6d 64 5f 2e 63 0a 0a 64  N >diffcmd_.c..d
5b90: 69 66 66 63 6d 64 2e 6f 3a 09 64 69 66 66 63 6d  iffcmd.o:.diffcm
5ba0: 64 5f 2e 63 20 64 69 66 66 63 6d 64 2e 68 20 20  d_.c diffcmd.h  
5bb0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
5bc0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64  .h..$(XTCC) -o d
5bd0: 69 66 66 63 6d 64 2e 6f 20 2d 63 20 64 69 66 66  iffcmd.o -c diff
5be0: 63 6d 64 5f 2e 63 0a 0a 64 69 66 66 63 6d 64 2e  cmd_.c..diffcmd.
5bf0: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
5c00: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
5c10: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f  dd_.c:add.h bag_
5c20: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
5c30: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
5c40: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
5c50: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
5c60: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
5c70: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
5c80: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
5c90: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
5ca0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
5cb0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
5cc0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
5cd0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
5ce0: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
5cf0: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
5d00: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
5d10: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
5d20: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
5d30: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
5d40: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
5d50: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
5d60: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
5d70: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
5d80: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
5d90: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
5da0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
5db0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
5dc0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
5dd0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
5de0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
5df0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
5e00: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
5e10: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
5e20: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
5e30: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
5e40: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
5e50: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f  ebuild.h schema_
5e60: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75  .c:schema.h setu
5e70: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61  p_.c:setup.h sha
5e80: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c  1_.c:sha1.h styl
5e90: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
5ea0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65  c_.c:sync.h time
5eb0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
5ec0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
5ed0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
5ee0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
5ef0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
5f00: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
5f10: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
5f20: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
5f30: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
5f40: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
5f50: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
5f60: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
5f70: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
5f80: 63 68 20 68 65 61 64 65 72 73 0a 0a 65 6e 63 6f  ch headers..enco
5f90: 64 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  de_.c:.$(SRCDIR)
5fa0: 2f 65 6e 63 6f 64 65 2e 63 20 24 28 53 52 43 44  /encode.c $(SRCD
5fb0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
5fc0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
5fd0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 65 6e 63  te $(SRCDIR)/enc
5fe0: 6f 64 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ode.c | sed -f $
5ff0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
6000: 20 3e 65 6e 63 6f 64 65 5f 2e 63 0a 0a 65 6e 63   >encode_.c..enc
6010: 6f 64 65 2e 6f 3a 09 65 6e 63 6f 64 65 5f 2e 63  ode.o:.encode_.c
6020: 20 65 6e 63 6f 64 65 2e 68 20 20 24 28 53 52 43   encode.h  $(SRC
6030: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
6040: 28 58 54 43 43 29 20 2d 6f 20 65 6e 63 6f 64 65  (XTCC) -o encode
6050: 2e 6f 20 2d 63 20 65 6e 63 6f 64 65 5f 2e 63 0a  .o -c encode_.c.
6060: 0a 65 6e 63 6f 64 65 2e 68 3a 09 6d 61 6b 65 68  .encode.h:.makeh
6070: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
6080: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
6090: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  d.h bag_.c:bag.h
60a0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
60b0: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
60c0: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
60d0: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
60e0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
60f0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
6100: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
6110: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
6120: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
6130: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
6140: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
6150: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
6160: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
6170: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
6180: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
6190: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
61a0: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
61b0: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
61c0: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
61d0: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
61e0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
61f0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
6200: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
6210: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
6220: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
6230: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
6240: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
6250: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
6260: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
6270: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
6280: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
6290: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
62a0: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
62b0: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
62c0: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
62d0: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d   schema_.c:schem
62e0: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74  a.h setup_.c:set
62f0: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61  up.h sha1_.c:sha
6300: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  1.h style_.c:sty
6310: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
6320: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  c.h timeline_.c:
6330: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74  timeline.h updat
6340: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
6350: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
6360: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
6370: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
6380: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
6390: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
63a0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
63b0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
63c0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
63d0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
63e0: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
63f0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
6400: 72 73 0a 0a 66 69 6c 65 5f 2e 63 3a 09 24 28 53  rs..file_.c:.$(S
6410: 52 43 44 49 52 29 2f 66 69 6c 65 2e 63 20 24 28  RCDIR)/file.c $(
6420: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
6430: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
6440: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
6450: 2f 66 69 6c 65 2e 63 20 7c 20 73 65 64 20 2d 66  /file.c | sed -f
6460: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
6470: 4f 4e 20 3e 66 69 6c 65 5f 2e 63 0a 0a 66 69 6c  ON >file_.c..fil
6480: 65 2e 6f 3a 09 66 69 6c 65 5f 2e 63 20 66 69 6c  e.o:.file_.c fil
6490: 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  e.h  $(SRCDIR)/c
64a0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
64b0: 20 2d 6f 20 66 69 6c 65 2e 6f 20 2d 63 20 66 69   -o file.o -c fi
64c0: 6c 65 5f 2e 63 0a 0a 66 69 6c 65 2e 68 3a 09 6d  le_.c..file.h:.m
64d0: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
64e0: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
64f0: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62  c:add.h bag_.c:b
6500: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
6510: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  b.h cgi_.c:cgi.h
6520: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
6530: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
6540: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
6550: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
6560: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
6570: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
6580: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
6590: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
65a0: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
65b0: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
65c0: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
65d0: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
65e0: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
65f0: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
6600: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
6610: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
6620: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
6630: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
6640: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
6650: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
6660: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
6670: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
6680: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
6690: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
66a0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
66b0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
66c0: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
66d0: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
66e0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
66f0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
6700: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
6710: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
6720: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
6730: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73  ld.h schema_.c:s
6740: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63  chema.h setup_.c
6750: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63  :setup.h sha1_.c
6760: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63  :sha1.h style_.c
6770: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
6780: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65  :sync.h timeline
6790: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75  _.c:timeline.h u
67a0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e  pdate_.c:update.
67b0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75  h url_.c:url.h u
67c0: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65  ser_.c:user.h ve
67d0: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68  rify_.c:verify.h
67e0: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e   vfile_.c:vfile.
67f0: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68  h wiki_.c:wiki.h
6800: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77   wikiformat_.c:w
6810: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
6820: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
6830: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
6840: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45  )/sqlite3.h ./VE
6850: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68  RSION.h..touch h
6860: 65 61 64 65 72 73 0a 0a 68 74 74 70 5f 2e 63 3a  eaders..http_.c:
6870: 09 24 28 53 52 43 44 49 52 29 2f 68 74 74 70 2e  .$(SRCDIR)/http.
6880: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
6890: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
68a0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
68b0: 44 49 52 29 2f 68 74 74 70 2e 63 20 7c 20 73 65  DIR)/http.c | se
68c0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
68d0: 45 52 53 49 4f 4e 20 3e 68 74 74 70 5f 2e 63 0a  ERSION >http_.c.
68e0: 0a 68 74 74 70 2e 6f 3a 09 68 74 74 70 5f 2e 63  .http.o:.http_.c
68f0: 20 68 74 74 70 2e 68 20 20 24 28 53 52 43 44 49   http.h  $(SRCDI
6900: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
6910: 54 43 43 29 20 2d 6f 20 68 74 74 70 2e 6f 20 2d  TCC) -o http.o -
6920: 63 20 68 74 74 70 5f 2e 63 0a 0a 68 74 74 70 2e  c http_.c..http.
6930: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
6940: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
6950: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f  dd_.c:add.h bag_
6960: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
6970: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
6980: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
6990: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
69a0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
69b0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
69c0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
69d0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
69e0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
69f0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
6a00: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
6a10: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
6a20: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
6a30: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
6a40: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
6a50: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
6a60: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
6a70: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
6a80: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
6a90: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
6aa0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
6ab0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
6ac0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
6ad0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
6ae0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
6af0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
6b00: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
6b10: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
6b20: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
6b30: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
6b40: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
6b50: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
6b60: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
6b70: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
6b80: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
6b90: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f  ebuild.h schema_
6ba0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75  .c:schema.h setu
6bb0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61  p_.c:setup.h sha
6bc0: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c  1_.c:sha1.h styl
6bd0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
6be0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65  c_.c:sync.h time
6bf0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
6c00: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
6c10: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
6c20: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
6c30: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
6c40: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
6c50: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
6c60: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
6c70: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
6c80: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
6c90: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
6ca0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
6cb0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
6cc0: 63 68 20 68 65 61 64 65 72 73 0a 0a 69 6e 66 6f  ch headers..info
6cd0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 69  _.c:.$(SRCDIR)/i
6ce0: 6e 66 6f 2e 63 20 24 28 53 52 43 44 49 52 29 2f  nfo.c $(SRCDIR)/
6cf0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
6d00: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
6d10: 28 53 52 43 44 49 52 29 2f 69 6e 66 6f 2e 63 20  (SRCDIR)/info.c 
6d20: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
6d30: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 69 6e 66 6f  R)/VERSION >info
6d40: 5f 2e 63 0a 0a 69 6e 66 6f 2e 6f 3a 09 69 6e 66  _.c..info.o:.inf
6d50: 6f 5f 2e 63 20 69 6e 66 6f 2e 68 20 20 24 28 53  o_.c info.h  $(S
6d60: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
6d70: 09 24 28 58 54 43 43 29 20 2d 6f 20 69 6e 66 6f  .$(XTCC) -o info
6d80: 2e 6f 20 2d 63 20 69 6e 66 6f 5f 2e 63 0a 0a 69  .o -c info_.c..i
6d90: 6e 66 6f 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  nfo.h:.makeheade
6da0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
6db0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
6dc0: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
6dd0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
6de0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
6df0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
6e00: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
6e10: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
6e20: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
6e30: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
6e40: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
6e50: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63  ormat.h construc
6e60: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68  t_.c:construct.h
6e70: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
6e80: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
6e90: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
6ea0: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
6eb0: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
6ec0: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
6ed0: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
6ee0: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
6ef0: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
6f00: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
6f10: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
6f20: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
6f30: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
6f40: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
6f50: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
6f60: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
6f70: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
6f80: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
6f90: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
6fa0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
6fb0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
6fc0: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
6fd0: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
6fe0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
6ff0: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68  .c:rebuild.h sch
7000: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20  ema_.c:schema.h 
7010: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68  setup_.c:setup.h
7020: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20   sha1_.c:sha1.h 
7030: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
7040: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
7050: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
7060: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63  line.h update_.c
7070: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
7080: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
7090: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
70a0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
70b0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
70c0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
70d0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
70e0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
70f0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
7100: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
7110: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
7120: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
7130: 6c 6f 67 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44  login_.c:.$(SRCD
7140: 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 24 28 53 52  IR)/login.c $(SR
7150: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
7160: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
7170: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6c  late $(SRCDIR)/l
7180: 6f 67 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20  ogin.c | sed -f 
7190: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
71a0: 4e 20 3e 6c 6f 67 69 6e 5f 2e 63 0a 0a 6c 6f 67  N >login_.c..log
71b0: 69 6e 2e 6f 3a 09 6c 6f 67 69 6e 5f 2e 63 20 6c  in.o:.login_.c l
71c0: 6f 67 69 6e 2e 68 20 20 24 28 53 52 43 44 49 52  ogin.h  $(SRCDIR
71d0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
71e0: 43 43 29 20 2d 6f 20 6c 6f 67 69 6e 2e 6f 20 2d  CC) -o login.o -
71f0: 63 20 6c 6f 67 69 6e 5f 2e 63 0a 0a 6c 6f 67 69  c login_.c..logi
7200: 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  n.h:.makeheaders
7210: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
7220: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61   add_.c:add.h ba
7230: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
7240: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
7250: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
7260: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
7270: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
7280: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
7290: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
72a0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
72b0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
72c0: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
72d0: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
72e0: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
72f0: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
7300: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
7310: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
7320: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
7330: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
7340: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
7350: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
7360: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
7370: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
7380: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
7390: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
73a0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
73b0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
73c0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
73d0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
73e0: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
73f0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
7400: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
7410: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
7420: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
7430: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
7440: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
7450: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
7460: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d  :rebuild.h schem
7470: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65  a_.c:schema.h se
7480: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73  tup_.c:setup.h s
7490: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74  ha1_.c:sha1.h st
74a0: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
74b0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69  ync_.c:sync.h ti
74c0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
74d0: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  ne.h update_.c:u
74e0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
74f0: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
7500: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
7510: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
7520: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
7530: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
7540: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
7550: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
7560: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
7570: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
7580: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
7590: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 61  ouch headers..ma
75a0: 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  in_.c:.$(SRCDIR)
75b0: 2f 6d 61 69 6e 2e 63 20 24 28 53 52 43 44 49 52  /main.c $(SRCDIR
75c0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
75d0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
75e0: 20 24 28 53 52 43 44 49 52 29 2f 6d 61 69 6e 2e   $(SRCDIR)/main.
75f0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
7600: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 61  DIR)/VERSION >ma
7610: 69 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e 6f 3a 09 6d  in_.c..main.o:.m
7620: 61 69 6e 5f 2e 63 20 6d 61 69 6e 2e 68 20 70 61  ain_.c main.h pa
7630: 67 65 5f 69 6e 64 65 78 2e 68 20 24 28 53 52 43  ge_index.h $(SRC
7640: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
7650: 28 58 54 43 43 29 20 2d 6f 20 6d 61 69 6e 2e 6f  (XTCC) -o main.o
7660: 20 2d 63 20 6d 61 69 6e 5f 2e 63 0a 0a 6d 61 69   -c main_.c..mai
7670: 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  n.h:.makeheaders
7680: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
7690: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61   add_.c:add.h ba
76a0: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
76b0: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
76c0: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
76d0: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
76e0: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
76f0: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
7700: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
7710: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
7720: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
7730: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
7740: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
7750: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
7760: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
7770: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
7780: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
7790: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
77a0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
77b0: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
77c0: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
77d0: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
77e0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
77f0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
7800: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
7810: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
7820: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
7830: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
7840: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
7850: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
7860: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
7870: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
7880: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
7890: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
78a0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
78b0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
78c0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
78d0: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d  :rebuild.h schem
78e0: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65  a_.c:schema.h se
78f0: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73  tup_.c:setup.h s
7900: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74  ha1_.c:sha1.h st
7910: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
7920: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69  ync_.c:sync.h ti
7930: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
7940: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  ne.h update_.c:u
7950: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
7960: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
7970: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
7980: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
7990: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
79a0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
79b0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
79c0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
79d0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
79e0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
79f0: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
7a00: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 61  ouch headers..ma
7a10: 6e 69 66 65 73 74 5f 2e 63 3a 09 24 28 53 52 43  nifest_.c:.$(SRC
7a20: 44 49 52 29 2f 6d 61 6e 69 66 65 73 74 2e 63 20  DIR)/manifest.c 
7a30: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
7a40: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
7a50: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
7a60: 52 29 2f 6d 61 6e 69 66 65 73 74 2e 63 20 7c 20  R)/manifest.c | 
7a70: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
7a80: 2f 56 45 52 53 49 4f 4e 20 3e 6d 61 6e 69 66 65  /VERSION >manife
7a90: 73 74 5f 2e 63 0a 0a 6d 61 6e 69 66 65 73 74 2e  st_.c..manifest.
7aa0: 6f 3a 09 6d 61 6e 69 66 65 73 74 5f 2e 63 20 6d  o:.manifest_.c m
7ab0: 61 6e 69 66 65 73 74 2e 68 20 20 24 28 53 52 43  anifest.h  $(SRC
7ac0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
7ad0: 28 58 54 43 43 29 20 2d 6f 20 6d 61 6e 69 66 65  (XTCC) -o manife
7ae0: 73 74 2e 6f 20 2d 63 20 6d 61 6e 69 66 65 73 74  st.o -c manifest
7af0: 5f 2e 63 0a 0a 6d 61 6e 69 66 65 73 74 2e 68 3a  _.c..manifest.h:
7b00: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
7b10: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
7b20: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63  _.c:add.h bag_.c
7b30: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
7b40: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
7b50: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
7b60: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
7b70: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
7b80: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
7b90: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
7ba0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
7bb0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
7bc0: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
7bd0: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
7be0: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
7bf0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
7c00: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
7c10: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
7c20: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
7c30: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
7c40: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
7c50: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
7c60: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
7c70: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
7c80: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
7c90: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
7ca0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
7cb0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
7cc0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
7cd0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
7ce0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
7cf0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
7d00: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
7d10: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
7d20: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
7d30: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
7d40: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
7d50: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
7d60: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63  uild.h schema_.c
7d70: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
7d80: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
7d90: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f  .c:sha1.h style_
7da0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
7db0: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69  .c:sync.h timeli
7dc0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
7dd0: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
7de0: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
7df0: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
7e00: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
7e10: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
7e20: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
7e30: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
7e40: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
7e50: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
7e60: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
7e70: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
7e80: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
7e90: 20 68 65 61 64 65 72 73 0a 0a 6d 64 35 5f 2e 63   headers..md5_.c
7ea0: 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 64 35 2e  :.$(SRCDIR)/md5.
7eb0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
7ec0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
7ed0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
7ee0: 44 49 52 29 2f 6d 64 35 2e 63 20 7c 20 73 65 64  DIR)/md5.c | sed
7ef0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
7f00: 52 53 49 4f 4e 20 3e 6d 64 35 5f 2e 63 0a 0a 6d  RSION >md5_.c..m
7f10: 64 35 2e 6f 3a 09 6d 64 35 5f 2e 63 20 6d 64 35  d5.o:.md5_.c md5
7f20: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
7f30: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
7f40: 2d 6f 20 6d 64 35 2e 6f 20 2d 63 20 6d 64 35 5f  -o md5.o -c md5_
7f50: 2e 63 0a 0a 6d 64 35 2e 68 3a 09 6d 61 6b 65 68  .c..md5.h:.makeh
7f60: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
7f70: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
7f80: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  d.h bag_.c:bag.h
7f90: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
7fa0: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
7fb0: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
7fc0: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
7fd0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
7fe0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
7ff0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
8000: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
8010: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
8020: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
8030: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
8040: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
8050: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
8060: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
8070: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
8080: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
8090: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
80a0: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
80b0: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
80c0: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
80d0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
80e0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
80f0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
8100: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
8110: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
8120: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
8130: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
8140: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
8150: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
8160: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
8170: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
8180: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
8190: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
81a0: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
81b0: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
81c0: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d   schema_.c:schem
81d0: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74  a.h setup_.c:set
81e0: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61  up.h sha1_.c:sha
81f0: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  1.h style_.c:sty
8200: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
8210: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  c.h timeline_.c:
8220: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74  timeline.h updat
8230: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
8240: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
8250: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
8260: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
8270: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
8280: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
8290: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
82a0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
82b0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
82c0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
82d0: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
82e0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
82f0: 72 73 0a 0a 6d 65 72 67 65 5f 2e 63 3a 09 24 28  rs..merge_.c:.$(
8300: 53 52 43 44 49 52 29 2f 6d 65 72 67 65 2e 63 20  SRCDIR)/merge.c 
8310: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
8320: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
8330: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
8340: 52 29 2f 6d 65 72 67 65 2e 63 20 7c 20 73 65 64  R)/merge.c | sed
8350: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
8360: 52 53 49 4f 4e 20 3e 6d 65 72 67 65 5f 2e 63 0a  RSION >merge_.c.
8370: 0a 6d 65 72 67 65 2e 6f 3a 09 6d 65 72 67 65 5f  .merge.o:.merge_
8380: 2e 63 20 6d 65 72 67 65 2e 68 20 20 24 28 53 52  .c merge.h  $(SR
8390: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
83a0: 24 28 58 54 43 43 29 20 2d 6f 20 6d 65 72 67 65  $(XTCC) -o merge
83b0: 2e 6f 20 2d 63 20 6d 65 72 67 65 5f 2e 63 0a 0a  .o -c merge_.c..
83c0: 6d 65 72 67 65 2e 68 3a 09 6d 61 6b 65 68 65 61  merge.h:.makehea
83d0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
83e0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
83f0: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
8400: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
8410: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
8420: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
8430: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
8440: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
8450: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
8460: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
8470: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
8480: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
8490: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
84a0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
84b0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
84c0: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
84d0: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
84e0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
84f0: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
8500: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
8510: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
8520: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
8530: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
8540: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
8550: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
8560: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
8570: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
8580: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
8590: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
85a0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
85b0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
85c0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
85d0: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
85e0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
85f0: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
8600: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
8610: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
8620: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73  d_.c:rebuild.h s
8630: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e  chema_.c:schema.
8640: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70  h setup_.c:setup
8650: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e  .h sha1_.c:sha1.
8660: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
8670: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
8680: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
8690: 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f  meline.h update_
86a0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
86b0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
86c0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
86d0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
86e0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
86f0: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
8700: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
8710: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
8720: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
8730: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
8740: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
8750: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
8760: 0a 0a 6d 65 72 67 65 33 5f 2e 63 3a 09 24 28 53  ..merge3_.c:.$(S
8770: 52 43 44 49 52 29 2f 6d 65 72 67 65 33 2e 63 20  RCDIR)/merge3.c 
8780: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
8790: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
87a0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
87b0: 52 29 2f 6d 65 72 67 65 33 2e 63 20 7c 20 73 65  R)/merge3.c | se
87c0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
87d0: 45 52 53 49 4f 4e 20 3e 6d 65 72 67 65 33 5f 2e  ERSION >merge3_.
87e0: 63 0a 0a 6d 65 72 67 65 33 2e 6f 3a 09 6d 65 72  c..merge3.o:.mer
87f0: 67 65 33 5f 2e 63 20 6d 65 72 67 65 33 2e 68 20  ge3_.c merge3.h 
8800: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
8810: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
8820: 6d 65 72 67 65 33 2e 6f 20 2d 63 20 6d 65 72 67  merge3.o -c merg
8830: 65 33 5f 2e 63 0a 0a 6d 65 72 67 65 33 2e 68 3a  e3_.c..merge3.h:
8840: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
8850: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
8860: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63  _.c:add.h bag_.c
8870: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
8880: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
8890: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
88a0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
88b0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
88c0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
88d0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
88e0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
88f0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
8900: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
8910: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
8920: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
8930: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
8940: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
8950: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
8960: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
8970: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
8980: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
8990: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
89a0: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
89b0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
89c0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
89d0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
89e0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
89f0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
8a00: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
8a10: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
8a20: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
8a30: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
8a40: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
8a50: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
8a60: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
8a70: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
8a80: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
8a90: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
8aa0: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63  uild.h schema_.c
8ab0: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
8ac0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
8ad0: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f  .c:sha1.h style_
8ae0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
8af0: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69  .c:sync.h timeli
8b00: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
8b10: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
8b20: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
8b30: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
8b40: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
8b50: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
8b60: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
8b70: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
8b80: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
8b90: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
8ba0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
8bb0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
8bc0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
8bd0: 20 68 65 61 64 65 72 73 0a 0a 6e 61 6d 65 5f 2e   headers..name_.
8be0: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6e 61 6d  c:.$(SRCDIR)/nam
8bf0: 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  e.c $(SRCDIR)/VE
8c00: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
8c10: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
8c20: 52 43 44 49 52 29 2f 6e 61 6d 65 2e 63 20 7c 20  RCDIR)/name.c | 
8c30: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
8c40: 2f 56 45 52 53 49 4f 4e 20 3e 6e 61 6d 65 5f 2e  /VERSION >name_.
8c50: 63 0a 0a 6e 61 6d 65 2e 6f 3a 09 6e 61 6d 65 5f  c..name.o:.name_
8c60: 2e 63 20 6e 61 6d 65 2e 68 20 20 24 28 53 52 43  .c name.h  $(SRC
8c70: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
8c80: 28 58 54 43 43 29 20 2d 6f 20 6e 61 6d 65 2e 6f  (XTCC) -o name.o
8c90: 20 2d 63 20 6e 61 6d 65 5f 2e 63 0a 0a 6e 61 6d   -c name_.c..nam
8ca0: 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  e.h:.makeheaders
8cb0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
8cc0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61   add_.c:add.h ba
8cd0: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
8ce0: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
8cf0: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
8d00: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
8d10: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
8d20: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
8d30: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
8d40: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
8d50: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
8d60: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
8d70: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
8d80: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
8d90: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
8da0: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
8db0: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
8dc0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
8dd0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
8de0: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
8df0: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
8e00: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
8e10: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
8e20: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
8e30: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
8e40: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
8e50: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
8e60: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
8e70: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
8e80: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
8e90: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
8ea0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
8eb0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
8ec0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
8ed0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
8ee0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
8ef0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
8f00: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d  :rebuild.h schem
8f10: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65  a_.c:schema.h se
8f20: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73  tup_.c:setup.h s
8f30: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74  ha1_.c:sha1.h st
8f40: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
8f50: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69  ync_.c:sync.h ti
8f60: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
8f70: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  ne.h update_.c:u
8f80: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
8f90: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
8fa0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
8fb0: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
8fc0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
8fd0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
8fe0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
8ff0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
9000: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
9010: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
9020: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
9030: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 70 69  ouch headers..pi
9040: 76 6f 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  vot_.c:.$(SRCDIR
9050: 29 2f 70 69 76 6f 74 2e 63 20 24 28 53 52 43 44  )/pivot.c $(SRCD
9060: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
9070: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
9080: 74 65 20 24 28 53 52 43 44 49 52 29 2f 70 69 76  te $(SRCDIR)/piv
9090: 6f 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  ot.c | sed -f $(
90a0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
90b0: 3e 70 69 76 6f 74 5f 2e 63 0a 0a 70 69 76 6f 74  >pivot_.c..pivot
90c0: 2e 6f 3a 09 70 69 76 6f 74 5f 2e 63 20 70 69 76  .o:.pivot_.c piv
90d0: 6f 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  ot.h  $(SRCDIR)/
90e0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
90f0: 29 20 2d 6f 20 70 69 76 6f 74 2e 6f 20 2d 63 20  ) -o pivot.o -c 
9100: 70 69 76 6f 74 5f 2e 63 0a 0a 70 69 76 6f 74 2e  pivot_.c..pivot.
9110: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
9120: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
9130: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f  dd_.c:add.h bag_
9140: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
9150: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
9160: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
9170: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
9180: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
9190: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
91a0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
91b0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
91c0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
91d0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
91e0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
91f0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
9200: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
9210: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
9220: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
9230: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
9240: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
9250: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
9260: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
9270: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
9280: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
9290: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
92a0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
92b0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
92c0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
92d0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
92e0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
92f0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
9300: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
9310: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
9320: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
9330: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
9340: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
9350: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
9360: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
9370: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f  ebuild.h schema_
9380: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75  .c:schema.h setu
9390: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61  p_.c:setup.h sha
93a0: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c  1_.c:sha1.h styl
93b0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
93c0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65  c_.c:sync.h time
93d0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
93e0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
93f0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
9400: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
9410: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
9420: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
9430: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
9440: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
9450: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
9460: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
9470: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
9480: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
9490: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
94a0: 63 68 20 68 65 61 64 65 72 73 0a 0a 70 71 75 65  ch headers..pque
94b0: 75 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  ue_.c:.$(SRCDIR)
94c0: 2f 70 71 75 65 75 65 2e 63 20 24 28 53 52 43 44  /pqueue.c $(SRCD
94d0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
94e0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
94f0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 70 71 75  te $(SRCDIR)/pqu
9500: 65 75 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  eue.c | sed -f $
9510: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
9520: 20 3e 70 71 75 65 75 65 5f 2e 63 0a 0a 70 71 75   >pqueue_.c..pqu
9530: 65 75 65 2e 6f 3a 09 70 71 75 65 75 65 5f 2e 63  eue.o:.pqueue_.c
9540: 20 70 71 75 65 75 65 2e 68 20 20 24 28 53 52 43   pqueue.h  $(SRC
9550: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
9560: 28 58 54 43 43 29 20 2d 6f 20 70 71 75 65 75 65  (XTCC) -o pqueue
9570: 2e 6f 20 2d 63 20 70 71 75 65 75 65 5f 2e 63 0a  .o -c pqueue_.c.
9580: 0a 70 71 75 65 75 65 2e 68 3a 09 6d 61 6b 65 68  .pqueue.h:.makeh
9590: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
95a0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
95b0: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  d.h bag_.c:bag.h
95c0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
95d0: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
95e0: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
95f0: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
9600: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
9610: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
9620: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
9630: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
9640: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
9650: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
9660: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
9670: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
9680: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
9690: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
96a0: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
96b0: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
96c0: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
96d0: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
96e0: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
96f0: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
9700: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
9710: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
9720: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
9730: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
9740: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
9750: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
9760: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
9770: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
9780: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
9790: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
97a0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
97b0: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
97c0: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
97d0: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
97e0: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
97f0: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d   schema_.c:schem
9800: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74  a.h setup_.c:set
9810: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61  up.h sha1_.c:sha
9820: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  1.h style_.c:sty
9830: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
9840: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  c.h timeline_.c:
9850: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74  timeline.h updat
9860: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
9870: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
9880: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
9890: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
98a0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
98b0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
98c0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
98d0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
98e0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
98f0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
9900: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
9910: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
9920: 72 73 0a 0a 70 72 69 6e 74 66 5f 2e 63 3a 09 24  rs..printf_.c:.$
9930: 28 53 52 43 44 49 52 29 2f 70 72 69 6e 74 66 2e  (SRCDIR)/printf.
9940: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
9950: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
9960: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
9970: 44 49 52 29 2f 70 72 69 6e 74 66 2e 63 20 7c 20  DIR)/printf.c | 
9980: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
9990: 2f 56 45 52 53 49 4f 4e 20 3e 70 72 69 6e 74 66  /VERSION >printf
99a0: 5f 2e 63 0a 0a 70 72 69 6e 74 66 2e 6f 3a 09 70  _.c..printf.o:.p
99b0: 72 69 6e 74 66 5f 2e 63 20 70 72 69 6e 74 66 2e  rintf_.c printf.
99c0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
99d0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
99e0: 6f 20 70 72 69 6e 74 66 2e 6f 20 2d 63 20 70 72  o printf.o -c pr
99f0: 69 6e 74 66 5f 2e 63 0a 0a 70 72 69 6e 74 66 2e  intf_.c..printf.
9a00: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
9a10: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
9a20: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f  dd_.c:add.h bag_
9a30: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
9a40: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
9a50: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
9a60: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
9a70: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
9a80: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
9a90: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
9aa0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
9ab0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
9ac0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
9ad0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
9ae0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
9af0: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
9b00: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
9b10: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
9b20: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
9b30: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
9b40: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
9b50: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
9b60: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
9b70: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
9b80: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
9b90: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
9ba0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
9bb0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
9bc0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
9bd0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
9be0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
9bf0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
9c00: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
9c10: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
9c20: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
9c30: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
9c40: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
9c50: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
9c60: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f  ebuild.h schema_
9c70: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75  .c:schema.h setu
9c80: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61  p_.c:setup.h sha
9c90: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c  1_.c:sha1.h styl
9ca0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
9cb0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65  c_.c:sync.h time
9cc0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
9cd0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
9ce0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
9cf0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
9d00: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
9d10: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
9d20: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
9d30: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
9d40: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
9d50: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
9d60: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
9d70: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
9d80: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
9d90: 63 68 20 68 65 61 64 65 72 73 0a 0a 72 65 62 75  ch headers..rebu
9da0: 69 6c 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ild_.c:.$(SRCDIR
9db0: 29 2f 72 65 62 75 69 6c 64 2e 63 20 24 28 53 52  )/rebuild.c $(SR
9dc0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
9dd0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
9de0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 72  late $(SRCDIR)/r
9df0: 65 62 75 69 6c 64 2e 63 20 7c 20 73 65 64 20 2d  ebuild.c | sed -
9e00: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
9e10: 49 4f 4e 20 3e 72 65 62 75 69 6c 64 5f 2e 63 0a  ION >rebuild_.c.
9e20: 0a 72 65 62 75 69 6c 64 2e 6f 3a 09 72 65 62 75  .rebuild.o:.rebu
9e30: 69 6c 64 5f 2e 63 20 72 65 62 75 69 6c 64 2e 68  ild_.c rebuild.h
9e40: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
9e50: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
9e60: 20 72 65 62 75 69 6c 64 2e 6f 20 2d 63 20 72 65   rebuild.o -c re
9e70: 62 75 69 6c 64 5f 2e 63 0a 0a 72 65 62 75 69 6c  build_.c..rebuil
9e80: 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  d.h:.makeheaders
9e90: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
9ea0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61   add_.c:add.h ba
9eb0: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
9ec0: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
9ed0: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
9ee0: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
9ef0: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
9f00: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
9f10: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
9f20: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
9f30: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
9f40: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
9f50: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
9f60: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
9f70: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
9f80: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
9f90: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
9fa0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
9fb0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
9fc0: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
9fd0: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
9fe0: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
9ff0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
a000: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
a010: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
a020: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
a030: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
a040: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
a050: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
a060: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
a070: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
a080: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
a090: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
a0a0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
a0b0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
a0c0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
a0d0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
a0e0: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d  :rebuild.h schem
a0f0: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65  a_.c:schema.h se
a100: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73  tup_.c:setup.h s
a110: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74  ha1_.c:sha1.h st
a120: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
a130: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69  ync_.c:sync.h ti
a140: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
a150: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  ne.h update_.c:u
a160: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
a170: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
a180: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
a190: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
a1a0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
a1b0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
a1c0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
a1d0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
a1e0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
a1f0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
a200: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
a210: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73 63  ouch headers..sc
a220: 68 65 6d 61 5f 2e 63 3a 09 24 28 53 52 43 44 49  hema_.c:.$(SRCDI
a230: 52 29 2f 73 63 68 65 6d 61 2e 63 20 24 28 53 52  R)/schema.c $(SR
a240: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
a250: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
a260: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 73  late $(SRCDIR)/s
a270: 63 68 65 6d 61 2e 63 20 7c 20 73 65 64 20 2d 66  chema.c | sed -f
a280: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
a290: 4f 4e 20 3e 73 63 68 65 6d 61 5f 2e 63 0a 0a 73  ON >schema_.c..s
a2a0: 63 68 65 6d 61 2e 6f 3a 09 73 63 68 65 6d 61 5f  chema.o:.schema_
a2b0: 2e 63 20 73 63 68 65 6d 61 2e 68 20 20 24 28 53  .c schema.h  $(S
a2c0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
a2d0: 09 24 28 58 54 43 43 29 20 2d 6f 20 73 63 68 65  .$(XTCC) -o sche
a2e0: 6d 61 2e 6f 20 2d 63 20 73 63 68 65 6d 61 5f 2e  ma.o -c schema_.
a2f0: 63 0a 0a 73 63 68 65 6d 61 2e 68 3a 09 6d 61 6b  c..schema.h:.mak
a300: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
a310: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
a320: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  add.h bag_.c:bag
a330: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
a340: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
a350: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
a360: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
a370: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
a380: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
a390: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
a3a0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
a3b0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
a3c0: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74  nstruct_.c:const
a3d0: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  ruct.h content_.
a3e0: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
a3f0: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
a400: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
a410: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
a420: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
a430: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
a440: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
a450: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
a460: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
a470: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
a480: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
a490: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
a4a0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
a4b0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
a4c0: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
a4d0: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
a4e0: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
a4f0: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
a500: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
a510: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
a520: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
a530: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
a540: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
a550: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
a560: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68  .h schema_.c:sch
a570: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73  ema.h setup_.c:s
a580: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73  etup.h sha1_.c:s
a590: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  ha1.h style_.c:s
a5a0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
a5b0: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ync.h timeline_.
a5c0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64  c:timeline.h upd
a5d0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
a5e0: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
a5f0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
a600: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
a610: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
a620: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
a630: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
a640: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
a650: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
a660: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
a670: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
a680: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
a690: 64 65 72 73 0a 0a 73 65 74 75 70 5f 2e 63 3a 09  ders..setup_.c:.
a6a0: 24 28 53 52 43 44 49 52 29 2f 73 65 74 75 70 2e  $(SRCDIR)/setup.
a6b0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
a6c0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
a6d0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
a6e0: 44 49 52 29 2f 73 65 74 75 70 2e 63 20 7c 20 73  DIR)/setup.c | s
a6f0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
a700: 56 45 52 53 49 4f 4e 20 3e 73 65 74 75 70 5f 2e  VERSION >setup_.
a710: 63 0a 0a 73 65 74 75 70 2e 6f 3a 09 73 65 74 75  c..setup.o:.setu
a720: 70 5f 2e 63 20 73 65 74 75 70 2e 68 20 20 24 28  p_.c setup.h  $(
a730: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
a740: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73 65 74  ..$(XTCC) -o set
a750: 75 70 2e 6f 20 2d 63 20 73 65 74 75 70 5f 2e 63  up.o -c setup_.c
a760: 0a 0a 73 65 74 75 70 2e 68 3a 09 6d 61 6b 65 68  ..setup.h:.makeh
a770: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
a780: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
a790: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  d.h bag_.c:bag.h
a7a0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
a7b0: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
a7c0: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
a7d0: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
a7e0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
a7f0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
a800: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
a810: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
a820: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
a830: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
a840: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
a850: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
a860: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
a870: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
a880: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
a890: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
a8a0: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
a8b0: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
a8c0: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
a8d0: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
a8e0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
a8f0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
a900: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
a910: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
a920: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
a930: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
a940: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
a950: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
a960: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
a970: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
a980: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
a990: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
a9a0: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
a9b0: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
a9c0: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
a9d0: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d   schema_.c:schem
a9e0: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74  a.h setup_.c:set
a9f0: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61  up.h sha1_.c:sha
aa00: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  1.h style_.c:sty
aa10: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
aa20: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  c.h timeline_.c:
aa30: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74  timeline.h updat
aa40: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
aa50: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
aa60: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
aa70: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
aa80: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
aa90: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
aaa0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
aab0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
aac0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
aad0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
aae0: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
aaf0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
ab00: 72 73 0a 0a 73 68 61 31 5f 2e 63 3a 09 24 28 53  rs..sha1_.c:.$(S
ab10: 52 43 44 49 52 29 2f 73 68 61 31 2e 63 20 24 28  RCDIR)/sha1.c $(
ab20: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
ab30: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
ab40: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
ab50: 2f 73 68 61 31 2e 63 20 7c 20 73 65 64 20 2d 66  /sha1.c | sed -f
ab60: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
ab70: 4f 4e 20 3e 73 68 61 31 5f 2e 63 0a 0a 73 68 61  ON >sha1_.c..sha
ab80: 31 2e 6f 3a 09 73 68 61 31 5f 2e 63 20 73 68 61  1.o:.sha1_.c sha
ab90: 31 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  1.h  $(SRCDIR)/c
aba0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
abb0: 20 2d 6f 20 73 68 61 31 2e 6f 20 2d 63 20 73 68   -o sha1.o -c sh
abc0: 61 31 5f 2e 63 0a 0a 73 68 61 31 2e 68 3a 09 6d  a1_.c..sha1.h:.m
abd0: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
abe0: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
abf0: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62  c:add.h bag_.c:b
ac00: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
ac10: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  b.h cgi_.c:cgi.h
ac20: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
ac30: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
ac40: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
ac50: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
ac60: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
ac70: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
ac80: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
ac90: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
aca0: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
acb0: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
acc0: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
acd0: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
ace0: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
acf0: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
ad00: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
ad10: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
ad20: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
ad30: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
ad40: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
ad50: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
ad60: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
ad70: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
ad80: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
ad90: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
ada0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
adb0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
adc0: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
add0: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
ade0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
adf0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
ae00: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
ae10: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
ae20: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
ae30: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73  ld.h schema_.c:s
ae40: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63  chema.h setup_.c
ae50: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63  :setup.h sha1_.c
ae60: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63  :sha1.h style_.c
ae70: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
ae80: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65  :sync.h timeline
ae90: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75  _.c:timeline.h u
aea0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e  pdate_.c:update.
aeb0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75  h url_.c:url.h u
aec0: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65  ser_.c:user.h ve
aed0: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68  rify_.c:verify.h
aee0: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e   vfile_.c:vfile.
aef0: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68  h wiki_.c:wiki.h
af00: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77   wikiformat_.c:w
af10: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
af20: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
af30: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
af40: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45  )/sqlite3.h ./VE
af50: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68  RSION.h..touch h
af60: 65 61 64 65 72 73 0a 0a 73 74 79 6c 65 5f 2e 63  eaders..style_.c
af70: 3a 09 24 28 53 52 43 44 49 52 29 2f 73 74 79 6c  :.$(SRCDIR)/styl
af80: 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  e.c $(SRCDIR)/VE
af90: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
afa0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
afb0: 52 43 44 49 52 29 2f 73 74 79 6c 65 2e 63 20 7c  RCDIR)/style.c |
afc0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
afd0: 29 2f 56 45 52 53 49 4f 4e 20 3e 73 74 79 6c 65  )/VERSION >style
afe0: 5f 2e 63 0a 0a 73 74 79 6c 65 2e 6f 3a 09 73 74  _.c..style.o:.st
aff0: 79 6c 65 5f 2e 63 20 73 74 79 6c 65 2e 68 20 20  yle_.c style.h  
b000: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
b010: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73  .h..$(XTCC) -o s
b020: 74 79 6c 65 2e 6f 20 2d 63 20 73 74 79 6c 65 5f  tyle.o -c style_
b030: 2e 63 0a 0a 73 74 79 6c 65 2e 68 3a 09 6d 61 6b  .c..style.h:.mak
b040: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
b050: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
b060: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  add.h bag_.c:bag
b070: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
b080: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
b090: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
b0a0: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
b0b0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
b0c0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
b0d0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
b0e0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
b0f0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
b100: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74  nstruct_.c:const
b110: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  ruct.h content_.
b120: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
b130: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
b140: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
b150: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
b160: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
b170: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
b180: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
b190: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
b1a0: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
b1b0: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
b1c0: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
b1d0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
b1e0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
b1f0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
b200: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
b210: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
b220: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
b230: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
b240: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
b250: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
b260: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
b270: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
b280: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
b290: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
b2a0: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68  .h schema_.c:sch
b2b0: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73  ema.h setup_.c:s
b2c0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73  etup.h sha1_.c:s
b2d0: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  ha1.h style_.c:s
b2e0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
b2f0: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ync.h timeline_.
b300: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64  c:timeline.h upd
b310: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
b320: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
b330: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
b340: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
b350: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
b360: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
b370: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
b380: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
b390: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
b3a0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
b3b0: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
b3c0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
b3d0: 64 65 72 73 0a 0a 73 79 6e 63 5f 2e 63 3a 09 24  ders..sync_.c:.$
b3e0: 28 53 52 43 44 49 52 29 2f 73 79 6e 63 2e 63 20  (SRCDIR)/sync.c 
b3f0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
b400: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
b410: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
b420: 52 29 2f 73 79 6e 63 2e 63 20 7c 20 73 65 64 20  R)/sync.c | sed 
b430: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
b440: 53 49 4f 4e 20 3e 73 79 6e 63 5f 2e 63 0a 0a 73  SION >sync_.c..s
b450: 79 6e 63 2e 6f 3a 09 73 79 6e 63 5f 2e 63 20 73  ync.o:.sync_.c s
b460: 79 6e 63 2e 68 20 20 24 28 53 52 43 44 49 52 29  ync.h  $(SRCDIR)
b470: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
b480: 43 29 20 2d 6f 20 73 79 6e 63 2e 6f 20 2d 63 20  C) -o sync.o -c 
b490: 73 79 6e 63 5f 2e 63 0a 0a 73 79 6e 63 2e 68 3a  sync_.c..sync.h:
b4a0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
b4b0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
b4c0: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63  _.c:add.h bag_.c
b4d0: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
b4e0: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
b4f0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
b500: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
b510: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
b520: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
b530: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
b540: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
b550: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
b560: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
b570: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
b580: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
b590: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
b5a0: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
b5b0: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
b5c0: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
b5d0: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
b5e0: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
b5f0: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
b600: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
b610: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
b620: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
b630: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
b640: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
b650: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
b660: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
b670: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
b680: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
b690: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
b6a0: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
b6b0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
b6c0: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
b6d0: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
b6e0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
b6f0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
b700: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63  uild.h schema_.c
b710: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
b720: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
b730: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f  .c:sha1.h style_
b740: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
b750: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69  .c:sync.h timeli
b760: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
b770: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
b780: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
b790: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
b7a0: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
b7b0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
b7c0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
b7d0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
b7e0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
b7f0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
b800: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
b810: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
b820: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
b830: 20 68 65 61 64 65 72 73 0a 0a 74 69 6d 65 6c 69   headers..timeli
b840: 6e 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  ne_.c:.$(SRCDIR)
b850: 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 24 28 53 52  /timeline.c $(SR
b860: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
b870: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
b880: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 74  late $(SRCDIR)/t
b890: 69 6d 65 6c 69 6e 65 2e 63 20 7c 20 73 65 64 20  imeline.c | sed 
b8a0: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
b8b0: 53 49 4f 4e 20 3e 74 69 6d 65 6c 69 6e 65 5f 2e  SION >timeline_.
b8c0: 63 0a 0a 74 69 6d 65 6c 69 6e 65 2e 6f 3a 09 74  c..timeline.o:.t
b8d0: 69 6d 65 6c 69 6e 65 5f 2e 63 20 74 69 6d 65 6c  imeline_.c timel
b8e0: 69 6e 65 2e 68 20 20 24 28 53 52 43 44 49 52 29  ine.h  $(SRCDIR)
b8f0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
b900: 43 29 20 2d 6f 20 74 69 6d 65 6c 69 6e 65 2e 6f  C) -o timeline.o
b910: 20 2d 63 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 0a   -c timeline_.c.
b920: 0a 74 69 6d 65 6c 69 6e 65 2e 68 3a 09 6d 61 6b  .timeline.h:.mak
b930: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
b940: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
b950: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  add.h bag_.c:bag
b960: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
b970: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
b980: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
b990: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
b9a0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
b9b0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
b9c0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
b9d0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
b9e0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
b9f0: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74  nstruct_.c:const
ba00: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  ruct.h content_.
ba10: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
ba20: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
ba30: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
ba40: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
ba50: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
ba60: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
ba70: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
ba80: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
ba90: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
baa0: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
bab0: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
bac0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
bad0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
bae0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
baf0: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
bb00: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
bb10: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
bb20: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
bb30: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
bb40: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
bb50: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
bb60: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
bb70: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
bb80: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
bb90: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68  .h schema_.c:sch
bba0: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73  ema.h setup_.c:s
bbb0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73  etup.h sha1_.c:s
bbc0: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  ha1.h style_.c:s
bbd0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
bbe0: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ync.h timeline_.
bbf0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64  c:timeline.h upd
bc00: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
bc10: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
bc20: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
bc30: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
bc40: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
bc50: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
bc60: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
bc70: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
bc80: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
bc90: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
bca0: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
bcb0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
bcc0: 64 65 72 73 0a 0a 75 70 64 61 74 65 5f 2e 63 3a  ders..update_.c:
bcd0: 09 24 28 53 52 43 44 49 52 29 2f 75 70 64 61 74  .$(SRCDIR)/updat
bce0: 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  e.c $(SRCDIR)/VE
bcf0: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
bd00: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
bd10: 52 43 44 49 52 29 2f 75 70 64 61 74 65 2e 63 20  RCDIR)/update.c 
bd20: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
bd30: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 75 70 64 61  R)/VERSION >upda
bd40: 74 65 5f 2e 63 0a 0a 75 70 64 61 74 65 2e 6f 3a  te_.c..update.o:
bd50: 09 75 70 64 61 74 65 5f 2e 63 20 75 70 64 61 74  .update_.c updat
bd60: 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  e.h  $(SRCDIR)/c
bd70: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
bd80: 20 2d 6f 20 75 70 64 61 74 65 2e 6f 20 2d 63 20   -o update.o -c 
bd90: 75 70 64 61 74 65 5f 2e 63 0a 0a 75 70 64 61 74  update_.c..updat
bda0: 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  e.h:.makeheaders
bdb0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
bdc0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61   add_.c:add.h ba
bdd0: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
bde0: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
bdf0: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
be00: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
be10: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
be20: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
be30: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
be40: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
be50: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
be60: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
be70: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
be80: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
be90: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
bea0: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
beb0: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
bec0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
bed0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
bee0: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
bef0: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
bf00: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
bf10: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
bf20: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
bf30: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
bf40: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
bf50: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
bf60: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
bf70: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
bf80: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
bf90: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
bfa0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
bfb0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
bfc0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
bfd0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
bfe0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
bff0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
c000: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d  :rebuild.h schem
c010: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65  a_.c:schema.h se
c020: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73  tup_.c:setup.h s
c030: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74  ha1_.c:sha1.h st
c040: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
c050: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69  ync_.c:sync.h ti
c060: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
c070: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  ne.h update_.c:u
c080: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
c090: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
c0a0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
c0b0: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
c0c0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
c0d0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
c0e0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
c0f0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
c100: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
c110: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
c120: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
c130: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 75 72  ouch headers..ur
c140: 6c 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  l_.c:.$(SRCDIR)/
c150: 75 72 6c 2e 63 20 24 28 53 52 43 44 49 52 29 2f  url.c $(SRCDIR)/
c160: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
c170: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
c180: 28 53 52 43 44 49 52 29 2f 75 72 6c 2e 63 20 7c  (SRCDIR)/url.c |
c190: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
c1a0: 29 2f 56 45 52 53 49 4f 4e 20 3e 75 72 6c 5f 2e  )/VERSION >url_.
c1b0: 63 0a 0a 75 72 6c 2e 6f 3a 09 75 72 6c 5f 2e 63  c..url.o:.url_.c
c1c0: 20 75 72 6c 2e 68 20 20 24 28 53 52 43 44 49 52   url.h  $(SRCDIR
c1d0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
c1e0: 43 43 29 20 2d 6f 20 75 72 6c 2e 6f 20 2d 63 20  CC) -o url.o -c 
c1f0: 75 72 6c 5f 2e 63 0a 0a 75 72 6c 2e 68 3a 09 6d  url_.c..url.h:.m
c200: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
c210: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
c220: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62  c:add.h bag_.c:b
c230: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
c240: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  b.h cgi_.c:cgi.h
c250: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
c260: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
c270: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
c280: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
c290: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
c2a0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
c2b0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
c2c0: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
c2d0: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
c2e0: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
c2f0: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
c300: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
c310: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
c320: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
c330: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
c340: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
c350: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
c360: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
c370: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
c380: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
c390: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
c3a0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
c3b0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
c3c0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
c3d0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
c3e0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
c3f0: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
c400: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
c410: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
c420: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
c430: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
c440: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
c450: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
c460: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73  ld.h schema_.c:s
c470: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63  chema.h setup_.c
c480: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63  :setup.h sha1_.c
c490: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63  :sha1.h style_.c
c4a0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
c4b0: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65  :sync.h timeline
c4c0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75  _.c:timeline.h u
c4d0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e  pdate_.c:update.
c4e0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75  h url_.c:url.h u
c4f0: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65  ser_.c:user.h ve
c500: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68  rify_.c:verify.h
c510: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e   vfile_.c:vfile.
c520: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68  h wiki_.c:wiki.h
c530: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77   wikiformat_.c:w
c540: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
c550: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
c560: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
c570: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45  )/sqlite3.h ./VE
c580: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68  RSION.h..touch h
c590: 65 61 64 65 72 73 0a 0a 75 73 65 72 5f 2e 63 3a  eaders..user_.c:
c5a0: 09 24 28 53 52 43 44 49 52 29 2f 75 73 65 72 2e  .$(SRCDIR)/user.
c5b0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
c5c0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
c5d0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
c5e0: 44 49 52 29 2f 75 73 65 72 2e 63 20 7c 20 73 65  DIR)/user.c | se
c5f0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
c600: 45 52 53 49 4f 4e 20 3e 75 73 65 72 5f 2e 63 0a  ERSION >user_.c.
c610: 0a 75 73 65 72 2e 6f 3a 09 75 73 65 72 5f 2e 63  .user.o:.user_.c
c620: 20 75 73 65 72 2e 68 20 20 24 28 53 52 43 44 49   user.h  $(SRCDI
c630: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
c640: 54 43 43 29 20 2d 6f 20 75 73 65 72 2e 6f 20 2d  TCC) -o user.o -
c650: 63 20 75 73 65 72 5f 2e 63 0a 0a 75 73 65 72 2e  c user_.c..user.
c660: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
c670: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
c680: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f  dd_.c:add.h bag_
c690: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
c6a0: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
c6b0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
c6c0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
c6d0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
c6e0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
c6f0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
c700: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
c710: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
c720: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
c730: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
c740: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
c750: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
c760: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
c770: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
c780: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
c790: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
c7a0: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
c7b0: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
c7c0: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
c7d0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
c7e0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
c7f0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
c800: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
c810: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
c820: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
c830: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
c840: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
c850: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
c860: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
c870: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
c880: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
c890: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
c8a0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
c8b0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
c8c0: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f  ebuild.h schema_
c8d0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75  .c:schema.h setu
c8e0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61  p_.c:setup.h sha
c8f0: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c  1_.c:sha1.h styl
c900: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
c910: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65  c_.c:sync.h time
c920: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
c930: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
c940: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
c950: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
c960: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
c970: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
c980: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
c990: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
c9a0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
c9b0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
c9c0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
c9d0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
c9e0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
c9f0: 63 68 20 68 65 61 64 65 72 73 0a 0a 76 65 72 69  ch headers..veri
ca00: 66 79 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  fy_.c:.$(SRCDIR)
ca10: 2f 76 65 72 69 66 79 2e 63 20 24 28 53 52 43 44  /verify.c $(SRCD
ca20: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
ca30: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
ca40: 74 65 20 24 28 53 52 43 44 49 52 29 2f 76 65 72  te $(SRCDIR)/ver
ca50: 69 66 79 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ify.c | sed -f $
ca60: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
ca70: 20 3e 76 65 72 69 66 79 5f 2e 63 0a 0a 76 65 72   >verify_.c..ver
ca80: 69 66 79 2e 6f 3a 09 76 65 72 69 66 79 5f 2e 63  ify.o:.verify_.c
ca90: 20 76 65 72 69 66 79 2e 68 20 20 24 28 53 52 43   verify.h  $(SRC
caa0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
cab0: 28 58 54 43 43 29 20 2d 6f 20 76 65 72 69 66 79  (XTCC) -o verify
cac0: 2e 6f 20 2d 63 20 76 65 72 69 66 79 5f 2e 63 0a  .o -c verify_.c.
cad0: 0a 76 65 72 69 66 79 2e 68 3a 09 6d 61 6b 65 68  .verify.h:.makeh
cae0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
caf0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
cb00: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  d.h bag_.c:bag.h
cb10: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
cb20: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
cb30: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
cb40: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
cb50: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
cb60: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
cb70: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
cb80: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
cb90: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
cba0: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
cbb0: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
cbc0: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
cbd0: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
cbe0: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
cbf0: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
cc00: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
cc10: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
cc20: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
cc30: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
cc40: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
cc50: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
cc60: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
cc70: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
cc80: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
cc90: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
cca0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
ccb0: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
ccc0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
ccd0: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
cce0: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
ccf0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
cd00: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
cd10: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
cd20: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
cd30: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
cd40: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d   schema_.c:schem
cd50: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74  a.h setup_.c:set
cd60: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61  up.h sha1_.c:sha
cd70: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  1.h style_.c:sty
cd80: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
cd90: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  c.h timeline_.c:
cda0: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74  timeline.h updat
cdb0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
cdc0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
cdd0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
cde0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
cdf0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
ce00: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
ce10: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
ce20: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
ce30: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
ce40: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
ce50: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
ce60: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
ce70: 72 73 0a 0a 76 66 69 6c 65 5f 2e 63 3a 09 24 28  rs..vfile_.c:.$(
ce80: 53 52 43 44 49 52 29 2f 76 66 69 6c 65 2e 63 20  SRCDIR)/vfile.c 
ce90: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
cea0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
ceb0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
cec0: 52 29 2f 76 66 69 6c 65 2e 63 20 7c 20 73 65 64  R)/vfile.c | sed
ced0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
cee0: 52 53 49 4f 4e 20 3e 76 66 69 6c 65 5f 2e 63 0a  RSION >vfile_.c.
cef0: 0a 76 66 69 6c 65 2e 6f 3a 09 76 66 69 6c 65 5f  .vfile.o:.vfile_
cf00: 2e 63 20 76 66 69 6c 65 2e 68 20 20 24 28 53 52  .c vfile.h  $(SR
cf10: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
cf20: 24 28 58 54 43 43 29 20 2d 6f 20 76 66 69 6c 65  $(XTCC) -o vfile
cf30: 2e 6f 20 2d 63 20 76 66 69 6c 65 5f 2e 63 0a 0a  .o -c vfile_.c..
cf40: 76 66 69 6c 65 2e 68 3a 09 6d 61 6b 65 68 65 61  vfile.h:.makehea
cf50: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
cf60: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
cf70: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
cf80: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
cf90: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
cfa0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
cfb0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
cfc0: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
cfd0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
cfe0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
cff0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
d000: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
d010: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
d020: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
d030: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
d040: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
d050: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
d060: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
d070: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
d080: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
d090: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
d0a0: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
d0b0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
d0c0: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
d0d0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
d0e0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
d0f0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
d100: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
d110: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
d120: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
d130: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
d140: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
d150: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
d160: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
d170: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
d180: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
d190: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
d1a0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73  d_.c:rebuild.h s
d1b0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e  chema_.c:schema.
d1c0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70  h setup_.c:setup
d1d0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e  .h sha1_.c:sha1.
d1e0: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
d1f0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
d200: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
d210: 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f  meline.h update_
d220: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
d230: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
d240: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
d250: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
d260: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
d270: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
d280: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
d290: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
d2a0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
d2b0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
d2c0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
d2d0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
d2e0: 0a 0a 77 69 6b 69 5f 2e 63 3a 09 24 28 53 52 43  ..wiki_.c:.$(SRC
d2f0: 44 49 52 29 2f 77 69 6b 69 2e 63 20 24 28 53 52  DIR)/wiki.c $(SR
d300: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
d310: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
d320: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 77  late $(SRCDIR)/w
d330: 69 6b 69 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  iki.c | sed -f $
d340: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
d350: 20 3e 77 69 6b 69 5f 2e 63 0a 0a 77 69 6b 69 2e   >wiki_.c..wiki.
d360: 6f 3a 09 77 69 6b 69 5f 2e 63 20 77 69 6b 69 2e  o:.wiki_.c wiki.
d370: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
d380: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
d390: 6f 20 77 69 6b 69 2e 6f 20 2d 63 20 77 69 6b 69  o wiki.o -c wiki
d3a0: 5f 2e 63 0a 0a 77 69 6b 69 2e 68 3a 09 6d 61 6b  _.c..wiki.h:.mak
d3b0: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
d3c0: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
d3d0: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  add.h bag_.c:bag
d3e0: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
d3f0: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
d400: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
d410: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
d420: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
d430: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
d440: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
d450: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
d460: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
d470: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74  nstruct_.c:const
d480: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  ruct.h content_.
d490: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
d4a0: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
d4b0: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
d4c0: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
d4d0: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
d4e0: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
d4f0: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
d500: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
d510: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
d520: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
d530: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
d540: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
d550: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
d560: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
d570: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
d580: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
d590: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
d5a0: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
d5b0: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
d5c0: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
d5d0: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
d5e0: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
d5f0: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
d600: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
d610: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68  .h schema_.c:sch
d620: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73  ema.h setup_.c:s
d630: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73  etup.h sha1_.c:s
d640: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  ha1.h style_.c:s
d650: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
d660: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ync.h timeline_.
d670: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64  c:timeline.h upd
d680: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
d690: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
d6a0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
d6b0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
d6c0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
d6d0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
d6e0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
d6f0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
d700: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
d710: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
d720: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
d730: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
d740: 64 65 72 73 0a 0a 77 69 6b 69 66 6f 72 6d 61 74  ders..wikiformat
d750: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 77  _.c:.$(SRCDIR)/w
d760: 69 6b 69 66 6f 72 6d 61 74 2e 63 20 24 28 53 52  ikiformat.c $(SR
d770: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
d780: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
d790: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 77  late $(SRCDIR)/w
d7a0: 69 6b 69 66 6f 72 6d 61 74 2e 63 20 7c 20 73 65  ikiformat.c | se
d7b0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
d7c0: 45 52 53 49 4f 4e 20 3e 77 69 6b 69 66 6f 72 6d  ERSION >wikiform
d7d0: 61 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f 72 6d 61  at_.c..wikiforma
d7e0: 74 2e 6f 3a 09 77 69 6b 69 66 6f 72 6d 61 74 5f  t.o:.wikiformat_
d7f0: 2e 63 20 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c wikiformat.h 
d800: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
d810: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
d820: 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 20 2d 63 20  wikiformat.o -c 
d830: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 0a 0a 77  wikiformat_.c..w
d840: 69 6b 69 66 6f 72 6d 61 74 2e 68 3a 09 6d 61 6b  ikiformat.h:.mak
d850: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
d860: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
d870: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  add.h bag_.c:bag
d880: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
d890: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
d8a0: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
d8b0: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
d8c0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
d8d0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
d8e0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
d8f0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
d900: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
d910: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74  nstruct_.c:const
d920: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  ruct.h content_.
d930: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
d940: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
d950: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
d960: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
d970: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
d980: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
d990: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
d9a0: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
d9b0: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
d9c0: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
d9d0: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
d9e0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
d9f0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
da00: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
da10: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
da20: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
da30: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
da40: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
da50: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
da60: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
da70: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
da80: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
da90: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
daa0: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
dab0: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68  .h schema_.c:sch
dac0: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73  ema.h setup_.c:s
dad0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73  etup.h sha1_.c:s
dae0: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  ha1.h style_.c:s
daf0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
db00: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ync.h timeline_.
db10: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64  c:timeline.h upd
db20: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
db30: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
db40: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
db50: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
db60: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
db70: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
db80: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
db90: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
dba0: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
dbb0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
dbc0: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
dbd0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
dbe0: 64 65 72 73 0a 0a 78 66 65 72 5f 2e 63 3a 09 24  ders..xfer_.c:.$
dbf0: 28 53 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20  (SRCDIR)/xfer.c 
dc00: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
dc10: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
dc20: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
dc30: 52 29 2f 78 66 65 72 2e 63 20 7c 20 73 65 64 20  R)/xfer.c | sed 
dc40: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
dc50: 53 49 4f 4e 20 3e 78 66 65 72 5f 2e 63 0a 0a 78  SION >xfer_.c..x
dc60: 66 65 72 2e 6f 3a 09 78 66 65 72 5f 2e 63 20 78  fer.o:.xfer_.c x
dc70: 66 65 72 2e 68 20 20 24 28 53 52 43 44 49 52 29  fer.h  $(SRCDIR)
dc80: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
dc90: 43 29 20 2d 6f 20 78 66 65 72 2e 6f 20 2d 63 20  C) -o xfer.o -c 
dca0: 78 66 65 72 5f 2e 63 0a 0a 78 66 65 72 2e 68 3a  xfer_.c..xfer.h:
dcb0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
dcc0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
dcd0: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63  _.c:add.h bag_.c
dce0: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
dcf0: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
dd00: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
dd10: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
dd20: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
dd30: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
dd40: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
dd50: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
dd60: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
dd70: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
dd80: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
dd90: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
dda0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
ddb0: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
ddc0: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
ddd0: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
dde0: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
ddf0: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
de00: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
de10: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
de20: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
de30: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
de40: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
de50: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
de60: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
de70: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
de80: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
de90: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
dea0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
deb0: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
dec0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
ded0: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
dee0: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
def0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
df00: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
df10: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63  uild.h schema_.c
df20: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
df30: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
df40: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f  .c:sha1.h style_
df50: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
df60: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69  .c:sync.h timeli
df70: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
df80: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
df90: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
dfa0: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
dfb0: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
dfc0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
dfd0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
dfe0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
dff0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
e000: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
e010: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
e020: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
e030: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
e040: 20 68 65 61 64 65 72 73 0a 0a 7a 69 70 5f 2e 63   headers..zip_.c
e050: 3a 09 24 28 53 52 43 44 49 52 29 2f 7a 69 70 2e  :.$(SRCDIR)/zip.
e060: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
e070: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
e080: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
e090: 44 49 52 29 2f 7a 69 70 2e 63 20 7c 20 73 65 64  DIR)/zip.c | sed
e0a0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
e0b0: 52 53 49 4f 4e 20 3e 7a 69 70 5f 2e 63 0a 0a 7a  RSION >zip_.c..z
e0c0: 69 70 2e 6f 3a 09 7a 69 70 5f 2e 63 20 7a 69 70  ip.o:.zip_.c zip
e0d0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
e0e0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
e0f0: 2d 6f 20 7a 69 70 2e 6f 20 2d 63 20 7a 69 70 5f  -o zip.o -c zip_
e100: 2e 63 0a 0a 7a 69 70 2e 68 3a 09 6d 61 6b 65 68  .c..zip.h:.makeh
e110: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
e120: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
e130: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  d.h bag_.c:bag.h
e140: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
e150: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
e160: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
e170: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
e180: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
e190: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
e1a0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
e1b0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
e1c0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
e1d0: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
e1e0: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
e1f0: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
e200: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
e210: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
e220: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
e230: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
e240: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
e250: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
e260: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
e270: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
e280: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
e290: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
e2a0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
e2b0: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
e2c0: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
e2d0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
e2e0: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
e2f0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
e300: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
e310: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
e320: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
e330: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
e340: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
e350: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
e360: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
e370: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d   schema_.c:schem
e380: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74  a.h setup_.c:set
e390: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61  up.h sha1_.c:sha
e3a0: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  1.h style_.c:sty
e3b0: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
e3c0: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  c.h timeline_.c:
e3d0: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74  timeline.h updat
e3e0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
e3f0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
e400: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
e410: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
e420: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
e430: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
e440: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
e450: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
e460: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
e470: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
e480: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
e490: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
e4a0: 72 73 0a 0a 73 71 6c 69 74 65 33 2e 6f 3a 09 24  rs..sqlite3.o:.$
e4b0: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
e4c0: 2e 63 0a 09 24 28 58 54 43 43 29 20 2d 44 53 51  .c..$(XTCC) -DSQ
e4d0: 4c 49 54 45 5f 4f 4d 49 54 5f 4c 4f 41 44 5f 45  LITE_OMIT_LOAD_E
e4e0: 58 54 45 4e 53 49 4f 4e 3d 31 20 2d 44 53 51 4c  XTENSION=1 -DSQL
e4f0: 49 54 45 5f 50 52 49 56 41 54 45 3d 20 2d 44 54  ITE_PRIVATE= -DT
e500: 48 52 45 41 44 53 41 46 45 3d 30 20 2d 44 53 51  HREADSAFE=0 -DSQ
e510: 4c 49 54 45 5f 44 45 46 41 55 4c 54 5f 46 49 4c  LITE_DEFAULT_FIL
e520: 45 5f 46 4f 52 4d 41 54 3d 34 20 2d 63 20 24 28  E_FORMAT=4 -c $(
e530: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
e540: 63 20 2d 6f 20 73 71 6c 69 74 65 33 2e 6f 0a 0a  c -o sqlite3.o..