Hex Artifact Content
Not logged in

Artifact 853909751a864c1d5a8b4c201d568a60332e8012:

File src/main.mk part of check-in [07eaead5dc] - Added RSS feed. You can set the RSS title, description in Setup. Added header to style to include title and pointer to the new RSS feed. The new RSS feed is BaseURL/timeline.rss by jnc on 2007-09-23 18:24:21. Also file src/main.mk part of check-in [dad40ffac0] - Merge the RSS changes. by drh on 2007-09-23 20:18:58.

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 62 72 61 6e 63 68 2e 63 20 5c 0a 20 20  R)/branch.c \.  
01f0: 24 28 53 52 43 44 49 52 29 2f 63 67 69 2e 63 20  $(SRCDIR)/cgi.c 
0200: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 68  \.  $(SRCDIR)/ch
0210: 65 63 6b 69 6e 2e 63 20 5c 0a 20 20 24 28 53 52  eckin.c \.  $(SR
0220: 43 44 49 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63  CDIR)/checkout.c
0230: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63   \.  $(SRCDIR)/c
0240: 6c 65 61 72 73 69 67 6e 2e 63 20 5c 0a 20 20 24  learsign.c \.  $
0250: 28 53 52 43 44 49 52 29 2f 63 6c 6f 6e 65 2e 63  (SRCDIR)/clone.c
0260: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63   \.  $(SRCDIR)/c
0270: 6f 6d 66 6f 72 6d 61 74 2e 63 20 5c 0a 20 20 24  omformat.c \.  $
0280: 28 53 52 43 44 49 52 29 2f 63 6f 6e 73 74 72 75  (SRCDIR)/constru
0290: 63 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  ct.c \.  $(SRCDI
02a0: 52 29 2f 63 6f 6e 74 65 6e 74 2e 63 20 5c 0a 20  R)/content.c \. 
02b0: 20 24 28 53 52 43 44 49 52 29 2f 64 62 2e 63 20   $(SRCDIR)/db.c 
02c0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 65  \.  $(SRCDIR)/de
02d0: 6c 74 61 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  lta.c \.  $(SRCD
02e0: 49 52 29 2f 64 65 6c 74 61 63 6d 64 2e 63 20 5c  IR)/deltacmd.c \
02f0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 65 73  .  $(SRCDIR)/des
0300: 63 65 6e 64 65 6e 74 73 2e 63 20 5c 0a 20 20 24  cendents.c \.  $
0310: 28 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63 20  (SRCDIR)/diff.c 
0320: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 69  \.  $(SRCDIR)/di
0330: 66 66 63 6d 64 2e 63 20 5c 0a 20 20 24 28 53 52  ffcmd.c \.  $(SR
0340: 43 44 49 52 29 2f 65 6e 63 6f 64 65 2e 63 20 5c  CDIR)/encode.c \
0350: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 66 69 6c  .  $(SRCDIR)/fil
0360: 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  e.c \.  $(SRCDIR
0370: 29 2f 68 74 74 70 2e 63 20 5c 0a 20 20 24 28 53  )/http.c \.  $(S
0380: 52 43 44 49 52 29 2f 69 6e 66 6f 2e 63 20 5c 0a  RCDIR)/info.c \.
0390: 20 20 24 28 53 52 43 44 49 52 29 2f 6c 6f 67 69    $(SRCDIR)/logi
03a0: 6e 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  n.c \.  $(SRCDIR
03b0: 29 2f 6d 61 69 6e 2e 63 20 5c 0a 20 20 24 28 53  )/main.c \.  $(S
03c0: 52 43 44 49 52 29 2f 6d 61 6e 69 66 65 73 74 2e  RCDIR)/manifest.
03d0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
03e0: 6d 64 35 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  md5.c \.  $(SRCD
03f0: 49 52 29 2f 6d 65 72 67 65 2e 63 20 5c 0a 20 20  IR)/merge.c \.  
0400: 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 33  $(SRCDIR)/merge3
0410: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
0420: 2f 6e 61 6d 65 2e 63 20 5c 0a 20 20 24 28 53 52  /name.c \.  $(SR
0430: 43 44 49 52 29 2f 70 69 76 6f 74 2e 63 20 5c 0a  CDIR)/pivot.c \.
0440: 20 20 24 28 53 52 43 44 49 52 29 2f 70 71 75 65    $(SRCDIR)/pque
0450: 75 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  ue.c \.  $(SRCDI
0460: 52 29 2f 70 72 69 6e 74 66 2e 63 20 5c 0a 20 20  R)/printf.c \.  
0470: 24 28 53 52 43 44 49 52 29 2f 72 65 62 75 69 6c  $(SRCDIR)/rebuil
0480: 64 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  d.c \.  $(SRCDIR
0490: 29 2f 72 73 73 2e 63 20 5c 0a 20 20 24 28 53 52  )/rss.c \.  $(SR
04a0: 43 44 49 52 29 2f 73 63 68 65 6d 61 2e 63 20 5c  CDIR)/schema.c \
04b0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 65 74  .  $(SRCDIR)/set
04c0: 75 70 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  up.c \.  $(SRCDI
04d0: 52 29 2f 73 68 61 31 2e 63 20 5c 0a 20 20 24 28  R)/sha1.c \.  $(
04e0: 53 52 43 44 49 52 29 2f 73 74 79 6c 65 2e 63 20  SRCDIR)/style.c 
04f0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 79  \.  $(SRCDIR)/sy
0500: 6e 63 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  nc.c \.  $(SRCDI
0510: 52 29 2f 74 61 67 2e 63 20 5c 0a 20 20 24 28 53  R)/tag.c \.  $(S
0520: 52 43 44 49 52 29 2f 74 69 6d 65 6c 69 6e 65 2e  RCDIR)/timeline.
0530: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0540: 75 6e 64 6f 2e 63 20 5c 0a 20 20 24 28 53 52 43  undo.c \.  $(SRC
0550: 44 49 52 29 2f 75 70 64 61 74 65 2e 63 20 5c 0a  DIR)/update.c \.
0560: 20 20 24 28 53 52 43 44 49 52 29 2f 75 72 6c 2e    $(SRCDIR)/url.
0570: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0580: 75 73 65 72 2e 63 20 5c 0a 20 20 24 28 53 52 43  user.c \.  $(SRC
0590: 44 49 52 29 2f 76 65 72 69 66 79 2e 63 20 5c 0a  DIR)/verify.c \.
05a0: 20 20 24 28 53 52 43 44 49 52 29 2f 76 66 69 6c    $(SRCDIR)/vfil
05b0: 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  e.c \.  $(SRCDIR
05c0: 29 2f 77 69 6b 69 2e 63 20 5c 0a 20 20 24 28 53  )/wiki.c \.  $(S
05d0: 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d 61  RCDIR)/wikiforma
05e0: 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  t.c \.  $(SRCDIR
05f0: 29 2f 78 66 65 72 2e 63 20 5c 0a 20 20 24 28 53  )/xfer.c \.  $(S
0600: 52 43 44 49 52 29 2f 7a 69 70 2e 63 0a 0a 54 52  RCDIR)/zip.c..TR
0610: 41 4e 53 5f 53 52 43 20 3d 20 5c 0a 20 20 61 64  ANS_SRC = \.  ad
0620: 64 5f 2e 63 20 5c 0a 20 20 62 61 67 5f 2e 63 20  d_.c \.  bag_.c 
0630: 5c 0a 20 20 62 6c 6f 62 5f 2e 63 20 5c 0a 20 20  \.  blob_.c \.  
0640: 62 72 61 6e 63 68 5f 2e 63 20 5c 0a 20 20 63 67  branch_.c \.  cg
0650: 69 5f 2e 63 20 5c 0a 20 20 63 68 65 63 6b 69 6e  i_.c \.  checkin
0660: 5f 2e 63 20 5c 0a 20 20 63 68 65 63 6b 6f 75 74  _.c \.  checkout
0670: 5f 2e 63 20 5c 0a 20 20 63 6c 65 61 72 73 69 67  _.c \.  clearsig
0680: 6e 5f 2e 63 20 5c 0a 20 20 63 6c 6f 6e 65 5f 2e  n_.c \.  clone_.
0690: 63 20 5c 0a 20 20 63 6f 6d 66 6f 72 6d 61 74 5f  c \.  comformat_
06a0: 2e 63 20 5c 0a 20 20 63 6f 6e 73 74 72 75 63 74  .c \.  construct
06b0: 5f 2e 63 20 5c 0a 20 20 63 6f 6e 74 65 6e 74 5f  _.c \.  content_
06c0: 2e 63 20 5c 0a 20 20 64 62 5f 2e 63 20 5c 0a 20  .c \.  db_.c \. 
06d0: 20 64 65 6c 74 61 5f 2e 63 20 5c 0a 20 20 64 65   delta_.c \.  de
06e0: 6c 74 61 63 6d 64 5f 2e 63 20 5c 0a 20 20 64 65  ltacmd_.c \.  de
06f0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 20 5c 0a 20  scendents_.c \. 
0700: 20 64 69 66 66 5f 2e 63 20 5c 0a 20 20 64 69 66   diff_.c \.  dif
0710: 66 63 6d 64 5f 2e 63 20 5c 0a 20 20 65 6e 63 6f  fcmd_.c \.  enco
0720: 64 65 5f 2e 63 20 5c 0a 20 20 66 69 6c 65 5f 2e  de_.c \.  file_.
0730: 63 20 5c 0a 20 20 68 74 74 70 5f 2e 63 20 5c 0a  c \.  http_.c \.
0740: 20 20 69 6e 66 6f 5f 2e 63 20 5c 0a 20 20 6c 6f    info_.c \.  lo
0750: 67 69 6e 5f 2e 63 20 5c 0a 20 20 6d 61 69 6e 5f  gin_.c \.  main_
0760: 2e 63 20 5c 0a 20 20 6d 61 6e 69 66 65 73 74 5f  .c \.  manifest_
0770: 2e 63 20 5c 0a 20 20 6d 64 35 5f 2e 63 20 5c 0a  .c \.  md5_.c \.
0780: 20 20 6d 65 72 67 65 5f 2e 63 20 5c 0a 20 20 6d    merge_.c \.  m
0790: 65 72 67 65 33 5f 2e 63 20 5c 0a 20 20 6e 61 6d  erge3_.c \.  nam
07a0: 65 5f 2e 63 20 5c 0a 20 20 70 69 76 6f 74 5f 2e  e_.c \.  pivot_.
07b0: 63 20 5c 0a 20 20 70 71 75 65 75 65 5f 2e 63 20  c \.  pqueue_.c 
07c0: 5c 0a 20 20 70 72 69 6e 74 66 5f 2e 63 20 5c 0a  \.  printf_.c \.
07d0: 20 20 72 65 62 75 69 6c 64 5f 2e 63 20 5c 0a 20    rebuild_.c \. 
07e0: 20 72 73 73 5f 2e 63 20 5c 0a 20 20 73 63 68 65   rss_.c \.  sche
07f0: 6d 61 5f 2e 63 20 5c 0a 20 20 73 65 74 75 70 5f  ma_.c \.  setup_
0800: 2e 63 20 5c 0a 20 20 73 68 61 31 5f 2e 63 20 5c  .c \.  sha1_.c \
0810: 0a 20 20 73 74 79 6c 65 5f 2e 63 20 5c 0a 20 20  .  style_.c \.  
0820: 73 79 6e 63 5f 2e 63 20 5c 0a 20 20 74 61 67 5f  sync_.c \.  tag_
0830: 2e 63 20 5c 0a 20 20 74 69 6d 65 6c 69 6e 65 5f  .c \.  timeline_
0840: 2e 63 20 5c 0a 20 20 75 6e 64 6f 5f 2e 63 20 5c  .c \.  undo_.c \
0850: 0a 20 20 75 70 64 61 74 65 5f 2e 63 20 5c 0a 20  .  update_.c \. 
0860: 20 75 72 6c 5f 2e 63 20 5c 0a 20 20 75 73 65 72   url_.c \.  user
0870: 5f 2e 63 20 5c 0a 20 20 76 65 72 69 66 79 5f 2e  _.c \.  verify_.
0880: 63 20 5c 0a 20 20 76 66 69 6c 65 5f 2e 63 20 5c  c \.  vfile_.c \
0890: 0a 20 20 77 69 6b 69 5f 2e 63 20 5c 0a 20 20 77  .  wiki_.c \.  w
08a0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 20 5c 0a 20  ikiformat_.c \. 
08b0: 20 78 66 65 72 5f 2e 63 20 5c 0a 20 20 7a 69 70   xfer_.c \.  zip
08c0: 5f 2e 63 0a 0a 4f 42 4a 20 3d 20 5c 0a 20 20 61  _.c..OBJ = \.  a
08d0: 64 64 2e 6f 20 5c 0a 20 20 62 61 67 2e 6f 20 5c  dd.o \.  bag.o \
08e0: 0a 20 20 62 6c 6f 62 2e 6f 20 5c 0a 20 20 62 72  .  blob.o \.  br
08f0: 61 6e 63 68 2e 6f 20 5c 0a 20 20 63 67 69 2e 6f  anch.o \.  cgi.o
0900: 20 5c 0a 20 20 63 68 65 63 6b 69 6e 2e 6f 20 5c   \.  checkin.o \
0910: 0a 20 20 63 68 65 63 6b 6f 75 74 2e 6f 20 5c 0a  .  checkout.o \.
0920: 20 20 63 6c 65 61 72 73 69 67 6e 2e 6f 20 5c 0a    clearsign.o \.
0930: 20 20 63 6c 6f 6e 65 2e 6f 20 5c 0a 20 20 63 6f    clone.o \.  co
0940: 6d 66 6f 72 6d 61 74 2e 6f 20 5c 0a 20 20 63 6f  mformat.o \.  co
0950: 6e 73 74 72 75 63 74 2e 6f 20 5c 0a 20 20 63 6f  nstruct.o \.  co
0960: 6e 74 65 6e 74 2e 6f 20 5c 0a 20 20 64 62 2e 6f  ntent.o \.  db.o
0970: 20 5c 0a 20 20 64 65 6c 74 61 2e 6f 20 5c 0a 20   \.  delta.o \. 
0980: 20 64 65 6c 74 61 63 6d 64 2e 6f 20 5c 0a 20 20   deltacmd.o \.  
0990: 64 65 73 63 65 6e 64 65 6e 74 73 2e 6f 20 5c 0a  descendents.o \.
09a0: 20 20 64 69 66 66 2e 6f 20 5c 0a 20 20 64 69 66    diff.o \.  dif
09b0: 66 63 6d 64 2e 6f 20 5c 0a 20 20 65 6e 63 6f 64  fcmd.o \.  encod
09c0: 65 2e 6f 20 5c 0a 20 20 66 69 6c 65 2e 6f 20 5c  e.o \.  file.o \
09d0: 0a 20 20 68 74 74 70 2e 6f 20 5c 0a 20 20 69 6e  .  http.o \.  in
09e0: 66 6f 2e 6f 20 5c 0a 20 20 6c 6f 67 69 6e 2e 6f  fo.o \.  login.o
09f0: 20 5c 0a 20 20 6d 61 69 6e 2e 6f 20 5c 0a 20 20   \.  main.o \.  
0a00: 6d 61 6e 69 66 65 73 74 2e 6f 20 5c 0a 20 20 6d  manifest.o \.  m
0a10: 64 35 2e 6f 20 5c 0a 20 20 6d 65 72 67 65 2e 6f  d5.o \.  merge.o
0a20: 20 5c 0a 20 20 6d 65 72 67 65 33 2e 6f 20 5c 0a   \.  merge3.o \.
0a30: 20 20 6e 61 6d 65 2e 6f 20 5c 0a 20 20 70 69 76    name.o \.  piv
0a40: 6f 74 2e 6f 20 5c 0a 20 20 70 71 75 65 75 65 2e  ot.o \.  pqueue.
0a50: 6f 20 5c 0a 20 20 70 72 69 6e 74 66 2e 6f 20 5c  o \.  printf.o \
0a60: 0a 20 20 72 65 62 75 69 6c 64 2e 6f 20 5c 0a 20  .  rebuild.o \. 
0a70: 20 72 73 73 2e 6f 20 5c 0a 20 20 73 63 68 65 6d   rss.o \.  schem
0a80: 61 2e 6f 20 5c 0a 20 20 73 65 74 75 70 2e 6f 20  a.o \.  setup.o 
0a90: 5c 0a 20 20 73 68 61 31 2e 6f 20 5c 0a 20 20 73  \.  sha1.o \.  s
0aa0: 74 79 6c 65 2e 6f 20 5c 0a 20 20 73 79 6e 63 2e  tyle.o \.  sync.
0ab0: 6f 20 5c 0a 20 20 74 61 67 2e 6f 20 5c 0a 20 20  o \.  tag.o \.  
0ac0: 74 69 6d 65 6c 69 6e 65 2e 6f 20 5c 0a 20 20 75  timeline.o \.  u
0ad0: 6e 64 6f 2e 6f 20 5c 0a 20 20 75 70 64 61 74 65  ndo.o \.  update
0ae0: 2e 6f 20 5c 0a 20 20 75 72 6c 2e 6f 20 5c 0a 20  .o \.  url.o \. 
0af0: 20 75 73 65 72 2e 6f 20 5c 0a 20 20 76 65 72 69   user.o \.  veri
0b00: 66 79 2e 6f 20 5c 0a 20 20 76 66 69 6c 65 2e 6f  fy.o \.  vfile.o
0b10: 20 5c 0a 20 20 77 69 6b 69 2e 6f 20 5c 0a 20 20   \.  wiki.o \.  
0b20: 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 20 5c 0a 20  wikiformat.o \. 
0b30: 20 78 66 65 72 2e 6f 20 5c 0a 20 20 7a 69 70 2e   xfer.o \.  zip.
0b40: 6f 0a 0a 41 50 50 4e 41 4d 45 20 3d 20 66 6f 73  o..APPNAME = fos
0b50: 73 69 6c 24 28 45 29 0a 0a 0a 0a 61 6c 6c 3a 09  sil$(E)....all:.
0b60: 24 28 41 50 50 4e 41 4d 45 29 0a 0a 69 6e 73 74  $(APPNAME)..inst
0b70: 61 6c 6c 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a  all:.$(APPNAME).
0b80: 09 6d 76 20 24 28 41 50 50 4e 41 4d 45 29 20 24  .mv $(APPNAME) $
0b90: 28 49 4e 53 54 41 4c 4c 44 49 52 29 0a 0a 74 72  (INSTALLDIR)..tr
0ba0: 61 6e 73 6c 61 74 65 3a 09 24 28 53 52 43 44 49  anslate:.$(SRCDI
0bb0: 52 29 2f 74 72 61 6e 73 6c 61 74 65 2e 63 0a 09  R)/translate.c..
0bc0: 24 28 42 43 43 29 20 2d 6f 20 74 72 61 6e 73 6c  $(BCC) -o transl
0bd0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 74 72  ate $(SRCDIR)/tr
0be0: 61 6e 73 6c 61 74 65 2e 63 0a 0a 6d 61 6b 65 68  anslate.c..makeh
0bf0: 65 61 64 65 72 73 3a 09 24 28 53 52 43 44 49 52  eaders:.$(SRCDIR
0c00: 29 2f 6d 61 6b 65 68 65 61 64 65 72 73 2e 63 0a  )/makeheaders.c.
0c10: 09 24 28 42 43 43 29 20 2d 6f 20 6d 61 6b 65 68  .$(BCC) -o makeh
0c20: 65 61 64 65 72 73 20 24 28 53 52 43 44 49 52 29  eaders $(SRCDIR)
0c30: 2f 6d 61 6b 65 68 65 61 64 65 72 73 2e 63 0a 0a  /makeheaders.c..
0c40: 6d 6b 69 6e 64 65 78 3a 09 24 28 53 52 43 44 49  mkindex:.$(SRCDI
0c50: 52 29 2f 6d 6b 69 6e 64 65 78 2e 63 0a 09 24 28  R)/mkindex.c..$(
0c60: 42 43 43 29 20 2d 6f 20 6d 6b 69 6e 64 65 78 20  BCC) -o mkindex 
0c70: 24 28 53 52 43 44 49 52 29 2f 6d 6b 69 6e 64 65  $(SRCDIR)/mkinde
0c80: 78 2e 63 0a 0a 23 20 57 41 52 4e 49 4e 47 2e 20  x.c..# WARNING. 
0c90: 44 41 4e 47 45 52 2e 20 52 75 6e 6e 69 6e 67 20  DANGER. Running 
0ca0: 74 68 65 20 74 65 73 74 73 75 69 74 65 20 6d 6f  the testsuite mo
0cb0: 64 69 66 69 65 73 20 74 68 65 20 72 65 70 6f 73  difies the repos
0cc0: 69 74 6f 72 79 20 74 68 65 0a 23 20 62 75 69 6c  itory the.# buil
0cd0: 64 20 69 73 20 64 6f 6e 65 20 66 72 6f 6d 2c 20  d is done from, 
0ce0: 69 2e 65 2e 20 74 68 65 20 63 68 65 63 6b 6f 75  i.e. the checkou
0cf0: 74 20 62 65 6c 6f 6e 67 73 20 74 6f 2e 20 44 6f  t belongs to. Do
0d00: 20 6e 6f 74 20 73 79 6e 63 2f 70 75 73 68 0a 23   not sync/push.#
0d10: 20 74 68 65 20 72 65 70 6f 73 69 74 6f 72 79 20   the repository 
0d20: 61 66 74 65 72 20 72 75 6e 6e 69 6e 67 20 74 68  after running th
0d30: 65 20 74 65 73 74 73 2e 0a 74 65 73 74 3a 09 24  e tests..test:.$
0d40: 28 41 50 50 4e 41 4d 45 29 0a 09 24 28 54 43 4c  (APPNAME)..$(TCL
0d50: 53 48 29 20 74 65 73 74 2f 74 65 73 74 65 72 2e  SH) test/tester.
0d60: 74 63 6c 20 24 28 41 50 50 4e 41 4d 45 29 0a 0a  tcl $(APPNAME)..
0d70: 56 45 52 53 49 4f 4e 2e 68 3a 09 24 28 53 52 43  VERSION.h:.$(SRC
0d80: 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74  DIR)/../manifest
0d90: 2e 75 75 69 64 20 24 28 53 52 43 44 49 52 29 2f  .uuid $(SRCDIR)/
0da0: 2e 2e 2f 6d 61 6e 69 66 65 73 74 0a 09 61 77 6b  ../manifest..awk
0db0: 20 27 7b 20 70 72 69 6e 74 66 20 22 23 64 65 66   '{ printf "#def
0dc0: 69 6e 65 20 4d 41 4e 49 46 45 53 54 5f 55 55 49  ine MANIFEST_UUI
0dd0: 44 20 5c 22 25 73 5c 22 5c 6e 22 2c 20 24 24 31  D \"%s\"\n", $$1
0de0: 7d 27 20 20 24 28 53 52 43 44 49 52 29 2f 2e 2e  }'  $(SRCDIR)/..
0df0: 2f 6d 61 6e 69 66 65 73 74 2e 75 75 69 64 20 3e  /manifest.uuid >
0e00: 56 45 52 53 49 4f 4e 2e 68 0a 09 61 77 6b 20 27  VERSION.h..awk '
0e10: 7b 20 70 72 69 6e 74 66 20 22 23 64 65 66 69 6e  { printf "#defin
0e20: 65 20 4d 41 4e 49 46 45 53 54 5f 56 45 52 53 49  e MANIFEST_VERSI
0e30: 4f 4e 20 5c 22 5b 25 2e 31 30 73 5d 5c 22 5c 6e  ON \"[%.10s]\"\n
0e40: 22 2c 20 24 24 31 7d 27 20 20 24 28 53 52 43 44  ", $$1}'  $(SRCD
0e50: 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 2e  IR)/../manifest.
0e60: 75 75 69 64 20 3e 3e 56 45 52 53 49 4f 4e 2e 68  uuid >>VERSION.h
0e70: 0a 09 61 77 6b 20 27 24 24 31 3d 3d 22 44 22 7b  ..awk '$$1=="D"{
0e80: 70 72 69 6e 74 66 20 22 23 64 65 66 69 6e 65 20  printf "#define 
0e90: 4d 41 4e 49 46 45 53 54 5f 44 41 54 45 20 5c 22  MANIFEST_DATE \"
0ea0: 25 73 20 25 73 5c 22 5c 6e 22 2c 20 73 75 62 73  %s %s\"\n", subs
0eb0: 74 72 28 24 24 32 2c 31 2c 31 30 29 2c 73 75 62  tr($$2,1,10),sub
0ec0: 73 74 72 28 24 24 32 2c 31 32 29 7d 27 20 20 24  str($$2,12)}'  $
0ed0: 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69  (SRCDIR)/../mani
0ee0: 66 65 73 74 20 3e 3e 56 45 52 53 49 4f 4e 2e 68  fest >>VERSION.h
0ef0: 0a 0a 24 28 41 50 50 4e 41 4d 45 29 3a 09 68 65  ..$(APPNAME):.he
0f00: 61 64 65 72 73 20 24 28 4f 42 4a 29 20 73 71 6c  aders $(OBJ) sql
0f10: 69 74 65 33 2e 6f 0a 09 24 28 54 43 43 29 20 2d  ite3.o..$(TCC) -
0f20: 6f 20 24 28 41 50 50 4e 41 4d 45 29 20 24 28 4f  o $(APPNAME) $(O
0f30: 42 4a 29 20 73 71 6c 69 74 65 33 2e 6f 20 24 28  BJ) sqlite3.o $(
0f40: 4c 49 42 29 0a 0a 63 6c 65 61 6e 3a 09 0a 09 72  LIB)..clean:...r
0f50: 6d 20 2d 66 20 2a 2e 6f 20 2a 5f 2e 63 20 24 28  m -f *.o *_.c $(
0f60: 41 50 50 4e 41 4d 45 29 20 56 45 52 53 49 4f 4e  APPNAME) VERSION
0f70: 2e 68 0a 09 72 6d 20 2d 66 20 74 72 61 6e 73 6c  .h..rm -f transl
0f80: 61 74 65 20 6d 61 6b 65 68 65 61 64 65 72 73 20  ate makeheaders 
0f90: 6d 6b 69 6e 64 65 78 20 70 61 67 65 5f 69 6e 64  mkindex page_ind
0fa0: 65 78 2e 68 20 68 65 61 64 65 72 73 0a 09 72 6d  ex.h headers..rm
0fb0: 20 2d 66 20 61 64 64 2e 68 20 62 61 67 2e 68 20   -f add.h bag.h 
0fc0: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 2e 68 20  blob.h branch.h 
0fd0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 2e 68 20  cgi.h checkin.h 
0fe0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
0ff0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 2e 68 20 63  sign.h clone.h c
1000: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
1010: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 2e 68  ruct.h content.h
1020: 20 64 62 2e 68 20 64 65 6c 74 61 2e 68 20 64 65   db.h delta.h de
1030: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
1040: 65 6e 74 73 2e 68 20 64 69 66 66 2e 68 20 64 69  ents.h diff.h di
1050: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 2e 68  ffcmd.h encode.h
1060: 20 66 69 6c 65 2e 68 20 68 74 74 70 2e 68 20 69   file.h http.h i
1070: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 2e 68 20 6d 61  nfo.h login.h ma
1080: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 2e 68 20  in.h manifest.h 
1090: 6d 64 35 2e 68 20 6d 65 72 67 65 2e 68 20 6d 65  md5.h merge.h me
10a0: 72 67 65 33 2e 68 20 6e 61 6d 65 2e 68 20 70 69  rge3.h name.h pi
10b0: 76 6f 74 2e 68 20 70 71 75 65 75 65 2e 68 20 70  vot.h pqueue.h p
10c0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 2e  rintf.h rebuild.
10d0: 68 20 72 73 73 2e 68 20 73 63 68 65 6d 61 2e 68  h rss.h schema.h
10e0: 20 73 65 74 75 70 2e 68 20 73 68 61 31 2e 68 20   setup.h sha1.h 
10f0: 73 74 79 6c 65 2e 68 20 73 79 6e 63 2e 68 20 74  style.h sync.h t
1100: 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 2e 68 20  ag.h timeline.h 
1110: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 2e 68 20  undo.h update.h 
1120: 75 72 6c 2e 68 20 75 73 65 72 2e 68 20 76 65 72  url.h user.h ver
1130: 69 66 79 2e 68 20 76 66 69 6c 65 2e 68 20 77 69  ify.h vfile.h wi
1140: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 2e  ki.h wikiformat.
1150: 68 20 78 66 65 72 2e 68 20 7a 69 70 2e 68 0a 0a  h xfer.h zip.h..
1160: 68 65 61 64 65 72 73 3a 09 6d 61 6b 65 68 65 61  headers:.makehea
1170: 64 65 72 73 20 6d 6b 69 6e 64 65 78 20 24 28 54  ders mkindex $(T
1180: 52 41 4e 53 5f 53 52 43 29 20 2e 2f 56 45 52 53  RANS_SRC) ./VERS
1190: 49 4f 4e 2e 68 0a 09 2e 2f 6d 61 6b 65 68 65 61  ION.h.../makehea
11a0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
11b0: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
11c0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
11d0: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
11e0: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
11f0: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
1200: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
1210: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
1220: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
1230: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
1240: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
1250: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
1260: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74  nstruct_.c:const
1270: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  ruct.h content_.
1280: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
1290: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
12a0: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
12b0: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
12c0: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
12d0: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
12e0: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
12f0: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
1300: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
1310: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
1320: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
1330: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
1340: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
1350: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
1360: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
1370: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
1380: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
1390: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
13a0: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
13b0: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
13c0: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
13d0: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
13e0: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
13f0: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
1400: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
1410: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
1420: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
1430: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
1440: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
1450: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63  e.h sync_.c:sync
1460: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20  .h tag_.c:tag.h 
1470: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
1480: 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  line.h undo_.c:u
1490: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
14a0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
14b0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
14c0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
14d0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
14e0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
14f0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
1500: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
1510: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
1520: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
1530: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
1540: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
1550: 2e 2f 6d 6b 69 6e 64 65 78 20 24 28 54 52 41 4e  ./mkindex $(TRAN
1560: 53 5f 53 52 43 29 20 3e 70 61 67 65 5f 69 6e 64  S_SRC) >page_ind
1570: 65 78 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ex.h..touch head
1580: 65 72 73 0a 0a 61 64 64 5f 2e 63 3a 09 24 28 53  ers..add_.c:.$(S
1590: 52 43 44 49 52 29 2f 61 64 64 2e 63 20 24 28 53  RCDIR)/add.c $(S
15a0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
15b0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
15c0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
15d0: 61 64 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  add.c | sed -f $
15e0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
15f0: 20 3e 61 64 64 5f 2e 63 0a 0a 61 64 64 2e 6f 3a   >add_.c..add.o:
1600: 09 61 64 64 5f 2e 63 20 61 64 64 2e 68 20 20 24  .add_.c add.h  $
1610: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
1620: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 61 64  h..$(XTCC) -o ad
1630: 64 2e 6f 20 2d 63 20 61 64 64 5f 2e 63 0a 0a 61  d.o -c add_.c..a
1640: 64 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  dd.h:.makeheader
1650: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
1660: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
1670: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
1680: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
1690: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67  h_.c:branch.h cg
16a0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
16b0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
16c0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
16d0: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
16e0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
16f0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
1700: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
1710: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
1720: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
1730: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
1740: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
1750: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
1760: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
1770: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
1780: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
1790: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
17a0: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
17b0: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
17c0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
17d0: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
17e0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
17f0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
1800: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
1810: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
1820: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
1830: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
1840: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
1850: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
1860: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
1870: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
1880: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
1890: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
18a0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
18b0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
18c0: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
18d0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
18e0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
18f0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
1900: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
1910: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
1920: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65  ag_.c:tag.h time
1930: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
1940: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
1950: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
1960: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
1970: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
1980: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
1990: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
19a0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
19b0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
19c0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
19d0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
19e0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
19f0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
1a00: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
1a10: 68 20 68 65 61 64 65 72 73 0a 0a 62 61 67 5f 2e  h headers..bag_.
1a20: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 62 61 67  c:.$(SRCDIR)/bag
1a30: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
1a40: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
1a50: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
1a60: 43 44 49 52 29 2f 62 61 67 2e 63 20 7c 20 73 65  CDIR)/bag.c | se
1a70: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
1a80: 45 52 53 49 4f 4e 20 3e 62 61 67 5f 2e 63 0a 0a  ERSION >bag_.c..
1a90: 62 61 67 2e 6f 3a 09 62 61 67 5f 2e 63 20 62 61  bag.o:.bag_.c ba
1aa0: 67 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  g.h  $(SRCDIR)/c
1ab0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
1ac0: 20 2d 6f 20 62 61 67 2e 6f 20 2d 63 20 62 61 67   -o bag.o -c bag
1ad0: 5f 2e 63 0a 0a 62 61 67 2e 68 3a 09 6d 61 6b 65  _.c..bag.h:.make
1ae0: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
1af0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
1b00: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  dd.h bag_.c:bag.
1b10: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
1b20: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
1b30: 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  h.h cgi_.c:cgi.h
1b40: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
1b50: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
1b60: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
1b70: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
1b80: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
1b90: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
1ba0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
1bb0: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
1bc0: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
1bd0: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
1be0: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
1bf0: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
1c00: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
1c10: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
1c20: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
1c30: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
1c40: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
1c50: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
1c60: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
1c70: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
1c80: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
1c90: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
1ca0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
1cb0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
1cc0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
1cd0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
1ce0: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
1cf0: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
1d00: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
1d10: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
1d20: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
1d30: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
1d40: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
1d50: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
1d60: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
1d70: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
1d80: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
1d90: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
1da0: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
1db0: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e  nc.h tag_.c:tag.
1dc0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
1dd0: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63  meline.h undo_.c
1de0: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
1df0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
1e00: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
1e10: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
1e20: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
1e30: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
1e40: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
1e50: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
1e60: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
1e70: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
1e80: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
1e90: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
1ea0: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
1eb0: 0a 62 6c 6f 62 5f 2e 63 3a 09 24 28 53 52 43 44  .blob_.c:.$(SRCD
1ec0: 49 52 29 2f 62 6c 6f 62 2e 63 20 24 28 53 52 43  IR)/blob.c $(SRC
1ed0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
1ee0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
1ef0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 62 6c  ate $(SRCDIR)/bl
1f00: 6f 62 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  ob.c | sed -f $(
1f10: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
1f20: 3e 62 6c 6f 62 5f 2e 63 0a 0a 62 6c 6f 62 2e 6f  >blob_.c..blob.o
1f30: 3a 09 62 6c 6f 62 5f 2e 63 20 62 6c 6f 62 2e 68  :.blob_.c blob.h
1f40: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
1f50: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
1f60: 20 62 6c 6f 62 2e 6f 20 2d 63 20 62 6c 6f 62 5f   blob.o -c blob_
1f70: 2e 63 0a 0a 62 6c 6f 62 2e 68 3a 09 6d 61 6b 65  .c..blob.h:.make
1f80: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
1f90: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
1fa0: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  dd.h bag_.c:bag.
1fb0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
1fc0: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
1fd0: 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  h.h cgi_.c:cgi.h
1fe0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
1ff0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
2000: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
2010: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
2020: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
2030: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
2040: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
2050: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
2060: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
2070: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
2080: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
2090: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
20a0: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
20b0: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
20c0: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
20d0: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
20e0: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
20f0: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
2100: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
2110: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
2120: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
2130: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
2140: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
2150: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
2160: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
2170: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
2180: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
2190: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
21a0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
21b0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
21c0: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
21d0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
21e0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
21f0: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
2200: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
2210: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
2220: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
2230: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
2240: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
2250: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e  nc.h tag_.c:tag.
2260: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
2270: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63  meline.h undo_.c
2280: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
2290: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
22a0: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
22b0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
22c0: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
22d0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
22e0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
22f0: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
2300: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
2310: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
2320: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
2330: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
2340: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
2350: 0a 62 72 61 6e 63 68 5f 2e 63 3a 09 24 28 53 52  .branch_.c:.$(SR
2360: 43 44 49 52 29 2f 62 72 61 6e 63 68 2e 63 20 24  CDIR)/branch.c $
2370: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
2380: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
2390: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
23a0: 29 2f 62 72 61 6e 63 68 2e 63 20 7c 20 73 65 64  )/branch.c | sed
23b0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
23c0: 52 53 49 4f 4e 20 3e 62 72 61 6e 63 68 5f 2e 63  RSION >branch_.c
23d0: 0a 0a 62 72 61 6e 63 68 2e 6f 3a 09 62 72 61 6e  ..branch.o:.bran
23e0: 63 68 5f 2e 63 20 62 72 61 6e 63 68 2e 68 20 20  ch_.c branch.h  
23f0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
2400: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 62  .h..$(XTCC) -o b
2410: 72 61 6e 63 68 2e 6f 20 2d 63 20 62 72 61 6e 63  ranch.o -c branc
2420: 68 5f 2e 63 0a 0a 62 72 61 6e 63 68 2e 68 3a 09  h_.c..branch.h:.
2430: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
2440: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
2450: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a  .c:add.h bag_.c:
2460: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
2470: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
2480: 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63  ranch.h cgi_.c:c
2490: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
24a0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
24b0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
24c0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
24d0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
24e0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
24f0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
2500: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
2510: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
2520: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
2530: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
2540: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
2550: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
2560: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
2570: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
2580: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
2590: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
25a0: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
25b0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
25c0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
25d0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
25e0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
25f0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
2600: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
2610: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
2620: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
2630: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
2640: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
2650: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
2660: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
2670: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
2680: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
2690: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
26a0: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
26b0: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
26c0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
26d0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
26e0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
26f0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
2700: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a  c:sync.h tag_.c:
2710: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  tag.h timeline_.
2720: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64  c:timeline.h und
2730: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
2740: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
2750: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
2760: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
2770: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
2780: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
2790: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
27a0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
27b0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
27c0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
27d0: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
27e0: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
27f0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
2800: 65 72 73 0a 0a 63 67 69 5f 2e 63 3a 09 24 28 53  ers..cgi_.c:.$(S
2810: 52 43 44 49 52 29 2f 63 67 69 2e 63 20 24 28 53  RCDIR)/cgi.c $(S
2820: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
2830: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
2840: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
2850: 63 67 69 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  cgi.c | sed -f $
2860: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
2870: 20 3e 63 67 69 5f 2e 63 0a 0a 63 67 69 2e 6f 3a   >cgi_.c..cgi.o:
2880: 09 63 67 69 5f 2e 63 20 63 67 69 2e 68 20 20 24  .cgi_.c cgi.h  $
2890: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
28a0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 67  h..$(XTCC) -o cg
28b0: 69 2e 6f 20 2d 63 20 63 67 69 5f 2e 63 0a 0a 63  i.o -c cgi_.c..c
28c0: 67 69 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  gi.h:.makeheader
28d0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
28e0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
28f0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
2900: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
2910: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67  h_.c:branch.h cg
2920: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
2930: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
2940: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
2950: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
2960: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
2970: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
2980: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
2990: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
29a0: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
29b0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
29c0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
29d0: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
29e0: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
29f0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
2a00: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
2a10: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
2a20: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
2a30: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
2a40: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
2a50: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
2a60: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
2a70: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
2a80: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
2a90: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
2aa0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
2ab0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
2ac0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
2ad0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
2ae0: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
2af0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
2b00: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
2b10: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
2b20: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
2b30: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
2b40: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
2b50: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
2b60: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
2b70: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
2b80: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
2b90: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
2ba0: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65  ag_.c:tag.h time
2bb0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
2bc0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
2bd0: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
2be0: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
2bf0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
2c00: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
2c10: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
2c20: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
2c30: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
2c40: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
2c50: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
2c60: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
2c70: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
2c80: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
2c90: 68 20 68 65 61 64 65 72 73 0a 0a 63 68 65 63 6b  h headers..check
2ca0: 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  in_.c:.$(SRCDIR)
2cb0: 2f 63 68 65 63 6b 69 6e 2e 63 20 24 28 53 52 43  /checkin.c $(SRC
2cc0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
2cd0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
2ce0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 68  ate $(SRCDIR)/ch
2cf0: 65 63 6b 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66  eckin.c | sed -f
2d00: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
2d10: 4f 4e 20 3e 63 68 65 63 6b 69 6e 5f 2e 63 0a 0a  ON >checkin_.c..
2d20: 63 68 65 63 6b 69 6e 2e 6f 3a 09 63 68 65 63 6b  checkin.o:.check
2d30: 69 6e 5f 2e 63 20 63 68 65 63 6b 69 6e 2e 68 20  in_.c checkin.h 
2d40: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
2d50: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
2d60: 63 68 65 63 6b 69 6e 2e 6f 20 2d 63 20 63 68 65  checkin.o -c che
2d70: 63 6b 69 6e 5f 2e 63 0a 0a 63 68 65 63 6b 69 6e  ckin_.c..checkin
2d80: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
2d90: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
2da0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67  add_.c:add.h bag
2db0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
2dc0: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
2dd0: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f  .c:branch.h cgi_
2de0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
2df0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
2e00: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
2e10: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
2e20: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
2e30: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
2e40: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
2e50: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63  ormat.h construc
2e60: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68  t_.c:construct.h
2e70: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
2e80: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
2e90: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
2ea0: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
2eb0: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
2ec0: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
2ed0: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
2ee0: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
2ef0: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
2f00: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
2f10: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
2f20: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
2f30: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
2f40: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
2f50: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
2f60: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
2f70: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
2f80: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
2f90: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
2fa0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
2fb0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
2fc0: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
2fd0: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
2fe0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
2ff0: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
3000: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
3010: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
3020: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
3030: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
3040: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
3050: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67  nc_.c:sync.h tag
3060: 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69  _.c:tag.h timeli
3070: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
3080: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
3090: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
30a0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
30b0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
30c0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
30d0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
30e0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
30f0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
3100: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
3110: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
3120: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
3130: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56  R)/sqlite3.h ./V
3140: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
3150: 68 65 61 64 65 72 73 0a 0a 63 68 65 63 6b 6f 75  headers..checkou
3160: 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  t_.c:.$(SRCDIR)/
3170: 63 68 65 63 6b 6f 75 74 2e 63 20 24 28 53 52 43  checkout.c $(SRC
3180: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
3190: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
31a0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 68  ate $(SRCDIR)/ch
31b0: 65 63 6b 6f 75 74 2e 63 20 7c 20 73 65 64 20 2d  eckout.c | sed -
31c0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
31d0: 49 4f 4e 20 3e 63 68 65 63 6b 6f 75 74 5f 2e 63  ION >checkout_.c
31e0: 0a 0a 63 68 65 63 6b 6f 75 74 2e 6f 3a 09 63 68  ..checkout.o:.ch
31f0: 65 63 6b 6f 75 74 5f 2e 63 20 63 68 65 63 6b 6f  eckout_.c checko
3200: 75 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  ut.h  $(SRCDIR)/
3210: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
3220: 29 20 2d 6f 20 63 68 65 63 6b 6f 75 74 2e 6f 20  ) -o checkout.o 
3230: 2d 63 20 63 68 65 63 6b 6f 75 74 5f 2e 63 0a 0a  -c checkout_.c..
3240: 63 68 65 63 6b 6f 75 74 2e 68 3a 09 6d 61 6b 65  checkout.h:.make
3250: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
3260: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
3270: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  dd.h bag_.c:bag.
3280: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
3290: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
32a0: 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  h.h cgi_.c:cgi.h
32b0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
32c0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
32d0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
32e0: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
32f0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
3300: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
3310: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
3320: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
3330: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
3340: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
3350: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
3360: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
3370: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
3380: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
3390: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
33a0: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
33b0: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
33c0: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
33d0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
33e0: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
33f0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
3400: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
3410: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
3420: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
3430: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
3440: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
3450: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
3460: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
3470: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
3480: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
3490: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
34a0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
34b0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
34c0: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
34d0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
34e0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
34f0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
3500: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
3510: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
3520: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e  nc.h tag_.c:tag.
3530: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
3540: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63  meline.h undo_.c
3550: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
3560: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
3570: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
3580: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
3590: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
35a0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
35b0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
35c0: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
35d0: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
35e0: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
35f0: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
3600: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
3610: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
3620: 0a 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 09 24  .clearsign_.c:.$
3630: 28 53 52 43 44 49 52 29 2f 63 6c 65 61 72 73 69  (SRCDIR)/clearsi
3640: 67 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  gn.c $(SRCDIR)/V
3650: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
3660: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
3670: 53 52 43 44 49 52 29 2f 63 6c 65 61 72 73 69 67  SRCDIR)/clearsig
3680: 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  n.c | sed -f $(S
3690: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
36a0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 0a 0a 63 6c  clearsign_.c..cl
36b0: 65 61 72 73 69 67 6e 2e 6f 3a 09 63 6c 65 61 72  earsign.o:.clear
36c0: 73 69 67 6e 5f 2e 63 20 63 6c 65 61 72 73 69 67  sign_.c clearsig
36d0: 6e 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  n.h  $(SRCDIR)/c
36e0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
36f0: 20 2d 6f 20 63 6c 65 61 72 73 69 67 6e 2e 6f 20   -o clearsign.o 
3700: 2d 63 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 0a  -c clearsign_.c.
3710: 0a 63 6c 65 61 72 73 69 67 6e 2e 68 3a 09 6d 61  .clearsign.h:.ma
3720: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
3730: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
3740: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61  :add.h bag_.c:ba
3750: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
3760: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
3770: 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  nch.h cgi_.c:cgi
3780: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
3790: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
37a0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
37b0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
37c0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
37d0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
37e0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
37f0: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
3800: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
3810: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
3820: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
3830: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
3840: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
3850: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
3860: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
3870: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
3880: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
3890: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
38a0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
38b0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
38c0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
38d0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
38e0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
38f0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
3900: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
3910: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
3920: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
3930: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
3940: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
3950: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
3960: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
3970: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
3980: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
3990: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
39a0: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
39b0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
39c0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
39d0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
39e0: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
39f0: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61  sync.h tag_.c:ta
3a00: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  g.h timeline_.c:
3a10: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f  timeline.h undo_
3a20: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
3a30: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
3a40: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
3a50: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
3a60: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
3a70: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
3a80: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
3a90: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
3aa0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78  rmat.h xfer_.c:x
3ab0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70  fer.h zip_.c:zip
3ac0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c  .h $(SRCDIR)/sql
3ad0: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  ite3.h ./VERSION
3ae0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
3af0: 73 0a 0a 63 6c 6f 6e 65 5f 2e 63 3a 09 24 28 53  s..clone_.c:.$(S
3b00: 52 43 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 20 24  RCDIR)/clone.c $
3b10: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
3b20: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
3b30: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
3b40: 29 2f 63 6c 6f 6e 65 2e 63 20 7c 20 73 65 64 20  )/clone.c | sed 
3b50: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
3b60: 53 49 4f 4e 20 3e 63 6c 6f 6e 65 5f 2e 63 0a 0a  SION >clone_.c..
3b70: 63 6c 6f 6e 65 2e 6f 3a 09 63 6c 6f 6e 65 5f 2e  clone.o:.clone_.
3b80: 63 20 63 6c 6f 6e 65 2e 68 20 20 24 28 53 52 43  c clone.h  $(SRC
3b90: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
3ba0: 28 58 54 43 43 29 20 2d 6f 20 63 6c 6f 6e 65 2e  (XTCC) -o clone.
3bb0: 6f 20 2d 63 20 63 6c 6f 6e 65 5f 2e 63 0a 0a 63  o -c clone_.c..c
3bc0: 6c 6f 6e 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64  lone.h:.makehead
3bd0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
3be0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
3bf0: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
3c00: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
3c10: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
3c20: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
3c30: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
3c40: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
3c50: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
3c60: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
3c70: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
3c80: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
3c90: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
3ca0: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
3cb0: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
3cc0: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
3cd0: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
3ce0: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
3cf0: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
3d00: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
3d10: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
3d20: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
3d30: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
3d40: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
3d50: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
3d60: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
3d70: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
3d80: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
3d90: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
3da0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
3db0: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
3dc0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
3dd0: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
3de0: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
3df0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
3e00: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
3e10: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
3e20: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
3e30: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
3e40: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
3e50: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
3e60: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
3e70: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
3e80: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
3e90: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
3ea0: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69   tag_.c:tag.h ti
3eb0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
3ec0: 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  ne.h undo_.c:und
3ed0: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
3ee0: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
3ef0: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
3f00: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
3f10: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
3f20: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
3f30: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
3f40: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
3f50: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
3f60: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
3f70: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
3f80: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
3f90: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6f 6d  uch headers..com
3fa0: 66 6f 72 6d 61 74 5f 2e 63 3a 09 24 28 53 52 43  format_.c:.$(SRC
3fb0: 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63  DIR)/comformat.c
3fc0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
3fd0: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
3fe0: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
3ff0: 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63 20  IR)/comformat.c 
4000: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
4010: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6d 66  R)/VERSION >comf
4020: 6f 72 6d 61 74 5f 2e 63 0a 0a 63 6f 6d 66 6f 72  ormat_.c..comfor
4030: 6d 61 74 2e 6f 3a 09 63 6f 6d 66 6f 72 6d 61 74  mat.o:.comformat
4040: 5f 2e 63 20 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c comformat.h 
4050: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
4060: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
4070: 63 6f 6d 66 6f 72 6d 61 74 2e 6f 20 2d 63 20 63  comformat.o -c c
4080: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 6f 6d  omformat_.c..com
4090: 66 6f 72 6d 61 74 2e 68 3a 09 6d 61 6b 65 68 65  format.h:.makehe
40a0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
40b0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
40c0: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
40d0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
40e0: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
40f0: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
4100: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
4110: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
4120: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
4130: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
4140: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
4150: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
4160: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
4170: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74  nstruct_.c:const
4180: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  ruct.h content_.
4190: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
41a0: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
41b0: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
41c0: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
41d0: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
41e0: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
41f0: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
4200: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
4210: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
4220: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
4230: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
4240: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
4250: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
4260: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
4270: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
4280: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
4290: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
42a0: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
42b0: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
42c0: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
42d0: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
42e0: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
42f0: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
4300: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
4310: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
4320: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
4330: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
4340: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
4350: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
4360: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63  e.h sync_.c:sync
4370: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20  .h tag_.c:tag.h 
4380: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
4390: 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  line.h undo_.c:u
43a0: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
43b0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
43c0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
43d0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
43e0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
43f0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
4400: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
4410: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
4420: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
4430: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
4440: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
4450: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
4460: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63  touch headers..c
4470: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 09 24 28 53  onstruct_.c:.$(S
4480: 52 43 44 49 52 29 2f 63 6f 6e 73 74 72 75 63 74  RCDIR)/construct
4490: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
44a0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
44b0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
44c0: 43 44 49 52 29 2f 63 6f 6e 73 74 72 75 63 74 2e  CDIR)/construct.
44d0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
44e0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f  DIR)/VERSION >co
44f0: 6e 73 74 72 75 63 74 5f 2e 63 0a 0a 63 6f 6e 73  nstruct_.c..cons
4500: 74 72 75 63 74 2e 6f 3a 09 63 6f 6e 73 74 72 75  truct.o:.constru
4510: 63 74 5f 2e 63 20 63 6f 6e 73 74 72 75 63 74 2e  ct_.c construct.
4520: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
4530: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
4540: 6f 20 63 6f 6e 73 74 72 75 63 74 2e 6f 20 2d 63  o construct.o -c
4550: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 0a 0a 63   construct_.c..c
4560: 6f 6e 73 74 72 75 63 74 2e 68 3a 09 6d 61 6b 65  onstruct.h:.make
4570: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
4580: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
4590: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  dd.h bag_.c:bag.
45a0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
45b0: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
45c0: 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  h.h cgi_.c:cgi.h
45d0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
45e0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
45f0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
4600: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
4610: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
4620: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
4630: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
4640: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
4650: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
4660: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
4670: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
4680: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
4690: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
46a0: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
46b0: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
46c0: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
46d0: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
46e0: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
46f0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
4700: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
4710: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
4720: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
4730: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
4740: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
4750: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
4760: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
4770: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
4780: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
4790: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
47a0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
47b0: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
47c0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
47d0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
47e0: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
47f0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
4800: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
4810: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
4820: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
4830: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
4840: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e  nc.h tag_.c:tag.
4850: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
4860: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63  meline.h undo_.c
4870: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
4880: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
4890: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
48a0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
48b0: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
48c0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
48d0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
48e0: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
48f0: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
4900: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
4910: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
4920: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
4930: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
4940: 0a 63 6f 6e 74 65 6e 74 5f 2e 63 3a 09 24 28 53  .content_.c:.$(S
4950: 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e 74 2e 63  RCDIR)/content.c
4960: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
4970: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
4980: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
4990: 49 52 29 2f 63 6f 6e 74 65 6e 74 2e 63 20 7c 20  IR)/content.c | 
49a0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
49b0: 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6e 74 65 6e  /VERSION >conten
49c0: 74 5f 2e 63 0a 0a 63 6f 6e 74 65 6e 74 2e 6f 3a  t_.c..content.o:
49d0: 09 63 6f 6e 74 65 6e 74 5f 2e 63 20 63 6f 6e 74  .content_.c cont
49e0: 65 6e 74 2e 68 20 20 24 28 53 52 43 44 49 52 29  ent.h  $(SRCDIR)
49f0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
4a00: 43 29 20 2d 6f 20 63 6f 6e 74 65 6e 74 2e 6f 20  C) -o content.o 
4a10: 2d 63 20 63 6f 6e 74 65 6e 74 5f 2e 63 0a 0a 63  -c content_.c..c
4a20: 6f 6e 74 65 6e 74 2e 68 3a 09 6d 61 6b 65 68 65  ontent.h:.makehe
4a30: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
4a40: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
4a50: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
4a60: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
4a70: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
4a80: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
4a90: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
4aa0: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
4ab0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
4ac0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
4ad0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
4ae0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
4af0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
4b00: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74  nstruct_.c:const
4b10: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  ruct.h content_.
4b20: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
4b30: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
4b40: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
4b50: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
4b60: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
4b70: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
4b80: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
4b90: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
4ba0: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
4bb0: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
4bc0: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
4bd0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
4be0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
4bf0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
4c00: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
4c10: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
4c20: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
4c30: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
4c40: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
4c50: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
4c60: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
4c70: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
4c80: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
4c90: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
4ca0: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
4cb0: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
4cc0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
4cd0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
4ce0: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
4cf0: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63  e.h sync_.c:sync
4d00: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20  .h tag_.c:tag.h 
4d10: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
4d20: 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  line.h undo_.c:u
4d30: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
4d40: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
4d50: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
4d60: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
4d70: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
4d80: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
4d90: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
4da0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
4db0: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
4dc0: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
4dd0: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
4de0: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
4df0: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 64  touch headers..d
4e00: 62 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  b_.c:.$(SRCDIR)/
4e10: 64 62 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  db.c $(SRCDIR)/V
4e20: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
4e30: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
4e40: 53 52 43 44 49 52 29 2f 64 62 2e 63 20 7c 20 73  SRCDIR)/db.c | s
4e50: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
4e60: 56 45 52 53 49 4f 4e 20 3e 64 62 5f 2e 63 0a 0a  VERSION >db_.c..
4e70: 64 62 2e 6f 3a 09 64 62 5f 2e 63 20 64 62 2e 68  db.o:.db_.c db.h
4e80: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
4e90: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
4ea0: 20 64 62 2e 6f 20 2d 63 20 64 62 5f 2e 63 0a 0a   db.o -c db_.c..
4eb0: 64 62 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  db.h:.makeheader
4ec0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
4ed0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
4ee0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
4ef0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
4f00: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67  h_.c:branch.h cg
4f10: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
4f20: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
4f30: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
4f40: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
4f50: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
4f60: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
4f70: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
4f80: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
4f90: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
4fa0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
4fb0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
4fc0: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
4fd0: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
4fe0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
4ff0: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
5000: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
5010: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
5020: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
5030: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
5040: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
5050: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
5060: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
5070: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
5080: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
5090: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
50a0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
50b0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
50c0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
50d0: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
50e0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
50f0: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
5100: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
5110: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
5120: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
5130: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
5140: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
5150: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
5160: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
5170: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
5180: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
5190: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65  ag_.c:tag.h time
51a0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
51b0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
51c0: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
51d0: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
51e0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
51f0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
5200: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
5210: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
5220: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
5230: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
5240: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
5250: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
5260: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
5270: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
5280: 68 20 68 65 61 64 65 72 73 0a 0a 64 65 6c 74 61  h headers..delta
5290: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64  _.c:.$(SRCDIR)/d
52a0: 65 6c 74 61 2e 63 20 24 28 53 52 43 44 49 52 29  elta.c $(SRCDIR)
52b0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
52c0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
52d0: 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 2e  $(SRCDIR)/delta.
52e0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
52f0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 65  DIR)/VERSION >de
5300: 6c 74 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e 6f 3a  lta_.c..delta.o:
5310: 09 64 65 6c 74 61 5f 2e 63 20 64 65 6c 74 61 2e  .delta_.c delta.
5320: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
5330: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
5340: 6f 20 64 65 6c 74 61 2e 6f 20 2d 63 20 64 65 6c  o delta.o -c del
5350: 74 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e 68 3a 09  ta_.c..delta.h:.
5360: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
5370: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
5380: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a  .c:add.h bag_.c:
5390: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
53a0: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
53b0: 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63  ranch.h cgi_.c:c
53c0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
53d0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
53e0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
53f0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
5400: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
5410: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
5420: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
5430: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
5440: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
5450: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
5460: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
5470: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
5480: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
5490: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
54a0: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
54b0: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
54c0: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
54d0: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
54e0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
54f0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
5500: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
5510: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
5520: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
5530: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
5540: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
5550: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
5560: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
5570: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
5580: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
5590: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
55a0: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
55b0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
55c0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
55d0: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
55e0: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
55f0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
5600: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
5610: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
5620: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
5630: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a  c:sync.h tag_.c:
5640: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  tag.h timeline_.
5650: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64  c:timeline.h und
5660: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
5670: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
5680: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
5690: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
56a0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
56b0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
56c0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
56d0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
56e0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
56f0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
5700: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
5710: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
5720: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
5730: 65 72 73 0a 0a 64 65 6c 74 61 63 6d 64 5f 2e 63  ers..deltacmd_.c
5740: 3a 09 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74  :.$(SRCDIR)/delt
5750: 61 63 6d 64 2e 63 20 24 28 53 52 43 44 49 52 29  acmd.c $(SRCDIR)
5760: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
5770: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
5780: 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 63  $(SRCDIR)/deltac
5790: 6d 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  md.c | sed -f $(
57a0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
57b0: 3e 64 65 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 65  >deltacmd_.c..de
57c0: 6c 74 61 63 6d 64 2e 6f 3a 09 64 65 6c 74 61 63  ltacmd.o:.deltac
57d0: 6d 64 5f 2e 63 20 64 65 6c 74 61 63 6d 64 2e 68  md_.c deltacmd.h
57e0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
57f0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
5800: 20 64 65 6c 74 61 63 6d 64 2e 6f 20 2d 63 20 64   deltacmd.o -c d
5810: 65 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74  eltacmd_.c..delt
5820: 61 63 6d 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64  acmd.h:.makehead
5830: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
5840: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
5850: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
5860: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
5870: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
5880: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
5890: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
58a0: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
58b0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
58c0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
58d0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
58e0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
58f0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
5900: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
5910: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
5920: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
5930: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
5940: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
5950: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
5960: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
5970: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
5980: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
5990: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
59a0: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
59b0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
59c0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
59d0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
59e0: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
59f0: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
5a00: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
5a10: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
5a20: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
5a30: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
5a40: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
5a50: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
5a60: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
5a70: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
5a80: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
5a90: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
5aa0: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
5ab0: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
5ac0: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
5ad0: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
5ae0: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
5af0: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
5b00: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69   tag_.c:tag.h ti
5b10: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
5b20: 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  ne.h undo_.c:und
5b30: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
5b40: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
5b50: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
5b60: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
5b70: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
5b80: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
5b90: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
5ba0: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
5bb0: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
5bc0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
5bd0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
5be0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
5bf0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 64 65 73  uch headers..des
5c00: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 09 24 28 53  cendents_.c:.$(S
5c10: 52 43 44 49 52 29 2f 64 65 73 63 65 6e 64 65 6e  RCDIR)/descenden
5c20: 74 73 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ts.c $(SRCDIR)/V
5c30: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
5c40: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
5c50: 53 52 43 44 49 52 29 2f 64 65 73 63 65 6e 64 65  SRCDIR)/descende
5c60: 6e 74 73 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  nts.c | sed -f $
5c70: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
5c80: 20 3e 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63   >descendents_.c
5c90: 0a 0a 64 65 73 63 65 6e 64 65 6e 74 73 2e 6f 3a  ..descendents.o:
5ca0: 09 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 20  .descendents_.c 
5cb0: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 20 24  descendents.h  $
5cc0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
5cd0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 65  h..$(XTCC) -o de
5ce0: 73 63 65 6e 64 65 6e 74 73 2e 6f 20 2d 63 20 64  scendents.o -c d
5cf0: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 0a 0a 64  escendents_.c..d
5d00: 65 73 63 65 6e 64 65 6e 74 73 2e 68 3a 09 6d 61  escendents.h:.ma
5d10: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
5d20: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
5d30: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61  :add.h bag_.c:ba
5d40: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
5d50: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
5d60: 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  nch.h cgi_.c:cgi
5d70: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
5d80: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
5d90: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
5da0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
5db0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
5dc0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
5dd0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
5de0: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
5df0: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
5e00: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
5e10: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
5e20: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
5e30: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
5e40: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
5e50: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
5e60: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
5e70: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
5e80: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
5e90: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
5ea0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
5eb0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
5ec0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
5ed0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
5ee0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
5ef0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
5f00: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
5f10: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
5f20: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
5f30: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
5f40: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
5f50: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
5f60: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
5f70: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
5f80: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
5f90: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
5fa0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
5fb0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
5fc0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
5fd0: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
5fe0: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61  sync.h tag_.c:ta
5ff0: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  g.h timeline_.c:
6000: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f  timeline.h undo_
6010: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
6020: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
6030: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
6040: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
6050: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
6060: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
6070: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
6080: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
6090: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78  rmat.h xfer_.c:x
60a0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70  fer.h zip_.c:zip
60b0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c  .h $(SRCDIR)/sql
60c0: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  ite3.h ./VERSION
60d0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
60e0: 73 0a 0a 64 69 66 66 5f 2e 63 3a 09 24 28 53 52  s..diff_.c:.$(SR
60f0: 43 44 49 52 29 2f 64 69 66 66 2e 63 20 24 28 53  CDIR)/diff.c $(S
6100: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
6110: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
6120: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
6130: 64 69 66 66 2e 63 20 7c 20 73 65 64 20 2d 66 20  diff.c | sed -f 
6140: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
6150: 4e 20 3e 64 69 66 66 5f 2e 63 0a 0a 64 69 66 66  N >diff_.c..diff
6160: 2e 6f 3a 09 64 69 66 66 5f 2e 63 20 64 69 66 66  .o:.diff_.c diff
6170: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
6180: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
6190: 2d 6f 20 64 69 66 66 2e 6f 20 2d 63 20 64 69 66  -o diff.o -c dif
61a0: 66 5f 2e 63 0a 0a 64 69 66 66 2e 68 3a 09 6d 61  f_.c..diff.h:.ma
61b0: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
61c0: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
61d0: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61  :add.h bag_.c:ba
61e0: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
61f0: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
6200: 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  nch.h cgi_.c:cgi
6210: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
6220: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
6230: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
6240: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
6250: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
6260: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
6270: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
6280: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
6290: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
62a0: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
62b0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
62c0: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
62d0: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
62e0: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
62f0: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
6300: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
6310: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
6320: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
6330: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
6340: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
6350: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
6360: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
6370: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
6380: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
6390: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
63a0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
63b0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
63c0: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
63d0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
63e0: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
63f0: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
6400: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
6410: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
6420: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
6430: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
6440: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
6450: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
6460: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
6470: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
6480: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61  sync.h tag_.c:ta
6490: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  g.h timeline_.c:
64a0: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f  timeline.h undo_
64b0: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
64c0: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
64d0: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
64e0: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
64f0: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
6500: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
6510: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
6520: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
6530: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78  rmat.h xfer_.c:x
6540: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70  fer.h zip_.c:zip
6550: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c  .h $(SRCDIR)/sql
6560: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  ite3.h ./VERSION
6570: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
6580: 73 0a 0a 64 69 66 66 63 6d 64 5f 2e 63 3a 09 24  s..diffcmd_.c:.$
6590: 28 53 52 43 44 49 52 29 2f 64 69 66 66 63 6d 64  (SRCDIR)/diffcmd
65a0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
65b0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
65c0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
65d0: 43 44 49 52 29 2f 64 69 66 66 63 6d 64 2e 63 20  CDIR)/diffcmd.c 
65e0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
65f0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 69 66 66  R)/VERSION >diff
6600: 63 6d 64 5f 2e 63 0a 0a 64 69 66 66 63 6d 64 2e  cmd_.c..diffcmd.
6610: 6f 3a 09 64 69 66 66 63 6d 64 5f 2e 63 20 64 69  o:.diffcmd_.c di
6620: 66 66 63 6d 64 2e 68 20 20 24 28 53 52 43 44 49  ffcmd.h  $(SRCDI
6630: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
6640: 54 43 43 29 20 2d 6f 20 64 69 66 66 63 6d 64 2e  TCC) -o diffcmd.
6650: 6f 20 2d 63 20 64 69 66 66 63 6d 64 5f 2e 63 0a  o -c diffcmd_.c.
6660: 0a 64 69 66 66 63 6d 64 2e 68 3a 09 6d 61 6b 65  .diffcmd.h:.make
6670: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
6680: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
6690: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  dd.h bag_.c:bag.
66a0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
66b0: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
66c0: 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  h.h cgi_.c:cgi.h
66d0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
66e0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
66f0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
6700: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
6710: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
6720: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
6730: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
6740: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
6750: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
6760: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
6770: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
6780: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
6790: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
67a0: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
67b0: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
67c0: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
67d0: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
67e0: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
67f0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
6800: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
6810: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
6820: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
6830: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
6840: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
6850: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
6860: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
6870: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
6880: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
6890: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
68a0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
68b0: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
68c0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
68d0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
68e0: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
68f0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
6900: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
6910: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
6920: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
6930: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
6940: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e  nc.h tag_.c:tag.
6950: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
6960: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63  meline.h undo_.c
6970: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
6980: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
6990: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
69a0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
69b0: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
69c0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
69d0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
69e0: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
69f0: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
6a00: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
6a10: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
6a20: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
6a30: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
6a40: 0a 65 6e 63 6f 64 65 5f 2e 63 3a 09 24 28 53 52  .encode_.c:.$(SR
6a50: 43 44 49 52 29 2f 65 6e 63 6f 64 65 2e 63 20 24  CDIR)/encode.c $
6a60: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
6a70: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
6a80: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
6a90: 29 2f 65 6e 63 6f 64 65 2e 63 20 7c 20 73 65 64  )/encode.c | sed
6aa0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
6ab0: 52 53 49 4f 4e 20 3e 65 6e 63 6f 64 65 5f 2e 63  RSION >encode_.c
6ac0: 0a 0a 65 6e 63 6f 64 65 2e 6f 3a 09 65 6e 63 6f  ..encode.o:.enco
6ad0: 64 65 5f 2e 63 20 65 6e 63 6f 64 65 2e 68 20 20  de_.c encode.h  
6ae0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
6af0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 65  .h..$(XTCC) -o e
6b00: 6e 63 6f 64 65 2e 6f 20 2d 63 20 65 6e 63 6f 64  ncode.o -c encod
6b10: 65 5f 2e 63 0a 0a 65 6e 63 6f 64 65 2e 68 3a 09  e_.c..encode.h:.
6b20: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
6b30: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
6b40: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a  .c:add.h bag_.c:
6b50: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
6b60: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
6b70: 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63  ranch.h cgi_.c:c
6b80: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
6b90: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
6ba0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
6bb0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
6bc0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
6bd0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
6be0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
6bf0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
6c00: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
6c10: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
6c20: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
6c30: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
6c40: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
6c50: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
6c60: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
6c70: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
6c80: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
6c90: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
6ca0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
6cb0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
6cc0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
6cd0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
6ce0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
6cf0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
6d00: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
6d10: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
6d20: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
6d30: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
6d40: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
6d50: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
6d60: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
6d70: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
6d80: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
6d90: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
6da0: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
6db0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
6dc0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
6dd0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
6de0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
6df0: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a  c:sync.h tag_.c:
6e00: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  tag.h timeline_.
6e10: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64  c:timeline.h und
6e20: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
6e30: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
6e40: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
6e50: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
6e60: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
6e70: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
6e80: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
6e90: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
6ea0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
6eb0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
6ec0: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
6ed0: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
6ee0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
6ef0: 65 72 73 0a 0a 66 69 6c 65 5f 2e 63 3a 09 24 28  ers..file_.c:.$(
6f00: 53 52 43 44 49 52 29 2f 66 69 6c 65 2e 63 20 24  SRCDIR)/file.c $
6f10: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
6f20: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
6f30: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
6f40: 29 2f 66 69 6c 65 2e 63 20 7c 20 73 65 64 20 2d  )/file.c | sed -
6f50: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
6f60: 49 4f 4e 20 3e 66 69 6c 65 5f 2e 63 0a 0a 66 69  ION >file_.c..fi
6f70: 6c 65 2e 6f 3a 09 66 69 6c 65 5f 2e 63 20 66 69  le.o:.file_.c fi
6f80: 6c 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  le.h  $(SRCDIR)/
6f90: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
6fa0: 29 20 2d 6f 20 66 69 6c 65 2e 6f 20 2d 63 20 66  ) -o file.o -c f
6fb0: 69 6c 65 5f 2e 63 0a 0a 66 69 6c 65 2e 68 3a 09  ile_.c..file.h:.
6fc0: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
6fd0: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
6fe0: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a  .c:add.h bag_.c:
6ff0: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
7000: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
7010: 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63  ranch.h cgi_.c:c
7020: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
7030: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
7040: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
7050: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
7060: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
7070: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
7080: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
7090: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
70a0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
70b0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
70c0: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
70d0: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
70e0: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
70f0: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
7100: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
7110: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
7120: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
7130: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
7140: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
7150: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
7160: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
7170: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
7180: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
7190: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
71a0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
71b0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
71c0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
71d0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
71e0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
71f0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
7200: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
7210: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
7220: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
7230: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
7240: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
7250: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
7260: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
7270: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
7280: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
7290: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a  c:sync.h tag_.c:
72a0: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  tag.h timeline_.
72b0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64  c:timeline.h und
72c0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
72d0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
72e0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
72f0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
7300: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
7310: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
7320: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
7330: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
7340: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
7350: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
7360: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
7370: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
7380: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
7390: 65 72 73 0a 0a 68 74 74 70 5f 2e 63 3a 09 24 28  ers..http_.c:.$(
73a0: 53 52 43 44 49 52 29 2f 68 74 74 70 2e 63 20 24  SRCDIR)/http.c $
73b0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
73c0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
73d0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
73e0: 29 2f 68 74 74 70 2e 63 20 7c 20 73 65 64 20 2d  )/http.c | sed -
73f0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
7400: 49 4f 4e 20 3e 68 74 74 70 5f 2e 63 0a 0a 68 74  ION >http_.c..ht
7410: 74 70 2e 6f 3a 09 68 74 74 70 5f 2e 63 20 68 74  tp.o:.http_.c ht
7420: 74 70 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  tp.h  $(SRCDIR)/
7430: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
7440: 29 20 2d 6f 20 68 74 74 70 2e 6f 20 2d 63 20 68  ) -o http.o -c h
7450: 74 74 70 5f 2e 63 0a 0a 68 74 74 70 2e 68 3a 09  ttp_.c..http.h:.
7460: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
7470: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
7480: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a  .c:add.h bag_.c:
7490: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
74a0: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
74b0: 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63  ranch.h cgi_.c:c
74c0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
74d0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
74e0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
74f0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
7500: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
7510: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
7520: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
7530: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
7540: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
7550: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
7560: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
7570: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
7580: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
7590: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
75a0: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
75b0: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
75c0: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
75d0: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
75e0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
75f0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
7600: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
7610: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
7620: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
7630: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
7640: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
7650: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
7660: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
7670: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
7680: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
7690: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
76a0: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
76b0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
76c0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
76d0: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
76e0: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
76f0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
7700: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
7710: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
7720: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
7730: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a  c:sync.h tag_.c:
7740: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  tag.h timeline_.
7750: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64  c:timeline.h und
7760: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
7770: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
7780: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
7790: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
77a0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
77b0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
77c0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
77d0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
77e0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
77f0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
7800: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
7810: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
7820: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
7830: 65 72 73 0a 0a 69 6e 66 6f 5f 2e 63 3a 09 24 28  ers..info_.c:.$(
7840: 53 52 43 44 49 52 29 2f 69 6e 66 6f 2e 63 20 24  SRCDIR)/info.c $
7850: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
7860: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
7870: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
7880: 29 2f 69 6e 66 6f 2e 63 20 7c 20 73 65 64 20 2d  )/info.c | sed -
7890: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
78a0: 49 4f 4e 20 3e 69 6e 66 6f 5f 2e 63 0a 0a 69 6e  ION >info_.c..in
78b0: 66 6f 2e 6f 3a 09 69 6e 66 6f 5f 2e 63 20 69 6e  fo.o:.info_.c in
78c0: 66 6f 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  fo.h  $(SRCDIR)/
78d0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
78e0: 29 20 2d 6f 20 69 6e 66 6f 2e 6f 20 2d 63 20 69  ) -o info.o -c i
78f0: 6e 66 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e 68 3a 09  nfo_.c..info.h:.
7900: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
7910: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
7920: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a  .c:add.h bag_.c:
7930: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
7940: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
7950: 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63  ranch.h cgi_.c:c
7960: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
7970: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
7980: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
7990: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
79a0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
79b0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
79c0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
79d0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
79e0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
79f0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
7a00: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
7a10: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
7a20: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
7a30: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
7a40: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
7a50: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
7a60: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
7a70: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
7a80: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
7a90: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
7aa0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
7ab0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
7ac0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
7ad0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
7ae0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
7af0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
7b00: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
7b10: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
7b20: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
7b30: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
7b40: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
7b50: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
7b60: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
7b70: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
7b80: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
7b90: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
7ba0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
7bb0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
7bc0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
7bd0: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a  c:sync.h tag_.c:
7be0: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  tag.h timeline_.
7bf0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64  c:timeline.h und
7c00: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
7c10: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
7c20: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
7c30: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
7c40: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
7c50: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
7c60: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
7c70: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
7c80: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
7c90: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
7ca0: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
7cb0: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
7cc0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
7cd0: 65 72 73 0a 0a 6c 6f 67 69 6e 5f 2e 63 3a 09 24  ers..login_.c:.$
7ce0: 28 53 52 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63  (SRCDIR)/login.c
7cf0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
7d00: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
7d10: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
7d20: 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 7c 20 73 65  IR)/login.c | se
7d30: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
7d40: 45 52 53 49 4f 4e 20 3e 6c 6f 67 69 6e 5f 2e 63  ERSION >login_.c
7d50: 0a 0a 6c 6f 67 69 6e 2e 6f 3a 09 6c 6f 67 69 6e  ..login.o:.login
7d60: 5f 2e 63 20 6c 6f 67 69 6e 2e 68 20 20 24 28 53  _.c login.h  $(S
7d70: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
7d80: 09 24 28 58 54 43 43 29 20 2d 6f 20 6c 6f 67 69  .$(XTCC) -o logi
7d90: 6e 2e 6f 20 2d 63 20 6c 6f 67 69 6e 5f 2e 63 0a  n.o -c login_.c.
7da0: 0a 6c 6f 67 69 6e 2e 68 3a 09 6d 61 6b 65 68 65  .login.h:.makehe
7db0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
7dc0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
7dd0: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
7de0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
7df0: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
7e00: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
7e10: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
7e20: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
7e30: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
7e40: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
7e50: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
7e60: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
7e70: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
7e80: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74  nstruct_.c:const
7e90: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  ruct.h content_.
7ea0: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
7eb0: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
7ec0: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
7ed0: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
7ee0: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
7ef0: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
7f00: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
7f10: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
7f20: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
7f30: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
7f40: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
7f50: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
7f60: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
7f70: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
7f80: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
7f90: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
7fa0: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
7fb0: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
7fc0: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
7fd0: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
7fe0: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
7ff0: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
8000: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
8010: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
8020: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
8030: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
8040: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
8050: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
8060: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
8070: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63  e.h sync_.c:sync
8080: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20  .h tag_.c:tag.h 
8090: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
80a0: 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  line.h undo_.c:u
80b0: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
80c0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
80d0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
80e0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
80f0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
8100: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
8110: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
8120: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
8130: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
8140: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
8150: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
8160: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
8170: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d  touch headers..m
8180: 61 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ain_.c:.$(SRCDIR
8190: 29 2f 6d 61 69 6e 2e 63 20 24 28 53 52 43 44 49  )/main.c $(SRCDI
81a0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
81b0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
81c0: 65 20 24 28 53 52 43 44 49 52 29 2f 6d 61 69 6e  e $(SRCDIR)/main
81d0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
81e0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d  CDIR)/VERSION >m
81f0: 61 69 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e 6f 3a 09  ain_.c..main.o:.
8200: 6d 61 69 6e 5f 2e 63 20 6d 61 69 6e 2e 68 20 70  main_.c main.h p
8210: 61 67 65 5f 69 6e 64 65 78 2e 68 20 24 28 53 52  age_index.h $(SR
8220: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
8230: 24 28 58 54 43 43 29 20 2d 6f 20 6d 61 69 6e 2e  $(XTCC) -o main.
8240: 6f 20 2d 63 20 6d 61 69 6e 5f 2e 63 0a 0a 6d 61  o -c main_.c..ma
8250: 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  in.h:.makeheader
8260: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
8270: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
8280: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
8290: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
82a0: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67  h_.c:branch.h cg
82b0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
82c0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
82d0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
82e0: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
82f0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
8300: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
8310: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
8320: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
8330: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
8340: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
8350: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
8360: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
8370: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
8380: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
8390: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
83a0: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
83b0: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
83c0: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
83d0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
83e0: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
83f0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
8400: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
8410: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
8420: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
8430: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
8440: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
8450: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
8460: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
8470: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
8480: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
8490: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
84a0: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
84b0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
84c0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
84d0: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
84e0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
84f0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
8500: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
8510: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
8520: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
8530: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65  ag_.c:tag.h time
8540: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
8550: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
8560: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
8570: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
8580: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
8590: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
85a0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
85b0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
85c0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
85d0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
85e0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
85f0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
8600: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
8610: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
8620: 68 20 68 65 61 64 65 72 73 0a 0a 6d 61 6e 69 66  h headers..manif
8630: 65 73 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  est_.c:.$(SRCDIR
8640: 29 2f 6d 61 6e 69 66 65 73 74 2e 63 20 24 28 53  )/manifest.c $(S
8650: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
8660: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
8670: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
8680: 6d 61 6e 69 66 65 73 74 2e 63 20 7c 20 73 65 64  manifest.c | sed
8690: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
86a0: 52 53 49 4f 4e 20 3e 6d 61 6e 69 66 65 73 74 5f  RSION >manifest_
86b0: 2e 63 0a 0a 6d 61 6e 69 66 65 73 74 2e 6f 3a 09  .c..manifest.o:.
86c0: 6d 61 6e 69 66 65 73 74 5f 2e 63 20 6d 61 6e 69  manifest_.c mani
86d0: 66 65 73 74 2e 68 20 20 24 28 53 52 43 44 49 52  fest.h  $(SRCDIR
86e0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
86f0: 43 43 29 20 2d 6f 20 6d 61 6e 69 66 65 73 74 2e  CC) -o manifest.
8700: 6f 20 2d 63 20 6d 61 6e 69 66 65 73 74 5f 2e 63  o -c manifest_.c
8710: 0a 0a 6d 61 6e 69 66 65 73 74 2e 68 3a 09 6d 61  ..manifest.h:.ma
8720: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
8730: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
8740: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61  :add.h bag_.c:ba
8750: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
8760: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
8770: 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  nch.h cgi_.c:cgi
8780: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
8790: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
87a0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
87b0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
87c0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
87d0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
87e0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
87f0: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
8800: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
8810: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
8820: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
8830: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
8840: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
8850: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
8860: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
8870: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
8880: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
8890: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
88a0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
88b0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
88c0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
88d0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
88e0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
88f0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
8900: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
8910: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
8920: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
8930: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
8940: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
8950: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
8960: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
8970: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
8980: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
8990: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
89a0: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
89b0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
89c0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
89d0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
89e0: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
89f0: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61  sync.h tag_.c:ta
8a00: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  g.h timeline_.c:
8a10: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f  timeline.h undo_
8a20: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
8a30: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
8a40: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
8a50: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
8a60: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
8a70: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
8a80: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
8a90: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
8aa0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78  rmat.h xfer_.c:x
8ab0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70  fer.h zip_.c:zip
8ac0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c  .h $(SRCDIR)/sql
8ad0: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  ite3.h ./VERSION
8ae0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
8af0: 73 0a 0a 6d 64 35 5f 2e 63 3a 09 24 28 53 52 43  s..md5_.c:.$(SRC
8b00: 44 49 52 29 2f 6d 64 35 2e 63 20 24 28 53 52 43  DIR)/md5.c $(SRC
8b10: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
8b20: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
8b30: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d 64  ate $(SRCDIR)/md
8b40: 35 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  5.c | sed -f $(S
8b50: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
8b60: 6d 64 35 5f 2e 63 0a 0a 6d 64 35 2e 6f 3a 09 6d  md5_.c..md5.o:.m
8b70: 64 35 5f 2e 63 20 6d 64 35 2e 68 20 20 24 28 53  d5_.c md5.h  $(S
8b80: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
8b90: 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 64 35 2e  .$(XTCC) -o md5.
8ba0: 6f 20 2d 63 20 6d 64 35 5f 2e 63 0a 0a 6d 64 35  o -c md5_.c..md5
8bb0: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
8bc0: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
8bd0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67  add_.c:add.h bag
8be0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
8bf0: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
8c00: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f  .c:branch.h cgi_
8c10: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
8c20: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
8c30: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
8c40: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
8c50: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
8c60: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
8c70: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
8c80: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63  ormat.h construc
8c90: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68  t_.c:construct.h
8ca0: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
8cb0: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
8cc0: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
8cd0: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
8ce0: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
8cf0: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
8d00: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
8d10: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
8d20: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
8d30: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
8d40: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
8d50: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
8d60: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
8d70: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
8d80: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
8d90: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
8da0: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
8db0: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
8dc0: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
8dd0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
8de0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
8df0: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
8e00: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
8e10: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
8e20: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
8e30: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
8e40: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
8e50: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
8e60: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
8e70: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
8e80: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67  nc_.c:sync.h tag
8e90: 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69  _.c:tag.h timeli
8ea0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
8eb0: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
8ec0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
8ed0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
8ee0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
8ef0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
8f00: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
8f10: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
8f20: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
8f30: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
8f40: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
8f50: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
8f60: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56  R)/sqlite3.h ./V
8f70: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
8f80: 68 65 61 64 65 72 73 0a 0a 6d 65 72 67 65 5f 2e  headers..merge_.
8f90: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 65 72  c:.$(SRCDIR)/mer
8fa0: 67 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ge.c $(SRCDIR)/V
8fb0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
8fc0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
8fd0: 53 52 43 44 49 52 29 2f 6d 65 72 67 65 2e 63 20  SRCDIR)/merge.c 
8fe0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
8ff0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 65 72 67  R)/VERSION >merg
9000: 65 5f 2e 63 0a 0a 6d 65 72 67 65 2e 6f 3a 09 6d  e_.c..merge.o:.m
9010: 65 72 67 65 5f 2e 63 20 6d 65 72 67 65 2e 68 20  erge_.c merge.h 
9020: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
9030: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
9040: 6d 65 72 67 65 2e 6f 20 2d 63 20 6d 65 72 67 65  merge.o -c merge
9050: 5f 2e 63 0a 0a 6d 65 72 67 65 2e 68 3a 09 6d 61  _.c..merge.h:.ma
9060: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
9070: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
9080: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61  :add.h bag_.c:ba
9090: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
90a0: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
90b0: 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  nch.h cgi_.c:cgi
90c0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
90d0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
90e0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
90f0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
9100: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
9110: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
9120: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
9130: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
9140: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
9150: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
9160: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
9170: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
9180: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
9190: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
91a0: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
91b0: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
91c0: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
91d0: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
91e0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
91f0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
9200: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
9210: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
9220: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
9230: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
9240: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
9250: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
9260: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
9270: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
9280: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
9290: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
92a0: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
92b0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
92c0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
92d0: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
92e0: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
92f0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
9300: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
9310: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
9320: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
9330: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61  sync.h tag_.c:ta
9340: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  g.h timeline_.c:
9350: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f  timeline.h undo_
9360: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
9370: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
9380: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
9390: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
93a0: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
93b0: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
93c0: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
93d0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
93e0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78  rmat.h xfer_.c:x
93f0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70  fer.h zip_.c:zip
9400: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c  .h $(SRCDIR)/sql
9410: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  ite3.h ./VERSION
9420: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
9430: 73 0a 0a 6d 65 72 67 65 33 5f 2e 63 3a 09 24 28  s..merge3_.c:.$(
9440: 53 52 43 44 49 52 29 2f 6d 65 72 67 65 33 2e 63  SRCDIR)/merge3.c
9450: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
9460: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
9470: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
9480: 49 52 29 2f 6d 65 72 67 65 33 2e 63 20 7c 20 73  IR)/merge3.c | s
9490: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
94a0: 56 45 52 53 49 4f 4e 20 3e 6d 65 72 67 65 33 5f  VERSION >merge3_
94b0: 2e 63 0a 0a 6d 65 72 67 65 33 2e 6f 3a 09 6d 65  .c..merge3.o:.me
94c0: 72 67 65 33 5f 2e 63 20 6d 65 72 67 65 33 2e 68  rge3_.c merge3.h
94d0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
94e0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
94f0: 20 6d 65 72 67 65 33 2e 6f 20 2d 63 20 6d 65 72   merge3.o -c mer
9500: 67 65 33 5f 2e 63 0a 0a 6d 65 72 67 65 33 2e 68  ge3_.c..merge3.h
9510: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
9520: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
9530: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e  d_.c:add.h bag_.
9540: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
9550: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63  blob.h branch_.c
9560: 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63  :branch.h cgi_.c
9570: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
9580: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
9590: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
95a0: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
95b0: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
95c0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
95d0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
95e0: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
95f0: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
9600: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
9610: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
9620: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
9630: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
9640: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
9650: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
9660: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
9670: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
9680: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
9690: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
96a0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
96b0: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
96c0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
96d0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
96e0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
96f0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
9700: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
9710: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
9720: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
9730: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
9740: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
9750: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
9760: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
9770: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
9780: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
9790: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
97a0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
97b0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
97c0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
97d0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
97e0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e  _.c:sync.h tag_.
97f0: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65  c:tag.h timeline
9800: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75  _.c:timeline.h u
9810: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
9820: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
9830: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
9840: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
9850: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
9860: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
9870: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
9880: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
9890: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
98a0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
98b0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
98c0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
98d0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
98e0: 61 64 65 72 73 0a 0a 6e 61 6d 65 5f 2e 63 3a 09  aders..name_.c:.
98f0: 24 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 2e 63  $(SRCDIR)/name.c
9900: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
9910: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
9920: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
9930: 49 52 29 2f 6e 61 6d 65 2e 63 20 7c 20 73 65 64  IR)/name.c | sed
9940: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
9950: 52 53 49 4f 4e 20 3e 6e 61 6d 65 5f 2e 63 0a 0a  RSION >name_.c..
9960: 6e 61 6d 65 2e 6f 3a 09 6e 61 6d 65 5f 2e 63 20  name.o:.name_.c 
9970: 6e 61 6d 65 2e 68 20 20 24 28 53 52 43 44 49 52  name.h  $(SRCDIR
9980: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
9990: 43 43 29 20 2d 6f 20 6e 61 6d 65 2e 6f 20 2d 63  CC) -o name.o -c
99a0: 20 6e 61 6d 65 5f 2e 63 0a 0a 6e 61 6d 65 2e 68   name_.c..name.h
99b0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
99c0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
99d0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e  d_.c:add.h bag_.
99e0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
99f0: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63  blob.h branch_.c
9a00: 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63  :branch.h cgi_.c
9a10: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
9a20: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
9a30: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
9a40: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
9a50: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
9a60: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
9a70: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
9a80: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
9a90: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
9aa0: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
9ab0: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
9ac0: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
9ad0: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
9ae0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
9af0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
9b00: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
9b10: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
9b20: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
9b30: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
9b40: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
9b50: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
9b60: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
9b70: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
9b80: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
9b90: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
9ba0: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
9bb0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
9bc0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
9bd0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
9be0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
9bf0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
9c00: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
9c10: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
9c20: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
9c30: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
9c40: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
9c50: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
9c60: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
9c70: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
9c80: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e  _.c:sync.h tag_.
9c90: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65  c:tag.h timeline
9ca0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75  _.c:timeline.h u
9cb0: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
9cc0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
9cd0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
9ce0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
9cf0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
9d00: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
9d10: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
9d20: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
9d30: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
9d40: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
9d50: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
9d60: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
9d70: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
9d80: 61 64 65 72 73 0a 0a 70 69 76 6f 74 5f 2e 63 3a  aders..pivot_.c:
9d90: 09 24 28 53 52 43 44 49 52 29 2f 70 69 76 6f 74  .$(SRCDIR)/pivot
9da0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
9db0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
9dc0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
9dd0: 43 44 49 52 29 2f 70 69 76 6f 74 2e 63 20 7c 20  CDIR)/pivot.c | 
9de0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
9df0: 2f 56 45 52 53 49 4f 4e 20 3e 70 69 76 6f 74 5f  /VERSION >pivot_
9e00: 2e 63 0a 0a 70 69 76 6f 74 2e 6f 3a 09 70 69 76  .c..pivot.o:.piv
9e10: 6f 74 5f 2e 63 20 70 69 76 6f 74 2e 68 20 20 24  ot_.c pivot.h  $
9e20: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
9e30: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 70 69  h..$(XTCC) -o pi
9e40: 76 6f 74 2e 6f 20 2d 63 20 70 69 76 6f 74 5f 2e  vot.o -c pivot_.
9e50: 63 0a 0a 70 69 76 6f 74 2e 68 3a 09 6d 61 6b 65  c..pivot.h:.make
9e60: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
9e70: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
9e80: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  dd.h bag_.c:bag.
9e90: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
9ea0: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
9eb0: 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  h.h cgi_.c:cgi.h
9ec0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
9ed0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
9ee0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
9ef0: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
9f00: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
9f10: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
9f20: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
9f30: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
9f40: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
9f50: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
9f60: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
9f70: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
9f80: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
9f90: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
9fa0: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
9fb0: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
9fc0: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
9fd0: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
9fe0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
9ff0: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
a000: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
a010: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
a020: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
a030: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
a040: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
a050: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
a060: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
a070: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
a080: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
a090: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
a0a0: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
a0b0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
a0c0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
a0d0: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
a0e0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
a0f0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
a100: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
a110: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
a120: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
a130: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e  nc.h tag_.c:tag.
a140: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
a150: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63  meline.h undo_.c
a160: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
a170: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
a180: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
a190: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
a1a0: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
a1b0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
a1c0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
a1d0: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
a1e0: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
a1f0: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
a200: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
a210: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
a220: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
a230: 0a 70 71 75 65 75 65 5f 2e 63 3a 09 24 28 53 52  .pqueue_.c:.$(SR
a240: 43 44 49 52 29 2f 70 71 75 65 75 65 2e 63 20 24  CDIR)/pqueue.c $
a250: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
a260: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
a270: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
a280: 29 2f 70 71 75 65 75 65 2e 63 20 7c 20 73 65 64  )/pqueue.c | sed
a290: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
a2a0: 52 53 49 4f 4e 20 3e 70 71 75 65 75 65 5f 2e 63  RSION >pqueue_.c
a2b0: 0a 0a 70 71 75 65 75 65 2e 6f 3a 09 70 71 75 65  ..pqueue.o:.pque
a2c0: 75 65 5f 2e 63 20 70 71 75 65 75 65 2e 68 20 20  ue_.c pqueue.h  
a2d0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
a2e0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 70  .h..$(XTCC) -o p
a2f0: 71 75 65 75 65 2e 6f 20 2d 63 20 70 71 75 65 75  queue.o -c pqueu
a300: 65 5f 2e 63 0a 0a 70 71 75 65 75 65 2e 68 3a 09  e_.c..pqueue.h:.
a310: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
a320: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
a330: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a  .c:add.h bag_.c:
a340: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
a350: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
a360: 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63  ranch.h cgi_.c:c
a370: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
a380: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
a390: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
a3a0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
a3b0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
a3c0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
a3d0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
a3e0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
a3f0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
a400: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
a410: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
a420: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
a430: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
a440: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
a450: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
a460: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
a470: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
a480: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
a490: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
a4a0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
a4b0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
a4c0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
a4d0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
a4e0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
a4f0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
a500: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
a510: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
a520: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
a530: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
a540: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
a550: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
a560: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
a570: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
a580: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
a590: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
a5a0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
a5b0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
a5c0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
a5d0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
a5e0: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a  c:sync.h tag_.c:
a5f0: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  tag.h timeline_.
a600: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64  c:timeline.h und
a610: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
a620: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
a630: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
a640: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
a650: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
a660: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
a670: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
a680: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
a690: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
a6a0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
a6b0: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
a6c0: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
a6d0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
a6e0: 65 72 73 0a 0a 70 72 69 6e 74 66 5f 2e 63 3a 09  ers..printf_.c:.
a6f0: 24 28 53 52 43 44 49 52 29 2f 70 72 69 6e 74 66  $(SRCDIR)/printf
a700: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
a710: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
a720: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
a730: 43 44 49 52 29 2f 70 72 69 6e 74 66 2e 63 20 7c  CDIR)/printf.c |
a740: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
a750: 29 2f 56 45 52 53 49 4f 4e 20 3e 70 72 69 6e 74  )/VERSION >print
a760: 66 5f 2e 63 0a 0a 70 72 69 6e 74 66 2e 6f 3a 09  f_.c..printf.o:.
a770: 70 72 69 6e 74 66 5f 2e 63 20 70 72 69 6e 74 66  printf_.c printf
a780: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
a790: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
a7a0: 2d 6f 20 70 72 69 6e 74 66 2e 6f 20 2d 63 20 70  -o printf.o -c p
a7b0: 72 69 6e 74 66 5f 2e 63 0a 0a 70 72 69 6e 74 66  rintf_.c..printf
a7c0: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
a7d0: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
a7e0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67  add_.c:add.h bag
a7f0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
a800: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
a810: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f  .c:branch.h cgi_
a820: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
a830: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
a840: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
a850: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
a860: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
a870: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
a880: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
a890: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63  ormat.h construc
a8a0: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68  t_.c:construct.h
a8b0: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
a8c0: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
a8d0: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
a8e0: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
a8f0: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
a900: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
a910: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
a920: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
a930: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
a940: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
a950: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
a960: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
a970: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
a980: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
a990: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
a9a0: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
a9b0: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
a9c0: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
a9d0: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
a9e0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
a9f0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
aa00: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
aa10: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
aa20: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
aa30: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
aa40: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
aa50: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
aa60: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
aa70: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
aa80: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
aa90: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67  nc_.c:sync.h tag
aaa0: 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69  _.c:tag.h timeli
aab0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
aac0: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
aad0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
aae0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
aaf0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
ab00: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
ab10: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
ab20: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
ab30: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
ab40: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
ab50: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
ab60: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
ab70: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56  R)/sqlite3.h ./V
ab80: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
ab90: 68 65 61 64 65 72 73 0a 0a 72 65 62 75 69 6c 64  headers..rebuild
aba0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 72  _.c:.$(SRCDIR)/r
abb0: 65 62 75 69 6c 64 2e 63 20 24 28 53 52 43 44 49  ebuild.c $(SRCDI
abc0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
abd0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
abe0: 65 20 24 28 53 52 43 44 49 52 29 2f 72 65 62 75  e $(SRCDIR)/rebu
abf0: 69 6c 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ild.c | sed -f $
ac00: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
ac10: 20 3e 72 65 62 75 69 6c 64 5f 2e 63 0a 0a 72 65   >rebuild_.c..re
ac20: 62 75 69 6c 64 2e 6f 3a 09 72 65 62 75 69 6c 64  build.o:.rebuild
ac30: 5f 2e 63 20 72 65 62 75 69 6c 64 2e 68 20 20 24  _.c rebuild.h  $
ac40: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
ac50: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 72 65  h..$(XTCC) -o re
ac60: 62 75 69 6c 64 2e 6f 20 2d 63 20 72 65 62 75 69  build.o -c rebui
ac70: 6c 64 5f 2e 63 0a 0a 72 65 62 75 69 6c 64 2e 68  ld_.c..rebuild.h
ac80: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
ac90: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
aca0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e  d_.c:add.h bag_.
acb0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
acc0: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63  blob.h branch_.c
acd0: 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63  :branch.h cgi_.c
ace0: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
acf0: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
ad00: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
ad10: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
ad20: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
ad30: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
ad40: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
ad50: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
ad60: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
ad70: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
ad80: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
ad90: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
ada0: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
adb0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
adc0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
add0: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
ade0: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
adf0: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
ae00: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
ae10: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
ae20: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
ae30: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
ae40: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
ae50: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
ae60: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
ae70: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
ae80: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
ae90: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
aea0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
aeb0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
aec0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
aed0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
aee0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
aef0: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
af00: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
af10: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
af20: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
af30: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
af40: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
af50: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e  _.c:sync.h tag_.
af60: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65  c:tag.h timeline
af70: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75  _.c:timeline.h u
af80: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
af90: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
afa0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
afb0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
afc0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
afd0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
afe0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
aff0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
b000: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
b010: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
b020: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
b030: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
b040: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
b050: 61 64 65 72 73 0a 0a 72 73 73 5f 2e 63 3a 09 24  aders..rss_.c:.$
b060: 28 53 52 43 44 49 52 29 2f 72 73 73 2e 63 20 24  (SRCDIR)/rss.c $
b070: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
b080: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
b090: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
b0a0: 29 2f 72 73 73 2e 63 20 7c 20 73 65 64 20 2d 66  )/rss.c | sed -f
b0b0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
b0c0: 4f 4e 20 3e 72 73 73 5f 2e 63 0a 0a 72 73 73 2e  ON >rss_.c..rss.
b0d0: 6f 3a 09 72 73 73 5f 2e 63 20 72 73 73 2e 68 20  o:.rss_.c rss.h 
b0e0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
b0f0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
b100: 72 73 73 2e 6f 20 2d 63 20 72 73 73 5f 2e 63 0a  rss.o -c rss_.c.
b110: 0a 72 73 73 2e 68 3a 09 6d 61 6b 65 68 65 61 64  .rss.h:.makehead
b120: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
b130: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
b140: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
b150: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
b160: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
b170: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
b180: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
b190: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
b1a0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
b1b0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
b1c0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
b1d0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
b1e0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
b1f0: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
b200: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
b210: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
b220: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
b230: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
b240: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
b250: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
b260: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
b270: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
b280: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
b290: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
b2a0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
b2b0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
b2c0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
b2d0: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
b2e0: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
b2f0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
b300: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
b310: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
b320: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
b330: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
b340: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
b350: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
b360: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
b370: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
b380: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
b390: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
b3a0: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
b3b0: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
b3c0: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
b3d0: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
b3e0: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
b3f0: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69   tag_.c:tag.h ti
b400: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
b410: 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  ne.h undo_.c:und
b420: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
b430: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
b440: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
b450: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
b460: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
b470: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
b480: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
b490: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
b4a0: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
b4b0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
b4c0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
b4d0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
b4e0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73 63 68  uch headers..sch
b4f0: 65 6d 61 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ema_.c:.$(SRCDIR
b500: 29 2f 73 63 68 65 6d 61 2e 63 20 24 28 53 52 43  )/schema.c $(SRC
b510: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
b520: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
b530: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 63  ate $(SRCDIR)/sc
b540: 68 65 6d 61 2e 63 20 7c 20 73 65 64 20 2d 66 20  hema.c | sed -f 
b550: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
b560: 4e 20 3e 73 63 68 65 6d 61 5f 2e 63 0a 0a 73 63  N >schema_.c..sc
b570: 68 65 6d 61 2e 6f 3a 09 73 63 68 65 6d 61 5f 2e  hema.o:.schema_.
b580: 63 20 73 63 68 65 6d 61 2e 68 20 20 24 28 53 52  c schema.h  $(SR
b590: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
b5a0: 24 28 58 54 43 43 29 20 2d 6f 20 73 63 68 65 6d  $(XTCC) -o schem
b5b0: 61 2e 6f 20 2d 63 20 73 63 68 65 6d 61 5f 2e 63  a.o -c schema_.c
b5c0: 0a 0a 73 63 68 65 6d 61 2e 68 3a 09 6d 61 6b 65  ..schema.h:.make
b5d0: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
b5e0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
b5f0: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  dd.h bag_.c:bag.
b600: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
b610: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
b620: 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  h.h cgi_.c:cgi.h
b630: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
b640: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
b650: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
b660: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
b670: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
b680: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
b690: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
b6a0: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
b6b0: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
b6c0: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
b6d0: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
b6e0: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
b6f0: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
b700: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
b710: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
b720: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
b730: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
b740: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
b750: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
b760: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
b770: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
b780: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
b790: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
b7a0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
b7b0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
b7c0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
b7d0: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
b7e0: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
b7f0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
b800: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
b810: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
b820: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
b830: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
b840: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
b850: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
b860: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
b870: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
b880: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
b890: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
b8a0: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e  nc.h tag_.c:tag.
b8b0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
b8c0: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63  meline.h undo_.c
b8d0: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
b8e0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
b8f0: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
b900: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
b910: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
b920: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
b930: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
b940: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
b950: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
b960: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
b970: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
b980: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
b990: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
b9a0: 0a 73 65 74 75 70 5f 2e 63 3a 09 24 28 53 52 43  .setup_.c:.$(SRC
b9b0: 44 49 52 29 2f 73 65 74 75 70 2e 63 20 24 28 53  DIR)/setup.c $(S
b9c0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
b9d0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
b9e0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
b9f0: 73 65 74 75 70 2e 63 20 7c 20 73 65 64 20 2d 66  setup.c | sed -f
ba00: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
ba10: 4f 4e 20 3e 73 65 74 75 70 5f 2e 63 0a 0a 73 65  ON >setup_.c..se
ba20: 74 75 70 2e 6f 3a 09 73 65 74 75 70 5f 2e 63 20  tup.o:.setup_.c 
ba30: 73 65 74 75 70 2e 68 20 20 24 28 53 52 43 44 49  setup.h  $(SRCDI
ba40: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
ba50: 54 43 43 29 20 2d 6f 20 73 65 74 75 70 2e 6f 20  TCC) -o setup.o 
ba60: 2d 63 20 73 65 74 75 70 5f 2e 63 0a 0a 73 65 74  -c setup_.c..set
ba70: 75 70 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  up.h:.makeheader
ba80: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
ba90: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
baa0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
bab0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
bac0: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67  h_.c:branch.h cg
bad0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
bae0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
baf0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
bb00: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
bb10: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
bb20: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
bb30: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
bb40: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
bb50: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
bb60: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
bb70: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
bb80: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
bb90: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
bba0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
bbb0: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
bbc0: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
bbd0: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
bbe0: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
bbf0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
bc00: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
bc10: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
bc20: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
bc30: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
bc40: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
bc50: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
bc60: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
bc70: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
bc80: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
bc90: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
bca0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
bcb0: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
bcc0: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
bcd0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
bce0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
bcf0: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
bd00: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
bd10: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
bd20: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
bd30: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
bd40: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
bd50: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65  ag_.c:tag.h time
bd60: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
bd70: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
bd80: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
bd90: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
bda0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
bdb0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
bdc0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
bdd0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
bde0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
bdf0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
be00: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
be10: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
be20: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
be30: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
be40: 68 20 68 65 61 64 65 72 73 0a 0a 73 68 61 31 5f  h headers..sha1_
be50: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 68  .c:.$(SRCDIR)/sh
be60: 61 31 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  a1.c $(SRCDIR)/V
be70: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
be80: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
be90: 53 52 43 44 49 52 29 2f 73 68 61 31 2e 63 20 7c  SRCDIR)/sha1.c |
bea0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
beb0: 29 2f 56 45 52 53 49 4f 4e 20 3e 73 68 61 31 5f  )/VERSION >sha1_
bec0: 2e 63 0a 0a 73 68 61 31 2e 6f 3a 09 73 68 61 31  .c..sha1.o:.sha1
bed0: 5f 2e 63 20 73 68 61 31 2e 68 20 20 24 28 53 52  _.c sha1.h  $(SR
bee0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
bef0: 24 28 58 54 43 43 29 20 2d 6f 20 73 68 61 31 2e  $(XTCC) -o sha1.
bf00: 6f 20 2d 63 20 73 68 61 31 5f 2e 63 0a 0a 73 68  o -c sha1_.c..sh
bf10: 61 31 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  a1.h:.makeheader
bf20: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
bf30: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
bf40: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
bf50: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
bf60: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67  h_.c:branch.h cg
bf70: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
bf80: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
bf90: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
bfa0: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
bfb0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
bfc0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
bfd0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
bfe0: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
bff0: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
c000: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
c010: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
c020: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
c030: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
c040: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
c050: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
c060: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
c070: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
c080: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
c090: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
c0a0: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
c0b0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
c0c0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
c0d0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
c0e0: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
c0f0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
c100: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
c110: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
c120: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
c130: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
c140: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
c150: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
c160: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
c170: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
c180: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
c190: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
c1a0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
c1b0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
c1c0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
c1d0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
c1e0: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
c1f0: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65  ag_.c:tag.h time
c200: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
c210: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
c220: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
c230: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
c240: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
c250: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
c260: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
c270: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
c280: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
c290: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
c2a0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
c2b0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
c2c0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
c2d0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
c2e0: 68 20 68 65 61 64 65 72 73 0a 0a 73 74 79 6c 65  h headers..style
c2f0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73  _.c:.$(SRCDIR)/s
c300: 74 79 6c 65 2e 63 20 24 28 53 52 43 44 49 52 29  tyle.c $(SRCDIR)
c310: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
c320: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
c330: 24 28 53 52 43 44 49 52 29 2f 73 74 79 6c 65 2e  $(SRCDIR)/style.
c340: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
c350: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 74  DIR)/VERSION >st
c360: 79 6c 65 5f 2e 63 0a 0a 73 74 79 6c 65 2e 6f 3a  yle_.c..style.o:
c370: 09 73 74 79 6c 65 5f 2e 63 20 73 74 79 6c 65 2e  .style_.c style.
c380: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
c390: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
c3a0: 6f 20 73 74 79 6c 65 2e 6f 20 2d 63 20 73 74 79  o style.o -c sty
c3b0: 6c 65 5f 2e 63 0a 0a 73 74 79 6c 65 2e 68 3a 09  le_.c..style.h:.
c3c0: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
c3d0: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
c3e0: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a  .c:add.h bag_.c:
c3f0: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
c400: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
c410: 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63  ranch.h cgi_.c:c
c420: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
c430: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
c440: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
c450: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
c460: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
c470: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
c480: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
c490: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
c4a0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
c4b0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
c4c0: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
c4d0: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
c4e0: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
c4f0: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
c500: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
c510: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
c520: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
c530: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
c540: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
c550: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
c560: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
c570: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
c580: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
c590: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
c5a0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
c5b0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
c5c0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
c5d0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
c5e0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
c5f0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
c600: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
c610: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
c620: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
c630: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
c640: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
c650: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
c660: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
c670: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
c680: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
c690: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a  c:sync.h tag_.c:
c6a0: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  tag.h timeline_.
c6b0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64  c:timeline.h und
c6c0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
c6d0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
c6e0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
c6f0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
c700: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
c710: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
c720: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
c730: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
c740: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
c750: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
c760: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
c770: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
c780: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
c790: 65 72 73 0a 0a 73 79 6e 63 5f 2e 63 3a 09 24 28  ers..sync_.c:.$(
c7a0: 53 52 43 44 49 52 29 2f 73 79 6e 63 2e 63 20 24  SRCDIR)/sync.c $
c7b0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
c7c0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
c7d0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
c7e0: 29 2f 73 79 6e 63 2e 63 20 7c 20 73 65 64 20 2d  )/sync.c | sed -
c7f0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
c800: 49 4f 4e 20 3e 73 79 6e 63 5f 2e 63 0a 0a 73 79  ION >sync_.c..sy
c810: 6e 63 2e 6f 3a 09 73 79 6e 63 5f 2e 63 20 73 79  nc.o:.sync_.c sy
c820: 6e 63 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  nc.h  $(SRCDIR)/
c830: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
c840: 29 20 2d 6f 20 73 79 6e 63 2e 6f 20 2d 63 20 73  ) -o sync.o -c s
c850: 79 6e 63 5f 2e 63 0a 0a 73 79 6e 63 2e 68 3a 09  ync_.c..sync.h:.
c860: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
c870: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
c880: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a  .c:add.h bag_.c:
c890: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
c8a0: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
c8b0: 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63  ranch.h cgi_.c:c
c8c0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
c8d0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
c8e0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
c8f0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
c900: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
c910: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
c920: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
c930: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
c940: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
c950: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
c960: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
c970: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
c980: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
c990: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
c9a0: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
c9b0: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
c9c0: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
c9d0: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
c9e0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
c9f0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
ca00: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
ca10: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
ca20: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
ca30: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
ca40: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
ca50: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
ca60: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
ca70: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
ca80: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
ca90: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
caa0: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
cab0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
cac0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
cad0: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
cae0: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
caf0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
cb00: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
cb10: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
cb20: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
cb30: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a  c:sync.h tag_.c:
cb40: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  tag.h timeline_.
cb50: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64  c:timeline.h und
cb60: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
cb70: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
cb80: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
cb90: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
cba0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
cbb0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
cbc0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
cbd0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
cbe0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
cbf0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
cc00: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
cc10: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
cc20: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
cc30: 65 72 73 0a 0a 74 61 67 5f 2e 63 3a 09 24 28 53  ers..tag_.c:.$(S
cc40: 52 43 44 49 52 29 2f 74 61 67 2e 63 20 24 28 53  RCDIR)/tag.c $(S
cc50: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
cc60: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
cc70: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
cc80: 74 61 67 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  tag.c | sed -f $
cc90: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
cca0: 20 3e 74 61 67 5f 2e 63 0a 0a 74 61 67 2e 6f 3a   >tag_.c..tag.o:
ccb0: 09 74 61 67 5f 2e 63 20 74 61 67 2e 68 20 20 24  .tag_.c tag.h  $
ccc0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
ccd0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 74 61  h..$(XTCC) -o ta
cce0: 67 2e 6f 20 2d 63 20 74 61 67 5f 2e 63 0a 0a 74  g.o -c tag_.c..t
ccf0: 61 67 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  ag.h:.makeheader
cd00: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
cd10: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
cd20: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
cd30: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
cd40: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67  h_.c:branch.h cg
cd50: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
cd60: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
cd70: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
cd80: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
cd90: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
cda0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
cdb0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
cdc0: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
cdd0: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
cde0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
cdf0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
ce00: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
ce10: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
ce20: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
ce30: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
ce40: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
ce50: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
ce60: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
ce70: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
ce80: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
ce90: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
cea0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
ceb0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
cec0: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
ced0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
cee0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
cef0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
cf00: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
cf10: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
cf20: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
cf30: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
cf40: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
cf50: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
cf60: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
cf70: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
cf80: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
cf90: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
cfa0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
cfb0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
cfc0: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
cfd0: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65  ag_.c:tag.h time
cfe0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
cff0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
d000: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
d010: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
d020: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
d030: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
d040: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
d050: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
d060: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
d070: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
d080: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
d090: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
d0a0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
d0b0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
d0c0: 68 20 68 65 61 64 65 72 73 0a 0a 74 69 6d 65 6c  h headers..timel
d0d0: 69 6e 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ine_.c:.$(SRCDIR
d0e0: 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 24 28 53  )/timeline.c $(S
d0f0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
d100: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
d110: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
d120: 74 69 6d 65 6c 69 6e 65 2e 63 20 7c 20 73 65 64  timeline.c | sed
d130: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
d140: 52 53 49 4f 4e 20 3e 74 69 6d 65 6c 69 6e 65 5f  RSION >timeline_
d150: 2e 63 0a 0a 74 69 6d 65 6c 69 6e 65 2e 6f 3a 09  .c..timeline.o:.
d160: 74 69 6d 65 6c 69 6e 65 5f 2e 63 20 74 69 6d 65  timeline_.c time
d170: 6c 69 6e 65 2e 68 20 20 24 28 53 52 43 44 49 52  line.h  $(SRCDIR
d180: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
d190: 43 43 29 20 2d 6f 20 74 69 6d 65 6c 69 6e 65 2e  CC) -o timeline.
d1a0: 6f 20 2d 63 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  o -c timeline_.c
d1b0: 0a 0a 74 69 6d 65 6c 69 6e 65 2e 68 3a 09 6d 61  ..timeline.h:.ma
d1c0: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
d1d0: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
d1e0: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61  :add.h bag_.c:ba
d1f0: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
d200: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
d210: 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  nch.h cgi_.c:cgi
d220: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
d230: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
d240: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
d250: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
d260: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
d270: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
d280: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
d290: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
d2a0: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
d2b0: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
d2c0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
d2d0: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
d2e0: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
d2f0: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
d300: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
d310: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
d320: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
d330: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
d340: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
d350: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
d360: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
d370: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
d380: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
d390: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
d3a0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
d3b0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
d3c0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
d3d0: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
d3e0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
d3f0: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
d400: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
d410: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
d420: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
d430: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
d440: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
d450: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
d460: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
d470: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
d480: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
d490: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61  sync.h tag_.c:ta
d4a0: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  g.h timeline_.c:
d4b0: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f  timeline.h undo_
d4c0: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
d4d0: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
d4e0: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
d4f0: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
d500: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
d510: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
d520: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
d530: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
d540: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78  rmat.h xfer_.c:x
d550: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70  fer.h zip_.c:zip
d560: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c  .h $(SRCDIR)/sql
d570: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  ite3.h ./VERSION
d580: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
d590: 73 0a 0a 75 6e 64 6f 5f 2e 63 3a 09 24 28 53 52  s..undo_.c:.$(SR
d5a0: 43 44 49 52 29 2f 75 6e 64 6f 2e 63 20 24 28 53  CDIR)/undo.c $(S
d5b0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
d5c0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
d5d0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
d5e0: 75 6e 64 6f 2e 63 20 7c 20 73 65 64 20 2d 66 20  undo.c | sed -f 
d5f0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
d600: 4e 20 3e 75 6e 64 6f 5f 2e 63 0a 0a 75 6e 64 6f  N >undo_.c..undo
d610: 2e 6f 3a 09 75 6e 64 6f 5f 2e 63 20 75 6e 64 6f  .o:.undo_.c undo
d620: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
d630: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
d640: 2d 6f 20 75 6e 64 6f 2e 6f 20 2d 63 20 75 6e 64  -o undo.o -c und
d650: 6f 5f 2e 63 0a 0a 75 6e 64 6f 2e 68 3a 09 6d 61  o_.c..undo.h:.ma
d660: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
d670: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
d680: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61  :add.h bag_.c:ba
d690: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
d6a0: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
d6b0: 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  nch.h cgi_.c:cgi
d6c0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
d6d0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
d6e0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
d6f0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
d700: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
d710: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
d720: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
d730: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
d740: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
d750: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
d760: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
d770: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
d780: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
d790: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
d7a0: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
d7b0: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
d7c0: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
d7d0: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
d7e0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
d7f0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
d800: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
d810: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
d820: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
d830: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
d840: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
d850: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
d860: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
d870: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
d880: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
d890: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
d8a0: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
d8b0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
d8c0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
d8d0: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
d8e0: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
d8f0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
d900: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
d910: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
d920: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
d930: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61  sync.h tag_.c:ta
d940: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  g.h timeline_.c:
d950: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f  timeline.h undo_
d960: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
d970: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
d980: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
d990: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
d9a0: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
d9b0: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
d9c0: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
d9d0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
d9e0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78  rmat.h xfer_.c:x
d9f0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70  fer.h zip_.c:zip
da00: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c  .h $(SRCDIR)/sql
da10: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  ite3.h ./VERSION
da20: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
da30: 73 0a 0a 75 70 64 61 74 65 5f 2e 63 3a 09 24 28  s..update_.c:.$(
da40: 53 52 43 44 49 52 29 2f 75 70 64 61 74 65 2e 63  SRCDIR)/update.c
da50: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
da60: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
da70: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
da80: 49 52 29 2f 75 70 64 61 74 65 2e 63 20 7c 20 73  IR)/update.c | s
da90: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
daa0: 56 45 52 53 49 4f 4e 20 3e 75 70 64 61 74 65 5f  VERSION >update_
dab0: 2e 63 0a 0a 75 70 64 61 74 65 2e 6f 3a 09 75 70  .c..update.o:.up
dac0: 64 61 74 65 5f 2e 63 20 75 70 64 61 74 65 2e 68  date_.c update.h
dad0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
dae0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
daf0: 20 75 70 64 61 74 65 2e 6f 20 2d 63 20 75 70 64   update.o -c upd
db00: 61 74 65 5f 2e 63 0a 0a 75 70 64 61 74 65 2e 68  ate_.c..update.h
db10: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
db20: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
db30: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e  d_.c:add.h bag_.
db40: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
db50: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63  blob.h branch_.c
db60: 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63  :branch.h cgi_.c
db70: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
db80: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
db90: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
dba0: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
dbb0: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
dbc0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
dbd0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
dbe0: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
dbf0: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
dc00: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
dc10: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
dc20: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
dc30: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
dc40: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
dc50: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
dc60: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
dc70: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
dc80: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
dc90: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
dca0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
dcb0: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
dcc0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
dcd0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
dce0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
dcf0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
dd00: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
dd10: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
dd20: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
dd30: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
dd40: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
dd50: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
dd60: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
dd70: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
dd80: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
dd90: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
dda0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
ddb0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
ddc0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
ddd0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
dde0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e  _.c:sync.h tag_.
ddf0: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65  c:tag.h timeline
de00: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75  _.c:timeline.h u
de10: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
de20: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
de30: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
de40: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
de50: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
de60: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
de70: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
de80: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
de90: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
dea0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
deb0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
dec0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
ded0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
dee0: 61 64 65 72 73 0a 0a 75 72 6c 5f 2e 63 3a 09 24  aders..url_.c:.$
def0: 28 53 52 43 44 49 52 29 2f 75 72 6c 2e 63 20 24  (SRCDIR)/url.c $
df00: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
df10: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
df20: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
df30: 29 2f 75 72 6c 2e 63 20 7c 20 73 65 64 20 2d 66  )/url.c | sed -f
df40: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
df50: 4f 4e 20 3e 75 72 6c 5f 2e 63 0a 0a 75 72 6c 2e  ON >url_.c..url.
df60: 6f 3a 09 75 72 6c 5f 2e 63 20 75 72 6c 2e 68 20  o:.url_.c url.h 
df70: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
df80: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
df90: 75 72 6c 2e 6f 20 2d 63 20 75 72 6c 5f 2e 63 0a  url.o -c url_.c.
dfa0: 0a 75 72 6c 2e 68 3a 09 6d 61 6b 65 68 65 61 64  .url.h:.makehead
dfb0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
dfc0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
dfd0: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
dfe0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
dff0: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
e000: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
e010: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
e020: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
e030: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
e040: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
e050: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
e060: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
e070: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
e080: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
e090: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
e0a0: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
e0b0: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
e0c0: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
e0d0: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
e0e0: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
e0f0: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
e100: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
e110: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
e120: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
e130: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
e140: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
e150: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
e160: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
e170: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
e180: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
e190: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
e1a0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
e1b0: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
e1c0: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
e1d0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
e1e0: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
e1f0: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
e200: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
e210: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
e220: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
e230: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
e240: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
e250: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
e260: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
e270: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
e280: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69   tag_.c:tag.h ti
e290: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
e2a0: 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  ne.h undo_.c:und
e2b0: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
e2c0: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
e2d0: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
e2e0: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
e2f0: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
e300: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
e310: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
e320: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
e330: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
e340: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
e350: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
e360: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
e370: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 75 73 65  uch headers..use
e380: 72 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  r_.c:.$(SRCDIR)/
e390: 75 73 65 72 2e 63 20 24 28 53 52 43 44 49 52 29  user.c $(SRCDIR)
e3a0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
e3b0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
e3c0: 24 28 53 52 43 44 49 52 29 2f 75 73 65 72 2e 63  $(SRCDIR)/user.c
e3d0: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
e3e0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 75 73 65  IR)/VERSION >use
e3f0: 72 5f 2e 63 0a 0a 75 73 65 72 2e 6f 3a 09 75 73  r_.c..user.o:.us
e400: 65 72 5f 2e 63 20 75 73 65 72 2e 68 20 20 24 28  er_.c user.h  $(
e410: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
e420: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 75 73 65  ..$(XTCC) -o use
e430: 72 2e 6f 20 2d 63 20 75 73 65 72 5f 2e 63 0a 0a  r.o -c user_.c..
e440: 75 73 65 72 2e 68 3a 09 6d 61 6b 65 68 65 61 64  user.h:.makehead
e450: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
e460: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
e470: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
e480: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
e490: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
e4a0: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
e4b0: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
e4c0: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
e4d0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
e4e0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
e4f0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
e500: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
e510: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
e520: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
e530: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
e540: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
e550: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
e560: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
e570: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
e580: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
e590: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
e5a0: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
e5b0: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
e5c0: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
e5d0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
e5e0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
e5f0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
e600: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
e610: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
e620: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
e630: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
e640: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
e650: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
e660: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
e670: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
e680: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
e690: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
e6a0: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
e6b0: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
e6c0: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
e6d0: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
e6e0: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
e6f0: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
e700: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
e710: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
e720: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69   tag_.c:tag.h ti
e730: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
e740: 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  ne.h undo_.c:und
e750: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
e760: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
e770: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
e780: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
e790: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
e7a0: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
e7b0: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
e7c0: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
e7d0: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
e7e0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
e7f0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
e800: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
e810: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 76 65 72  uch headers..ver
e820: 69 66 79 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ify_.c:.$(SRCDIR
e830: 29 2f 76 65 72 69 66 79 2e 63 20 24 28 53 52 43  )/verify.c $(SRC
e840: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
e850: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
e860: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 76 65  ate $(SRCDIR)/ve
e870: 72 69 66 79 2e 63 20 7c 20 73 65 64 20 2d 66 20  rify.c | sed -f 
e880: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
e890: 4e 20 3e 76 65 72 69 66 79 5f 2e 63 0a 0a 76 65  N >verify_.c..ve
e8a0: 72 69 66 79 2e 6f 3a 09 76 65 72 69 66 79 5f 2e  rify.o:.verify_.
e8b0: 63 20 76 65 72 69 66 79 2e 68 20 20 24 28 53 52  c verify.h  $(SR
e8c0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
e8d0: 24 28 58 54 43 43 29 20 2d 6f 20 76 65 72 69 66  $(XTCC) -o verif
e8e0: 79 2e 6f 20 2d 63 20 76 65 72 69 66 79 5f 2e 63  y.o -c verify_.c
e8f0: 0a 0a 76 65 72 69 66 79 2e 68 3a 09 6d 61 6b 65  ..verify.h:.make
e900: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
e910: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
e920: 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  dd.h bag_.c:bag.
e930: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
e940: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
e950: 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  h.h cgi_.c:cgi.h
e960: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
e970: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
e980: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
e990: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
e9a0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
e9b0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
e9c0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
e9d0: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
e9e0: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
e9f0: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
ea00: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
ea10: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
ea20: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
ea30: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
ea40: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
ea50: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
ea60: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
ea70: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
ea80: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
ea90: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
eaa0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
eab0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
eac0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
ead0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
eae0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
eaf0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
eb00: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
eb10: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
eb20: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
eb30: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
eb40: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
eb50: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
eb60: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
eb70: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
eb80: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
eb90: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
eba0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
ebb0: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
ebc0: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
ebd0: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e  nc.h tag_.c:tag.
ebe0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
ebf0: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63  meline.h undo_.c
ec00: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
ec10: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
ec20: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
ec30: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
ec40: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
ec50: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
ec60: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
ec70: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
ec80: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
ec90: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
eca0: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
ecb0: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
ecc0: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
ecd0: 0a 76 66 69 6c 65 5f 2e 63 3a 09 24 28 53 52 43  .vfile_.c:.$(SRC
ece0: 44 49 52 29 2f 76 66 69 6c 65 2e 63 20 24 28 53  DIR)/vfile.c $(S
ecf0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
ed00: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
ed10: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
ed20: 76 66 69 6c 65 2e 63 20 7c 20 73 65 64 20 2d 66  vfile.c | sed -f
ed30: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
ed40: 4f 4e 20 3e 76 66 69 6c 65 5f 2e 63 0a 0a 76 66  ON >vfile_.c..vf
ed50: 69 6c 65 2e 6f 3a 09 76 66 69 6c 65 5f 2e 63 20  ile.o:.vfile_.c 
ed60: 76 66 69 6c 65 2e 68 20 20 24 28 53 52 43 44 49  vfile.h  $(SRCDI
ed70: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
ed80: 54 43 43 29 20 2d 6f 20 76 66 69 6c 65 2e 6f 20  TCC) -o vfile.o 
ed90: 2d 63 20 76 66 69 6c 65 5f 2e 63 0a 0a 76 66 69  -c vfile_.c..vfi
eda0: 6c 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  le.h:.makeheader
edb0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
edc0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
edd0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
ede0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
edf0: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67  h_.c:branch.h cg
ee00: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
ee10: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
ee20: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
ee30: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
ee40: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
ee50: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
ee60: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
ee70: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
ee80: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
ee90: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
eea0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
eeb0: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
eec0: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
eed0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
eee0: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
eef0: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
ef00: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
ef10: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
ef20: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
ef30: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
ef40: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
ef50: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
ef60: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
ef70: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
ef80: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
ef90: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
efa0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
efb0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
efc0: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
efd0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
efe0: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
eff0: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
f000: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
f010: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
f020: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
f030: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
f040: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
f050: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
f060: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
f070: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
f080: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65  ag_.c:tag.h time
f090: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
f0a0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
f0b0: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
f0c0: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
f0d0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
f0e0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
f0f0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
f100: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
f110: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
f120: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
f130: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
f140: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
f150: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
f160: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
f170: 68 20 68 65 61 64 65 72 73 0a 0a 77 69 6b 69 5f  h headers..wiki_
f180: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 77 69  .c:.$(SRCDIR)/wi
f190: 6b 69 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ki.c $(SRCDIR)/V
f1a0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
f1b0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
f1c0: 53 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 20 7c  SRCDIR)/wiki.c |
f1d0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
f1e0: 29 2f 56 45 52 53 49 4f 4e 20 3e 77 69 6b 69 5f  )/VERSION >wiki_
f1f0: 2e 63 0a 0a 77 69 6b 69 2e 6f 3a 09 77 69 6b 69  .c..wiki.o:.wiki
f200: 5f 2e 63 20 77 69 6b 69 2e 68 20 20 24 28 53 52  _.c wiki.h  $(SR
f210: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
f220: 24 28 58 54 43 43 29 20 2d 6f 20 77 69 6b 69 2e  $(XTCC) -o wiki.
f230: 6f 20 2d 63 20 77 69 6b 69 5f 2e 63 0a 0a 77 69  o -c wiki_.c..wi
f240: 6b 69 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  ki.h:.makeheader
f250: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
f260: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
f270: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
f280: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
f290: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67  h_.c:branch.h cg
f2a0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
f2b0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
f2c0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
f2d0: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
f2e0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
f2f0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
f300: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
f310: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
f320: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
f330: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
f340: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
f350: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
f360: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
f370: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
f380: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
f390: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
f3a0: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
f3b0: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
f3c0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
f3d0: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
f3e0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
f3f0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
f400: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
f410: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
f420: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
f430: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
f440: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
f450: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
f460: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
f470: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
f480: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
f490: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
f4a0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
f4b0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
f4c0: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
f4d0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
f4e0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
f4f0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
f500: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
f510: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
f520: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65  ag_.c:tag.h time
f530: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
f540: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
f550: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
f560: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
f570: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
f580: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
f590: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
f5a0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
f5b0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
f5c0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
f5d0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
f5e0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
f5f0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
f600: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
f610: 68 20 68 65 61 64 65 72 73 0a 0a 77 69 6b 69 66  h headers..wikif
f620: 6f 72 6d 61 74 5f 2e 63 3a 09 24 28 53 52 43 44  ormat_.c:.$(SRCD
f630: 49 52 29 2f 77 69 6b 69 66 6f 72 6d 61 74 2e 63  IR)/wikiformat.c
f640: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
f650: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
f660: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
f670: 49 52 29 2f 77 69 6b 69 66 6f 72 6d 61 74 2e 63  IR)/wikiformat.c
f680: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
f690: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 77 69 6b  IR)/VERSION >wik
f6a0: 69 66 6f 72 6d 61 74 5f 2e 63 0a 0a 77 69 6b 69  iformat_.c..wiki
f6b0: 66 6f 72 6d 61 74 2e 6f 3a 09 77 69 6b 69 66 6f  format.o:.wikifo
f6c0: 72 6d 61 74 5f 2e 63 20 77 69 6b 69 66 6f 72 6d  rmat_.c wikiform
f6d0: 61 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  at.h  $(SRCDIR)/
f6e0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
f6f0: 29 20 2d 6f 20 77 69 6b 69 66 6f 72 6d 61 74 2e  ) -o wikiformat.
f700: 6f 20 2d 63 20 77 69 6b 69 66 6f 72 6d 61 74 5f  o -c wikiformat_
f710: 2e 63 0a 0a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  .c..wikiformat.h
f720: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
f730: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
f740: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e  d_.c:add.h bag_.
f750: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
f760: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63  blob.h branch_.c
f770: 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63  :branch.h cgi_.c
f780: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
f790: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
f7a0: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
f7b0: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
f7c0: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
f7d0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
f7e0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
f7f0: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
f800: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
f810: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
f820: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
f830: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
f840: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
f850: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
f860: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
f870: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
f880: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
f890: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
f8a0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
f8b0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
f8c0: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
f8d0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
f8e0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
f8f0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
f900: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
f910: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
f920: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
f930: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
f940: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
f950: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
f960: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
f970: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
f980: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
f990: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
f9a0: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
f9b0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
f9c0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
f9d0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
f9e0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
f9f0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e  _.c:sync.h tag_.
fa00: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65  c:tag.h timeline
fa10: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75  _.c:timeline.h u
fa20: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
fa30: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
fa40: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
fa50: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
fa60: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
fa70: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
fa80: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
fa90: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
faa0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
fab0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
fac0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
fad0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
fae0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
faf0: 61 64 65 72 73 0a 0a 78 66 65 72 5f 2e 63 3a 09  aders..xfer_.c:.
fb00: 24 28 53 52 43 44 49 52 29 2f 78 66 65 72 2e 63  $(SRCDIR)/xfer.c
fb10: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
fb20: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
fb30: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
fb40: 49 52 29 2f 78 66 65 72 2e 63 20 7c 20 73 65 64  IR)/xfer.c | sed
fb50: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
fb60: 52 53 49 4f 4e 20 3e 78 66 65 72 5f 2e 63 0a 0a  RSION >xfer_.c..
fb70: 78 66 65 72 2e 6f 3a 09 78 66 65 72 5f 2e 63 20  xfer.o:.xfer_.c 
fb80: 78 66 65 72 2e 68 20 20 24 28 53 52 43 44 49 52  xfer.h  $(SRCDIR
fb90: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
fba0: 43 43 29 20 2d 6f 20 78 66 65 72 2e 6f 20 2d 63  CC) -o xfer.o -c
fbb0: 20 78 66 65 72 5f 2e 63 0a 0a 78 66 65 72 2e 68   xfer_.c..xfer.h
fbc0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
fbd0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
fbe0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e  d_.c:add.h bag_.
fbf0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
fc00: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63  blob.h branch_.c
fc10: 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63  :branch.h cgi_.c
fc20: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
fc30: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
fc40: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
fc50: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
fc60: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
fc70: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
fc80: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
fc90: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
fca0: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
fcb0: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
fcc0: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
fcd0: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
fce0: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
fcf0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
fd00: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
fd10: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
fd20: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
fd30: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
fd40: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
fd50: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
fd60: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
fd70: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
fd80: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
fd90: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
fda0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
fdb0: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
fdc0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
fdd0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
fde0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
fdf0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
fe00: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
fe10: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
fe20: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
fe30: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
fe40: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
fe50: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
fe60: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
fe70: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
fe80: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
fe90: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e  _.c:sync.h tag_.
fea0: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65  c:tag.h timeline
feb0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75  _.c:timeline.h u
fec0: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
fed0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
fee0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
fef0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
ff00: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
ff10: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
ff20: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
ff30: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
ff40: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
ff50: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
ff60: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
ff70: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
ff80: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
ff90: 61 64 65 72 73 0a 0a 7a 69 70 5f 2e 63 3a 09 24  aders..zip_.c:.$
ffa0: 28 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 20 24  (SRCDIR)/zip.c $
ffb0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
ffc0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
ffd0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
ffe0: 29 2f 7a 69 70 2e 63 20 7c 20 73 65 64 20 2d 66  )/zip.c | sed -f
fff0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
10000 4f 4e 20 3e 7a 69 70 5f 2e 63 0a 0a 7a 69 70 2e  ON >zip_.c..zip.
10010 6f 3a 09 7a 69 70 5f 2e 63 20 7a 69 70 2e 68 20  o:.zip_.c zip.h 
10020 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
10030 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
10040 7a 69 70 2e 6f 20 2d 63 20 7a 69 70 5f 2e 63 0a  zip.o -c zip_.c.
10050 0a 7a 69 70 2e 68 3a 09 6d 61 6b 65 68 65 61 64  .zip.h:.makehead
10060 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
10070 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
10080 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
10090 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
100a0 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
100b0 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
100c0 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
100d0 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
100e0 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
100f0 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
10100 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
10110 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
10120 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
10130 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
10140 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
10150 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
10160 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
10170 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
10180 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
10190 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
101a0 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
101b0 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
101c0 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
101d0 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
101e0 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
101f0 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
10200 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
10210 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
10220 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
10230 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
10240 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
10250 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
10260 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
10270 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
10280 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
10290 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
102a0 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
102b0 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
102c0 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
102d0 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
102e0 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
102f0 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
10300 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
10310 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
10320 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
10330 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69   tag_.c:tag.h ti
10340 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
10350 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  ne.h undo_.c:und
10360 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
10370 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
10380 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
10390 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
103a0 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
103b0 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
103c0 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
103d0 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
103e0 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
103f0 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
10400 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
10410 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
10420 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73 71 6c  uch headers..sql
10430 69 74 65 33 2e 6f 3a 09 24 28 53 52 43 44 49 52  ite3.o:.$(SRCDIR
10440 29 2f 73 71 6c 69 74 65 33 2e 63 0a 09 24 28 58  )/sqlite3.c..$(X
10450 54 43 43 29 20 2d 44 53 51 4c 49 54 45 5f 4f 4d  TCC) -DSQLITE_OM
10460 49 54 5f 4c 4f 41 44 5f 45 58 54 45 4e 53 49 4f  IT_LOAD_EXTENSIO
10470 4e 3d 31 20 2d 44 53 51 4c 49 54 45 5f 50 52 49  N=1 -DSQLITE_PRI
10480 56 41 54 45 3d 20 2d 44 54 48 52 45 41 44 53 41  VATE= -DTHREADSA
10490 46 45 3d 30 20 2d 44 53 51 4c 49 54 45 5f 44 45  FE=0 -DSQLITE_DE
104a0 46 41 55 4c 54 5f 46 49 4c 45 5f 46 4f 52 4d 41  FAULT_FILE_FORMA
104b0 54 3d 34 20 2d 63 20 24 28 53 52 43 44 49 52 29  T=4 -c $(SRCDIR)
104c0 2f 73 71 6c 69 74 65 33 2e 63 20 2d 6f 20 73 71  /sqlite3.c -o sq
104d0 6c 69 74 65 33 2e 6f 0a 0a                       lite3.o..