Hex Artifact Content
Not logged in

Artifact 0d06051e004996250e60fb47b977209bbd07b7bb:

File src/main.mk part of check-in [a48474bc75] - Improvements to the shunning algorithm. Add the shun page and an opportunity to shun or unshun artifacts in the artifact viewer. by drh on 2008-05-29 01:58:15.

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 61 64 6d 69 6e 2e  $(SRCDIR)/admin.
01c0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
01d0: 62 61 67 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  bag.c \.  $(SRCD
01e0: 49 52 29 2f 62 6c 6f 62 2e 63 20 5c 0a 20 20 24  IR)/blob.c \.  $
01f0: 28 53 52 43 44 49 52 29 2f 62 72 61 6e 63 68 2e  (SRCDIR)/branch.
0200: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0210: 62 72 6f 77 73 65 2e 63 20 5c 0a 20 20 24 28 53  browse.c \.  $(S
0220: 52 43 44 49 52 29 2f 63 67 69 2e 63 20 5c 0a 20  RCDIR)/cgi.c \. 
0230: 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b   $(SRCDIR)/check
0240: 69 6e 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  in.c \.  $(SRCDI
0250: 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63 20 5c 0a  R)/checkout.c \.
0260: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6c 65 61    $(SRCDIR)/clea
0270: 72 73 69 67 6e 2e 63 20 5c 0a 20 20 24 28 53 52  rsign.c \.  $(SR
0280: 43 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 20 5c 0a  CDIR)/clone.c \.
0290: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6d 66    $(SRCDIR)/comf
02a0: 6f 72 6d 61 74 2e 63 20 5c 0a 20 20 24 28 53 52  ormat.c \.  $(SR
02b0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 75 72 65 2e  CDIR)/configure.
02c0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
02d0: 63 6f 6e 73 74 72 75 63 74 2e 63 20 5c 0a 20 20  construct.c \.  
02e0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e  $(SRCDIR)/conten
02f0: 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  t.c \.  $(SRCDIR
0300: 29 2f 64 62 2e 63 20 5c 0a 20 20 24 28 53 52 43  )/db.c \.  $(SRC
0310: 44 49 52 29 2f 64 65 6c 74 61 2e 63 20 5c 0a 20  DIR)/delta.c \. 
0320: 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61   $(SRCDIR)/delta
0330: 63 6d 64 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  cmd.c \.  $(SRCD
0340: 49 52 29 2f 64 65 73 63 65 6e 64 61 6e 74 73 2e  IR)/descendants.
0350: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0360: 64 69 66 66 2e 63 20 5c 0a 20 20 24 28 53 52 43  diff.c \.  $(SRC
0370: 44 49 52 29 2f 64 69 66 66 63 6d 64 2e 63 20 5c  DIR)/diffcmd.c \
0380: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 6f 63  .  $(SRCDIR)/doc
0390: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
03a0: 2f 65 6e 63 6f 64 65 2e 63 20 5c 0a 20 20 24 28  /encode.c \.  $(
03b0: 53 52 43 44 49 52 29 2f 66 69 6c 65 2e 63 20 5c  SRCDIR)/file.c \
03c0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 68 74 74  .  $(SRCDIR)/htt
03d0: 70 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  p.c \.  $(SRCDIR
03e0: 29 2f 69 6e 66 6f 2e 63 20 5c 0a 20 20 24 28 53  )/info.c \.  $(S
03f0: 52 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 5c  RCDIR)/login.c \
0400: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d 61 69  .  $(SRCDIR)/mai
0410: 6e 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  n.c \.  $(SRCDIR
0420: 29 2f 6d 61 6e 69 66 65 73 74 2e 63 20 5c 0a 20  )/manifest.c \. 
0430: 20 24 28 53 52 43 44 49 52 29 2f 6d 64 35 2e 63   $(SRCDIR)/md5.c
0440: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d   \.  $(SRCDIR)/m
0450: 65 72 67 65 2e 63 20 5c 0a 20 20 24 28 53 52 43  erge.c \.  $(SRC
0460: 44 49 52 29 2f 6d 65 72 67 65 33 2e 63 20 5c 0a  DIR)/merge3.c \.
0470: 20 20 24 28 53 52 43 44 49 52 29 2f 6d 79 5f 70    $(SRCDIR)/my_p
0480: 61 67 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  age.c \.  $(SRCD
0490: 49 52 29 2f 6e 61 6d 65 2e 63 20 5c 0a 20 20 24  IR)/name.c \.  $
04a0: 28 53 52 43 44 49 52 29 2f 70 69 76 6f 74 2e 63  (SRCDIR)/pivot.c
04b0: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 70   \.  $(SRCDIR)/p
04c0: 71 75 65 75 65 2e 63 20 5c 0a 20 20 24 28 53 52  queue.c \.  $(SR
04d0: 43 44 49 52 29 2f 70 72 69 6e 74 66 2e 63 20 5c  CDIR)/printf.c \
04e0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 72 65 62  .  $(SRCDIR)/reb
04f0: 75 69 6c 64 2e 63 20 5c 0a 20 20 24 28 53 52 43  uild.c \.  $(SRC
0500: 44 49 52 29 2f 72 65 70 6f 72 74 2e 63 20 5c 0a  DIR)/report.c \.
0510: 20 20 24 28 53 52 43 44 49 52 29 2f 72 73 73 2e    $(SRCDIR)/rss.
0520: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0530: 73 63 68 65 6d 61 2e 63 20 5c 0a 20 20 24 28 53  schema.c \.  $(S
0540: 52 43 44 49 52 29 2f 73 65 74 75 70 2e 63 20 5c  RCDIR)/setup.c \
0550: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 68 61  .  $(SRCDIR)/sha
0560: 31 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  1.c \.  $(SRCDIR
0570: 29 2f 73 68 75 6e 2e 63 20 5c 0a 20 20 24 28 53  )/shun.c \.  $(S
0580: 52 43 44 49 52 29 2f 73 74 61 74 2e 63 20 5c 0a  RCDIR)/stat.c \.
0590: 20 20 24 28 53 52 43 44 49 52 29 2f 73 74 79 6c    $(SRCDIR)/styl
05a0: 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  e.c \.  $(SRCDIR
05b0: 29 2f 73 79 6e 63 2e 63 20 5c 0a 20 20 24 28 53  )/sync.c \.  $(S
05c0: 52 43 44 49 52 29 2f 74 61 67 2e 63 20 5c 0a 20  RCDIR)/tag.c \. 
05d0: 20 24 28 53 52 43 44 49 52 29 2f 74 61 67 76 69   $(SRCDIR)/tagvi
05e0: 65 77 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  ew.c \.  $(SRCDI
05f0: 52 29 2f 74 68 5f 6d 61 69 6e 2e 63 20 5c 0a 20  R)/th_main.c \. 
0600: 20 24 28 53 52 43 44 49 52 29 2f 74 69 6d 65 6c   $(SRCDIR)/timel
0610: 69 6e 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  ine.c \.  $(SRCD
0620: 49 52 29 2f 74 6b 74 2e 63 20 5c 0a 20 20 24 28  IR)/tkt.c \.  $(
0630: 53 52 43 44 49 52 29 2f 74 6b 74 73 65 74 75 70  SRCDIR)/tktsetup
0640: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
0650: 2f 75 6e 64 6f 2e 63 20 5c 0a 20 20 24 28 53 52  /undo.c \.  $(SR
0660: 43 44 49 52 29 2f 75 70 64 61 74 65 2e 63 20 5c  CDIR)/update.c \
0670: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 75 72 6c  .  $(SRCDIR)/url
0680: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
0690: 2f 75 73 65 72 2e 63 20 5c 0a 20 20 24 28 53 52  /user.c \.  $(SR
06a0: 43 44 49 52 29 2f 76 65 72 69 66 79 2e 63 20 5c  CDIR)/verify.c \
06b0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 76 66 69  .  $(SRCDIR)/vfi
06c0: 6c 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  le.c \.  $(SRCDI
06d0: 52 29 2f 77 69 6b 69 2e 63 20 5c 0a 20 20 24 28  R)/wiki.c \.  $(
06e0: 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d  SRCDIR)/wikiform
06f0: 61 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  at.c \.  $(SRCDI
0700: 52 29 2f 77 69 6e 68 74 74 70 2e 63 20 5c 0a 20  R)/winhttp.c \. 
0710: 20 24 28 53 52 43 44 49 52 29 2f 78 66 65 72 2e   $(SRCDIR)/xfer.
0720: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0730: 7a 69 70 2e 63 0a 0a 54 52 41 4e 53 5f 53 52 43  zip.c..TRANS_SRC
0740: 20 3d 20 5c 0a 20 20 61 64 64 5f 2e 63 20 5c 0a   = \.  add_.c \.
0750: 20 20 61 64 6d 69 6e 5f 2e 63 20 5c 0a 20 20 62    admin_.c \.  b
0760: 61 67 5f 2e 63 20 5c 0a 20 20 62 6c 6f 62 5f 2e  ag_.c \.  blob_.
0770: 63 20 5c 0a 20 20 62 72 61 6e 63 68 5f 2e 63 20  c \.  branch_.c 
0780: 5c 0a 20 20 62 72 6f 77 73 65 5f 2e 63 20 5c 0a  \.  browse_.c \.
0790: 20 20 63 67 69 5f 2e 63 20 5c 0a 20 20 63 68 65    cgi_.c \.  che
07a0: 63 6b 69 6e 5f 2e 63 20 5c 0a 20 20 63 68 65 63  ckin_.c \.  chec
07b0: 6b 6f 75 74 5f 2e 63 20 5c 0a 20 20 63 6c 65 61  kout_.c \.  clea
07c0: 72 73 69 67 6e 5f 2e 63 20 5c 0a 20 20 63 6c 6f  rsign_.c \.  clo
07d0: 6e 65 5f 2e 63 20 5c 0a 20 20 63 6f 6d 66 6f 72  ne_.c \.  comfor
07e0: 6d 61 74 5f 2e 63 20 5c 0a 20 20 63 6f 6e 66 69  mat_.c \.  confi
07f0: 67 75 72 65 5f 2e 63 20 5c 0a 20 20 63 6f 6e 73  gure_.c \.  cons
0800: 74 72 75 63 74 5f 2e 63 20 5c 0a 20 20 63 6f 6e  truct_.c \.  con
0810: 74 65 6e 74 5f 2e 63 20 5c 0a 20 20 64 62 5f 2e  tent_.c \.  db_.
0820: 63 20 5c 0a 20 20 64 65 6c 74 61 5f 2e 63 20 5c  c \.  delta_.c \
0830: 0a 20 20 64 65 6c 74 61 63 6d 64 5f 2e 63 20 5c  .  deltacmd_.c \
0840: 0a 20 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e  .  descendants_.
0850: 63 20 5c 0a 20 20 64 69 66 66 5f 2e 63 20 5c 0a  c \.  diff_.c \.
0860: 20 20 64 69 66 66 63 6d 64 5f 2e 63 20 5c 0a 20    diffcmd_.c \. 
0870: 20 64 6f 63 5f 2e 63 20 5c 0a 20 20 65 6e 63 6f   doc_.c \.  enco
0880: 64 65 5f 2e 63 20 5c 0a 20 20 66 69 6c 65 5f 2e  de_.c \.  file_.
0890: 63 20 5c 0a 20 20 68 74 74 70 5f 2e 63 20 5c 0a  c \.  http_.c \.
08a0: 20 20 69 6e 66 6f 5f 2e 63 20 5c 0a 20 20 6c 6f    info_.c \.  lo
08b0: 67 69 6e 5f 2e 63 20 5c 0a 20 20 6d 61 69 6e 5f  gin_.c \.  main_
08c0: 2e 63 20 5c 0a 20 20 6d 61 6e 69 66 65 73 74 5f  .c \.  manifest_
08d0: 2e 63 20 5c 0a 20 20 6d 64 35 5f 2e 63 20 5c 0a  .c \.  md5_.c \.
08e0: 20 20 6d 65 72 67 65 5f 2e 63 20 5c 0a 20 20 6d    merge_.c \.  m
08f0: 65 72 67 65 33 5f 2e 63 20 5c 0a 20 20 6d 79 5f  erge3_.c \.  my_
0900: 70 61 67 65 5f 2e 63 20 5c 0a 20 20 6e 61 6d 65  page_.c \.  name
0910: 5f 2e 63 20 5c 0a 20 20 70 69 76 6f 74 5f 2e 63  _.c \.  pivot_.c
0920: 20 5c 0a 20 20 70 71 75 65 75 65 5f 2e 63 20 5c   \.  pqueue_.c \
0930: 0a 20 20 70 72 69 6e 74 66 5f 2e 63 20 5c 0a 20  .  printf_.c \. 
0940: 20 72 65 62 75 69 6c 64 5f 2e 63 20 5c 0a 20 20   rebuild_.c \.  
0950: 72 65 70 6f 72 74 5f 2e 63 20 5c 0a 20 20 72 73  report_.c \.  rs
0960: 73 5f 2e 63 20 5c 0a 20 20 73 63 68 65 6d 61 5f  s_.c \.  schema_
0970: 2e 63 20 5c 0a 20 20 73 65 74 75 70 5f 2e 63 20  .c \.  setup_.c 
0980: 5c 0a 20 20 73 68 61 31 5f 2e 63 20 5c 0a 20 20  \.  sha1_.c \.  
0990: 73 68 75 6e 5f 2e 63 20 5c 0a 20 20 73 74 61 74  shun_.c \.  stat
09a0: 5f 2e 63 20 5c 0a 20 20 73 74 79 6c 65 5f 2e 63  _.c \.  style_.c
09b0: 20 5c 0a 20 20 73 79 6e 63 5f 2e 63 20 5c 0a 20   \.  sync_.c \. 
09c0: 20 74 61 67 5f 2e 63 20 5c 0a 20 20 74 61 67 76   tag_.c \.  tagv
09d0: 69 65 77 5f 2e 63 20 5c 0a 20 20 74 68 5f 6d 61  iew_.c \.  th_ma
09e0: 69 6e 5f 2e 63 20 5c 0a 20 20 74 69 6d 65 6c 69  in_.c \.  timeli
09f0: 6e 65 5f 2e 63 20 5c 0a 20 20 74 6b 74 5f 2e 63  ne_.c \.  tkt_.c
0a00: 20 5c 0a 20 20 74 6b 74 73 65 74 75 70 5f 2e 63   \.  tktsetup_.c
0a10: 20 5c 0a 20 20 75 6e 64 6f 5f 2e 63 20 5c 0a 20   \.  undo_.c \. 
0a20: 20 75 70 64 61 74 65 5f 2e 63 20 5c 0a 20 20 75   update_.c \.  u
0a30: 72 6c 5f 2e 63 20 5c 0a 20 20 75 73 65 72 5f 2e  rl_.c \.  user_.
0a40: 63 20 5c 0a 20 20 76 65 72 69 66 79 5f 2e 63 20  c \.  verify_.c 
0a50: 5c 0a 20 20 76 66 69 6c 65 5f 2e 63 20 5c 0a 20  \.  vfile_.c \. 
0a60: 20 77 69 6b 69 5f 2e 63 20 5c 0a 20 20 77 69 6b   wiki_.c \.  wik
0a70: 69 66 6f 72 6d 61 74 5f 2e 63 20 5c 0a 20 20 77  iformat_.c \.  w
0a80: 69 6e 68 74 74 70 5f 2e 63 20 5c 0a 20 20 78 66  inhttp_.c \.  xf
0a90: 65 72 5f 2e 63 20 5c 0a 20 20 7a 69 70 5f 2e 63  er_.c \.  zip_.c
0aa0: 0a 0a 4f 42 4a 20 3d 20 5c 0a 20 20 61 64 64 2e  ..OBJ = \.  add.
0ab0: 6f 20 5c 0a 20 20 61 64 6d 69 6e 2e 6f 20 5c 0a  o \.  admin.o \.
0ac0: 20 20 62 61 67 2e 6f 20 5c 0a 20 20 62 6c 6f 62    bag.o \.  blob
0ad0: 2e 6f 20 5c 0a 20 20 62 72 61 6e 63 68 2e 6f 20  .o \.  branch.o 
0ae0: 5c 0a 20 20 62 72 6f 77 73 65 2e 6f 20 5c 0a 20  \.  browse.o \. 
0af0: 20 63 67 69 2e 6f 20 5c 0a 20 20 63 68 65 63 6b   cgi.o \.  check
0b00: 69 6e 2e 6f 20 5c 0a 20 20 63 68 65 63 6b 6f 75  in.o \.  checkou
0b10: 74 2e 6f 20 5c 0a 20 20 63 6c 65 61 72 73 69 67  t.o \.  clearsig
0b20: 6e 2e 6f 20 5c 0a 20 20 63 6c 6f 6e 65 2e 6f 20  n.o \.  clone.o 
0b30: 5c 0a 20 20 63 6f 6d 66 6f 72 6d 61 74 2e 6f 20  \.  comformat.o 
0b40: 5c 0a 20 20 63 6f 6e 66 69 67 75 72 65 2e 6f 20  \.  configure.o 
0b50: 5c 0a 20 20 63 6f 6e 73 74 72 75 63 74 2e 6f 20  \.  construct.o 
0b60: 5c 0a 20 20 63 6f 6e 74 65 6e 74 2e 6f 20 5c 0a  \.  content.o \.
0b70: 20 20 64 62 2e 6f 20 5c 0a 20 20 64 65 6c 74 61    db.o \.  delta
0b80: 2e 6f 20 5c 0a 20 20 64 65 6c 74 61 63 6d 64 2e  .o \.  deltacmd.
0b90: 6f 20 5c 0a 20 20 64 65 73 63 65 6e 64 61 6e 74  o \.  descendant
0ba0: 73 2e 6f 20 5c 0a 20 20 64 69 66 66 2e 6f 20 5c  s.o \.  diff.o \
0bb0: 0a 20 20 64 69 66 66 63 6d 64 2e 6f 20 5c 0a 20  .  diffcmd.o \. 
0bc0: 20 64 6f 63 2e 6f 20 5c 0a 20 20 65 6e 63 6f 64   doc.o \.  encod
0bd0: 65 2e 6f 20 5c 0a 20 20 66 69 6c 65 2e 6f 20 5c  e.o \.  file.o \
0be0: 0a 20 20 68 74 74 70 2e 6f 20 5c 0a 20 20 69 6e  .  http.o \.  in
0bf0: 66 6f 2e 6f 20 5c 0a 20 20 6c 6f 67 69 6e 2e 6f  fo.o \.  login.o
0c00: 20 5c 0a 20 20 6d 61 69 6e 2e 6f 20 5c 0a 20 20   \.  main.o \.  
0c10: 6d 61 6e 69 66 65 73 74 2e 6f 20 5c 0a 20 20 6d  manifest.o \.  m
0c20: 64 35 2e 6f 20 5c 0a 20 20 6d 65 72 67 65 2e 6f  d5.o \.  merge.o
0c30: 20 5c 0a 20 20 6d 65 72 67 65 33 2e 6f 20 5c 0a   \.  merge3.o \.
0c40: 20 20 6d 79 5f 70 61 67 65 2e 6f 20 5c 0a 20 20    my_page.o \.  
0c50: 6e 61 6d 65 2e 6f 20 5c 0a 20 20 70 69 76 6f 74  name.o \.  pivot
0c60: 2e 6f 20 5c 0a 20 20 70 71 75 65 75 65 2e 6f 20  .o \.  pqueue.o 
0c70: 5c 0a 20 20 70 72 69 6e 74 66 2e 6f 20 5c 0a 20  \.  printf.o \. 
0c80: 20 72 65 62 75 69 6c 64 2e 6f 20 5c 0a 20 20 72   rebuild.o \.  r
0c90: 65 70 6f 72 74 2e 6f 20 5c 0a 20 20 72 73 73 2e  eport.o \.  rss.
0ca0: 6f 20 5c 0a 20 20 73 63 68 65 6d 61 2e 6f 20 5c  o \.  schema.o \
0cb0: 0a 20 20 73 65 74 75 70 2e 6f 20 5c 0a 20 20 73  .  setup.o \.  s
0cc0: 68 61 31 2e 6f 20 5c 0a 20 20 73 68 75 6e 2e 6f  ha1.o \.  shun.o
0cd0: 20 5c 0a 20 20 73 74 61 74 2e 6f 20 5c 0a 20 20   \.  stat.o \.  
0ce0: 73 74 79 6c 65 2e 6f 20 5c 0a 20 20 73 79 6e 63  style.o \.  sync
0cf0: 2e 6f 20 5c 0a 20 20 74 61 67 2e 6f 20 5c 0a 20  .o \.  tag.o \. 
0d00: 20 74 61 67 76 69 65 77 2e 6f 20 5c 0a 20 20 74   tagview.o \.  t
0d10: 68 5f 6d 61 69 6e 2e 6f 20 5c 0a 20 20 74 69 6d  h_main.o \.  tim
0d20: 65 6c 69 6e 65 2e 6f 20 5c 0a 20 20 74 6b 74 2e  eline.o \.  tkt.
0d30: 6f 20 5c 0a 20 20 74 6b 74 73 65 74 75 70 2e 6f  o \.  tktsetup.o
0d40: 20 5c 0a 20 20 75 6e 64 6f 2e 6f 20 5c 0a 20 20   \.  undo.o \.  
0d50: 75 70 64 61 74 65 2e 6f 20 5c 0a 20 20 75 72 6c  update.o \.  url
0d60: 2e 6f 20 5c 0a 20 20 75 73 65 72 2e 6f 20 5c 0a  .o \.  user.o \.
0d70: 20 20 76 65 72 69 66 79 2e 6f 20 5c 0a 20 20 76    verify.o \.  v
0d80: 66 69 6c 65 2e 6f 20 5c 0a 20 20 77 69 6b 69 2e  file.o \.  wiki.
0d90: 6f 20 5c 0a 20 20 77 69 6b 69 66 6f 72 6d 61 74  o \.  wikiformat
0da0: 2e 6f 20 5c 0a 20 20 77 69 6e 68 74 74 70 2e 6f  .o \.  winhttp.o
0db0: 20 5c 0a 20 20 78 66 65 72 2e 6f 20 5c 0a 20 20   \.  xfer.o \.  
0dc0: 7a 69 70 2e 6f 0a 0a 41 50 50 4e 41 4d 45 20 3d  zip.o..APPNAME =
0dd0: 20 66 6f 73 73 69 6c 24 28 45 29 0a 0a 0a 0a 61   fossil$(E)....a
0de0: 6c 6c 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a 0a  ll:.$(APPNAME)..
0df0: 69 6e 73 74 61 6c 6c 3a 09 24 28 41 50 50 4e 41  install:.$(APPNA
0e00: 4d 45 29 0a 09 6d 76 20 24 28 41 50 50 4e 41 4d  ME)..mv $(APPNAM
0e10: 45 29 20 24 28 49 4e 53 54 41 4c 4c 44 49 52 29  E) $(INSTALLDIR)
0e20: 0a 0a 74 72 61 6e 73 6c 61 74 65 3a 09 24 28 53  ..translate:.$(S
0e30: 52 43 44 49 52 29 2f 74 72 61 6e 73 6c 61 74 65  RCDIR)/translate
0e40: 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 74 72  .c..$(BCC) -o tr
0e50: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
0e60: 29 2f 74 72 61 6e 73 6c 61 74 65 2e 63 0a 0a 6d  )/translate.c..m
0e70: 61 6b 65 68 65 61 64 65 72 73 3a 09 24 28 53 52  akeheaders:.$(SR
0e80: 43 44 49 52 29 2f 6d 61 6b 65 68 65 61 64 65 72  CDIR)/makeheader
0e90: 73 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 6d  s.c..$(BCC) -o m
0ea0: 61 6b 65 68 65 61 64 65 72 73 20 24 28 53 52 43  akeheaders $(SRC
0eb0: 44 49 52 29 2f 6d 61 6b 65 68 65 61 64 65 72 73  DIR)/makeheaders
0ec0: 2e 63 0a 0a 6d 6b 69 6e 64 65 78 3a 09 24 28 53  .c..mkindex:.$(S
0ed0: 52 43 44 49 52 29 2f 6d 6b 69 6e 64 65 78 2e 63  RCDIR)/mkindex.c
0ee0: 0a 09 24 28 42 43 43 29 20 2d 6f 20 6d 6b 69 6e  ..$(BCC) -o mkin
0ef0: 64 65 78 20 24 28 53 52 43 44 49 52 29 2f 6d 6b  dex $(SRCDIR)/mk
0f00: 69 6e 64 65 78 2e 63 0a 0a 23 20 57 41 52 4e 49  index.c..# WARNI
0f10: 4e 47 2e 20 44 41 4e 47 45 52 2e 20 52 75 6e 6e  NG. DANGER. Runn
0f20: 69 6e 67 20 74 68 65 20 74 65 73 74 73 75 69 74  ing the testsuit
0f30: 65 20 6d 6f 64 69 66 69 65 73 20 74 68 65 20 72  e modifies the r
0f40: 65 70 6f 73 69 74 6f 72 79 20 74 68 65 0a 23 20  epository the.# 
0f50: 62 75 69 6c 64 20 69 73 20 64 6f 6e 65 20 66 72  build is done fr
0f60: 6f 6d 2c 20 69 2e 65 2e 20 74 68 65 20 63 68 65  om, i.e. the che
0f70: 63 6b 6f 75 74 20 62 65 6c 6f 6e 67 73 20 74 6f  ckout belongs to
0f80: 2e 20 44 6f 20 6e 6f 74 20 73 79 6e 63 2f 70 75  . Do not sync/pu
0f90: 73 68 0a 23 20 74 68 65 20 72 65 70 6f 73 69 74  sh.# the reposit
0fa0: 6f 72 79 20 61 66 74 65 72 20 72 75 6e 6e 69 6e  ory after runnin
0fb0: 67 20 74 68 65 20 74 65 73 74 73 2e 0a 74 65 73  g the tests..tes
0fc0: 74 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a 09 24  t:.$(APPNAME)..$
0fd0: 28 54 43 4c 53 48 29 20 74 65 73 74 2f 74 65 73  (TCLSH) test/tes
0fe0: 74 65 72 2e 74 63 6c 20 24 28 41 50 50 4e 41 4d  ter.tcl $(APPNAM
0ff0: 45 29 0a 0a 56 45 52 53 49 4f 4e 2e 68 3a 09 24  E)..VERSION.h:.$
1000: 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69  (SRCDIR)/../mani
1010: 66 65 73 74 2e 75 75 69 64 20 24 28 53 52 43 44  fest.uuid $(SRCD
1020: 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 0a  IR)/../manifest.
1030: 09 61 77 6b 20 27 7b 20 70 72 69 6e 74 66 20 22  .awk '{ printf "
1040: 23 64 65 66 69 6e 65 20 4d 41 4e 49 46 45 53 54  #define MANIFEST
1050: 5f 55 55 49 44 20 5c 22 25 73 5c 22 5c 6e 22 2c  _UUID \"%s\"\n",
1060: 20 24 24 31 7d 27 20 20 24 28 53 52 43 44 49 52   $$1}'  $(SRCDIR
1070: 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 2e 75 75  )/../manifest.uu
1080: 69 64 20 3e 56 45 52 53 49 4f 4e 2e 68 0a 09 61  id >VERSION.h..a
1090: 77 6b 20 27 7b 20 70 72 69 6e 74 66 20 22 23 64  wk '{ printf "#d
10a0: 65 66 69 6e 65 20 4d 41 4e 49 46 45 53 54 5f 56  efine MANIFEST_V
10b0: 45 52 53 49 4f 4e 20 5c 22 5b 25 2e 31 30 73 5d  ERSION \"[%.10s]
10c0: 5c 22 5c 6e 22 2c 20 24 24 31 7d 27 20 20 24 28  \"\n", $$1}'  $(
10d0: 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66  SRCDIR)/../manif
10e0: 65 73 74 2e 75 75 69 64 20 3e 3e 56 45 52 53 49  est.uuid >>VERSI
10f0: 4f 4e 2e 68 0a 09 61 77 6b 20 27 24 24 31 3d 3d  ON.h..awk '$$1==
1100: 22 44 22 7b 70 72 69 6e 74 66 20 22 23 64 65 66  "D"{printf "#def
1110: 69 6e 65 20 4d 41 4e 49 46 45 53 54 5f 44 41 54  ine MANIFEST_DAT
1120: 45 20 5c 22 25 73 20 25 73 5c 22 5c 6e 22 2c 20  E \"%s %s\"\n", 
1130: 73 75 62 73 74 72 28 24 24 32 2c 31 2c 31 30 29  substr($$2,1,10)
1140: 2c 73 75 62 73 74 72 28 24 24 32 2c 31 32 29 7d  ,substr($$2,12)}
1150: 27 20 20 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f  '  $(SRCDIR)/../
1160: 6d 61 6e 69 66 65 73 74 20 3e 3e 56 45 52 53 49  manifest >>VERSI
1170: 4f 4e 2e 68 0a 0a 24 28 41 50 50 4e 41 4d 45 29  ON.h..$(APPNAME)
1180: 3a 09 68 65 61 64 65 72 73 20 24 28 4f 42 4a 29  :.headers $(OBJ)
1190: 20 73 71 6c 69 74 65 33 2e 6f 20 74 68 2e 6f 20   sqlite3.o th.o 
11a0: 74 68 5f 6c 61 6e 67 2e 6f 0a 09 24 28 54 43 43  th_lang.o..$(TCC
11b0: 29 20 2d 6f 20 24 28 41 50 50 4e 41 4d 45 29 20  ) -o $(APPNAME) 
11c0: 24 28 4f 42 4a 29 20 73 71 6c 69 74 65 33 2e 6f  $(OBJ) sqlite3.o
11d0: 20 74 68 2e 6f 20 74 68 5f 6c 61 6e 67 2e 6f 20   th.o th_lang.o 
11e0: 24 28 4c 49 42 29 0a 0a 23 20 54 68 69 73 20 72  $(LIB)..# This r
11f0: 75 6c 65 20 70 72 65 76 65 6e 74 73 20 6d 61 6b  ule prevents mak
1200: 65 20 66 72 6f 6d 20 75 73 69 6e 67 20 69 74 73  e from using its
1210: 20 64 65 66 61 75 6c 74 20 72 75 6c 65 73 20 74   default rules t
1220: 6f 20 74 72 79 20 62 75 69 6c 64 0a 23 20 61 6e  o try build.# an
1230: 20 65 78 65 63 75 74 61 62 6c 65 20 6e 61 6d 65   executable name
1240: 64 20 22 6d 61 6e 69 66 65 73 74 22 20 6f 75 74  d "manifest" out
1250: 20 6f 66 20 74 68 65 20 66 69 6c 65 20 6e 61 6d   of the file nam
1260: 65 64 20 22 6d 61 6e 69 66 65 73 74 2e 63 22 0a  ed "manifest.c".
1270: 23 0a 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d  #.$(SRCDIR)/../m
1280: 61 6e 69 66 65 73 74 3a 09 0a 09 23 20 6e 6f 6f  anifest:...# noo
1290: 70 0a 0a 63 6c 65 61 6e 3a 09 0a 09 72 6d 20 2d  p..clean:...rm -
12a0: 66 20 2a 2e 6f 20 2a 5f 2e 63 20 24 28 41 50 50  f *.o *_.c $(APP
12b0: 4e 41 4d 45 29 20 56 45 52 53 49 4f 4e 2e 68 0a  NAME) VERSION.h.
12c0: 09 72 6d 20 2d 66 20 74 72 61 6e 73 6c 61 74 65  .rm -f translate
12d0: 20 6d 61 6b 65 68 65 61 64 65 72 73 20 6d 6b 69   makeheaders mki
12e0: 6e 64 65 78 20 70 61 67 65 5f 69 6e 64 65 78 2e  ndex page_index.
12f0: 68 20 68 65 61 64 65 72 73 0a 09 72 6d 20 2d 66  h headers..rm -f
1300: 20 61 64 64 2e 68 20 61 64 6d 69 6e 2e 68 20 62   add.h admin.h b
1310: 61 67 2e 68 20 62 6c 6f 62 2e 68 20 62 72 61 6e  ag.h blob.h bran
1320: 63 68 2e 68 20 62 72 6f 77 73 65 2e 68 20 63 67  ch.h browse.h cg
1330: 69 2e 68 20 63 68 65 63 6b 69 6e 2e 68 20 63 68  i.h checkin.h ch
1340: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
1350: 67 6e 2e 68 20 63 6c 6f 6e 65 2e 68 20 63 6f 6d  gn.h clone.h com
1360: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75  format.h configu
1370: 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 2e 68  re.h construct.h
1380: 20 63 6f 6e 74 65 6e 74 2e 68 20 64 62 2e 68 20   content.h db.h 
1390: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
13a0: 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .h descendants.h
13b0: 20 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 2e   diff.h diffcmd.
13c0: 68 20 64 6f 63 2e 68 20 65 6e 63 6f 64 65 2e 68  h doc.h encode.h
13d0: 20 66 69 6c 65 2e 68 20 68 74 74 70 2e 68 20 69   file.h http.h i
13e0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 2e 68 20 6d 61  nfo.h login.h ma
13f0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 2e 68 20  in.h manifest.h 
1400: 6d 64 35 2e 68 20 6d 65 72 67 65 2e 68 20 6d 65  md5.h merge.h me
1410: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 2e 68  rge3.h my_page.h
1420: 20 6e 61 6d 65 2e 68 20 70 69 76 6f 74 2e 68 20   name.h pivot.h 
1430: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 2e  pqueue.h printf.
1440: 68 20 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f  h rebuild.h repo
1450: 72 74 2e 68 20 72 73 73 2e 68 20 73 63 68 65 6d  rt.h rss.h schem
1460: 61 2e 68 20 73 65 74 75 70 2e 68 20 73 68 61 31  a.h setup.h sha1
1470: 2e 68 20 73 68 75 6e 2e 68 20 73 74 61 74 2e 68  .h shun.h stat.h
1480: 20 73 74 79 6c 65 2e 68 20 73 79 6e 63 2e 68 20   style.h sync.h 
1490: 74 61 67 2e 68 20 74 61 67 76 69 65 77 2e 68 20  tag.h tagview.h 
14a0: 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69  th_main.h timeli
14b0: 6e 65 2e 68 20 74 6b 74 2e 68 20 74 6b 74 73 65  ne.h tkt.h tktse
14c0: 74 75 70 2e 68 20 75 6e 64 6f 2e 68 20 75 70 64  tup.h undo.h upd
14d0: 61 74 65 2e 68 20 75 72 6c 2e 68 20 75 73 65 72  ate.h url.h user
14e0: 2e 68 20 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .h verify.h vfil
14f0: 65 2e 68 20 77 69 6b 69 2e 68 20 77 69 6b 69 66  e.h wiki.h wikif
1500: 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 2e  ormat.h winhttp.
1510: 68 20 78 66 65 72 2e 68 20 7a 69 70 2e 68 0a 0a  h xfer.h zip.h..
1520: 68 65 61 64 65 72 73 3a 09 6d 61 6b 65 68 65 61  headers:.makehea
1530: 64 65 72 73 20 6d 6b 69 6e 64 65 78 20 24 28 54  ders mkindex $(T
1540: 52 41 4e 53 5f 53 52 43 29 20 2e 2f 56 45 52 53  RANS_SRC) ./VERS
1550: 49 4f 4e 2e 68 0a 09 2e 2f 6d 61 6b 65 68 65 61  ION.h.../makehea
1560: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
1570: 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69  .h admin_.c:admi
1580: 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  n.h bag_.c:bag.h
1590: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
15a0: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68  branch_.c:branch
15b0: 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f  .h browse_.c:bro
15c0: 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  wse.h cgi_.c:cgi
15d0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
15e0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
15f0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
1600: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
1610: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
1620: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
1630: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
1640: 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63  h configure_.c:c
1650: 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74  onfigure.h const
1660: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
1670: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
1680: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
1690: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
16a0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
16b0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
16c0: 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endants_.c:desce
16d0: 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndants.h diff_.c
16e0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
16f0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63  .c:diffcmd.h doc
1700: 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65  _.c:doc.h encode
1710: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
1720: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
1730: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
1740: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
1750: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
1760: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
1770: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
1780: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
1790: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
17a0: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
17b0: 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f  h my_page_.c:my_
17c0: 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  page.h name_.c:n
17d0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
17e0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
17f0: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
1800: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
1810: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
1820: 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f  h report_.c:repo
1830: 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  rt.h rss_.c:rss.
1840: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
1850: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
1860: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
1870: 61 31 2e 68 20 73 68 75 6e 5f 2e 63 3a 73 68 75  a1.h shun_.c:shu
1880: 6e 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74  n.h stat_.c:stat
1890: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
18a0: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63  e.h sync_.c:sync
18b0: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20  .h tag_.c:tag.h 
18c0: 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69  tagview_.c:tagvi
18d0: 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a  ew.h th_main_.c:
18e0: 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69  th_main.h timeli
18f0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
1900: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
1910: 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74  tsetup_.c:tktset
1920: 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  up.h undo_.c:und
1930: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
1940: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
1950: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
1960: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
1970: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
1980: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
1990: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
19a0: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
19b0: 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68   winhttp_.c:winh
19c0: 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  ttp.h xfer_.c:xf
19d0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
19e0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
19f0: 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f  te3.h $(SRCDIR)/
1a00: 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  th.h ./VERSION.h
1a10: 0a 09 2e 2f 6d 6b 69 6e 64 65 78 20 24 28 54 52  .../mkindex $(TR
1a20: 41 4e 53 5f 53 52 43 29 20 3e 70 61 67 65 5f 69  ANS_SRC) >page_i
1a30: 6e 64 65 78 2e 68 0a 09 74 6f 75 63 68 20 68 65  ndex.h..touch he
1a40: 61 64 65 72 73 0a 0a 61 64 64 5f 2e 63 3a 09 24  aders..add_.c:.$
1a50: 28 53 52 43 44 49 52 29 2f 61 64 64 2e 63 20 24  (SRCDIR)/add.c $
1a60: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
1a70: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
1a80: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
1a90: 29 2f 61 64 64 2e 63 20 7c 20 73 65 64 20 2d 66  )/add.c | sed -f
1aa0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
1ab0: 4f 4e 20 3e 61 64 64 5f 2e 63 0a 0a 61 64 64 2e  ON >add_.c..add.
1ac0: 6f 3a 09 61 64 64 5f 2e 63 20 61 64 64 2e 68 20  o:.add_.c add.h 
1ad0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
1ae0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
1af0: 61 64 64 2e 6f 20 2d 63 20 61 64 64 5f 2e 63 0a  add.o -c add_.c.
1b00: 0a 61 64 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64  .add.h:.makehead
1b10: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
1b20: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
1b30: 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
1b40: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
1b50: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
1b60: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
1b70: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
1b80: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
1b90: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
1ba0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
1bb0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
1bc0: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
1bd0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
1be0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
1bf0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
1c00: 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
1c10: 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
1c20: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
1c30: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
1c40: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
1c50: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
1c60: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
1c70: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
1c80: 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
1c90: 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
1ca0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
1cb0: 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
1cc0: 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
1cd0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
1ce0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
1cf0: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
1d00: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
1d10: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
1d20: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
1d30: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
1d40: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
1d50: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
1d60: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
1d70: 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
1d80: 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
1d90: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
1da0: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
1db0: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
1dc0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
1dd0: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
1de0: 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
1df0: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
1e00: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
1e10: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
1e20: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
1e30: 2e 68 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e  .h shun_.c:shun.
1e40: 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68  h stat_.c:stat.h
1e50: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
1e60: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
1e70: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61   tag_.c:tag.h ta
1e80: 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77  gview_.c:tagview
1e90: 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68  .h th_main_.c:th
1ea0: 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65  _main.h timeline
1eb0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
1ec0: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73  kt_.c:tkt.h tkts
1ed0: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
1ee0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
1ef0: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
1f00: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
1f10: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
1f20: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
1f30: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
1f40: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
1f50: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
1f60: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
1f70: 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
1f80: 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
1f90: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
1fa0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
1fb0: 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
1fc0: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
1fd0: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 61  touch headers..a
1fe0: 64 6d 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49  dmin_.c:.$(SRCDI
1ff0: 52 29 2f 61 64 6d 69 6e 2e 63 20 24 28 53 52 43  R)/admin.c $(SRC
2000: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
2010: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
2020: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 61 64  ate $(SRCDIR)/ad
2030: 6d 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  min.c | sed -f $
2040: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
2050: 20 3e 61 64 6d 69 6e 5f 2e 63 0a 0a 61 64 6d 69   >admin_.c..admi
2060: 6e 2e 6f 3a 09 61 64 6d 69 6e 5f 2e 63 20 61 64  n.o:.admin_.c ad
2070: 6d 69 6e 2e 68 20 20 24 28 53 52 43 44 49 52 29  min.h  $(SRCDIR)
2080: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
2090: 43 29 20 2d 6f 20 61 64 6d 69 6e 2e 6f 20 2d 63  C) -o admin.o -c
20a0: 20 61 64 6d 69 6e 5f 2e 63 0a 0a 61 64 6d 69 6e   admin_.c..admin
20b0: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
20c0: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
20d0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d  add_.c:add.h adm
20e0: 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61  in_.c:admin.h ba
20f0: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
2100: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68  .c:blob.h branch
2110: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f  _.c:branch.h bro
2120: 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20  wse_.c:browse.h 
2130: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
2140: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
2150: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
2160: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
2170: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
2180: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
2190: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
21a0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66  comformat.h conf
21b0: 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75  igure_.c:configu
21c0: 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  re.h construct_.
21d0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
21e0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
21f0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
2200: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
2210: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
2220: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74  cmd.h descendant
2230: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73  s_.c:descendants
2240: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
2250: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
2260: 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f  fcmd.h doc_.c:do
2270: 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  c.h encode_.c:en
2280: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
2290: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
22a0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
22b0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
22c0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
22d0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
22e0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
22f0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
2300: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
2310: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70  .c:merge3.h my_p
2320: 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68  age_.c:my_page.h
2330: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
2340: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
2350: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75   pqueue_.c:pqueu
2360: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  e.h printf_.c:pr
2370: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
2380: 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f  c:rebuild.h repo
2390: 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72  rt_.c:report.h r
23a0: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
23b0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
23c0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
23d0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
23e0: 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74  hun_.c:shun.h st
23f0: 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79  at_.c:stat.h sty
2400: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
2410: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67  nc_.c:sync.h tag
2420: 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65  _.c:tag.h tagvie
2430: 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74  w_.c:tagview.h t
2440: 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69  h_main_.c:th_mai
2450: 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  n.h timeline_.c:
2460: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
2470: 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70  c:tkt.h tktsetup
2480: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.h u
2490: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
24a0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
24b0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
24c0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
24d0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
24e0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
24f0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
2500: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
2510: 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74  kiformat.h winht
2520: 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
2530: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
2540: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
2550: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
2560: 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
2570: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
2580: 68 20 68 65 61 64 65 72 73 0a 0a 62 61 67 5f 2e  h headers..bag_.
2590: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 62 61 67  c:.$(SRCDIR)/bag
25a0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
25b0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
25c0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
25d0: 43 44 49 52 29 2f 62 61 67 2e 63 20 7c 20 73 65  CDIR)/bag.c | se
25e0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
25f0: 45 52 53 49 4f 4e 20 3e 62 61 67 5f 2e 63 0a 0a  ERSION >bag_.c..
2600: 62 61 67 2e 6f 3a 09 62 61 67 5f 2e 63 20 62 61  bag.o:.bag_.c ba
2610: 67 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  g.h  $(SRCDIR)/c
2620: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
2630: 20 2d 6f 20 62 61 67 2e 6f 20 2d 63 20 62 61 67   -o bag.o -c bag
2640: 5f 2e 63 0a 0a 62 61 67 2e 68 3a 09 6d 61 6b 65  _.c..bag.h:.make
2650: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
2660: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
2670: 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64  dd.h admin_.c:ad
2680: 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  min.h bag_.c:bag
2690: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
26a0: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e  h branch_.c:bran
26b0: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62  ch.h browse_.c:b
26c0: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63  rowse.h cgi_.c:c
26d0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
26e0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
26f0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
2700: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
2710: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
2720: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
2730: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
2740: 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63  t.h configure_.c
2750: 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e  :configure.h con
2760: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
2770: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
2780: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
2790: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
27a0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
27b0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
27c0: 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73  scendants_.c:des
27d0: 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f  cendants.h diff_
27e0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
27f0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64  d_.c:diffcmd.h d
2800: 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f  oc_.c:doc.h enco
2810: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
2820: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
2830: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
2840: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
2850: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
2860: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
2870: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
2880: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
2890: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
28a0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
28b0: 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d  3.h my_page_.c:m
28c0: 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63  y_page.h name_.c
28d0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
28e0: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f  :pivot.h pqueue_
28f0: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e  .c:pqueue.h prin
2900: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
2910: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
2920: 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65  d.h report_.c:re
2930: 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73  port.h rss_.c:rs
2940: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
2950: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
2960: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
2970: 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e 63 3a 73  sha1.h shun_.c:s
2980: 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74  hun.h stat_.c:st
2990: 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  at.h style_.c:st
29a0: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
29b0: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e  nc.h tag_.c:tag.
29c0: 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67  h tagview_.c:tag
29d0: 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e  view.h th_main_.
29e0: 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65  c:th_main.h time
29f0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
2a00: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20  .h tkt_.c:tkt.h 
2a10: 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73  tktsetup_.c:tkts
2a20: 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  etup.h undo_.c:u
2a30: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
2a40: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
2a50: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
2a60: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
2a70: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
2a80: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
2a90: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
2aa0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
2ab0: 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69  .h winhttp_.c:wi
2ac0: 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a  nhttp.h xfer_.c:
2ad0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
2ae0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
2af0: 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52  lite3.h $(SRCDIR
2b00: 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  )/th.h ./VERSION
2b10: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
2b20: 73 0a 0a 62 6c 6f 62 5f 2e 63 3a 09 24 28 53 52  s..blob_.c:.$(SR
2b30: 43 44 49 52 29 2f 62 6c 6f 62 2e 63 20 24 28 53  CDIR)/blob.c $(S
2b40: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
2b50: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
2b60: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
2b70: 62 6c 6f 62 2e 63 20 7c 20 73 65 64 20 2d 66 20  blob.c | sed -f 
2b80: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
2b90: 4e 20 3e 62 6c 6f 62 5f 2e 63 0a 0a 62 6c 6f 62  N >blob_.c..blob
2ba0: 2e 6f 3a 09 62 6c 6f 62 5f 2e 63 20 62 6c 6f 62  .o:.blob_.c blob
2bb0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
2bc0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
2bd0: 2d 6f 20 62 6c 6f 62 2e 6f 20 2d 63 20 62 6c 6f  -o blob.o -c blo
2be0: 62 5f 2e 63 0a 0a 62 6c 6f 62 2e 68 3a 09 6d 61  b_.c..blob.h:.ma
2bf0: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
2c00: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
2c10: 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
2c20: 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
2c30: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
2c40: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
2c50: 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
2c60: 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
2c70: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
2c80: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
2c90: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
2ca0: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
2cb0: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
2cc0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
2cd0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
2ce0: 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
2cf0: 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
2d00: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
2d10: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
2d20: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
2d30: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
2d40: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
2d50: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
2d60: 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
2d70: 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
2d80: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
2d90: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
2da0: 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
2db0: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
2dc0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
2dd0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
2de0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
2df0: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
2e00: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
2e10: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
2e20: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
2e30: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
2e40: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
2e50: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
2e60: 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
2e70: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
2e80: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
2e90: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
2ea0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
2eb0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
2ec0: 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
2ed0: 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
2ee0: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
2ef0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
2f00: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
2f10: 63 3a 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e 63  c:sha1.h shun_.c
2f20: 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63 3a  :shun.h stat_.c:
2f30: 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  stat.h style_.c:
2f40: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
2f50: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61  sync.h tag_.c:ta
2f60: 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74  g.h tagview_.c:t
2f70: 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e  agview.h th_main
2f80: 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69  _.c:th_main.h ti
2f90: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
2fa0: 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
2fb0: 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b  h tktsetup_.c:tk
2fc0: 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63  tsetup.h undo_.c
2fd0: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
2fe0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
2ff0: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
3000: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
3010: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
3020: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
3030: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
3040: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
3050: 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a  at.h winhttp_.c:
3060: 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e  winhttp.h xfer_.
3070: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
3080: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
3090: 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44  sqlite3.h $(SRCD
30a0: 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49  IR)/th.h ./VERSI
30b0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
30c0: 65 72 73 0a 0a 62 72 61 6e 63 68 5f 2e 63 3a 09  ers..branch_.c:.
30d0: 24 28 53 52 43 44 49 52 29 2f 62 72 61 6e 63 68  $(SRCDIR)/branch
30e0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
30f0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
3100: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
3110: 43 44 49 52 29 2f 62 72 61 6e 63 68 2e 63 20 7c  CDIR)/branch.c |
3120: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
3130: 29 2f 56 45 52 53 49 4f 4e 20 3e 62 72 61 6e 63  )/VERSION >branc
3140: 68 5f 2e 63 0a 0a 62 72 61 6e 63 68 2e 6f 3a 09  h_.c..branch.o:.
3150: 62 72 61 6e 63 68 5f 2e 63 20 62 72 61 6e 63 68  branch_.c branch
3160: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
3170: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
3180: 2d 6f 20 62 72 61 6e 63 68 2e 6f 20 2d 63 20 62  -o branch.o -c b
3190: 72 61 6e 63 68 5f 2e 63 0a 0a 62 72 61 6e 63 68  ranch_.c..branch
31a0: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
31b0: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
31c0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d  add_.c:add.h adm
31d0: 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61  in_.c:admin.h ba
31e0: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
31f0: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68  .c:blob.h branch
3200: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f  _.c:branch.h bro
3210: 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20  wse_.c:browse.h 
3220: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
3230: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
3240: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
3250: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
3260: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
3270: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
3280: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
3290: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66  comformat.h conf
32a0: 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75  igure_.c:configu
32b0: 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  re.h construct_.
32c0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
32d0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
32e0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
32f0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
3300: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
3310: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74  cmd.h descendant
3320: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73  s_.c:descendants
3330: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
3340: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
3350: 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f  fcmd.h doc_.c:do
3360: 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  c.h encode_.c:en
3370: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
3380: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
3390: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
33a0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
33b0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
33c0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
33d0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
33e0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
33f0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
3400: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70  .c:merge3.h my_p
3410: 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68  age_.c:my_page.h
3420: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
3430: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
3440: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75   pqueue_.c:pqueu
3450: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  e.h printf_.c:pr
3460: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
3470: 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f  c:rebuild.h repo
3480: 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72  rt_.c:report.h r
3490: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
34a0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
34b0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
34c0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
34d0: 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74  hun_.c:shun.h st
34e0: 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79  at_.c:stat.h sty
34f0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
3500: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67  nc_.c:sync.h tag
3510: 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65  _.c:tag.h tagvie
3520: 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74  w_.c:tagview.h t
3530: 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69  h_main_.c:th_mai
3540: 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  n.h timeline_.c:
3550: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
3560: 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70  c:tkt.h tktsetup
3570: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.h u
3580: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
3590: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
35a0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
35b0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
35c0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
35d0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
35e0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
35f0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
3600: 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74  kiformat.h winht
3610: 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
3620: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
3630: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
3640: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
3650: 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
3660: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
3670: 68 20 68 65 61 64 65 72 73 0a 0a 62 72 6f 77 73  h headers..brows
3680: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  e_.c:.$(SRCDIR)/
3690: 62 72 6f 77 73 65 2e 63 20 24 28 53 52 43 44 49  browse.c $(SRCDI
36a0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
36b0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
36c0: 65 20 24 28 53 52 43 44 49 52 29 2f 62 72 6f 77  e $(SRCDIR)/brow
36d0: 73 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  se.c | sed -f $(
36e0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
36f0: 3e 62 72 6f 77 73 65 5f 2e 63 0a 0a 62 72 6f 77  >browse_.c..brow
3700: 73 65 2e 6f 3a 09 62 72 6f 77 73 65 5f 2e 63 20  se.o:.browse_.c 
3710: 62 72 6f 77 73 65 2e 68 20 20 24 28 53 52 43 44  browse.h  $(SRCD
3720: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
3730: 58 54 43 43 29 20 2d 6f 20 62 72 6f 77 73 65 2e  XTCC) -o browse.
3740: 6f 20 2d 63 20 62 72 6f 77 73 65 5f 2e 63 0a 0a  o -c browse_.c..
3750: 62 72 6f 77 73 65 2e 68 3a 09 6d 61 6b 65 68 65  browse.h:.makehe
3760: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
3770: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
3780: 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69  .h admin_.c:admi
3790: 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  n.h bag_.c:bag.h
37a0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
37b0: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68  branch_.c:branch
37c0: 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f  .h browse_.c:bro
37d0: 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  wse.h cgi_.c:cgi
37e0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
37f0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
3800: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
3810: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
3820: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
3830: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
3840: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
3850: 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63  h configure_.c:c
3860: 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74  onfigure.h const
3870: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
3880: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
3890: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
38a0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
38b0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
38c0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
38d0: 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endants_.c:desce
38e0: 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndants.h diff_.c
38f0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
3900: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63  .c:diffcmd.h doc
3910: 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65  _.c:doc.h encode
3920: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
3930: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
3940: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
3950: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
3960: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
3970: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
3980: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
3990: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
39a0: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
39b0: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
39c0: 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f  h my_page_.c:my_
39d0: 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  page.h name_.c:n
39e0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
39f0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
3a00: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
3a10: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
3a20: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
3a30: 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f  h report_.c:repo
3a40: 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  rt.h rss_.c:rss.
3a50: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
3a60: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
3a70: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
3a80: 61 31 2e 68 20 73 68 75 6e 5f 2e 63 3a 73 68 75  a1.h shun_.c:shu
3a90: 6e 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74  n.h stat_.c:stat
3aa0: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
3ab0: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63  e.h sync_.c:sync
3ac0: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20  .h tag_.c:tag.h 
3ad0: 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69  tagview_.c:tagvi
3ae0: 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a  ew.h th_main_.c:
3af0: 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69  th_main.h timeli
3b00: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
3b10: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
3b20: 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74  tsetup_.c:tktset
3b30: 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  up.h undo_.c:und
3b40: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
3b50: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
3b60: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
3b70: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
3b80: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
3b90: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
3ba0: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
3bb0: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
3bc0: 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68   winhttp_.c:winh
3bd0: 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  ttp.h xfer_.c:xf
3be0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
3bf0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
3c00: 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f  te3.h $(SRCDIR)/
3c10: 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  th.h ./VERSION.h
3c20: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
3c30: 0a 63 67 69 5f 2e 63 3a 09 24 28 53 52 43 44 49  .cgi_.c:.$(SRCDI
3c40: 52 29 2f 63 67 69 2e 63 20 24 28 53 52 43 44 49  R)/cgi.c $(SRCDI
3c50: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
3c60: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
3c70: 65 20 24 28 53 52 43 44 49 52 29 2f 63 67 69 2e  e $(SRCDIR)/cgi.
3c80: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
3c90: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 67  DIR)/VERSION >cg
3ca0: 69 5f 2e 63 0a 0a 63 67 69 2e 6f 3a 09 63 67 69  i_.c..cgi.o:.cgi
3cb0: 5f 2e 63 20 63 67 69 2e 68 20 20 24 28 53 52 43  _.c cgi.h  $(SRC
3cc0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
3cd0: 28 58 54 43 43 29 20 2d 6f 20 63 67 69 2e 6f 20  (XTCC) -o cgi.o 
3ce0: 2d 63 20 63 67 69 5f 2e 63 0a 0a 63 67 69 2e 68  -c cgi_.c..cgi.h
3cf0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
3d00: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
3d10: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
3d20: 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
3d30: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
3d40: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
3d50: 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
3d60: 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
3d70: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
3d80: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
3d90: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
3da0: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
3db0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
3dc0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
3dd0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
3de0: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
3df0: 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
3e00: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
3e10: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
3e20: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
3e30: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
3e40: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
3e50: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
3e60: 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
3e70: 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
3e80: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
3e90: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
3ea0: 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
3eb0: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
3ec0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
3ed0: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
3ee0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
3ef0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
3f00: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
3f10: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
3f20: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
3f30: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
3f40: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
3f50: 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
3f60: 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
3f70: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
3f80: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
3f90: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
3fa0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
3fb0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
3fc0: 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
3fd0: 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
3fe0: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
3ff0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
4000: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
4010: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 75  a1_.c:sha1.h shu
4020: 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 74  n_.c:shun.h stat
4030: 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65  _.c:stat.h style
4040: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
4050: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e  _.c:sync.h tag_.
4060: 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f  c:tag.h tagview_
4070: 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f  .c:tagview.h th_
4080: 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e  main_.c:th_main.
4090: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
40a0: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
40b0: 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e  tkt.h tktsetup_.
40c0: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64  c:tktsetup.h und
40d0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
40e0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
40f0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
4100: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
4110: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
4120: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
4130: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
4140: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
4150: 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70  format.h winhttp
4160: 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66  _.c:winhttp.h xf
4170: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
4180: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
4190: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28  IR)/sqlite3.h $(
41a0: 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56  SRCDIR)/th.h ./V
41b0: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
41c0: 68 65 61 64 65 72 73 0a 0a 63 68 65 63 6b 69 6e  headers..checkin
41d0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63  _.c:.$(SRCDIR)/c
41e0: 68 65 63 6b 69 6e 2e 63 20 24 28 53 52 43 44 49  heckin.c $(SRCDI
41f0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
4200: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
4210: 65 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 63  e $(SRCDIR)/chec
4220: 6b 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  kin.c | sed -f $
4230: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
4240: 20 3e 63 68 65 63 6b 69 6e 5f 2e 63 0a 0a 63 68   >checkin_.c..ch
4250: 65 63 6b 69 6e 2e 6f 3a 09 63 68 65 63 6b 69 6e  eckin.o:.checkin
4260: 5f 2e 63 20 63 68 65 63 6b 69 6e 2e 68 20 20 24  _.c checkin.h  $
4270: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
4280: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 68  h..$(XTCC) -o ch
4290: 65 63 6b 69 6e 2e 6f 20 2d 63 20 63 68 65 63 6b  eckin.o -c check
42a0: 69 6e 5f 2e 63 0a 0a 63 68 65 63 6b 69 6e 2e 68  in_.c..checkin.h
42b0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
42c0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
42d0: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
42e0: 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
42f0: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
4300: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
4310: 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
4320: 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
4330: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
4340: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
4350: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
4360: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
4370: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
4380: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
4390: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
43a0: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
43b0: 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
43c0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
43d0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
43e0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
43f0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
4400: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
4410: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
4420: 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
4430: 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
4440: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
4450: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
4460: 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
4470: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
4480: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
4490: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
44a0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
44b0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
44c0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
44d0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
44e0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
44f0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
4500: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
4510: 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
4520: 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
4530: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
4540: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
4550: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
4560: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
4570: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
4580: 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
4590: 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
45a0: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
45b0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
45c0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
45d0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 75  a1_.c:sha1.h shu
45e0: 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 74  n_.c:shun.h stat
45f0: 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65  _.c:stat.h style
4600: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
4610: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e  _.c:sync.h tag_.
4620: 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f  c:tag.h tagview_
4630: 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f  .c:tagview.h th_
4640: 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e  main_.c:th_main.
4650: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
4660: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
4670: 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e  tkt.h tktsetup_.
4680: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64  c:tktsetup.h und
4690: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
46a0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
46b0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
46c0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
46d0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
46e0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
46f0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
4700: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
4710: 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70  format.h winhttp
4720: 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66  _.c:winhttp.h xf
4730: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
4740: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
4750: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28  IR)/sqlite3.h $(
4760: 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56  SRCDIR)/th.h ./V
4770: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
4780: 68 65 61 64 65 72 73 0a 0a 63 68 65 63 6b 6f 75  headers..checkou
4790: 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  t_.c:.$(SRCDIR)/
47a0: 63 68 65 63 6b 6f 75 74 2e 63 20 24 28 53 52 43  checkout.c $(SRC
47b0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
47c0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
47d0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 68  ate $(SRCDIR)/ch
47e0: 65 63 6b 6f 75 74 2e 63 20 7c 20 73 65 64 20 2d  eckout.c | sed -
47f0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
4800: 49 4f 4e 20 3e 63 68 65 63 6b 6f 75 74 5f 2e 63  ION >checkout_.c
4810: 0a 0a 63 68 65 63 6b 6f 75 74 2e 6f 3a 09 63 68  ..checkout.o:.ch
4820: 65 63 6b 6f 75 74 5f 2e 63 20 63 68 65 63 6b 6f  eckout_.c checko
4830: 75 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  ut.h  $(SRCDIR)/
4840: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
4850: 29 20 2d 6f 20 63 68 65 63 6b 6f 75 74 2e 6f 20  ) -o checkout.o 
4860: 2d 63 20 63 68 65 63 6b 6f 75 74 5f 2e 63 0a 0a  -c checkout_.c..
4870: 63 68 65 63 6b 6f 75 74 2e 68 3a 09 6d 61 6b 65  checkout.h:.make
4880: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
4890: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
48a0: 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64  dd.h admin_.c:ad
48b0: 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  min.h bag_.c:bag
48c0: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
48d0: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e  h branch_.c:bran
48e0: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62  ch.h browse_.c:b
48f0: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63  rowse.h cgi_.c:c
4900: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
4910: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
4920: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
4930: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
4940: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
4950: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
4960: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
4970: 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63  t.h configure_.c
4980: 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e  :configure.h con
4990: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
49a0: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
49b0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
49c0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
49d0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
49e0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
49f0: 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73  scendants_.c:des
4a00: 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f  cendants.h diff_
4a10: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
4a20: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64  d_.c:diffcmd.h d
4a30: 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f  oc_.c:doc.h enco
4a40: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
4a50: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
4a60: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
4a70: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
4a80: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
4a90: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
4aa0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
4ab0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
4ac0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
4ad0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
4ae0: 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d  3.h my_page_.c:m
4af0: 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63  y_page.h name_.c
4b00: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
4b10: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f  :pivot.h pqueue_
4b20: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e  .c:pqueue.h prin
4b30: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
4b40: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
4b50: 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65  d.h report_.c:re
4b60: 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73  port.h rss_.c:rs
4b70: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
4b80: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
4b90: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
4ba0: 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e 63 3a 73  sha1.h shun_.c:s
4bb0: 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74  hun.h stat_.c:st
4bc0: 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  at.h style_.c:st
4bd0: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
4be0: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e  nc.h tag_.c:tag.
4bf0: 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67  h tagview_.c:tag
4c00: 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e  view.h th_main_.
4c10: 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65  c:th_main.h time
4c20: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
4c30: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20  .h tkt_.c:tkt.h 
4c40: 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73  tktsetup_.c:tkts
4c50: 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  etup.h undo_.c:u
4c60: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
4c70: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
4c80: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
4c90: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
4ca0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
4cb0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
4cc0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
4cd0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
4ce0: 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69  .h winhttp_.c:wi
4cf0: 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a  nhttp.h xfer_.c:
4d00: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
4d10: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
4d20: 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52  lite3.h $(SRCDIR
4d30: 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  )/th.h ./VERSION
4d40: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
4d50: 73 0a 0a 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  s..clearsign_.c:
4d60: 09 24 28 53 52 43 44 49 52 29 2f 63 6c 65 61 72  .$(SRCDIR)/clear
4d70: 73 69 67 6e 2e 63 20 24 28 53 52 43 44 49 52 29  sign.c $(SRCDIR)
4d80: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
4d90: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
4da0: 24 28 53 52 43 44 49 52 29 2f 63 6c 65 61 72 73  $(SRCDIR)/clears
4db0: 69 67 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ign.c | sed -f $
4dc0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
4dd0: 20 3e 63 6c 65 61 72 73 69 67 6e 5f 2e 63 0a 0a   >clearsign_.c..
4de0: 63 6c 65 61 72 73 69 67 6e 2e 6f 3a 09 63 6c 65  clearsign.o:.cle
4df0: 61 72 73 69 67 6e 5f 2e 63 20 63 6c 65 61 72 73  arsign_.c clears
4e00: 69 67 6e 2e 68 20 20 24 28 53 52 43 44 49 52 29  ign.h  $(SRCDIR)
4e10: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
4e20: 43 29 20 2d 6f 20 63 6c 65 61 72 73 69 67 6e 2e  C) -o clearsign.
4e30: 6f 20 2d 63 20 63 6c 65 61 72 73 69 67 6e 5f 2e  o -c clearsign_.
4e40: 63 0a 0a 63 6c 65 61 72 73 69 67 6e 2e 68 3a 09  c..clearsign.h:.
4e50: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
4e60: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
4e70: 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e  .c:add.h admin_.
4e80: 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63  c:admin.h bag_.c
4e90: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
4ea0: 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a  lob.h branch_.c:
4eb0: 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f  branch.h browse_
4ec0: 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f  .c:browse.h cgi_
4ed0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
4ee0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
4ef0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
4f00: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
4f10: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
4f20: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
4f30: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
4f40: 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72  ormat.h configur
4f50: 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68  e_.c:configure.h
4f60: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
4f70: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
4f80: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
4f90: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
4fa0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
4fb0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
4fc0: 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63  h descendants_.c
4fd0: 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64  :descendants.h d
4fe0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
4ff0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
5000: 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20  .h doc_.c:doc.h 
5010: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
5020: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
5030: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
5040: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
5050: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
5060: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
5070: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
5080: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
5090: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
50a0: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
50b0: 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f  erge3.h my_page_
50c0: 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d  .c:my_page.h nam
50d0: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
50e0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75  t_.c:pivot.h pqu
50f0: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20  eue_.c:pqueue.h 
5100: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
5110: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
5120: 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e  build.h report_.
5130: 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e  c:report.h rss_.
5140: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
5150: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
5160: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
5170: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 75 6e 5f  _.c:sha1.h shun_
5180: 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f 2e  .c:shun.h stat_.
5190: 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e  c:stat.h style_.
51a0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
51b0: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a  c:sync.h tag_.c:
51c0: 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63  tag.h tagview_.c
51d0: 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61  :tagview.h th_ma
51e0: 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20  in_.c:th_main.h 
51f0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
5200: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
5210: 74 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a  t.h tktsetup_.c:
5220: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f  tktsetup.h undo_
5230: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
5240: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
5250: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
5260: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
5270: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
5280: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
5290: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
52a0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
52b0: 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e  rmat.h winhttp_.
52c0: 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72  c:winhttp.h xfer
52d0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
52e0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
52f0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52  )/sqlite3.h $(SR
5300: 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52  CDIR)/th.h ./VER
5310: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
5320: 61 64 65 72 73 0a 0a 63 6c 6f 6e 65 5f 2e 63 3a  aders..clone_.c:
5330: 09 24 28 53 52 43 44 49 52 29 2f 63 6c 6f 6e 65  .$(SRCDIR)/clone
5340: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
5350: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
5360: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
5370: 43 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 20 7c 20  CDIR)/clone.c | 
5380: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
5390: 2f 56 45 52 53 49 4f 4e 20 3e 63 6c 6f 6e 65 5f  /VERSION >clone_
53a0: 2e 63 0a 0a 63 6c 6f 6e 65 2e 6f 3a 09 63 6c 6f  .c..clone.o:.clo
53b0: 6e 65 5f 2e 63 20 63 6c 6f 6e 65 2e 68 20 20 24  ne_.c clone.h  $
53c0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
53d0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6c  h..$(XTCC) -o cl
53e0: 6f 6e 65 2e 6f 20 2d 63 20 63 6c 6f 6e 65 5f 2e  one.o -c clone_.
53f0: 63 0a 0a 63 6c 6f 6e 65 2e 68 3a 09 6d 61 6b 65  c..clone.h:.make
5400: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
5410: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
5420: 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64  dd.h admin_.c:ad
5430: 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  min.h bag_.c:bag
5440: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
5450: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e  h branch_.c:bran
5460: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62  ch.h browse_.c:b
5470: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63  rowse.h cgi_.c:c
5480: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
5490: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
54a0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
54b0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
54c0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
54d0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
54e0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
54f0: 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63  t.h configure_.c
5500: 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e  :configure.h con
5510: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
5520: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
5530: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
5540: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
5550: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
5560: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
5570: 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73  scendants_.c:des
5580: 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f  cendants.h diff_
5590: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
55a0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64  d_.c:diffcmd.h d
55b0: 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f  oc_.c:doc.h enco
55c0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
55d0: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
55e0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
55f0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
5600: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
5610: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
5620: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
5630: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
5640: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
5650: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
5660: 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d  3.h my_page_.c:m
5670: 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63  y_page.h name_.c
5680: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
5690: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f  :pivot.h pqueue_
56a0: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e  .c:pqueue.h prin
56b0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
56c0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
56d0: 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65  d.h report_.c:re
56e0: 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73  port.h rss_.c:rs
56f0: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
5700: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
5710: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
5720: 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e 63 3a 73  sha1.h shun_.c:s
5730: 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74  hun.h stat_.c:st
5740: 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  at.h style_.c:st
5750: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
5760: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e  nc.h tag_.c:tag.
5770: 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67  h tagview_.c:tag
5780: 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e  view.h th_main_.
5790: 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65  c:th_main.h time
57a0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
57b0: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20  .h tkt_.c:tkt.h 
57c0: 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73  tktsetup_.c:tkts
57d0: 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  etup.h undo_.c:u
57e0: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
57f0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
5800: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
5810: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
5820: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
5830: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
5840: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
5850: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
5860: 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69  .h winhttp_.c:wi
5870: 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a  nhttp.h xfer_.c:
5880: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
5890: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
58a0: 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52  lite3.h $(SRCDIR
58b0: 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  )/th.h ./VERSION
58c0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
58d0: 73 0a 0a 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  s..comformat_.c:
58e0: 09 24 28 53 52 43 44 49 52 29 2f 63 6f 6d 66 6f  .$(SRCDIR)/comfo
58f0: 72 6d 61 74 2e 63 20 24 28 53 52 43 44 49 52 29  rmat.c $(SRCDIR)
5900: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
5910: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
5920: 24 28 53 52 43 44 49 52 29 2f 63 6f 6d 66 6f 72  $(SRCDIR)/comfor
5930: 6d 61 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  mat.c | sed -f $
5940: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
5950: 20 3e 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a   >comformat_.c..
5960: 63 6f 6d 66 6f 72 6d 61 74 2e 6f 3a 09 63 6f 6d  comformat.o:.com
5970: 66 6f 72 6d 61 74 5f 2e 63 20 63 6f 6d 66 6f 72  format_.c comfor
5980: 6d 61 74 2e 68 20 20 24 28 53 52 43 44 49 52 29  mat.h  $(SRCDIR)
5990: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
59a0: 43 29 20 2d 6f 20 63 6f 6d 66 6f 72 6d 61 74 2e  C) -o comformat.
59b0: 6f 20 2d 63 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  o -c comformat_.
59c0: 63 0a 0a 63 6f 6d 66 6f 72 6d 61 74 2e 68 3a 09  c..comformat.h:.
59d0: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
59e0: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
59f0: 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e  .c:add.h admin_.
5a00: 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63  c:admin.h bag_.c
5a10: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
5a20: 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a  lob.h branch_.c:
5a30: 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f  branch.h browse_
5a40: 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f  .c:browse.h cgi_
5a50: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
5a60: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
5a70: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
5a80: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
5a90: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
5aa0: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
5ab0: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
5ac0: 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72  ormat.h configur
5ad0: 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68  e_.c:configure.h
5ae0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
5af0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
5b00: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
5b10: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
5b20: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
5b30: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
5b40: 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63  h descendants_.c
5b50: 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64  :descendants.h d
5b60: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
5b70: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
5b80: 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20  .h doc_.c:doc.h 
5b90: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
5ba0: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
5bb0: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
5bc0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
5bd0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
5be0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
5bf0: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
5c00: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
5c10: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
5c20: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
5c30: 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f  erge3.h my_page_
5c40: 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d  .c:my_page.h nam
5c50: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
5c60: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75  t_.c:pivot.h pqu
5c70: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20  eue_.c:pqueue.h 
5c80: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
5c90: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
5ca0: 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e  build.h report_.
5cb0: 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e  c:report.h rss_.
5cc0: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
5cd0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
5ce0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
5cf0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 75 6e 5f  _.c:sha1.h shun_
5d00: 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f 2e  .c:shun.h stat_.
5d10: 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e  c:stat.h style_.
5d20: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
5d30: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a  c:sync.h tag_.c:
5d40: 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63  tag.h tagview_.c
5d50: 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61  :tagview.h th_ma
5d60: 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20  in_.c:th_main.h 
5d70: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
5d80: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
5d90: 74 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a  t.h tktsetup_.c:
5da0: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f  tktsetup.h undo_
5db0: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
5dc0: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
5dd0: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
5de0: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
5df0: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
5e00: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
5e10: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
5e20: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
5e30: 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e  rmat.h winhttp_.
5e40: 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72  c:winhttp.h xfer
5e50: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
5e60: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
5e70: 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52  )/sqlite3.h $(SR
5e80: 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52  CDIR)/th.h ./VER
5e90: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
5ea0: 61 64 65 72 73 0a 0a 63 6f 6e 66 69 67 75 72 65  aders..configure
5eb0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63  _.c:.$(SRCDIR)/c
5ec0: 6f 6e 66 69 67 75 72 65 2e 63 20 24 28 53 52 43  onfigure.c $(SRC
5ed0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
5ee0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
5ef0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 6f  ate $(SRCDIR)/co
5f00: 6e 66 69 67 75 72 65 2e 63 20 7c 20 73 65 64 20  nfigure.c | sed 
5f10: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
5f20: 53 49 4f 4e 20 3e 63 6f 6e 66 69 67 75 72 65 5f  SION >configure_
5f30: 2e 63 0a 0a 63 6f 6e 66 69 67 75 72 65 2e 6f 3a  .c..configure.o:
5f40: 09 63 6f 6e 66 69 67 75 72 65 5f 2e 63 20 63 6f  .configure_.c co
5f50: 6e 66 69 67 75 72 65 2e 68 20 20 24 28 53 52 43  nfigure.h  $(SRC
5f60: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
5f70: 28 58 54 43 43 29 20 2d 6f 20 63 6f 6e 66 69 67  (XTCC) -o config
5f80: 75 72 65 2e 6f 20 2d 63 20 63 6f 6e 66 69 67 75  ure.o -c configu
5f90: 72 65 5f 2e 63 0a 0a 63 6f 6e 66 69 67 75 72 65  re_.c..configure
5fa0: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
5fb0: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
5fc0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d  add_.c:add.h adm
5fd0: 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61  in_.c:admin.h ba
5fe0: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
5ff0: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68  .c:blob.h branch
6000: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f  _.c:branch.h bro
6010: 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20  wse_.c:browse.h 
6020: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
6030: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
6040: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
6050: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
6060: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
6070: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
6080: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
6090: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66  comformat.h conf
60a0: 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75  igure_.c:configu
60b0: 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  re.h construct_.
60c0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
60d0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
60e0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
60f0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
6100: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
6110: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74  cmd.h descendant
6120: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73  s_.c:descendants
6130: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
6140: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
6150: 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f  fcmd.h doc_.c:do
6160: 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  c.h encode_.c:en
6170: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
6180: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
6190: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
61a0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
61b0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
61c0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
61d0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
61e0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
61f0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
6200: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70  .c:merge3.h my_p
6210: 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68  age_.c:my_page.h
6220: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
6230: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
6240: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75   pqueue_.c:pqueu
6250: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  e.h printf_.c:pr
6260: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
6270: 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f  c:rebuild.h repo
6280: 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72  rt_.c:report.h r
6290: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
62a0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
62b0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
62c0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
62d0: 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74  hun_.c:shun.h st
62e0: 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79  at_.c:stat.h sty
62f0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
6300: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67  nc_.c:sync.h tag
6310: 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65  _.c:tag.h tagvie
6320: 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74  w_.c:tagview.h t
6330: 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69  h_main_.c:th_mai
6340: 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  n.h timeline_.c:
6350: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
6360: 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70  c:tkt.h tktsetup
6370: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.h u
6380: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
6390: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
63a0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
63b0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
63c0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
63d0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
63e0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
63f0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
6400: 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74  kiformat.h winht
6410: 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
6420: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
6430: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
6440: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
6450: 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
6460: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
6470: 68 20 68 65 61 64 65 72 73 0a 0a 63 6f 6e 73 74  h headers..const
6480: 72 75 63 74 5f 2e 63 3a 09 24 28 53 52 43 44 49  ruct_.c:.$(SRCDI
6490: 52 29 2f 63 6f 6e 73 74 72 75 63 74 2e 63 20 24  R)/construct.c $
64a0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
64b0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
64c0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
64d0: 29 2f 63 6f 6e 73 74 72 75 63 74 2e 63 20 7c 20  )/construct.c | 
64e0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
64f0: 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6e 73 74 72  /VERSION >constr
6500: 75 63 74 5f 2e 63 0a 0a 63 6f 6e 73 74 72 75 63  uct_.c..construc
6510: 74 2e 6f 3a 09 63 6f 6e 73 74 72 75 63 74 5f 2e  t.o:.construct_.
6520: 63 20 63 6f 6e 73 74 72 75 63 74 2e 68 20 20 24  c construct.h  $
6530: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
6540: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6f  h..$(XTCC) -o co
6550: 6e 73 74 72 75 63 74 2e 6f 20 2d 63 20 63 6f 6e  nstruct.o -c con
6560: 73 74 72 75 63 74 5f 2e 63 0a 0a 63 6f 6e 73 74  struct_.c..const
6570: 72 75 63 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64  ruct.h:.makehead
6580: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
6590: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
65a0: 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
65b0: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
65c0: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
65d0: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
65e0: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
65f0: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
6600: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
6610: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
6620: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
6630: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
6640: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
6650: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
6660: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
6670: 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
6680: 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
6690: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
66a0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
66b0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
66c0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
66d0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
66e0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
66f0: 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
6700: 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
6710: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
6720: 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
6730: 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
6740: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
6750: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
6760: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
6770: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
6780: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
6790: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
67a0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
67b0: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
67c0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
67d0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
67e0: 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
67f0: 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
6800: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
6810: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
6820: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
6830: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
6840: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
6850: 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
6860: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
6870: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
6880: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
6890: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
68a0: 2e 68 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e  .h shun_.c:shun.
68b0: 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68  h stat_.c:stat.h
68c0: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
68d0: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
68e0: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61   tag_.c:tag.h ta
68f0: 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77  gview_.c:tagview
6900: 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68  .h th_main_.c:th
6910: 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65  _main.h timeline
6920: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
6930: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73  kt_.c:tkt.h tkts
6940: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
6950: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
6960: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
6970: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
6980: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
6990: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
69a0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
69b0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
69c0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
69d0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
69e0: 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
69f0: 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
6a00: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
6a10: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
6a20: 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
6a30: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
6a40: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63  touch headers..c
6a50: 6f 6e 74 65 6e 74 5f 2e 63 3a 09 24 28 53 52 43  ontent_.c:.$(SRC
6a60: 44 49 52 29 2f 63 6f 6e 74 65 6e 74 2e 63 20 24  DIR)/content.c $
6a70: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
6a80: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
6a90: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
6aa0: 29 2f 63 6f 6e 74 65 6e 74 2e 63 20 7c 20 73 65  )/content.c | se
6ab0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
6ac0: 45 52 53 49 4f 4e 20 3e 63 6f 6e 74 65 6e 74 5f  ERSION >content_
6ad0: 2e 63 0a 0a 63 6f 6e 74 65 6e 74 2e 6f 3a 09 63  .c..content.o:.c
6ae0: 6f 6e 74 65 6e 74 5f 2e 63 20 63 6f 6e 74 65 6e  ontent_.c conten
6af0: 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  t.h  $(SRCDIR)/c
6b00: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
6b10: 20 2d 6f 20 63 6f 6e 74 65 6e 74 2e 6f 20 2d 63   -o content.o -c
6b20: 20 63 6f 6e 74 65 6e 74 5f 2e 63 0a 0a 63 6f 6e   content_.c..con
6b30: 74 65 6e 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64  tent.h:.makehead
6b40: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
6b50: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
6b60: 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
6b70: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
6b80: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
6b90: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
6ba0: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
6bb0: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
6bc0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
6bd0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
6be0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
6bf0: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
6c00: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
6c10: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
6c20: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
6c30: 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
6c40: 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
6c50: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
6c60: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
6c70: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
6c80: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
6c90: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
6ca0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
6cb0: 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
6cc0: 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
6cd0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
6ce0: 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
6cf0: 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
6d00: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
6d10: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
6d20: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
6d30: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
6d40: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
6d50: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
6d60: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
6d70: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
6d80: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
6d90: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
6da0: 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
6db0: 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
6dc0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
6dd0: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
6de0: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
6df0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
6e00: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
6e10: 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
6e20: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
6e30: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
6e40: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
6e50: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
6e60: 2e 68 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e  .h shun_.c:shun.
6e70: 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68  h stat_.c:stat.h
6e80: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
6e90: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
6ea0: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61   tag_.c:tag.h ta
6eb0: 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77  gview_.c:tagview
6ec0: 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68  .h th_main_.c:th
6ed0: 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65  _main.h timeline
6ee0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
6ef0: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73  kt_.c:tkt.h tkts
6f00: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
6f10: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
6f20: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
6f30: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
6f40: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
6f50: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
6f60: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
6f70: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
6f80: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
6f90: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
6fa0: 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
6fb0: 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
6fc0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
6fd0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
6fe0: 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
6ff0: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
7000: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 64  touch headers..d
7010: 62 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  b_.c:.$(SRCDIR)/
7020: 64 62 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  db.c $(SRCDIR)/V
7030: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
7040: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
7050: 53 52 43 44 49 52 29 2f 64 62 2e 63 20 7c 20 73  SRCDIR)/db.c | s
7060: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
7070: 56 45 52 53 49 4f 4e 20 3e 64 62 5f 2e 63 0a 0a  VERSION >db_.c..
7080: 64 62 2e 6f 3a 09 64 62 5f 2e 63 20 64 62 2e 68  db.o:.db_.c db.h
7090: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
70a0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
70b0: 20 64 62 2e 6f 20 2d 63 20 64 62 5f 2e 63 0a 0a   db.o -c db_.c..
70c0: 64 62 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  db.h:.makeheader
70d0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
70e0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
70f0: 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
7100: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
7110: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
7120: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
7130: 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
7140: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
7150: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
7160: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
7170: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
7180: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
7190: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
71a0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
71b0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
71c0: 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
71d0: 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
71e0: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
71f0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
7200: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
7210: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
7220: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
7230: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
7240: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
7250: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
7260: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
7270: 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
7280: 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
7290: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
72a0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
72b0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
72c0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
72d0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
72e0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
72f0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
7300: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
7310: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
7320: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
7330: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
7340: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
7350: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
7360: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
7370: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
7380: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
7390: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
73a0: 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
73b0: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
73c0: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
73d0: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
73e0: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
73f0: 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20   shun_.c:shun.h 
7400: 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73  stat_.c:stat.h s
7410: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
7420: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
7430: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76  ag_.c:tag.h tagv
7440: 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68  iew_.c:tagview.h
7450: 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d   th_main_.c:th_m
7460: 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ain.h timeline_.
7470: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
7480: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74  _.c:tkt.h tktset
7490: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
74a0: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
74b0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
74c0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
74d0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
74e0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
74f0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
7500: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
7510: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
7520: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
7530: 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
7540: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
7550: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
7560: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
7570: 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
7580: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
7590: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 64 65 6c  uch headers..del
75a0: 74 61 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  ta_.c:.$(SRCDIR)
75b0: 2f 64 65 6c 74 61 2e 63 20 24 28 53 52 43 44 49  /delta.c $(SRCDI
75c0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
75d0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
75e0: 65 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74  e $(SRCDIR)/delt
75f0: 61 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  a.c | sed -f $(S
7600: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
7610: 64 65 6c 74 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e  delta_.c..delta.
7620: 6f 3a 09 64 65 6c 74 61 5f 2e 63 20 64 65 6c 74  o:.delta_.c delt
7630: 61 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  a.h  $(SRCDIR)/c
7640: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
7650: 20 2d 6f 20 64 65 6c 74 61 2e 6f 20 2d 63 20 64   -o delta.o -c d
7660: 65 6c 74 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e 68  elta_.c..delta.h
7670: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
7680: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
7690: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
76a0: 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
76b0: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
76c0: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
76d0: 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
76e0: 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
76f0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
7700: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
7710: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
7720: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
7730: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
7740: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
7750: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
7760: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
7770: 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
7780: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
7790: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
77a0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
77b0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
77c0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
77d0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
77e0: 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
77f0: 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
7800: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
7810: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
7820: 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
7830: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
7840: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
7850: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
7860: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
7870: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
7880: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
7890: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
78a0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
78b0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
78c0: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
78d0: 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
78e0: 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
78f0: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
7900: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
7910: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
7920: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
7930: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
7940: 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
7950: 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
7960: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
7970: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
7980: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
7990: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 75  a1_.c:sha1.h shu
79a0: 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 74  n_.c:shun.h stat
79b0: 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65  _.c:stat.h style
79c0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
79d0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e  _.c:sync.h tag_.
79e0: 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f  c:tag.h tagview_
79f0: 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f  .c:tagview.h th_
7a00: 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e  main_.c:th_main.
7a10: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
7a20: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
7a30: 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e  tkt.h tktsetup_.
7a40: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64  c:tktsetup.h und
7a50: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
7a60: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
7a70: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
7a80: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
7a90: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
7aa0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
7ab0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
7ac0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
7ad0: 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70  format.h winhttp
7ae0: 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66  _.c:winhttp.h xf
7af0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
7b00: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
7b10: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28  IR)/sqlite3.h $(
7b20: 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56  SRCDIR)/th.h ./V
7b30: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
7b40: 68 65 61 64 65 72 73 0a 0a 64 65 6c 74 61 63 6d  headers..deltacm
7b50: 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  d_.c:.$(SRCDIR)/
7b60: 64 65 6c 74 61 63 6d 64 2e 63 20 24 28 53 52 43  deltacmd.c $(SRC
7b70: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
7b80: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
7b90: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 65  ate $(SRCDIR)/de
7ba0: 6c 74 61 63 6d 64 2e 63 20 7c 20 73 65 64 20 2d  ltacmd.c | sed -
7bb0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
7bc0: 49 4f 4e 20 3e 64 65 6c 74 61 63 6d 64 5f 2e 63  ION >deltacmd_.c
7bd0: 0a 0a 64 65 6c 74 61 63 6d 64 2e 6f 3a 09 64 65  ..deltacmd.o:.de
7be0: 6c 74 61 63 6d 64 5f 2e 63 20 64 65 6c 74 61 63  ltacmd_.c deltac
7bf0: 6d 64 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  md.h  $(SRCDIR)/
7c00: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
7c10: 29 20 2d 6f 20 64 65 6c 74 61 63 6d 64 2e 6f 20  ) -o deltacmd.o 
7c20: 2d 63 20 64 65 6c 74 61 63 6d 64 5f 2e 63 0a 0a  -c deltacmd_.c..
7c30: 64 65 6c 74 61 63 6d 64 2e 68 3a 09 6d 61 6b 65  deltacmd.h:.make
7c40: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
7c50: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
7c60: 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64  dd.h admin_.c:ad
7c70: 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  min.h bag_.c:bag
7c80: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
7c90: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e  h branch_.c:bran
7ca0: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62  ch.h browse_.c:b
7cb0: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63  rowse.h cgi_.c:c
7cc0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
7cd0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
7ce0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
7cf0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
7d00: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
7d10: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
7d20: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
7d30: 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63  t.h configure_.c
7d40: 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e  :configure.h con
7d50: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
7d60: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
7d70: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
7d80: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
7d90: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
7da0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
7db0: 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73  scendants_.c:des
7dc0: 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f  cendants.h diff_
7dd0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
7de0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64  d_.c:diffcmd.h d
7df0: 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f  oc_.c:doc.h enco
7e00: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
7e10: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
7e20: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
7e30: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
7e40: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
7e50: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
7e60: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
7e70: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
7e80: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
7e90: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
7ea0: 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d  3.h my_page_.c:m
7eb0: 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63  y_page.h name_.c
7ec0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
7ed0: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f  :pivot.h pqueue_
7ee0: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e  .c:pqueue.h prin
7ef0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
7f00: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
7f10: 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65  d.h report_.c:re
7f20: 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73  port.h rss_.c:rs
7f30: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
7f40: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
7f50: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
7f60: 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e 63 3a 73  sha1.h shun_.c:s
7f70: 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74  hun.h stat_.c:st
7f80: 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  at.h style_.c:st
7f90: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
7fa0: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e  nc.h tag_.c:tag.
7fb0: 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67  h tagview_.c:tag
7fc0: 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e  view.h th_main_.
7fd0: 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65  c:th_main.h time
7fe0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
7ff0: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20  .h tkt_.c:tkt.h 
8000: 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73  tktsetup_.c:tkts
8010: 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  etup.h undo_.c:u
8020: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
8030: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
8040: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
8050: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
8060: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
8070: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
8080: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
8090: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
80a0: 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69  .h winhttp_.c:wi
80b0: 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a  nhttp.h xfer_.c:
80c0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
80d0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
80e0: 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52  lite3.h $(SRCDIR
80f0: 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  )/th.h ./VERSION
8100: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
8110: 73 0a 0a 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e  s..descendants_.
8120: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 65 73  c:.$(SRCDIR)/des
8130: 63 65 6e 64 61 6e 74 73 2e 63 20 24 28 53 52 43  cendants.c $(SRC
8140: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
8150: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
8160: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 65  ate $(SRCDIR)/de
8170: 73 63 65 6e 64 61 6e 74 73 2e 63 20 7c 20 73 65  scendants.c | se
8180: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
8190: 45 52 53 49 4f 4e 20 3e 64 65 73 63 65 6e 64 61  ERSION >descenda
81a0: 6e 74 73 5f 2e 63 0a 0a 64 65 73 63 65 6e 64 61  nts_.c..descenda
81b0: 6e 74 73 2e 6f 3a 09 64 65 73 63 65 6e 64 61 6e  nts.o:.descendan
81c0: 74 73 5f 2e 63 20 64 65 73 63 65 6e 64 61 6e 74  ts_.c descendant
81d0: 73 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  s.h  $(SRCDIR)/c
81e0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
81f0: 20 2d 6f 20 64 65 73 63 65 6e 64 61 6e 74 73 2e   -o descendants.
8200: 6f 20 2d 63 20 64 65 73 63 65 6e 64 61 6e 74 73  o -c descendants
8210: 5f 2e 63 0a 0a 64 65 73 63 65 6e 64 61 6e 74 73  _.c..descendants
8220: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
8230: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
8240: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d  add_.c:add.h adm
8250: 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61  in_.c:admin.h ba
8260: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
8270: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68  .c:blob.h branch
8280: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f  _.c:branch.h bro
8290: 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20  wse_.c:browse.h 
82a0: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
82b0: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
82c0: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
82d0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
82e0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
82f0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
8300: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
8310: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66  comformat.h conf
8320: 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75  igure_.c:configu
8330: 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  re.h construct_.
8340: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
8350: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
8360: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
8370: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
8380: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
8390: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74  cmd.h descendant
83a0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73  s_.c:descendants
83b0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
83c0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
83d0: 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f  fcmd.h doc_.c:do
83e0: 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  c.h encode_.c:en
83f0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
8400: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
8410: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
8420: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
8430: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
8440: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
8450: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
8460: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
8470: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
8480: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70  .c:merge3.h my_p
8490: 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68  age_.c:my_page.h
84a0: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
84b0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
84c0: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75   pqueue_.c:pqueu
84d0: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  e.h printf_.c:pr
84e0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
84f0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f  c:rebuild.h repo
8500: 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72  rt_.c:report.h r
8510: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
8520: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
8530: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
8540: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
8550: 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74  hun_.c:shun.h st
8560: 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79  at_.c:stat.h sty
8570: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
8580: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67  nc_.c:sync.h tag
8590: 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65  _.c:tag.h tagvie
85a0: 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74  w_.c:tagview.h t
85b0: 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69  h_main_.c:th_mai
85c0: 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  n.h timeline_.c:
85d0: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
85e0: 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70  c:tkt.h tktsetup
85f0: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.h u
8600: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
8610: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
8620: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
8630: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
8640: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
8650: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
8660: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
8670: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
8680: 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74  kiformat.h winht
8690: 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
86a0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
86b0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
86c0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
86d0: 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
86e0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
86f0: 68 20 68 65 61 64 65 72 73 0a 0a 64 69 66 66 5f  h headers..diff_
8700: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 69  .c:.$(SRCDIR)/di
8710: 66 66 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ff.c $(SRCDIR)/V
8720: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
8730: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
8740: 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63 20 7c  SRCDIR)/diff.c |
8750: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
8760: 29 2f 56 45 52 53 49 4f 4e 20 3e 64 69 66 66 5f  )/VERSION >diff_
8770: 2e 63 0a 0a 64 69 66 66 2e 6f 3a 09 64 69 66 66  .c..diff.o:.diff
8780: 5f 2e 63 20 64 69 66 66 2e 68 20 20 24 28 53 52  _.c diff.h  $(SR
8790: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
87a0: 24 28 58 54 43 43 29 20 2d 6f 20 64 69 66 66 2e  $(XTCC) -o diff.
87b0: 6f 20 2d 63 20 64 69 66 66 5f 2e 63 0a 0a 64 69  o -c diff_.c..di
87c0: 66 66 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  ff.h:.makeheader
87d0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
87e0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
87f0: 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
8800: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
8810: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
8820: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
8830: 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
8840: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
8850: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
8860: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
8870: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
8880: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
8890: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
88a0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
88b0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
88c0: 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
88d0: 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
88e0: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
88f0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
8900: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
8910: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
8920: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
8930: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
8940: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
8950: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
8960: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
8970: 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
8980: 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
8990: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
89a0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
89b0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
89c0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
89d0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
89e0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
89f0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
8a00: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
8a10: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
8a20: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
8a30: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
8a40: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
8a50: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
8a60: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
8a70: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
8a80: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
8a90: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
8aa0: 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
8ab0: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
8ac0: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
8ad0: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
8ae0: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
8af0: 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20   shun_.c:shun.h 
8b00: 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73  stat_.c:stat.h s
8b10: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
8b20: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
8b30: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76  ag_.c:tag.h tagv
8b40: 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68  iew_.c:tagview.h
8b50: 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d   th_main_.c:th_m
8b60: 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ain.h timeline_.
8b70: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
8b80: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74  _.c:tkt.h tktset
8b90: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
8ba0: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
8bb0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
8bc0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
8bd0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
8be0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
8bf0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
8c00: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
8c10: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
8c20: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
8c30: 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
8c40: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
8c50: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
8c60: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
8c70: 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
8c80: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
8c90: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 64 69 66  uch headers..dif
8ca0: 66 63 6d 64 5f 2e 63 3a 09 24 28 53 52 43 44 49  fcmd_.c:.$(SRCDI
8cb0: 52 29 2f 64 69 66 66 63 6d 64 2e 63 20 24 28 53  R)/diffcmd.c $(S
8cc0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
8cd0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
8ce0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
8cf0: 64 69 66 66 63 6d 64 2e 63 20 7c 20 73 65 64 20  diffcmd.c | sed 
8d00: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
8d10: 53 49 4f 4e 20 3e 64 69 66 66 63 6d 64 5f 2e 63  SION >diffcmd_.c
8d20: 0a 0a 64 69 66 66 63 6d 64 2e 6f 3a 09 64 69 66  ..diffcmd.o:.dif
8d30: 66 63 6d 64 5f 2e 63 20 64 69 66 66 63 6d 64 2e  fcmd_.c diffcmd.
8d40: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
8d50: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
8d60: 6f 20 64 69 66 66 63 6d 64 2e 6f 20 2d 63 20 64  o diffcmd.o -c d
8d70: 69 66 66 63 6d 64 5f 2e 63 0a 0a 64 69 66 66 63  iffcmd_.c..diffc
8d80: 6d 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  md.h:.makeheader
8d90: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
8da0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
8db0: 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
8dc0: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
8dd0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
8de0: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
8df0: 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
8e00: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
8e10: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
8e20: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
8e30: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
8e40: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
8e50: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
8e60: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
8e70: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
8e80: 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
8e90: 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
8ea0: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
8eb0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
8ec0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
8ed0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
8ee0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
8ef0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
8f00: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
8f10: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
8f20: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
8f30: 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
8f40: 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
8f50: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
8f60: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
8f70: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
8f80: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
8f90: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
8fa0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
8fb0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
8fc0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
8fd0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
8fe0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
8ff0: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
9000: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
9010: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
9020: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
9030: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
9040: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
9050: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
9060: 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
9070: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
9080: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
9090: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
90a0: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
90b0: 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20   shun_.c:shun.h 
90c0: 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73  stat_.c:stat.h s
90d0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
90e0: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
90f0: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76  ag_.c:tag.h tagv
9100: 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68  iew_.c:tagview.h
9110: 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d   th_main_.c:th_m
9120: 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ain.h timeline_.
9130: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
9140: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74  _.c:tkt.h tktset
9150: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
9160: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
9170: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
9180: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
9190: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
91a0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
91b0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
91c0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
91d0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
91e0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
91f0: 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
9200: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
9210: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
9220: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
9230: 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
9240: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
9250: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 64 6f 63  uch headers..doc
9260: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64  _.c:.$(SRCDIR)/d
9270: 6f 63 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  oc.c $(SRCDIR)/V
9280: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
9290: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
92a0: 53 52 43 44 49 52 29 2f 64 6f 63 2e 63 20 7c 20  SRCDIR)/doc.c | 
92b0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
92c0: 2f 56 45 52 53 49 4f 4e 20 3e 64 6f 63 5f 2e 63  /VERSION >doc_.c
92d0: 0a 0a 64 6f 63 2e 6f 3a 09 64 6f 63 5f 2e 63 20  ..doc.o:.doc_.c 
92e0: 64 6f 63 2e 68 20 20 24 28 53 52 43 44 49 52 29  doc.h  $(SRCDIR)
92f0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
9300: 43 29 20 2d 6f 20 64 6f 63 2e 6f 20 2d 63 20 64  C) -o doc.o -c d
9310: 6f 63 5f 2e 63 0a 0a 64 6f 63 2e 68 3a 09 6d 61  oc_.c..doc.h:.ma
9320: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
9330: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
9340: 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
9350: 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
9360: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
9370: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
9380: 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
9390: 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
93a0: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
93b0: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
93c0: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
93d0: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
93e0: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
93f0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
9400: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
9410: 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
9420: 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
9430: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
9440: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
9450: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
9460: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
9470: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
9480: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
9490: 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
94a0: 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
94b0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
94c0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
94d0: 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
94e0: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
94f0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
9500: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
9510: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
9520: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
9530: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
9540: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
9550: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
9560: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
9570: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
9580: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
9590: 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
95a0: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
95b0: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
95c0: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
95d0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
95e0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
95f0: 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
9600: 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
9610: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
9620: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
9630: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
9640: 63 3a 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e 63  c:sha1.h shun_.c
9650: 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63 3a  :shun.h stat_.c:
9660: 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  stat.h style_.c:
9670: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
9680: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61  sync.h tag_.c:ta
9690: 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74  g.h tagview_.c:t
96a0: 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e  agview.h th_main
96b0: 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69  _.c:th_main.h ti
96c0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
96d0: 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
96e0: 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b  h tktsetup_.c:tk
96f0: 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63  tsetup.h undo_.c
9700: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
9710: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
9720: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
9730: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
9740: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
9750: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
9760: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
9770: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
9780: 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a  at.h winhttp_.c:
9790: 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e  winhttp.h xfer_.
97a0: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
97b0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
97c0: 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44  sqlite3.h $(SRCD
97d0: 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49  IR)/th.h ./VERSI
97e0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
97f0: 65 72 73 0a 0a 65 6e 63 6f 64 65 5f 2e 63 3a 09  ers..encode_.c:.
9800: 24 28 53 52 43 44 49 52 29 2f 65 6e 63 6f 64 65  $(SRCDIR)/encode
9810: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
9820: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
9830: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
9840: 43 44 49 52 29 2f 65 6e 63 6f 64 65 2e 63 20 7c  CDIR)/encode.c |
9850: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
9860: 29 2f 56 45 52 53 49 4f 4e 20 3e 65 6e 63 6f 64  )/VERSION >encod
9870: 65 5f 2e 63 0a 0a 65 6e 63 6f 64 65 2e 6f 3a 09  e_.c..encode.o:.
9880: 65 6e 63 6f 64 65 5f 2e 63 20 65 6e 63 6f 64 65  encode_.c encode
9890: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
98a0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
98b0: 2d 6f 20 65 6e 63 6f 64 65 2e 6f 20 2d 63 20 65  -o encode.o -c e
98c0: 6e 63 6f 64 65 5f 2e 63 0a 0a 65 6e 63 6f 64 65  ncode_.c..encode
98d0: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
98e0: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
98f0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d  add_.c:add.h adm
9900: 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61  in_.c:admin.h ba
9910: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
9920: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68  .c:blob.h branch
9930: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f  _.c:branch.h bro
9940: 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20  wse_.c:browse.h 
9950: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
9960: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
9970: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
9980: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
9990: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
99a0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
99b0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
99c0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66  comformat.h conf
99d0: 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75  igure_.c:configu
99e0: 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  re.h construct_.
99f0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
9a00: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
9a10: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
9a20: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
9a30: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
9a40: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74  cmd.h descendant
9a50: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73  s_.c:descendants
9a60: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
9a70: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
9a80: 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f  fcmd.h doc_.c:do
9a90: 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  c.h encode_.c:en
9aa0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
9ab0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
9ac0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
9ad0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
9ae0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
9af0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
9b00: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
9b10: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
9b20: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
9b30: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70  .c:merge3.h my_p
9b40: 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68  age_.c:my_page.h
9b50: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
9b60: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
9b70: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75   pqueue_.c:pqueu
9b80: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  e.h printf_.c:pr
9b90: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
9ba0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f  c:rebuild.h repo
9bb0: 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72  rt_.c:report.h r
9bc0: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
9bd0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
9be0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
9bf0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
9c00: 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74  hun_.c:shun.h st
9c10: 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79  at_.c:stat.h sty
9c20: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
9c30: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67  nc_.c:sync.h tag
9c40: 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65  _.c:tag.h tagvie
9c50: 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74  w_.c:tagview.h t
9c60: 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69  h_main_.c:th_mai
9c70: 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  n.h timeline_.c:
9c80: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
9c90: 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70  c:tkt.h tktsetup
9ca0: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.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 77 69 6e 68 74  kiformat.h winht
9d40: 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
9d50: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
9d60: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
9d70: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
9d80: 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
9d90: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
9da0: 68 20 68 65 61 64 65 72 73 0a 0a 66 69 6c 65 5f  h headers..file_
9db0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 66 69  .c:.$(SRCDIR)/fi
9dc0: 6c 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  le.c $(SRCDIR)/V
9dd0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
9de0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
9df0: 53 52 43 44 49 52 29 2f 66 69 6c 65 2e 63 20 7c  SRCDIR)/file.c |
9e00: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
9e10: 29 2f 56 45 52 53 49 4f 4e 20 3e 66 69 6c 65 5f  )/VERSION >file_
9e20: 2e 63 0a 0a 66 69 6c 65 2e 6f 3a 09 66 69 6c 65  .c..file.o:.file
9e30: 5f 2e 63 20 66 69 6c 65 2e 68 20 20 24 28 53 52  _.c file.h  $(SR
9e40: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
9e50: 24 28 58 54 43 43 29 20 2d 6f 20 66 69 6c 65 2e  $(XTCC) -o file.
9e60: 6f 20 2d 63 20 66 69 6c 65 5f 2e 63 0a 0a 66 69  o -c file_.c..fi
9e70: 6c 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  le.h:.makeheader
9e80: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
9e90: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
9ea0: 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
9eb0: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
9ec0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
9ed0: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
9ee0: 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
9ef0: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
9f00: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
9f10: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
9f20: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
9f30: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
9f40: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
9f50: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
9f60: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
9f70: 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
9f80: 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
9f90: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
9fa0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
9fb0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
9fc0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
9fd0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
9fe0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
9ff0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
a000: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
a010: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
a020: 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
a030: 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
a040: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
a050: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
a060: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
a070: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
a080: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
a090: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
a0a0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
a0b0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
a0c0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
a0d0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
a0e0: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
a0f0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
a100: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
a110: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
a120: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
a130: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
a140: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
a150: 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
a160: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
a170: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
a180: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
a190: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
a1a0: 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20   shun_.c:shun.h 
a1b0: 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73  stat_.c:stat.h s
a1c0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
a1d0: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
a1e0: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76  ag_.c:tag.h tagv
a1f0: 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68  iew_.c:tagview.h
a200: 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d   th_main_.c:th_m
a210: 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ain.h timeline_.
a220: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
a230: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74  _.c:tkt.h tktset
a240: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
a250: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
a260: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
a270: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
a280: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
a290: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
a2a0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
a2b0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
a2c0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
a2d0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
a2e0: 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
a2f0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
a300: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
a310: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
a320: 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
a330: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
a340: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 68 74 74  uch headers..htt
a350: 70 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  p_.c:.$(SRCDIR)/
a360: 68 74 74 70 2e 63 20 24 28 53 52 43 44 49 52 29  http.c $(SRCDIR)
a370: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
a380: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
a390: 24 28 53 52 43 44 49 52 29 2f 68 74 74 70 2e 63  $(SRCDIR)/http.c
a3a0: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
a3b0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 68 74 74  IR)/VERSION >htt
a3c0: 70 5f 2e 63 0a 0a 68 74 74 70 2e 6f 3a 09 68 74  p_.c..http.o:.ht
a3d0: 74 70 5f 2e 63 20 68 74 74 70 2e 68 20 20 24 28  tp_.c http.h  $(
a3e0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
a3f0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 68 74 74  ..$(XTCC) -o htt
a400: 70 2e 6f 20 2d 63 20 68 74 74 70 5f 2e 63 0a 0a  p.o -c http_.c..
a410: 68 74 74 70 2e 68 3a 09 6d 61 6b 65 68 65 61 64  http.h:.makehead
a420: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
a430: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
a440: 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
a450: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
a460: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
a470: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
a480: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
a490: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
a4a0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
a4b0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
a4c0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
a4d0: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
a4e0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
a4f0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
a500: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
a510: 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
a520: 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
a530: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
a540: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
a550: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
a560: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
a570: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
a580: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
a590: 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
a5a0: 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
a5b0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
a5c0: 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
a5d0: 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
a5e0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
a5f0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
a600: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
a610: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
a620: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
a630: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
a640: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
a650: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
a660: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
a670: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
a680: 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
a690: 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
a6a0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
a6b0: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
a6c0: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
a6d0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
a6e0: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
a6f0: 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
a700: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
a710: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
a720: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
a730: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
a740: 2e 68 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e  .h shun_.c:shun.
a750: 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68  h stat_.c:stat.h
a760: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
a770: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
a780: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61   tag_.c:tag.h ta
a790: 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77  gview_.c:tagview
a7a0: 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68  .h th_main_.c:th
a7b0: 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65  _main.h timeline
a7c0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
a7d0: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73  kt_.c:tkt.h tkts
a7e0: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
a7f0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
a800: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
a810: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
a820: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
a830: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
a840: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
a850: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
a860: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
a870: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
a880: 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
a890: 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
a8a0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
a8b0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
a8c0: 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
a8d0: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
a8e0: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 69  touch headers..i
a8f0: 6e 66 6f 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  nfo_.c:.$(SRCDIR
a900: 29 2f 69 6e 66 6f 2e 63 20 24 28 53 52 43 44 49  )/info.c $(SRCDI
a910: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
a920: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
a930: 65 20 24 28 53 52 43 44 49 52 29 2f 69 6e 66 6f  e $(SRCDIR)/info
a940: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
a950: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 69  CDIR)/VERSION >i
a960: 6e 66 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e 6f 3a 09  nfo_.c..info.o:.
a970: 69 6e 66 6f 5f 2e 63 20 69 6e 66 6f 2e 68 20 20  info_.c info.h  
a980: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
a990: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 69  .h..$(XTCC) -o i
a9a0: 6e 66 6f 2e 6f 20 2d 63 20 69 6e 66 6f 5f 2e 63  nfo.o -c info_.c
a9b0: 0a 0a 69 6e 66 6f 2e 68 3a 09 6d 61 6b 65 68 65  ..info.h:.makehe
a9c0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
a9d0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
a9e0: 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69  .h admin_.c:admi
a9f0: 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  n.h bag_.c:bag.h
aa00: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
aa10: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68  branch_.c:branch
aa20: 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f  .h browse_.c:bro
aa30: 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  wse.h cgi_.c:cgi
aa40: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
aa50: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
aa60: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
aa70: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
aa80: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
aa90: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
aaa0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
aab0: 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63  h configure_.c:c
aac0: 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74  onfigure.h const
aad0: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
aae0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
aaf0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
ab00: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
ab10: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
ab20: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
ab30: 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endants_.c:desce
ab40: 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndants.h diff_.c
ab50: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
ab60: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63  .c:diffcmd.h doc
ab70: 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65  _.c:doc.h encode
ab80: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
ab90: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
aba0: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
abb0: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
abc0: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
abd0: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
abe0: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
abf0: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
ac00: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
ac10: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
ac20: 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f  h my_page_.c:my_
ac30: 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  page.h name_.c:n
ac40: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
ac50: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
ac60: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
ac70: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
ac80: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
ac90: 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f  h report_.c:repo
aca0: 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  rt.h rss_.c:rss.
acb0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
acc0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
acd0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
ace0: 61 31 2e 68 20 73 68 75 6e 5f 2e 63 3a 73 68 75  a1.h shun_.c:shu
acf0: 6e 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74  n.h stat_.c:stat
ad00: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
ad10: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63  e.h sync_.c:sync
ad20: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20  .h tag_.c:tag.h 
ad30: 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69  tagview_.c:tagvi
ad40: 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a  ew.h th_main_.c:
ad50: 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69  th_main.h timeli
ad60: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
ad70: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
ad80: 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74  tsetup_.c:tktset
ad90: 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  up.h undo_.c:und
ada0: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
adb0: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
adc0: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
add0: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
ade0: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
adf0: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
ae00: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
ae10: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
ae20: 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68   winhttp_.c:winh
ae30: 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  ttp.h xfer_.c:xf
ae40: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
ae50: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
ae60: 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f  te3.h $(SRCDIR)/
ae70: 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  th.h ./VERSION.h
ae80: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
ae90: 0a 6c 6f 67 69 6e 5f 2e 63 3a 09 24 28 53 52 43  .login_.c:.$(SRC
aea0: 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 24 28 53  DIR)/login.c $(S
aeb0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
aec0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
aed0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
aee0: 6c 6f 67 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66  login.c | sed -f
aef0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
af00: 4f 4e 20 3e 6c 6f 67 69 6e 5f 2e 63 0a 0a 6c 6f  ON >login_.c..lo
af10: 67 69 6e 2e 6f 3a 09 6c 6f 67 69 6e 5f 2e 63 20  gin.o:.login_.c 
af20: 6c 6f 67 69 6e 2e 68 20 20 24 28 53 52 43 44 49  login.h  $(SRCDI
af30: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
af40: 54 43 43 29 20 2d 6f 20 6c 6f 67 69 6e 2e 6f 20  TCC) -o login.o 
af50: 2d 63 20 6c 6f 67 69 6e 5f 2e 63 0a 0a 6c 6f 67  -c login_.c..log
af60: 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  in.h:.makeheader
af70: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
af80: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
af90: 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
afa0: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
afb0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
afc0: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
afd0: 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
afe0: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
aff0: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
b000: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
b010: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
b020: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
b030: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
b040: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
b050: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
b060: 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
b070: 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
b080: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
b090: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
b0a0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
b0b0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
b0c0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
b0d0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
b0e0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
b0f0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
b100: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
b110: 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
b120: 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
b130: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
b140: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
b150: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
b160: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
b170: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
b180: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
b190: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
b1a0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
b1b0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
b1c0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
b1d0: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
b1e0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
b1f0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
b200: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
b210: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
b220: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
b230: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
b240: 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
b250: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
b260: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
b270: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
b280: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
b290: 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20   shun_.c:shun.h 
b2a0: 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73  stat_.c:stat.h s
b2b0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
b2c0: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
b2d0: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76  ag_.c:tag.h tagv
b2e0: 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68  iew_.c:tagview.h
b2f0: 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d   th_main_.c:th_m
b300: 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ain.h timeline_.
b310: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
b320: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74  _.c:tkt.h tktset
b330: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
b340: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
b350: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
b360: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
b370: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
b380: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
b390: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
b3a0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
b3b0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
b3c0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
b3d0: 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
b3e0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
b3f0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
b400: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
b410: 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
b420: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
b430: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 61 69  uch headers..mai
b440: 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  n_.c:.$(SRCDIR)/
b450: 6d 61 69 6e 2e 63 20 24 28 53 52 43 44 49 52 29  main.c $(SRCDIR)
b460: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
b470: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
b480: 24 28 53 52 43 44 49 52 29 2f 6d 61 69 6e 2e 63  $(SRCDIR)/main.c
b490: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
b4a0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 61 69  IR)/VERSION >mai
b4b0: 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e 6f 3a 09 6d 61  n_.c..main.o:.ma
b4c0: 69 6e 5f 2e 63 20 6d 61 69 6e 2e 68 20 70 61 67  in_.c main.h pag
b4d0: 65 5f 69 6e 64 65 78 2e 68 20 24 28 53 52 43 44  e_index.h $(SRCD
b4e0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
b4f0: 58 54 43 43 29 20 2d 6f 20 6d 61 69 6e 2e 6f 20  XTCC) -o main.o 
b500: 2d 63 20 6d 61 69 6e 5f 2e 63 0a 0a 6d 61 69 6e  -c main_.c..main
b510: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
b520: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
b530: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d  add_.c:add.h adm
b540: 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61  in_.c:admin.h ba
b550: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
b560: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68  .c:blob.h branch
b570: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f  _.c:branch.h bro
b580: 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20  wse_.c:browse.h 
b590: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
b5a0: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
b5b0: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
b5c0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
b5d0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
b5e0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
b5f0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
b600: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66  comformat.h conf
b610: 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75  igure_.c:configu
b620: 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  re.h construct_.
b630: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
b640: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
b650: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
b660: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
b670: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
b680: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74  cmd.h descendant
b690: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73  s_.c:descendants
b6a0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
b6b0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
b6c0: 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f  fcmd.h doc_.c:do
b6d0: 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  c.h encode_.c:en
b6e0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
b6f0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
b700: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
b710: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
b720: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
b730: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
b740: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
b750: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
b760: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
b770: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70  .c:merge3.h my_p
b780: 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68  age_.c:my_page.h
b790: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
b7a0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
b7b0: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75   pqueue_.c:pqueu
b7c0: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  e.h printf_.c:pr
b7d0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
b7e0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f  c:rebuild.h repo
b7f0: 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72  rt_.c:report.h r
b800: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
b810: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
b820: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
b830: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
b840: 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74  hun_.c:shun.h st
b850: 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79  at_.c:stat.h sty
b860: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
b870: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67  nc_.c:sync.h tag
b880: 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65  _.c:tag.h tagvie
b890: 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74  w_.c:tagview.h t
b8a0: 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69  h_main_.c:th_mai
b8b0: 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  n.h timeline_.c:
b8c0: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
b8d0: 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70  c:tkt.h tktsetup
b8e0: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.h u
b8f0: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
b900: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
b910: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
b920: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
b930: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
b940: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
b950: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
b960: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
b970: 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74  kiformat.h winht
b980: 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
b990: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
b9a0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
b9b0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
b9c0: 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
b9d0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
b9e0: 68 20 68 65 61 64 65 72 73 0a 0a 6d 61 6e 69 66  h headers..manif
b9f0: 65 73 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  est_.c:.$(SRCDIR
ba00: 29 2f 6d 61 6e 69 66 65 73 74 2e 63 20 24 28 53  )/manifest.c $(S
ba10: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
ba20: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
ba30: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
ba40: 6d 61 6e 69 66 65 73 74 2e 63 20 7c 20 73 65 64  manifest.c | sed
ba50: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
ba60: 52 53 49 4f 4e 20 3e 6d 61 6e 69 66 65 73 74 5f  RSION >manifest_
ba70: 2e 63 0a 0a 6d 61 6e 69 66 65 73 74 2e 6f 3a 09  .c..manifest.o:.
ba80: 6d 61 6e 69 66 65 73 74 5f 2e 63 20 6d 61 6e 69  manifest_.c mani
ba90: 66 65 73 74 2e 68 20 20 24 28 53 52 43 44 49 52  fest.h  $(SRCDIR
baa0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
bab0: 43 43 29 20 2d 6f 20 6d 61 6e 69 66 65 73 74 2e  CC) -o manifest.
bac0: 6f 20 2d 63 20 6d 61 6e 69 66 65 73 74 5f 2e 63  o -c manifest_.c
bad0: 0a 0a 6d 61 6e 69 66 65 73 74 2e 68 3a 09 6d 61  ..manifest.h:.ma
bae0: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
baf0: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
bb00: 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
bb10: 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
bb20: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
bb30: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
bb40: 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
bb50: 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
bb60: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
bb70: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
bb80: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
bb90: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
bba0: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
bbb0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
bbc0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
bbd0: 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
bbe0: 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
bbf0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
bc00: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
bc10: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
bc20: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
bc30: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
bc40: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
bc50: 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
bc60: 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
bc70: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
bc80: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
bc90: 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
bca0: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
bcb0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
bcc0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
bcd0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
bce0: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
bcf0: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
bd00: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
bd10: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
bd20: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
bd30: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
bd40: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
bd50: 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
bd60: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
bd70: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
bd80: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
bd90: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
bda0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
bdb0: 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
bdc0: 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
bdd0: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
bde0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
bdf0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
be00: 63 3a 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e 63  c:sha1.h shun_.c
be10: 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63 3a  :shun.h stat_.c:
be20: 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  stat.h style_.c:
be30: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
be40: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61  sync.h tag_.c:ta
be50: 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74  g.h tagview_.c:t
be60: 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e  agview.h th_main
be70: 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69  _.c:th_main.h ti
be80: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
be90: 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
bea0: 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b  h tktsetup_.c:tk
beb0: 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63  tsetup.h undo_.c
bec0: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
bed0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
bee0: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
bef0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
bf00: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
bf10: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
bf20: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
bf30: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
bf40: 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a  at.h winhttp_.c:
bf50: 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e  winhttp.h xfer_.
bf60: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
bf70: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
bf80: 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44  sqlite3.h $(SRCD
bf90: 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49  IR)/th.h ./VERSI
bfa0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
bfb0: 65 72 73 0a 0a 6d 64 35 5f 2e 63 3a 09 24 28 53  ers..md5_.c:.$(S
bfc0: 52 43 44 49 52 29 2f 6d 64 35 2e 63 20 24 28 53  RCDIR)/md5.c $(S
bfd0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
bfe0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
bff0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
c000: 6d 64 35 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  md5.c | sed -f $
c010: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
c020: 20 3e 6d 64 35 5f 2e 63 0a 0a 6d 64 35 2e 6f 3a   >md5_.c..md5.o:
c030: 09 6d 64 35 5f 2e 63 20 6d 64 35 2e 68 20 20 24  .md5_.c md5.h  $
c040: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
c050: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 64  h..$(XTCC) -o md
c060: 35 2e 6f 20 2d 63 20 6d 64 35 5f 2e 63 0a 0a 6d  5.o -c md5_.c..m
c070: 64 35 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  d5.h:.makeheader
c080: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
c090: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
c0a0: 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
c0b0: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
c0c0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
c0d0: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
c0e0: 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
c0f0: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
c100: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
c110: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
c120: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
c130: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
c140: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
c150: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
c160: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
c170: 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
c180: 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
c190: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
c1a0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
c1b0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
c1c0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
c1d0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
c1e0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
c1f0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
c200: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
c210: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
c220: 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
c230: 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
c240: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
c250: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
c260: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
c270: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
c280: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
c290: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
c2a0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
c2b0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
c2c0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
c2d0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
c2e0: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
c2f0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
c300: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
c310: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
c320: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
c330: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
c340: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
c350: 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
c360: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
c370: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
c380: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
c390: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
c3a0: 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20   shun_.c:shun.h 
c3b0: 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73  stat_.c:stat.h s
c3c0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
c3d0: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
c3e0: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76  ag_.c:tag.h tagv
c3f0: 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68  iew_.c:tagview.h
c400: 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d   th_main_.c:th_m
c410: 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ain.h timeline_.
c420: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
c430: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74  _.c:tkt.h tktset
c440: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
c450: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
c460: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
c470: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
c480: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
c490: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
c4a0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
c4b0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
c4c0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
c4d0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
c4e0: 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
c4f0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
c500: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
c510: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
c520: 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
c530: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
c540: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 65 72  uch headers..mer
c550: 67 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  ge_.c:.$(SRCDIR)
c560: 2f 6d 65 72 67 65 2e 63 20 24 28 53 52 43 44 49  /merge.c $(SRCDI
c570: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
c580: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
c590: 65 20 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67  e $(SRCDIR)/merg
c5a0: 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  e.c | sed -f $(S
c5b0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
c5c0: 6d 65 72 67 65 5f 2e 63 0a 0a 6d 65 72 67 65 2e  merge_.c..merge.
c5d0: 6f 3a 09 6d 65 72 67 65 5f 2e 63 20 6d 65 72 67  o:.merge_.c merg
c5e0: 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  e.h  $(SRCDIR)/c
c5f0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
c600: 20 2d 6f 20 6d 65 72 67 65 2e 6f 20 2d 63 20 6d   -o merge.o -c m
c610: 65 72 67 65 5f 2e 63 0a 0a 6d 65 72 67 65 2e 68  erge_.c..merge.h
c620: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
c630: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
c640: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
c650: 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
c660: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
c670: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
c680: 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
c690: 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
c6a0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
c6b0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
c6c0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
c6d0: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
c6e0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
c6f0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
c700: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
c710: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
c720: 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
c730: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
c740: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
c750: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
c760: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
c770: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
c780: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
c790: 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
c7a0: 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
c7b0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
c7c0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
c7d0: 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
c7e0: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
c7f0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
c800: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
c810: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
c820: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
c830: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
c840: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
c850: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
c860: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
c870: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
c880: 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
c890: 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
c8a0: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
c8b0: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
c8c0: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
c8d0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
c8e0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
c8f0: 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
c900: 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
c910: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
c920: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
c930: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
c940: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 75  a1_.c:sha1.h shu
c950: 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 74  n_.c:shun.h stat
c960: 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65  _.c:stat.h style
c970: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
c980: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e  _.c:sync.h tag_.
c990: 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f  c:tag.h tagview_
c9a0: 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f  .c:tagview.h th_
c9b0: 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e  main_.c:th_main.
c9c0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
c9d0: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
c9e0: 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e  tkt.h tktsetup_.
c9f0: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64  c:tktsetup.h und
ca00: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
ca10: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
ca20: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
ca30: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
ca40: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
ca50: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
ca60: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
ca70: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
ca80: 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70  format.h winhttp
ca90: 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66  _.c:winhttp.h xf
caa0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
cab0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
cac0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28  IR)/sqlite3.h $(
cad0: 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56  SRCDIR)/th.h ./V
cae0: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
caf0: 68 65 61 64 65 72 73 0a 0a 6d 65 72 67 65 33 5f  headers..merge3_
cb00: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 65  .c:.$(SRCDIR)/me
cb10: 72 67 65 33 2e 63 20 24 28 53 52 43 44 49 52 29  rge3.c $(SRCDIR)
cb20: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
cb30: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
cb40: 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 33  $(SRCDIR)/merge3
cb50: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
cb60: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d  CDIR)/VERSION >m
cb70: 65 72 67 65 33 5f 2e 63 0a 0a 6d 65 72 67 65 33  erge3_.c..merge3
cb80: 2e 6f 3a 09 6d 65 72 67 65 33 5f 2e 63 20 6d 65  .o:.merge3_.c me
cb90: 72 67 65 33 2e 68 20 20 24 28 53 52 43 44 49 52  rge3.h  $(SRCDIR
cba0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
cbb0: 43 43 29 20 2d 6f 20 6d 65 72 67 65 33 2e 6f 20  CC) -o merge3.o 
cbc0: 2d 63 20 6d 65 72 67 65 33 5f 2e 63 0a 0a 6d 65  -c merge3_.c..me
cbd0: 72 67 65 33 2e 68 3a 09 6d 61 6b 65 68 65 61 64  rge3.h:.makehead
cbe0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
cbf0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
cc00: 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
cc10: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
cc20: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
cc30: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
cc40: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
cc50: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
cc60: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
cc70: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
cc80: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
cc90: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
cca0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
ccb0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
ccc0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
ccd0: 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
cce0: 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
ccf0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
cd00: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
cd10: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
cd20: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
cd30: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
cd40: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
cd50: 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
cd60: 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
cd70: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
cd80: 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
cd90: 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
cda0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
cdb0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
cdc0: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
cdd0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
cde0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
cdf0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
ce00: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
ce10: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
ce20: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
ce30: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
ce40: 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
ce50: 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
ce60: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
ce70: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
ce80: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
ce90: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
cea0: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
ceb0: 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
cec0: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
ced0: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
cee0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
cef0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
cf00: 2e 68 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e  .h shun_.c:shun.
cf10: 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68  h stat_.c:stat.h
cf20: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
cf30: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
cf40: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61   tag_.c:tag.h ta
cf50: 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77  gview_.c:tagview
cf60: 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68  .h th_main_.c:th
cf70: 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65  _main.h timeline
cf80: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
cf90: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73  kt_.c:tkt.h tkts
cfa0: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
cfb0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
cfc0: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
cfd0: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
cfe0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
cff0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
d000: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
d010: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
d020: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
d030: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
d040: 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
d050: 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
d060: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
d070: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
d080: 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
d090: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
d0a0: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d  touch headers..m
d0b0: 79 5f 70 61 67 65 5f 2e 63 3a 09 24 28 53 52 43  y_page_.c:.$(SRC
d0c0: 44 49 52 29 2f 6d 79 5f 70 61 67 65 2e 63 20 24  DIR)/my_page.c $
d0d0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
d0e0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
d0f0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
d100: 29 2f 6d 79 5f 70 61 67 65 2e 63 20 7c 20 73 65  )/my_page.c | se
d110: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
d120: 45 52 53 49 4f 4e 20 3e 6d 79 5f 70 61 67 65 5f  ERSION >my_page_
d130: 2e 63 0a 0a 6d 79 5f 70 61 67 65 2e 6f 3a 09 6d  .c..my_page.o:.m
d140: 79 5f 70 61 67 65 5f 2e 63 20 6d 79 5f 70 61 67  y_page_.c my_pag
d150: 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  e.h  $(SRCDIR)/c
d160: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
d170: 20 2d 6f 20 6d 79 5f 70 61 67 65 2e 6f 20 2d 63   -o my_page.o -c
d180: 20 6d 79 5f 70 61 67 65 5f 2e 63 0a 0a 6d 79 5f   my_page_.c..my_
d190: 70 61 67 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64  page.h:.makehead
d1a0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
d1b0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
d1c0: 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
d1d0: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
d1e0: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
d1f0: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
d200: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
d210: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
d220: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
d230: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
d240: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
d250: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
d260: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
d270: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
d280: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
d290: 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
d2a0: 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
d2b0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
d2c0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
d2d0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
d2e0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
d2f0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
d300: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
d310: 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
d320: 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
d330: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
d340: 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
d350: 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
d360: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
d370: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
d380: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
d390: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
d3a0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
d3b0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
d3c0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
d3d0: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
d3e0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
d3f0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
d400: 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
d410: 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
d420: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
d430: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
d440: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
d450: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
d460: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
d470: 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
d480: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
d490: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
d4a0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
d4b0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
d4c0: 2e 68 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e  .h shun_.c:shun.
d4d0: 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68  h stat_.c:stat.h
d4e0: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
d4f0: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
d500: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61   tag_.c:tag.h ta
d510: 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77  gview_.c:tagview
d520: 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68  .h th_main_.c:th
d530: 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65  _main.h timeline
d540: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
d550: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73  kt_.c:tkt.h tkts
d560: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
d570: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
d580: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
d590: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
d5a0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
d5b0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
d5c0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
d5d0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
d5e0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
d5f0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
d600: 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
d610: 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
d620: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
d630: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
d640: 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
d650: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
d660: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6e  touch headers..n
d670: 61 6d 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ame_.c:.$(SRCDIR
d680: 29 2f 6e 61 6d 65 2e 63 20 24 28 53 52 43 44 49  )/name.c $(SRCDI
d690: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
d6a0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
d6b0: 65 20 24 28 53 52 43 44 49 52 29 2f 6e 61 6d 65  e $(SRCDIR)/name
d6c0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
d6d0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6e  CDIR)/VERSION >n
d6e0: 61 6d 65 5f 2e 63 0a 0a 6e 61 6d 65 2e 6f 3a 09  ame_.c..name.o:.
d6f0: 6e 61 6d 65 5f 2e 63 20 6e 61 6d 65 2e 68 20 20  name_.c name.h  
d700: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
d710: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6e  .h..$(XTCC) -o n
d720: 61 6d 65 2e 6f 20 2d 63 20 6e 61 6d 65 5f 2e 63  ame.o -c name_.c
d730: 0a 0a 6e 61 6d 65 2e 68 3a 09 6d 61 6b 65 68 65  ..name.h:.makehe
d740: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
d750: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
d760: 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69  .h admin_.c:admi
d770: 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  n.h bag_.c:bag.h
d780: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
d790: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68  branch_.c:branch
d7a0: 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f  .h browse_.c:bro
d7b0: 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  wse.h cgi_.c:cgi
d7c0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
d7d0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
d7e0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
d7f0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
d800: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
d810: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
d820: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
d830: 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63  h configure_.c:c
d840: 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74  onfigure.h const
d850: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
d860: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
d870: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
d880: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
d890: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
d8a0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
d8b0: 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endants_.c:desce
d8c0: 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndants.h diff_.c
d8d0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
d8e0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63  .c:diffcmd.h doc
d8f0: 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65  _.c:doc.h encode
d900: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
d910: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
d920: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
d930: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
d940: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
d950: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
d960: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
d970: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
d980: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
d990: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
d9a0: 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f  h my_page_.c:my_
d9b0: 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  page.h name_.c:n
d9c0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
d9d0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
d9e0: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
d9f0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
da00: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
da10: 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f  h report_.c:repo
da20: 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  rt.h rss_.c:rss.
da30: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
da40: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
da50: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
da60: 61 31 2e 68 20 73 68 75 6e 5f 2e 63 3a 73 68 75  a1.h shun_.c:shu
da70: 6e 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74  n.h stat_.c:stat
da80: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
da90: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63  e.h sync_.c:sync
daa0: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20  .h tag_.c:tag.h 
dab0: 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69  tagview_.c:tagvi
dac0: 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a  ew.h th_main_.c:
dad0: 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69  th_main.h timeli
dae0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
daf0: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
db00: 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74  tsetup_.c:tktset
db10: 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  up.h undo_.c:und
db20: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
db30: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
db40: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
db50: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
db60: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
db70: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
db80: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
db90: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
dba0: 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68   winhttp_.c:winh
dbb0: 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  ttp.h xfer_.c:xf
dbc0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
dbd0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
dbe0: 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f  te3.h $(SRCDIR)/
dbf0: 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  th.h ./VERSION.h
dc00: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
dc10: 0a 70 69 76 6f 74 5f 2e 63 3a 09 24 28 53 52 43  .pivot_.c:.$(SRC
dc20: 44 49 52 29 2f 70 69 76 6f 74 2e 63 20 24 28 53  DIR)/pivot.c $(S
dc30: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
dc40: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
dc50: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
dc60: 70 69 76 6f 74 2e 63 20 7c 20 73 65 64 20 2d 66  pivot.c | sed -f
dc70: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
dc80: 4f 4e 20 3e 70 69 76 6f 74 5f 2e 63 0a 0a 70 69  ON >pivot_.c..pi
dc90: 76 6f 74 2e 6f 3a 09 70 69 76 6f 74 5f 2e 63 20  vot.o:.pivot_.c 
dca0: 70 69 76 6f 74 2e 68 20 20 24 28 53 52 43 44 49  pivot.h  $(SRCDI
dcb0: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
dcc0: 54 43 43 29 20 2d 6f 20 70 69 76 6f 74 2e 6f 20  TCC) -o pivot.o 
dcd0: 2d 63 20 70 69 76 6f 74 5f 2e 63 0a 0a 70 69 76  -c pivot_.c..piv
dce0: 6f 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  ot.h:.makeheader
dcf0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
dd00: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
dd10: 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
dd20: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
dd30: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
dd40: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
dd50: 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
dd60: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
dd70: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
dd80: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
dd90: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
dda0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
ddb0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
ddc0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
ddd0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
dde0: 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
ddf0: 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
de00: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
de10: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
de20: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
de30: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
de40: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
de50: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
de60: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
de70: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
de80: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
de90: 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
dea0: 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
deb0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
dec0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
ded0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
dee0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
def0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
df00: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
df10: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
df20: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
df30: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
df40: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
df50: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
df60: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
df70: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
df80: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
df90: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
dfa0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
dfb0: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
dfc0: 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
dfd0: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
dfe0: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
dff0: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
e000: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
e010: 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20   shun_.c:shun.h 
e020: 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73  stat_.c:stat.h s
e030: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
e040: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
e050: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76  ag_.c:tag.h tagv
e060: 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68  iew_.c:tagview.h
e070: 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d   th_main_.c:th_m
e080: 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ain.h timeline_.
e090: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
e0a0: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74  _.c:tkt.h tktset
e0b0: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
e0c0: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
e0d0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
e0e0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
e0f0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
e100: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
e110: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
e120: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
e130: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
e140: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
e150: 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
e160: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
e170: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
e180: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
e190: 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
e1a0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
e1b0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 70 71 75  uch headers..pqu
e1c0: 65 75 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  eue_.c:.$(SRCDIR
e1d0: 29 2f 70 71 75 65 75 65 2e 63 20 24 28 53 52 43  )/pqueue.c $(SRC
e1e0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
e1f0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
e200: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 70 71  ate $(SRCDIR)/pq
e210: 75 65 75 65 2e 63 20 7c 20 73 65 64 20 2d 66 20  ueue.c | sed -f 
e220: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
e230: 4e 20 3e 70 71 75 65 75 65 5f 2e 63 0a 0a 70 71  N >pqueue_.c..pq
e240: 75 65 75 65 2e 6f 3a 09 70 71 75 65 75 65 5f 2e  ueue.o:.pqueue_.
e250: 63 20 70 71 75 65 75 65 2e 68 20 20 24 28 53 52  c pqueue.h  $(SR
e260: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
e270: 24 28 58 54 43 43 29 20 2d 6f 20 70 71 75 65 75  $(XTCC) -o pqueu
e280: 65 2e 6f 20 2d 63 20 70 71 75 65 75 65 5f 2e 63  e.o -c pqueue_.c
e290: 0a 0a 70 71 75 65 75 65 2e 68 3a 09 6d 61 6b 65  ..pqueue.h:.make
e2a0: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
e2b0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
e2c0: 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64  dd.h admin_.c:ad
e2d0: 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  min.h bag_.c:bag
e2e0: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
e2f0: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e  h branch_.c:bran
e300: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62  ch.h browse_.c:b
e310: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63  rowse.h cgi_.c:c
e320: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
e330: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
e340: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
e350: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
e360: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
e370: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
e380: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
e390: 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63  t.h configure_.c
e3a0: 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e  :configure.h con
e3b0: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
e3c0: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
e3d0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
e3e0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
e3f0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
e400: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
e410: 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73  scendants_.c:des
e420: 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f  cendants.h diff_
e430: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
e440: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64  d_.c:diffcmd.h d
e450: 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f  oc_.c:doc.h enco
e460: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
e470: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
e480: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
e490: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
e4a0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
e4b0: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
e4c0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
e4d0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
e4e0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
e4f0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
e500: 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d  3.h my_page_.c:m
e510: 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63  y_page.h name_.c
e520: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
e530: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f  :pivot.h pqueue_
e540: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e  .c:pqueue.h prin
e550: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
e560: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
e570: 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65  d.h report_.c:re
e580: 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73  port.h rss_.c:rs
e590: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
e5a0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
e5b0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
e5c0: 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e 63 3a 73  sha1.h shun_.c:s
e5d0: 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74  hun.h stat_.c:st
e5e0: 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  at.h style_.c:st
e5f0: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
e600: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e  nc.h tag_.c:tag.
e610: 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67  h tagview_.c:tag
e620: 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e  view.h th_main_.
e630: 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65  c:th_main.h time
e640: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
e650: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20  .h tkt_.c:tkt.h 
e660: 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73  tktsetup_.c:tkts
e670: 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  etup.h undo_.c:u
e680: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
e690: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
e6a0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
e6b0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
e6c0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
e6d0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
e6e0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
e6f0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
e700: 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69  .h winhttp_.c:wi
e710: 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a  nhttp.h xfer_.c:
e720: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
e730: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
e740: 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52  lite3.h $(SRCDIR
e750: 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  )/th.h ./VERSION
e760: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
e770: 73 0a 0a 70 72 69 6e 74 66 5f 2e 63 3a 09 24 28  s..printf_.c:.$(
e780: 53 52 43 44 49 52 29 2f 70 72 69 6e 74 66 2e 63  SRCDIR)/printf.c
e790: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
e7a0: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
e7b0: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
e7c0: 49 52 29 2f 70 72 69 6e 74 66 2e 63 20 7c 20 73  IR)/printf.c | s
e7d0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
e7e0: 56 45 52 53 49 4f 4e 20 3e 70 72 69 6e 74 66 5f  VERSION >printf_
e7f0: 2e 63 0a 0a 70 72 69 6e 74 66 2e 6f 3a 09 70 72  .c..printf.o:.pr
e800: 69 6e 74 66 5f 2e 63 20 70 72 69 6e 74 66 2e 68  intf_.c printf.h
e810: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
e820: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
e830: 20 70 72 69 6e 74 66 2e 6f 20 2d 63 20 70 72 69   printf.o -c pri
e840: 6e 74 66 5f 2e 63 0a 0a 70 72 69 6e 74 66 2e 68  ntf_.c..printf.h
e850: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
e860: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
e870: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
e880: 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
e890: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
e8a0: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
e8b0: 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
e8c0: 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
e8d0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
e8e0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
e8f0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
e900: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
e910: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
e920: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
e930: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
e940: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
e950: 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
e960: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
e970: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
e980: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
e990: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
e9a0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
e9b0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
e9c0: 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
e9d0: 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
e9e0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
e9f0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
ea00: 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
ea10: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
ea20: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
ea30: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
ea40: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
ea50: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
ea60: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
ea70: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
ea80: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
ea90: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
eaa0: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
eab0: 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
eac0: 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
ead0: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
eae0: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
eaf0: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
eb00: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
eb10: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
eb20: 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
eb30: 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
eb40: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
eb50: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
eb60: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
eb70: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 75  a1_.c:sha1.h shu
eb80: 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 74  n_.c:shun.h stat
eb90: 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65  _.c:stat.h style
eba0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
ebb0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e  _.c:sync.h tag_.
ebc0: 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f  c:tag.h tagview_
ebd0: 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f  .c:tagview.h th_
ebe0: 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e  main_.c:th_main.
ebf0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
ec00: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
ec10: 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e  tkt.h tktsetup_.
ec20: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64  c:tktsetup.h und
ec30: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
ec40: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
ec50: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
ec60: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
ec70: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
ec80: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
ec90: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
eca0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
ecb0: 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70  format.h winhttp
ecc0: 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66  _.c:winhttp.h xf
ecd0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
ece0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
ecf0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28  IR)/sqlite3.h $(
ed00: 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56  SRCDIR)/th.h ./V
ed10: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
ed20: 68 65 61 64 65 72 73 0a 0a 72 65 62 75 69 6c 64  headers..rebuild
ed30: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 72  _.c:.$(SRCDIR)/r
ed40: 65 62 75 69 6c 64 2e 63 20 24 28 53 52 43 44 49  ebuild.c $(SRCDI
ed50: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
ed60: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
ed70: 65 20 24 28 53 52 43 44 49 52 29 2f 72 65 62 75  e $(SRCDIR)/rebu
ed80: 69 6c 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ild.c | sed -f $
ed90: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
eda0: 20 3e 72 65 62 75 69 6c 64 5f 2e 63 0a 0a 72 65   >rebuild_.c..re
edb0: 62 75 69 6c 64 2e 6f 3a 09 72 65 62 75 69 6c 64  build.o:.rebuild
edc0: 5f 2e 63 20 72 65 62 75 69 6c 64 2e 68 20 20 24  _.c rebuild.h  $
edd0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
ede0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 72 65  h..$(XTCC) -o re
edf0: 62 75 69 6c 64 2e 6f 20 2d 63 20 72 65 62 75 69  build.o -c rebui
ee00: 6c 64 5f 2e 63 0a 0a 72 65 62 75 69 6c 64 2e 68  ld_.c..rebuild.h
ee10: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
ee20: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
ee30: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
ee40: 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
ee50: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
ee60: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
ee70: 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
ee80: 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
ee90: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
eea0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
eeb0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
eec0: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
eed0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
eee0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
eef0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
ef00: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
ef10: 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
ef20: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
ef30: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
ef40: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
ef50: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
ef60: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
ef70: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
ef80: 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
ef90: 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
efa0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
efb0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
efc0: 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
efd0: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
efe0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
eff0: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
f000: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
f010: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
f020: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
f030: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
f040: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
f050: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
f060: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
f070: 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
f080: 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
f090: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
f0a0: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
f0b0: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
f0c0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
f0d0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
f0e0: 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
f0f0: 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
f100: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
f110: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
f120: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
f130: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 75  a1_.c:sha1.h shu
f140: 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 74  n_.c:shun.h stat
f150: 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65  _.c:stat.h style
f160: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
f170: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e  _.c:sync.h tag_.
f180: 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f  c:tag.h tagview_
f190: 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f  .c:tagview.h th_
f1a0: 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e  main_.c:th_main.
f1b0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
f1c0: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
f1d0: 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e  tkt.h tktsetup_.
f1e0: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64  c:tktsetup.h und
f1f0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
f200: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
f210: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
f220: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
f230: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
f240: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
f250: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
f260: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
f270: 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70  format.h winhttp
f280: 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66  _.c:winhttp.h xf
f290: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
f2a0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
f2b0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28  IR)/sqlite3.h $(
f2c0: 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56  SRCDIR)/th.h ./V
f2d0: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
f2e0: 68 65 61 64 65 72 73 0a 0a 72 65 70 6f 72 74 5f  headers..report_
f2f0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 72 65  .c:.$(SRCDIR)/re
f300: 70 6f 72 74 2e 63 20 24 28 53 52 43 44 49 52 29  port.c $(SRCDIR)
f310: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
f320: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
f330: 24 28 53 52 43 44 49 52 29 2f 72 65 70 6f 72 74  $(SRCDIR)/report
f340: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
f350: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 72  CDIR)/VERSION >r
f360: 65 70 6f 72 74 5f 2e 63 0a 0a 72 65 70 6f 72 74  eport_.c..report
f370: 2e 6f 3a 09 72 65 70 6f 72 74 5f 2e 63 20 72 65  .o:.report_.c re
f380: 70 6f 72 74 2e 68 20 20 24 28 53 52 43 44 49 52  port.h  $(SRCDIR
f390: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
f3a0: 43 43 29 20 2d 6f 20 72 65 70 6f 72 74 2e 6f 20  CC) -o report.o 
f3b0: 2d 63 20 72 65 70 6f 72 74 5f 2e 63 0a 0a 72 65  -c report_.c..re
f3c0: 70 6f 72 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64  port.h:.makehead
f3d0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
f3e0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
f3f0: 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
f400: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
f410: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
f420: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
f430: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
f440: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
f450: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
f460: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
f470: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
f480: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
f490: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
f4a0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
f4b0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
f4c0: 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
f4d0: 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
f4e0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
f4f0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
f500: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
f510: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
f520: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
f530: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
f540: 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
f550: 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
f560: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
f570: 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
f580: 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
f590: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
f5a0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
f5b0: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
f5c0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
f5d0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
f5e0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
f5f0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
f600: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
f610: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
f620: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
f630: 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
f640: 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
f650: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
f660: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
f670: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
f680: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
f690: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
f6a0: 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
f6b0: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
f6c0: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
f6d0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
f6e0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
f6f0: 2e 68 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e  .h shun_.c:shun.
f700: 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68  h stat_.c:stat.h
f710: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
f720: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
f730: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61   tag_.c:tag.h ta
f740: 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77  gview_.c:tagview
f750: 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68  .h th_main_.c:th
f760: 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65  _main.h timeline
f770: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
f780: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73  kt_.c:tkt.h tkts
f790: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
f7a0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
f7b0: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
f7c0: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
f7d0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
f7e0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
f7f0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
f800: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
f810: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
f820: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
f830: 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
f840: 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
f850: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
f860: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
f870: 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
f880: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
f890: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 72  touch headers..r
f8a0: 73 73 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  ss_.c:.$(SRCDIR)
f8b0: 2f 72 73 73 2e 63 20 24 28 53 52 43 44 49 52 29  /rss.c $(SRCDIR)
f8c0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
f8d0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
f8e0: 24 28 53 52 43 44 49 52 29 2f 72 73 73 2e 63 20  $(SRCDIR)/rss.c 
f8f0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
f900: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 72 73 73 5f  R)/VERSION >rss_
f910: 2e 63 0a 0a 72 73 73 2e 6f 3a 09 72 73 73 5f 2e  .c..rss.o:.rss_.
f920: 63 20 72 73 73 2e 68 20 20 24 28 53 52 43 44 49  c rss.h  $(SRCDI
f930: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
f940: 54 43 43 29 20 2d 6f 20 72 73 73 2e 6f 20 2d 63  TCC) -o rss.o -c
f950: 20 72 73 73 5f 2e 63 0a 0a 72 73 73 2e 68 3a 09   rss_.c..rss.h:.
f960: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
f970: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
f980: 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e  .c:add.h admin_.
f990: 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63  c:admin.h bag_.c
f9a0: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
f9b0: 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a  lob.h branch_.c:
f9c0: 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f  branch.h browse_
f9d0: 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f  .c:browse.h cgi_
f9e0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
f9f0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
fa00: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
fa10: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
fa20: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
fa30: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
fa40: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
fa50: 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72  ormat.h configur
fa60: 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68  e_.c:configure.h
fa70: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
fa80: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
fa90: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
faa0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
fab0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
fac0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
fad0: 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63  h descendants_.c
fae0: 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64  :descendants.h d
faf0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
fb00: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
fb10: 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20  .h doc_.c:doc.h 
fb20: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
fb30: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
fb40: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
fb50: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
fb60: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
fb70: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
fb80: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
fb90: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
fba0: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
fbb0: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
fbc0: 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f  erge3.h my_page_
fbd0: 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d  .c:my_page.h nam
fbe0: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
fbf0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75  t_.c:pivot.h pqu
fc00: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20  eue_.c:pqueue.h 
fc10: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
fc20: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
fc30: 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e  build.h report_.
fc40: 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e  c:report.h rss_.
fc50: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
fc60: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
fc70: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
fc80: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 75 6e 5f  _.c:sha1.h shun_
fc90: 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f 2e  .c:shun.h stat_.
fca0: 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e  c:stat.h style_.
fcb0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
fcc0: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a  c:sync.h tag_.c:
fcd0: 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63  tag.h tagview_.c
fce0: 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61  :tagview.h th_ma
fcf0: 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20  in_.c:th_main.h 
fd00: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
fd10: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
fd20: 74 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a  t.h tktsetup_.c:
fd30: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f  tktsetup.h undo_
fd40: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
fd50: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
fd60: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
fd70: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
fd80: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
fd90: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
fda0: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
fdb0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
fdc0: 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e  rmat.h winhttp_.
fdd0: 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72  c:winhttp.h xfer
fde0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
fdf0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
fe00: 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52  )/sqlite3.h $(SR
fe10: 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52  CDIR)/th.h ./VER
fe20: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
fe30: 61 64 65 72 73 0a 0a 73 63 68 65 6d 61 5f 2e 63  aders..schema_.c
fe40: 3a 09 24 28 53 52 43 44 49 52 29 2f 73 63 68 65  :.$(SRCDIR)/sche
fe50: 6d 61 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ma.c $(SRCDIR)/V
fe60: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
fe70: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
fe80: 53 52 43 44 49 52 29 2f 73 63 68 65 6d 61 2e 63  SRCDIR)/schema.c
fe90: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
fea0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 63 68  IR)/VERSION >sch
feb0: 65 6d 61 5f 2e 63 0a 0a 73 63 68 65 6d 61 2e 6f  ema_.c..schema.o
fec0: 3a 09 73 63 68 65 6d 61 5f 2e 63 20 73 63 68 65  :.schema_.c sche
fed0: 6d 61 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  ma.h  $(SRCDIR)/
fee0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
fef0: 29 20 2d 6f 20 73 63 68 65 6d 61 2e 6f 20 2d 63  ) -o schema.o -c
ff00: 20 73 63 68 65 6d 61 5f 2e 63 0a 0a 73 63 68 65   schema_.c..sche
ff10: 6d 61 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  ma.h:.makeheader
ff20: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
ff30: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
ff40: 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
ff50: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
ff60: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
ff70: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
ff80: 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
ff90: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
ffa0: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
ffb0: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
ffc0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
ffd0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
ffe0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
fff0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
10000 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
10010 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
10020 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
10030 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
10040 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
10050 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
10060 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
10070 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
10080 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
10090 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
100a0 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
100b0 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
100c0 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
100d0 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
100e0 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
100f0 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
10100 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
10110 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
10120 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
10130 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
10140 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
10150 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
10160 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
10170 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
10180 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
10190 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
101a0 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
101b0 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
101c0 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
101d0 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
101e0 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
101f0 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
10200 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
10210 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
10220 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
10230 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
10240 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20   shun_.c:shun.h 
10250 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73  stat_.c:stat.h s
10260 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
10270 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
10280 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76  ag_.c:tag.h tagv
10290 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68  iew_.c:tagview.h
102a0 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d   th_main_.c:th_m
102b0 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ain.h timeline_.
102c0 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
102d0 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74  _.c:tkt.h tktset
102e0 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
102f0 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
10300 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
10310 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
10320 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
10330 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
10340 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
10350 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
10360 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
10370 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
10380 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
10390 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
103a0 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
103b0 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
103c0 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
103d0 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
103e0 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73 65 74  uch headers..set
103f0 75 70 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  up_.c:.$(SRCDIR)
10400 2f 73 65 74 75 70 2e 63 20 24 28 53 52 43 44 49  /setup.c $(SRCDI
10410 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
10420 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
10430 65 20 24 28 53 52 43 44 49 52 29 2f 73 65 74 75  e $(SRCDIR)/setu
10440 70 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  p.c | sed -f $(S
10450 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
10460 73 65 74 75 70 5f 2e 63 0a 0a 73 65 74 75 70 2e  setup_.c..setup.
10470 6f 3a 09 73 65 74 75 70 5f 2e 63 20 73 65 74 75  o:.setup_.c setu
10480 70 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  p.h  $(SRCDIR)/c
10490 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
104a0 20 2d 6f 20 73 65 74 75 70 2e 6f 20 2d 63 20 73   -o setup.o -c s
104b0 65 74 75 70 5f 2e 63 0a 0a 73 65 74 75 70 2e 68  etup_.c..setup.h
104c0 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
104d0 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
104e0 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
104f0 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
10500 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
10510 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
10520 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
10530 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
10540 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
10550 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
10560 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
10570 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
10580 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
10590 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
105a0 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
105b0 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
105c0 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
105d0 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
105e0 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
105f0 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
10600 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
10610 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
10620 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
10630 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
10640 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
10650 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
10660 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
10670 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
10680 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
10690 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
106a0 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
106b0 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
106c0 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
106d0 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
106e0 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
106f0 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
10700 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
10710 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
10720 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
10730 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
10740 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
10750 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
10760 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
10770 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
10780 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
10790 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
107a0 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
107b0 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
107c0 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
107d0 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
107e0 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 75  a1_.c:sha1.h shu
107f0 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 74  n_.c:shun.h stat
10800 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65  _.c:stat.h style
10810 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
10820 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e  _.c:sync.h tag_.
10830 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f  c:tag.h tagview_
10840 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f  .c:tagview.h th_
10850 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e  main_.c:th_main.
10860 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
10870 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
10880 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e  tkt.h tktsetup_.
10890 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64  c:tktsetup.h und
108a0 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
108b0 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
108c0 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
108d0 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
108e0 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
108f0 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
10900 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
10910 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
10920 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70  format.h winhttp
10930 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66  _.c:winhttp.h xf
10940 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
10950 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
10960 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28  IR)/sqlite3.h $(
10970 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56  SRCDIR)/th.h ./V
10980 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
10990 68 65 61 64 65 72 73 0a 0a 73 68 61 31 5f 2e 63  headers..sha1_.c
109a0 3a 09 24 28 53 52 43 44 49 52 29 2f 73 68 61 31  :.$(SRCDIR)/sha1
109b0 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
109c0 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
109d0 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
109e0 43 44 49 52 29 2f 73 68 61 31 2e 63 20 7c 20 73  CDIR)/sha1.c | s
109f0 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
10a00 56 45 52 53 49 4f 4e 20 3e 73 68 61 31 5f 2e 63  VERSION >sha1_.c
10a10 0a 0a 73 68 61 31 2e 6f 3a 09 73 68 61 31 5f 2e  ..sha1.o:.sha1_.
10a20 63 20 73 68 61 31 2e 68 20 20 24 28 53 52 43 44  c sha1.h  $(SRCD
10a30 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
10a40 58 54 43 43 29 20 2d 6f 20 73 68 61 31 2e 6f 20  XTCC) -o sha1.o 
10a50 2d 63 20 73 68 61 31 5f 2e 63 0a 0a 73 68 61 31  -c sha1_.c..sha1
10a60 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
10a70 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
10a80 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d  add_.c:add.h adm
10a90 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61  in_.c:admin.h ba
10aa0 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
10ab0 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68  .c:blob.h branch
10ac0 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f  _.c:branch.h bro
10ad0 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20  wse_.c:browse.h 
10ae0 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
10af0 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
10b00 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
10b10 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
10b20 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
10b30 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
10b40 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
10b50 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66  comformat.h conf
10b60 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75  igure_.c:configu
10b70 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  re.h construct_.
10b80 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
10b90 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
10ba0 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
10bb0 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
10bc0 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
10bd0 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74  cmd.h descendant
10be0 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73  s_.c:descendants
10bf0 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
10c00 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
10c10 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f  fcmd.h doc_.c:do
10c20 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  c.h encode_.c:en
10c30 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
10c40 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
10c50 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
10c60 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
10c70 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
10c80 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
10c90 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
10ca0 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
10cb0 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
10cc0 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70  .c:merge3.h my_p
10cd0 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68  age_.c:my_page.h
10ce0 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
10cf0 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
10d00 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75   pqueue_.c:pqueu
10d10 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  e.h printf_.c:pr
10d20 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
10d30 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f  c:rebuild.h repo
10d40 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72  rt_.c:report.h r
10d50 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
10d60 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
10d70 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
10d80 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
10d90 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74  hun_.c:shun.h st
10da0 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79  at_.c:stat.h sty
10db0 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
10dc0 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67  nc_.c:sync.h tag
10dd0 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65  _.c:tag.h tagvie
10de0 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74  w_.c:tagview.h t
10df0 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69  h_main_.c:th_mai
10e00 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  n.h timeline_.c:
10e10 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
10e20 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70  c:tkt.h tktsetup
10e30 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.h u
10e40 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
10e50 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
10e60 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
10e70 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
10e80 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
10e90 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
10ea0 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
10eb0 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
10ec0 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74  kiformat.h winht
10ed0 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
10ee0 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
10ef0 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
10f00 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
10f10 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
10f20 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
10f30 68 20 68 65 61 64 65 72 73 0a 0a 73 68 75 6e 5f  h headers..shun_
10f40 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 68  .c:.$(SRCDIR)/sh
10f50 75 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  un.c $(SRCDIR)/V
10f60 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
10f70 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
10f80 53 52 43 44 49 52 29 2f 73 68 75 6e 2e 63 20 7c  SRCDIR)/shun.c |
10f90 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
10fa0 29 2f 56 45 52 53 49 4f 4e 20 3e 73 68 75 6e 5f  )/VERSION >shun_
10fb0 2e 63 0a 0a 73 68 75 6e 2e 6f 3a 09 73 68 75 6e  .c..shun.o:.shun
10fc0 5f 2e 63 20 73 68 75 6e 2e 68 20 20 24 28 53 52  _.c shun.h  $(SR
10fd0 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
10fe0 24 28 58 54 43 43 29 20 2d 6f 20 73 68 75 6e 2e  $(XTCC) -o shun.
10ff0 6f 20 2d 63 20 73 68 75 6e 5f 2e 63 0a 0a 73 68  o -c shun_.c..sh
11000 75 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  un.h:.makeheader
11010 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
11020 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
11030 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
11040 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
11050 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
11060 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
11070 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
11080 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
11090 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
110a0 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
110b0 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
110c0 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
110d0 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
110e0 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
110f0 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
11100 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
11110 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
11120 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
11130 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
11140 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
11150 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
11160 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
11170 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
11180 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
11190 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
111a0 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
111b0 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
111c0 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
111d0 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
111e0 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
111f0 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
11200 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
11210 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
11220 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
11230 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
11240 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
11250 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
11260 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
11270 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
11280 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
11290 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
112a0 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
112b0 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
112c0 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
112d0 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
112e0 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
112f0 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
11300 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
11310 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
11320 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
11330 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20   shun_.c:shun.h 
11340 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73  stat_.c:stat.h s
11350 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
11360 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
11370 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76  ag_.c:tag.h tagv
11380 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68  iew_.c:tagview.h
11390 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d   th_main_.c:th_m
113a0 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ain.h timeline_.
113b0 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
113c0 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74  _.c:tkt.h tktset
113d0 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
113e0 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
113f0 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
11400 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
11410 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
11420 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
11430 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
11440 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
11450 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
11460 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
11470 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
11480 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
11490 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
114a0 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
114b0 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
114c0 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
114d0 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73 74 61  uch headers..sta
114e0 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  t_.c:.$(SRCDIR)/
114f0 73 74 61 74 2e 63 20 24 28 53 52 43 44 49 52 29  stat.c $(SRCDIR)
11500 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
11510 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
11520 24 28 53 52 43 44 49 52 29 2f 73 74 61 74 2e 63  $(SRCDIR)/stat.c
11530 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
11540 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 74 61  IR)/VERSION >sta
11550 74 5f 2e 63 0a 0a 73 74 61 74 2e 6f 3a 09 73 74  t_.c..stat.o:.st
11560 61 74 5f 2e 63 20 73 74 61 74 2e 68 20 20 24 28  at_.c stat.h  $(
11570 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
11580 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73 74 61  ..$(XTCC) -o sta
11590 74 2e 6f 20 2d 63 20 73 74 61 74 5f 2e 63 0a 0a  t.o -c stat_.c..
115a0 73 74 61 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64  stat.h:.makehead
115b0 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
115c0 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
115d0 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
115e0 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
115f0 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
11600 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
11610 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
11620 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
11630 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
11640 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
11650 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
11660 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
11670 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
11680 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
11690 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
116a0 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
116b0 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
116c0 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
116d0 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
116e0 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
116f0 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
11700 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
11710 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
11720 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
11730 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
11740 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
11750 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
11760 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
11770 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
11780 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
11790 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
117a0 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
117b0 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
117c0 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
117d0 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
117e0 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
117f0 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
11800 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
11810 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
11820 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
11830 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
11840 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
11850 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
11860 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
11870 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
11880 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
11890 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
118a0 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
118b0 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
118c0 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
118d0 2e 68 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e  .h shun_.c:shun.
118e0 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68  h stat_.c:stat.h
118f0 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
11900 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
11910 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61   tag_.c:tag.h ta
11920 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77  gview_.c:tagview
11930 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68  .h th_main_.c:th
11940 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65  _main.h timeline
11950 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
11960 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73  kt_.c:tkt.h tkts
11970 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
11980 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
11990 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
119a0 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
119b0 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
119c0 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
119d0 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
119e0 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
119f0 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
11a00 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
11a10 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
11a20 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
11a30 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
11a40 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
11a50 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
11a60 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
11a70 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73  touch headers..s
11a80 74 79 6c 65 5f 2e 63 3a 09 24 28 53 52 43 44 49  tyle_.c:.$(SRCDI
11a90 52 29 2f 73 74 79 6c 65 2e 63 20 24 28 53 52 43  R)/style.c $(SRC
11aa0 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
11ab0 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
11ac0 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 74  ate $(SRCDIR)/st
11ad0 79 6c 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  yle.c | sed -f $
11ae0 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
11af0 20 3e 73 74 79 6c 65 5f 2e 63 0a 0a 73 74 79 6c   >style_.c..styl
11b00 65 2e 6f 3a 09 73 74 79 6c 65 5f 2e 63 20 73 74  e.o:.style_.c st
11b10 79 6c 65 2e 68 20 20 24 28 53 52 43 44 49 52 29  yle.h  $(SRCDIR)
11b20 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
11b30 43 29 20 2d 6f 20 73 74 79 6c 65 2e 6f 20 2d 63  C) -o style.o -c
11b40 20 73 74 79 6c 65 5f 2e 63 0a 0a 73 74 79 6c 65   style_.c..style
11b50 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
11b60 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
11b70 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d  add_.c:add.h adm
11b80 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61  in_.c:admin.h ba
11b90 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
11ba0 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68  .c:blob.h branch
11bb0 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f  _.c:branch.h bro
11bc0 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20  wse_.c:browse.h 
11bd0 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
11be0 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
11bf0 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
11c00 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
11c10 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
11c20 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
11c30 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
11c40 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66  comformat.h conf
11c50 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75  igure_.c:configu
11c60 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  re.h construct_.
11c70 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
11c80 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
11c90 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
11ca0 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
11cb0 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
11cc0 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74  cmd.h descendant
11cd0 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73  s_.c:descendants
11ce0 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
11cf0 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
11d00 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f  fcmd.h doc_.c:do
11d10 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  c.h encode_.c:en
11d20 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
11d30 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
11d40 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
11d50 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
11d60 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
11d70 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
11d80 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
11d90 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
11da0 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
11db0 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70  .c:merge3.h my_p
11dc0 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68  age_.c:my_page.h
11dd0 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
11de0 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
11df0 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75   pqueue_.c:pqueu
11e00 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  e.h printf_.c:pr
11e10 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
11e20 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f  c:rebuild.h repo
11e30 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72  rt_.c:report.h r
11e40 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
11e50 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
11e60 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
11e70 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
11e80 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74  hun_.c:shun.h st
11e90 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79  at_.c:stat.h sty
11ea0 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
11eb0 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67  nc_.c:sync.h tag
11ec0 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65  _.c:tag.h tagvie
11ed0 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74  w_.c:tagview.h t
11ee0 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69  h_main_.c:th_mai
11ef0 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  n.h timeline_.c:
11f00 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
11f10 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70  c:tkt.h tktsetup
11f20 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.h u
11f30 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
11f40 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
11f50 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
11f60 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
11f70 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
11f80 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
11f90 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
11fa0 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
11fb0 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74  kiformat.h winht
11fc0 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
11fd0 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
11fe0 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
11ff0 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
12000 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
12010 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
12020 68 20 68 65 61 64 65 72 73 0a 0a 73 79 6e 63 5f  h headers..sync_
12030 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 79  .c:.$(SRCDIR)/sy
12040 6e 63 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  nc.c $(SRCDIR)/V
12050 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
12060 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
12070 53 52 43 44 49 52 29 2f 73 79 6e 63 2e 63 20 7c  SRCDIR)/sync.c |
12080 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
12090 29 2f 56 45 52 53 49 4f 4e 20 3e 73 79 6e 63 5f  )/VERSION >sync_
120a0 2e 63 0a 0a 73 79 6e 63 2e 6f 3a 09 73 79 6e 63  .c..sync.o:.sync
120b0 5f 2e 63 20 73 79 6e 63 2e 68 20 20 24 28 53 52  _.c sync.h  $(SR
120c0 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
120d0 24 28 58 54 43 43 29 20 2d 6f 20 73 79 6e 63 2e  $(XTCC) -o sync.
120e0 6f 20 2d 63 20 73 79 6e 63 5f 2e 63 0a 0a 73 79  o -c sync_.c..sy
120f0 6e 63 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  nc.h:.makeheader
12100 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
12110 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
12120 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
12130 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
12140 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
12150 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
12160 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
12170 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
12180 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
12190 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
121a0 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
121b0 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
121c0 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
121d0 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
121e0 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
121f0 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
12200 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
12210 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
12220 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
12230 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
12240 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
12250 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
12260 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
12270 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
12280 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
12290 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
122a0 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
122b0 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
122c0 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
122d0 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
122e0 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
122f0 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
12300 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
12310 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
12320 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
12330 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
12340 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
12350 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
12360 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
12370 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
12380 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
12390 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
123a0 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
123b0 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
123c0 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
123d0 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
123e0 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
123f0 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
12400 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
12410 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
12420 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20   shun_.c:shun.h 
12430 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73  stat_.c:stat.h s
12440 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
12450 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
12460 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76  ag_.c:tag.h tagv
12470 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68  iew_.c:tagview.h
12480 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d   th_main_.c:th_m
12490 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ain.h timeline_.
124a0 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
124b0 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73 65 74  _.c:tkt.h tktset
124c0 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
124d0 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
124e0 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
124f0 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
12500 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
12510 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
12520 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
12530 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
12540 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
12550 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
12560 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
12570 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
12580 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
12590 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
125a0 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
125b0 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
125c0 75 63 68 20 68 65 61 64 65 72 73 0a 0a 74 61 67  uch headers..tag
125d0 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74  _.c:.$(SRCDIR)/t
125e0 61 67 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ag.c $(SRCDIR)/V
125f0 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
12600 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
12610 53 52 43 44 49 52 29 2f 74 61 67 2e 63 20 7c 20  SRCDIR)/tag.c | 
12620 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
12630 2f 56 45 52 53 49 4f 4e 20 3e 74 61 67 5f 2e 63  /VERSION >tag_.c
12640 0a 0a 74 61 67 2e 6f 3a 09 74 61 67 5f 2e 63 20  ..tag.o:.tag_.c 
12650 74 61 67 2e 68 20 20 24 28 53 52 43 44 49 52 29  tag.h  $(SRCDIR)
12660 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
12670 43 29 20 2d 6f 20 74 61 67 2e 6f 20 2d 63 20 74  C) -o tag.o -c t
12680 61 67 5f 2e 63 0a 0a 74 61 67 2e 68 3a 09 6d 61  ag_.c..tag.h:.ma
12690 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
126a0 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
126b0 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
126c0 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
126d0 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
126e0 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
126f0 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
12700 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
12710 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
12720 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
12730 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
12740 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
12750 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
12760 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
12770 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
12780 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
12790 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
127a0 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
127b0 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
127c0 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
127d0 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
127e0 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
127f0 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
12800 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
12810 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
12820 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
12830 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
12840 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
12850 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
12860 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
12870 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
12880 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
12890 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
128a0 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
128b0 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
128c0 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
128d0 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
128e0 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
128f0 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
12900 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
12910 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
12920 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
12930 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
12940 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
12950 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
12960 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
12970 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
12980 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
12990 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
129a0 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
129b0 63 3a 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e 63  c:sha1.h shun_.c
129c0 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63 3a  :shun.h stat_.c:
129d0 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  stat.h style_.c:
129e0 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
129f0 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61  sync.h tag_.c:ta
12a00 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74  g.h tagview_.c:t
12a10 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e  agview.h th_main
12a20 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69  _.c:th_main.h ti
12a30 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
12a40 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
12a50 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b  h tktsetup_.c:tk
12a60 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63  tsetup.h undo_.c
12a70 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
12a80 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
12a90 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
12aa0 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
12ab0 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
12ac0 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
12ad0 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
12ae0 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
12af0 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a  at.h winhttp_.c:
12b00 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e  winhttp.h xfer_.
12b10 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
12b20 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
12b30 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44  sqlite3.h $(SRCD
12b40 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49  IR)/th.h ./VERSI
12b50 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
12b60 65 72 73 0a 0a 74 61 67 76 69 65 77 5f 2e 63 3a  ers..tagview_.c:
12b70 09 24 28 53 52 43 44 49 52 29 2f 74 61 67 76 69  .$(SRCDIR)/tagvi
12b80 65 77 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ew.c $(SRCDIR)/V
12b90 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
12ba0 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
12bb0 53 52 43 44 49 52 29 2f 74 61 67 76 69 65 77 2e  SRCDIR)/tagview.
12bc0 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
12bd0 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 74 61  DIR)/VERSION >ta
12be0 67 76 69 65 77 5f 2e 63 0a 0a 74 61 67 76 69 65  gview_.c..tagvie
12bf0 77 2e 6f 3a 09 74 61 67 76 69 65 77 5f 2e 63 20  w.o:.tagview_.c 
12c00 74 61 67 76 69 65 77 2e 68 20 20 24 28 53 52 43  tagview.h  $(SRC
12c10 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
12c20 28 58 54 43 43 29 20 2d 6f 20 74 61 67 76 69 65  (XTCC) -o tagvie
12c30 77 2e 6f 20 2d 63 20 74 61 67 76 69 65 77 5f 2e  w.o -c tagview_.
12c40 63 0a 0a 74 61 67 76 69 65 77 2e 68 3a 09 6d 61  c..tagview.h:.ma
12c50 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
12c60 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
12c70 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
12c80 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
12c90 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
12ca0 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
12cb0 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
12cc0 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
12cd0 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
12ce0 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
12cf0 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
12d00 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
12d10 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
12d20 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
12d30 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
12d40 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
12d50 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
12d60 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
12d70 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
12d80 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
12d90 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
12da0 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
12db0 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
12dc0 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
12dd0 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
12de0 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
12df0 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
12e00 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
12e10 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
12e20 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
12e30 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
12e40 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
12e50 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
12e60 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
12e70 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
12e80 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
12e90 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
12ea0 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
12eb0 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
12ec0 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
12ed0 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
12ee0 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
12ef0 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
12f00 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
12f10 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
12f20 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
12f30 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
12f40 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
12f50 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
12f60 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
12f70 63 3a 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e 63  c:sha1.h shun_.c
12f80 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63 3a  :shun.h stat_.c:
12f90 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  stat.h style_.c:
12fa0 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
12fb0 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61  sync.h tag_.c:ta
12fc0 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74  g.h tagview_.c:t
12fd0 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e  agview.h th_main
12fe0 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69  _.c:th_main.h ti
12ff0 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
13000 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
13010 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b  h tktsetup_.c:tk
13020 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63  tsetup.h undo_.c
13030 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
13040 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
13050 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
13060 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
13070 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
13080 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
13090 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
130a0 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
130b0 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a  at.h winhttp_.c:
130c0 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e  winhttp.h xfer_.
130d0 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
130e0 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
130f0 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44  sqlite3.h $(SRCD
13100 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49  IR)/th.h ./VERSI
13110 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
13120 65 72 73 0a 0a 74 68 5f 6d 61 69 6e 5f 2e 63 3a  ers..th_main_.c:
13130 09 24 28 53 52 43 44 49 52 29 2f 74 68 5f 6d 61  .$(SRCDIR)/th_ma
13140 69 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  in.c $(SRCDIR)/V
13150 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
13160 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
13170 53 52 43 44 49 52 29 2f 74 68 5f 6d 61 69 6e 2e  SRCDIR)/th_main.
13180 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
13190 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 74 68  DIR)/VERSION >th
131a0 5f 6d 61 69 6e 5f 2e 63 0a 0a 74 68 5f 6d 61 69  _main_.c..th_mai
131b0 6e 2e 6f 3a 09 74 68 5f 6d 61 69 6e 5f 2e 63 20  n.o:.th_main_.c 
131c0 74 68 5f 6d 61 69 6e 2e 68 20 20 24 28 53 52 43  th_main.h  $(SRC
131d0 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
131e0 28 58 54 43 43 29 20 2d 6f 20 74 68 5f 6d 61 69  (XTCC) -o th_mai
131f0 6e 2e 6f 20 2d 63 20 74 68 5f 6d 61 69 6e 5f 2e  n.o -c th_main_.
13200 63 0a 0a 74 68 5f 6d 61 69 6e 2e 68 3a 09 6d 61  c..th_main.h:.ma
13210 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
13220 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
13230 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
13240 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
13250 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
13260 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
13270 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
13280 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
13290 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
132a0 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
132b0 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
132c0 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
132d0 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
132e0 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
132f0 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
13300 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
13310 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
13320 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
13330 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
13340 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
13350 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
13360 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
13370 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
13380 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
13390 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
133a0 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
133b0 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
133c0 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
133d0 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
133e0 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
133f0 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
13400 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
13410 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
13420 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
13430 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
13440 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
13450 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
13460 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
13470 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
13480 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
13490 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
134a0 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
134b0 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
134c0 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
134d0 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
134e0 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
134f0 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
13500 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
13510 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
13520 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
13530 63 3a 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e 63  c:sha1.h shun_.c
13540 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63 3a  :shun.h stat_.c:
13550 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  stat.h style_.c:
13560 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
13570 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61  sync.h tag_.c:ta
13580 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74  g.h tagview_.c:t
13590 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e  agview.h th_main
135a0 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69  _.c:th_main.h ti
135b0 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
135c0 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
135d0 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b  h tktsetup_.c:tk
135e0 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63  tsetup.h undo_.c
135f0 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
13600 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
13610 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
13620 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
13630 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
13640 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
13650 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
13660 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
13670 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a  at.h winhttp_.c:
13680 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e  winhttp.h xfer_.
13690 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
136a0 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
136b0 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44  sqlite3.h $(SRCD
136c0 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49  IR)/th.h ./VERSI
136d0 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
136e0 65 72 73 0a 0a 74 69 6d 65 6c 69 6e 65 5f 2e 63  ers..timeline_.c
136f0 3a 09 24 28 53 52 43 44 49 52 29 2f 74 69 6d 65  :.$(SRCDIR)/time
13700 6c 69 6e 65 2e 63 20 24 28 53 52 43 44 49 52 29  line.c $(SRCDIR)
13710 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
13720 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
13730 24 28 53 52 43 44 49 52 29 2f 74 69 6d 65 6c 69  $(SRCDIR)/timeli
13740 6e 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  ne.c | sed -f $(
13750 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
13760 3e 74 69 6d 65 6c 69 6e 65 5f 2e 63 0a 0a 74 69  >timeline_.c..ti
13770 6d 65 6c 69 6e 65 2e 6f 3a 09 74 69 6d 65 6c 69  meline.o:.timeli
13780 6e 65 5f 2e 63 20 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c timeline.h
13790 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
137a0 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
137b0 20 74 69 6d 65 6c 69 6e 65 2e 6f 20 2d 63 20 74   timeline.o -c t
137c0 69 6d 65 6c 69 6e 65 5f 2e 63 0a 0a 74 69 6d 65  imeline_.c..time
137d0 6c 69 6e 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64  line.h:.makehead
137e0 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
137f0 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
13800 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
13810 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
13820 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
13830 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
13840 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
13850 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
13860 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
13870 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
13880 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
13890 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
138a0 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
138b0 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
138c0 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
138d0 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
138e0 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
138f0 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
13900 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
13910 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
13920 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
13930 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
13940 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
13950 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
13960 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
13970 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
13980 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
13990 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
139a0 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
139b0 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
139c0 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
139d0 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
139e0 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
139f0 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
13a00 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
13a10 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
13a20 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
13a30 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
13a40 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
13a50 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
13a60 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
13a70 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
13a80 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
13a90 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
13aa0 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
13ab0 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
13ac0 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
13ad0 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
13ae0 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
13af0 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
13b00 2e 68 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e  .h shun_.c:shun.
13b10 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68  h stat_.c:stat.h
13b20 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
13b30 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
13b40 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61   tag_.c:tag.h ta
13b50 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77  gview_.c:tagview
13b60 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68  .h th_main_.c:th
13b70 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65  _main.h timeline
13b80 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
13b90 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73  kt_.c:tkt.h tkts
13ba0 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
13bb0 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
13bc0 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
13bd0 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
13be0 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
13bf0 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
13c00 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
13c10 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
13c20 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
13c30 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
13c40 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
13c50 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
13c60 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
13c70 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
13c80 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
13c90 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
13ca0 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 74  touch headers..t
13cb0 6b 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  kt_.c:.$(SRCDIR)
13cc0 2f 74 6b 74 2e 63 20 24 28 53 52 43 44 49 52 29  /tkt.c $(SRCDIR)
13cd0 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
13ce0 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
13cf0 24 28 53 52 43 44 49 52 29 2f 74 6b 74 2e 63 20  $(SRCDIR)/tkt.c 
13d00 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
13d10 52 29 2f 56 45 52 53 49 4f 4e 20 3e 74 6b 74 5f  R)/VERSION >tkt_
13d20 2e 63 0a 0a 74 6b 74 2e 6f 3a 09 74 6b 74 5f 2e  .c..tkt.o:.tkt_.
13d30 63 20 74 6b 74 2e 68 20 20 24 28 53 52 43 44 49  c tkt.h  $(SRCDI
13d40 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
13d50 54 43 43 29 20 2d 6f 20 74 6b 74 2e 6f 20 2d 63  TCC) -o tkt.o -c
13d60 20 74 6b 74 5f 2e 63 0a 0a 74 6b 74 2e 68 3a 09   tkt_.c..tkt.h:.
13d70 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
13d80 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
13d90 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e  .c:add.h admin_.
13da0 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63  c:admin.h bag_.c
13db0 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
13dc0 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a  lob.h branch_.c:
13dd0 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f  branch.h browse_
13de0 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f  .c:browse.h cgi_
13df0 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
13e00 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
13e10 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
13e20 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
13e30 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
13e40 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
13e50 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
13e60 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72  ormat.h configur
13e70 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68  e_.c:configure.h
13e80 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
13e90 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
13ea0 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
13eb0 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
13ec0 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
13ed0 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
13ee0 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63  h descendants_.c
13ef0 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64  :descendants.h d
13f00 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
13f10 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
13f20 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20  .h doc_.c:doc.h 
13f30 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
13f40 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
13f50 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
13f60 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
13f70 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
13f80 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
13f90 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
13fa0 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
13fb0 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
13fc0 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
13fd0 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f  erge3.h my_page_
13fe0 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d  .c:my_page.h nam
13ff0 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
14000 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75  t_.c:pivot.h pqu
14010 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20  eue_.c:pqueue.h 
14020 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
14030 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
14040 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e  build.h report_.
14050 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e  c:report.h rss_.
14060 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
14070 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
14080 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
14090 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 75 6e 5f  _.c:sha1.h shun_
140a0 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f 2e  .c:shun.h stat_.
140b0 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e  c:stat.h style_.
140c0 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
140d0 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a  c:sync.h tag_.c:
140e0 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63  tag.h tagview_.c
140f0 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61  :tagview.h th_ma
14100 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20  in_.c:th_main.h 
14110 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
14120 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
14130 74 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a  t.h tktsetup_.c:
14140 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f  tktsetup.h undo_
14150 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
14160 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
14170 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
14180 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
14190 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
141a0 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
141b0 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
141c0 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
141d0 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e  rmat.h winhttp_.
141e0 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72  c:winhttp.h xfer
141f0 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
14200 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
14210 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52  )/sqlite3.h $(SR
14220 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52  CDIR)/th.h ./VER
14230 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
14240 61 64 65 72 73 0a 0a 74 6b 74 73 65 74 75 70 5f  aders..tktsetup_
14250 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74 6b  .c:.$(SRCDIR)/tk
14260 74 73 65 74 75 70 2e 63 20 24 28 53 52 43 44 49  tsetup.c $(SRCDI
14270 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
14280 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
14290 65 20 24 28 53 52 43 44 49 52 29 2f 74 6b 74 73  e $(SRCDIR)/tkts
142a0 65 74 75 70 2e 63 20 7c 20 73 65 64 20 2d 66 20  etup.c | sed -f 
142b0 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
142c0 4e 20 3e 74 6b 74 73 65 74 75 70 5f 2e 63 0a 0a  N >tktsetup_.c..
142d0 74 6b 74 73 65 74 75 70 2e 6f 3a 09 74 6b 74 73  tktsetup.o:.tkts
142e0 65 74 75 70 5f 2e 63 20 74 6b 74 73 65 74 75 70  etup_.c tktsetup
142f0 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
14300 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
14310 2d 6f 20 74 6b 74 73 65 74 75 70 2e 6f 20 2d 63  -o tktsetup.o -c
14320 20 74 6b 74 73 65 74 75 70 5f 2e 63 0a 0a 74 6b   tktsetup_.c..tk
14330 74 73 65 74 75 70 2e 68 3a 09 6d 61 6b 65 68 65  tsetup.h:.makehe
14340 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
14350 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
14360 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69  .h admin_.c:admi
14370 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  n.h bag_.c:bag.h
14380 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
14390 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68  branch_.c:branch
143a0 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f  .h browse_.c:bro
143b0 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  wse.h cgi_.c:cgi
143c0 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
143d0 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
143e0 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
143f0 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
14400 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
14410 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
14420 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
14430 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63  h configure_.c:c
14440 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74  onfigure.h const
14450 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
14460 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
14470 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
14480 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
14490 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
144a0 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
144b0 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endants_.c:desce
144c0 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndants.h diff_.c
144d0 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
144e0 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63  .c:diffcmd.h doc
144f0 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65  _.c:doc.h encode
14500 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
14510 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
14520 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
14530 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
14540 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
14550 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
14560 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
14570 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
14580 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
14590 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
145a0 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f  h my_page_.c:my_
145b0 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  page.h name_.c:n
145c0 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
145d0 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
145e0 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
145f0 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
14600 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
14610 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f  h report_.c:repo
14620 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  rt.h rss_.c:rss.
14630 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
14640 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
14650 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
14660 61 31 2e 68 20 73 68 75 6e 5f 2e 63 3a 73 68 75  a1.h shun_.c:shu
14670 6e 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74  n.h stat_.c:stat
14680 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
14690 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63  e.h sync_.c:sync
146a0 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20  .h tag_.c:tag.h 
146b0 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69  tagview_.c:tagvi
146c0 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a  ew.h th_main_.c:
146d0 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69  th_main.h timeli
146e0 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
146f0 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
14700 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74  tsetup_.c:tktset
14710 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  up.h undo_.c:und
14720 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
14730 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
14740 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
14750 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
14760 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
14770 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
14780 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
14790 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
147a0 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68   winhttp_.c:winh
147b0 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  ttp.h xfer_.c:xf
147c0 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
147d0 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
147e0 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f  te3.h $(SRCDIR)/
147f0 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  th.h ./VERSION.h
14800 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
14810 0a 75 6e 64 6f 5f 2e 63 3a 09 24 28 53 52 43 44  .undo_.c:.$(SRCD
14820 49 52 29 2f 75 6e 64 6f 2e 63 20 24 28 53 52 43  IR)/undo.c $(SRC
14830 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
14840 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
14850 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 75 6e  ate $(SRCDIR)/un
14860 64 6f 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  do.c | sed -f $(
14870 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
14880 3e 75 6e 64 6f 5f 2e 63 0a 0a 75 6e 64 6f 2e 6f  >undo_.c..undo.o
14890 3a 09 75 6e 64 6f 5f 2e 63 20 75 6e 64 6f 2e 68  :.undo_.c undo.h
148a0 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
148b0 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
148c0 20 75 6e 64 6f 2e 6f 20 2d 63 20 75 6e 64 6f 5f   undo.o -c undo_
148d0 2e 63 0a 0a 75 6e 64 6f 2e 68 3a 09 6d 61 6b 65  .c..undo.h:.make
148e0 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
148f0 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
14900 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64  dd.h admin_.c:ad
14910 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  min.h bag_.c:bag
14920 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
14930 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e  h branch_.c:bran
14940 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62  ch.h browse_.c:b
14950 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63  rowse.h cgi_.c:c
14960 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
14970 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
14980 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
14990 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
149a0 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
149b0 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
149c0 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
149d0 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63  t.h configure_.c
149e0 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e  :configure.h con
149f0 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
14a00 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
14a10 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
14a20 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
14a30 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
14a40 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
14a50 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73  scendants_.c:des
14a60 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f  cendants.h diff_
14a70 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
14a80 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64  d_.c:diffcmd.h d
14a90 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f  oc_.c:doc.h enco
14aa0 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
14ab0 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
14ac0 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
14ad0 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
14ae0 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
14af0 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
14b00 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
14b10 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
14b20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
14b30 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
14b40 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d  3.h my_page_.c:m
14b50 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63  y_page.h name_.c
14b60 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
14b70 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f  :pivot.h pqueue_
14b80 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e  .c:pqueue.h prin
14b90 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
14ba0 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
14bb0 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65  d.h report_.c:re
14bc0 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73  port.h rss_.c:rs
14bd0 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
14be0 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
14bf0 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
14c00 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e 63 3a 73  sha1.h shun_.c:s
14c10 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74  hun.h stat_.c:st
14c20 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  at.h style_.c:st
14c30 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
14c40 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e  nc.h tag_.c:tag.
14c50 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67  h tagview_.c:tag
14c60 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e  view.h th_main_.
14c70 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65  c:th_main.h time
14c80 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
14c90 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20  .h tkt_.c:tkt.h 
14ca0 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73  tktsetup_.c:tkts
14cb0 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  etup.h undo_.c:u
14cc0 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
14cd0 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
14ce0 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
14cf0 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
14d00 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
14d10 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
14d20 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
14d30 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
14d40 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69  .h winhttp_.c:wi
14d50 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a  nhttp.h xfer_.c:
14d60 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
14d70 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
14d80 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52  lite3.h $(SRCDIR
14d90 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  )/th.h ./VERSION
14da0 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
14db0 73 0a 0a 75 70 64 61 74 65 5f 2e 63 3a 09 24 28  s..update_.c:.$(
14dc0 53 52 43 44 49 52 29 2f 75 70 64 61 74 65 2e 63  SRCDIR)/update.c
14dd0 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
14de0 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
14df0 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
14e00 49 52 29 2f 75 70 64 61 74 65 2e 63 20 7c 20 73  IR)/update.c | s
14e10 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
14e20 56 45 52 53 49 4f 4e 20 3e 75 70 64 61 74 65 5f  VERSION >update_
14e30 2e 63 0a 0a 75 70 64 61 74 65 2e 6f 3a 09 75 70  .c..update.o:.up
14e40 64 61 74 65 5f 2e 63 20 75 70 64 61 74 65 2e 68  date_.c update.h
14e50 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
14e60 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
14e70 20 75 70 64 61 74 65 2e 6f 20 2d 63 20 75 70 64   update.o -c upd
14e80 61 74 65 5f 2e 63 0a 0a 75 70 64 61 74 65 2e 68  ate_.c..update.h
14e90 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
14ea0 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
14eb0 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
14ec0 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
14ed0 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
14ee0 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
14ef0 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
14f00 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
14f10 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
14f20 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
14f30 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
14f40 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
14f50 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
14f60 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
14f70 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
14f80 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
14f90 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
14fa0 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
14fb0 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
14fc0 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
14fd0 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
14fe0 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
14ff0 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
15000 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
15010 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
15020 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
15030 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
15040 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
15050 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
15060 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
15070 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
15080 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
15090 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
150a0 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
150b0 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
150c0 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
150d0 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
150e0 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
150f0 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
15100 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
15110 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
15120 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
15130 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
15140 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
15150 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
15160 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
15170 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
15180 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
15190 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
151a0 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
151b0 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 75  a1_.c:sha1.h shu
151c0 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 74  n_.c:shun.h stat
151d0 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65  _.c:stat.h style
151e0 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
151f0 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e  _.c:sync.h tag_.
15200 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f  c:tag.h tagview_
15210 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f  .c:tagview.h th_
15220 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e  main_.c:th_main.
15230 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
15240 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
15250 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e  tkt.h tktsetup_.
15260 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64  c:tktsetup.h und
15270 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
15280 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
15290 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
152a0 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
152b0 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
152c0 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
152d0 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
152e0 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
152f0 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70  format.h winhttp
15300 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66  _.c:winhttp.h xf
15310 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
15320 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
15330 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28  IR)/sqlite3.h $(
15340 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56  SRCDIR)/th.h ./V
15350 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
15360 68 65 61 64 65 72 73 0a 0a 75 72 6c 5f 2e 63 3a  headers..url_.c:
15370 09 24 28 53 52 43 44 49 52 29 2f 75 72 6c 2e 63  .$(SRCDIR)/url.c
15380 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
15390 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
153a0 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
153b0 49 52 29 2f 75 72 6c 2e 63 20 7c 20 73 65 64 20  IR)/url.c | sed 
153c0 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
153d0 53 49 4f 4e 20 3e 75 72 6c 5f 2e 63 0a 0a 75 72  SION >url_.c..ur
153e0 6c 2e 6f 3a 09 75 72 6c 5f 2e 63 20 75 72 6c 2e  l.o:.url_.c url.
153f0 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
15400 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
15410 6f 20 75 72 6c 2e 6f 20 2d 63 20 75 72 6c 5f 2e  o url.o -c url_.
15420 63 0a 0a 75 72 6c 2e 68 3a 09 6d 61 6b 65 68 65  c..url.h:.makehe
15430 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
15440 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
15450 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69  .h admin_.c:admi
15460 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  n.h bag_.c:bag.h
15470 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
15480 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68  branch_.c:branch
15490 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f  .h browse_.c:bro
154a0 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  wse.h cgi_.c:cgi
154b0 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
154c0 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
154d0 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
154e0 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
154f0 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
15500 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
15510 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
15520 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63  h configure_.c:c
15530 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74  onfigure.h const
15540 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
15550 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
15560 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
15570 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
15580 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
15590 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
155a0 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endants_.c:desce
155b0 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndants.h diff_.c
155c0 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
155d0 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63  .c:diffcmd.h doc
155e0 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65  _.c:doc.h encode
155f0 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
15600 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
15610 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
15620 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
15630 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
15640 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
15650 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
15660 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
15670 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
15680 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
15690 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f  h my_page_.c:my_
156a0 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  page.h name_.c:n
156b0 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
156c0 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
156d0 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
156e0 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
156f0 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
15700 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f  h report_.c:repo
15710 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  rt.h rss_.c:rss.
15720 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
15730 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
15740 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
15750 61 31 2e 68 20 73 68 75 6e 5f 2e 63 3a 73 68 75  a1.h shun_.c:shu
15760 6e 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74  n.h stat_.c:stat
15770 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
15780 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63  e.h sync_.c:sync
15790 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20  .h tag_.c:tag.h 
157a0 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69  tagview_.c:tagvi
157b0 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a  ew.h th_main_.c:
157c0 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69  th_main.h timeli
157d0 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
157e0 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
157f0 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74  tsetup_.c:tktset
15800 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  up.h undo_.c:und
15810 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
15820 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
15830 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
15840 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
15850 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
15860 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
15870 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
15880 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
15890 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68   winhttp_.c:winh
158a0 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  ttp.h xfer_.c:xf
158b0 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
158c0 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
158d0 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f  te3.h $(SRCDIR)/
158e0 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  th.h ./VERSION.h
158f0 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
15900 0a 75 73 65 72 5f 2e 63 3a 09 24 28 53 52 43 44  .user_.c:.$(SRCD
15910 49 52 29 2f 75 73 65 72 2e 63 20 24 28 53 52 43  IR)/user.c $(SRC
15920 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
15930 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
15940 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 75 73  ate $(SRCDIR)/us
15950 65 72 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  er.c | sed -f $(
15960 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
15970 3e 75 73 65 72 5f 2e 63 0a 0a 75 73 65 72 2e 6f  >user_.c..user.o
15980 3a 09 75 73 65 72 5f 2e 63 20 75 73 65 72 2e 68  :.user_.c user.h
15990 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
159a0 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
159b0 20 75 73 65 72 2e 6f 20 2d 63 20 75 73 65 72 5f   user.o -c user_
159c0 2e 63 0a 0a 75 73 65 72 2e 68 3a 09 6d 61 6b 65  .c..user.h:.make
159d0 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
159e0 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
159f0 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64  dd.h admin_.c:ad
15a00 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  min.h bag_.c:bag
15a10 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
15a20 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e  h branch_.c:bran
15a30 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62  ch.h browse_.c:b
15a40 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63  rowse.h cgi_.c:c
15a50 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
15a60 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
15a70 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
15a80 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
15a90 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
15aa0 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
15ab0 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
15ac0 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63  t.h configure_.c
15ad0 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e  :configure.h con
15ae0 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
15af0 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
15b00 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
15b10 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
15b20 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
15b30 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
15b40 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73  scendants_.c:des
15b50 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f  cendants.h diff_
15b60 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
15b70 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64  d_.c:diffcmd.h d
15b80 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f  oc_.c:doc.h enco
15b90 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
15ba0 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
15bb0 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
15bc0 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
15bd0 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
15be0 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
15bf0 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
15c00 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
15c10 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
15c20 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
15c30 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d  3.h my_page_.c:m
15c40 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63  y_page.h name_.c
15c50 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
15c60 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f  :pivot.h pqueue_
15c70 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e  .c:pqueue.h prin
15c80 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
15c90 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
15ca0 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65  d.h report_.c:re
15cb0 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73  port.h rss_.c:rs
15cc0 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
15cd0 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
15ce0 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
15cf0 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e 63 3a 73  sha1.h shun_.c:s
15d00 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74  hun.h stat_.c:st
15d10 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  at.h style_.c:st
15d20 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
15d30 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e  nc.h tag_.c:tag.
15d40 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67  h tagview_.c:tag
15d50 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e  view.h th_main_.
15d60 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65  c:th_main.h time
15d70 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
15d80 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20  .h tkt_.c:tkt.h 
15d90 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73  tktsetup_.c:tkts
15da0 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  etup.h undo_.c:u
15db0 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
15dc0 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
15dd0 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
15de0 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
15df0 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
15e00 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
15e10 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
15e20 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
15e30 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69  .h winhttp_.c:wi
15e40 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a  nhttp.h xfer_.c:
15e50 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
15e60 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
15e70 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52  lite3.h $(SRCDIR
15e80 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  )/th.h ./VERSION
15e90 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
15ea0 73 0a 0a 76 65 72 69 66 79 5f 2e 63 3a 09 24 28  s..verify_.c:.$(
15eb0 53 52 43 44 49 52 29 2f 76 65 72 69 66 79 2e 63  SRCDIR)/verify.c
15ec0 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
15ed0 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
15ee0 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
15ef0 49 52 29 2f 76 65 72 69 66 79 2e 63 20 7c 20 73  IR)/verify.c | s
15f00 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
15f10 56 45 52 53 49 4f 4e 20 3e 76 65 72 69 66 79 5f  VERSION >verify_
15f20 2e 63 0a 0a 76 65 72 69 66 79 2e 6f 3a 09 76 65  .c..verify.o:.ve
15f30 72 69 66 79 5f 2e 63 20 76 65 72 69 66 79 2e 68  rify_.c verify.h
15f40 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
15f50 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
15f60 20 76 65 72 69 66 79 2e 6f 20 2d 63 20 76 65 72   verify.o -c ver
15f70 69 66 79 5f 2e 63 0a 0a 76 65 72 69 66 79 2e 68  ify_.c..verify.h
15f80 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
15f90 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
15fa0 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
15fb0 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
15fc0 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
15fd0 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
15fe0 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
15ff0 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
16000 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
16010 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
16020 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
16030 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
16040 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
16050 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
16060 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
16070 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
16080 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
16090 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
160a0 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
160b0 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
160c0 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
160d0 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
160e0 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
160f0 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
16100 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
16110 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
16120 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
16130 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
16140 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
16150 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
16160 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
16170 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
16180 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
16190 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
161a0 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
161b0 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
161c0 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
161d0 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
161e0 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
161f0 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
16200 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
16210 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
16220 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
16230 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
16240 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
16250 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
16260 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
16270 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
16280 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
16290 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
162a0 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 75  a1_.c:sha1.h shu
162b0 6e 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 74  n_.c:shun.h stat
162c0 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65  _.c:stat.h style
162d0 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
162e0 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e  _.c:sync.h tag_.
162f0 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f  c:tag.h tagview_
16300 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f  .c:tagview.h th_
16310 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e  main_.c:th_main.
16320 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
16330 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
16340 74 6b 74 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e  tkt.h tktsetup_.
16350 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64  c:tktsetup.h und
16360 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
16370 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
16380 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
16390 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
163a0 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
163b0 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
163c0 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
163d0 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
163e0 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70  format.h winhttp
163f0 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66  _.c:winhttp.h xf
16400 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
16410 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
16420 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28  IR)/sqlite3.h $(
16430 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56  SRCDIR)/th.h ./V
16440 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
16450 68 65 61 64 65 72 73 0a 0a 76 66 69 6c 65 5f 2e  headers..vfile_.
16460 63 3a 09 24 28 53 52 43 44 49 52 29 2f 76 66 69  c:.$(SRCDIR)/vfi
16470 6c 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  le.c $(SRCDIR)/V
16480 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
16490 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
164a0 53 52 43 44 49 52 29 2f 76 66 69 6c 65 2e 63 20  SRCDIR)/vfile.c 
164b0 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
164c0 52 29 2f 56 45 52 53 49 4f 4e 20 3e 76 66 69 6c  R)/VERSION >vfil
164d0 65 5f 2e 63 0a 0a 76 66 69 6c 65 2e 6f 3a 09 76  e_.c..vfile.o:.v
164e0 66 69 6c 65 5f 2e 63 20 76 66 69 6c 65 2e 68 20  file_.c vfile.h 
164f0 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
16500 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
16510 76 66 69 6c 65 2e 6f 20 2d 63 20 76 66 69 6c 65  vfile.o -c vfile
16520 5f 2e 63 0a 0a 76 66 69 6c 65 2e 68 3a 09 6d 61  _.c..vfile.h:.ma
16530 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
16540 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
16550 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
16560 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
16570 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
16580 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
16590 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
165a0 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
165b0 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
165c0 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
165d0 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
165e0 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
165f0 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
16600 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
16610 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
16620 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
16630 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
16640 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
16650 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
16660 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
16670 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
16680 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
16690 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
166a0 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
166b0 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
166c0 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
166d0 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
166e0 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
166f0 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
16700 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
16710 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
16720 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
16730 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
16740 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
16750 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
16760 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
16770 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
16780 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
16790 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
167a0 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
167b0 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
167c0 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
167d0 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
167e0 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
167f0 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
16800 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
16810 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
16820 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
16830 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
16840 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
16850 63 3a 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e 63  c:sha1.h shun_.c
16860 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63 3a  :shun.h stat_.c:
16870 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  stat.h style_.c:
16880 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
16890 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61  sync.h tag_.c:ta
168a0 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74  g.h tagview_.c:t
168b0 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e  agview.h th_main
168c0 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69  _.c:th_main.h ti
168d0 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
168e0 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
168f0 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b  h tktsetup_.c:tk
16900 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63  tsetup.h undo_.c
16910 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
16920 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
16930 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
16940 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
16950 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
16960 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
16970 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
16980 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
16990 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a  at.h winhttp_.c:
169a0 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e  winhttp.h xfer_.
169b0 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
169c0 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
169d0 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44  sqlite3.h $(SRCD
169e0 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49  IR)/th.h ./VERSI
169f0 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
16a00 65 72 73 0a 0a 77 69 6b 69 5f 2e 63 3a 09 24 28  ers..wiki_.c:.$(
16a10 53 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 20 24  SRCDIR)/wiki.c $
16a20 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
16a30 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
16a40 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
16a50 29 2f 77 69 6b 69 2e 63 20 7c 20 73 65 64 20 2d  )/wiki.c | sed -
16a60 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
16a70 49 4f 4e 20 3e 77 69 6b 69 5f 2e 63 0a 0a 77 69  ION >wiki_.c..wi
16a80 6b 69 2e 6f 3a 09 77 69 6b 69 5f 2e 63 20 77 69  ki.o:.wiki_.c wi
16a90 6b 69 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  ki.h  $(SRCDIR)/
16aa0 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
16ab0 29 20 2d 6f 20 77 69 6b 69 2e 6f 20 2d 63 20 77  ) -o wiki.o -c w
16ac0 69 6b 69 5f 2e 63 0a 0a 77 69 6b 69 2e 68 3a 09  iki_.c..wiki.h:.
16ad0 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
16ae0 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
16af0 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e  .c:add.h admin_.
16b00 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63  c:admin.h bag_.c
16b10 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
16b20 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a  lob.h branch_.c:
16b30 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f  branch.h browse_
16b40 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f  .c:browse.h cgi_
16b50 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
16b60 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
16b70 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
16b80 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
16b90 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
16ba0 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
16bb0 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
16bc0 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72  ormat.h configur
16bd0 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68  e_.c:configure.h
16be0 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
16bf0 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
16c00 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
16c10 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
16c20 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
16c30 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
16c40 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63  h descendants_.c
16c50 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64  :descendants.h d
16c60 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
16c70 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
16c80 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20  .h doc_.c:doc.h 
16c90 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
16ca0 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
16cb0 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
16cc0 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
16cd0 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
16ce0 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
16cf0 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
16d00 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
16d10 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
16d20 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
16d30 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f  erge3.h my_page_
16d40 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d  .c:my_page.h nam
16d50 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
16d60 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75  t_.c:pivot.h pqu
16d70 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20  eue_.c:pqueue.h 
16d80 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
16d90 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
16da0 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e  build.h report_.
16db0 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e  c:report.h rss_.
16dc0 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
16dd0 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
16de0 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
16df0 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 75 6e 5f  _.c:sha1.h shun_
16e00 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f 2e  .c:shun.h stat_.
16e10 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e  c:stat.h style_.
16e20 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
16e30 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a  c:sync.h tag_.c:
16e40 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63  tag.h tagview_.c
16e50 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61  :tagview.h th_ma
16e60 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20  in_.c:th_main.h 
16e70 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
16e80 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
16e90 74 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a  t.h tktsetup_.c:
16ea0 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f  tktsetup.h undo_
16eb0 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
16ec0 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
16ed0 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
16ee0 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
16ef0 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
16f00 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
16f10 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
16f20 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
16f30 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e  rmat.h winhttp_.
16f40 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72  c:winhttp.h xfer
16f50 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
16f60 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
16f70 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52  )/sqlite3.h $(SR
16f80 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52  CDIR)/th.h ./VER
16f90 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
16fa0 61 64 65 72 73 0a 0a 77 69 6b 69 66 6f 72 6d 61  aders..wikiforma
16fb0 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  t_.c:.$(SRCDIR)/
16fc0 77 69 6b 69 66 6f 72 6d 61 74 2e 63 20 24 28 53  wikiformat.c $(S
16fd0 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
16fe0 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
16ff0 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
17000 77 69 6b 69 66 6f 72 6d 61 74 2e 63 20 7c 20 73  wikiformat.c | s
17010 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
17020 56 45 52 53 49 4f 4e 20 3e 77 69 6b 69 66 6f 72  VERSION >wikifor
17030 6d 61 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f 72 6d  mat_.c..wikiform
17040 61 74 2e 6f 3a 09 77 69 6b 69 66 6f 72 6d 61 74  at.o:.wikiformat
17050 5f 2e 63 20 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c wikiformat.h
17060 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
17070 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
17080 20 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 20 2d 63   wikiformat.o -c
17090 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 0a 0a   wikiformat_.c..
170a0 77 69 6b 69 66 6f 72 6d 61 74 2e 68 3a 09 6d 61  wikiformat.h:.ma
170b0 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
170c0 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
170d0 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
170e0 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
170f0 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
17100 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
17110 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
17120 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
17130 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
17140 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
17150 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
17160 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
17170 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
17180 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
17190 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
171a0 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
171b0 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
171c0 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
171d0 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
171e0 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
171f0 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
17200 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
17210 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
17220 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
17230 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
17240 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
17250 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
17260 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
17270 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
17280 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
17290 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
172a0 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
172b0 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
172c0 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
172d0 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
172e0 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
172f0 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
17300 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
17310 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
17320 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
17330 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
17340 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
17350 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
17360 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
17370 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
17380 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
17390 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
173a0 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
173b0 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
173c0 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
173d0 63 3a 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e 63  c:sha1.h shun_.c
173e0 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63 3a  :shun.h stat_.c:
173f0 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  stat.h style_.c:
17400 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
17410 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61  sync.h tag_.c:ta
17420 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74  g.h tagview_.c:t
17430 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e  agview.h th_main
17440 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69  _.c:th_main.h ti
17450 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
17460 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
17470 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b  h tktsetup_.c:tk
17480 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63  tsetup.h undo_.c
17490 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
174a0 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
174b0 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
174c0 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
174d0 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
174e0 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
174f0 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
17500 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
17510 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a  at.h winhttp_.c:
17520 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e  winhttp.h xfer_.
17530 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
17540 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
17550 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44  sqlite3.h $(SRCD
17560 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49  IR)/th.h ./VERSI
17570 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
17580 65 72 73 0a 0a 77 69 6e 68 74 74 70 5f 2e 63 3a  ers..winhttp_.c:
17590 09 24 28 53 52 43 44 49 52 29 2f 77 69 6e 68 74  .$(SRCDIR)/winht
175a0 74 70 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  tp.c $(SRCDIR)/V
175b0 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
175c0 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
175d0 53 52 43 44 49 52 29 2f 77 69 6e 68 74 74 70 2e  SRCDIR)/winhttp.
175e0 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
175f0 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 77 69  DIR)/VERSION >wi
17600 6e 68 74 74 70 5f 2e 63 0a 0a 77 69 6e 68 74 74  nhttp_.c..winhtt
17610 70 2e 6f 3a 09 77 69 6e 68 74 74 70 5f 2e 63 20  p.o:.winhttp_.c 
17620 77 69 6e 68 74 74 70 2e 68 20 20 24 28 53 52 43  winhttp.h  $(SRC
17630 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
17640 28 58 54 43 43 29 20 2d 6f 20 77 69 6e 68 74 74  (XTCC) -o winhtt
17650 70 2e 6f 20 2d 63 20 77 69 6e 68 74 74 70 5f 2e  p.o -c winhttp_.
17660 63 0a 0a 77 69 6e 68 74 74 70 2e 68 3a 09 6d 61  c..winhttp.h:.ma
17670 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
17680 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
17690 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
176a0 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
176b0 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
176c0 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
176d0 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
176e0 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
176f0 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
17700 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
17710 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
17720 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
17730 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
17740 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
17750 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
17760 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
17770 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
17780 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
17790 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
177a0 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
177b0 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
177c0 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
177d0 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
177e0 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
177f0 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
17800 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
17810 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
17820 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
17830 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
17840 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
17850 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
17860 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
17870 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
17880 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
17890 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
178a0 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
178b0 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
178c0 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
178d0 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
178e0 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
178f0 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
17900 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
17910 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
17920 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
17930 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
17940 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
17950 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
17960 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
17970 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
17980 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
17990 63 3a 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e 63  c:sha1.h shun_.c
179a0 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63 3a  :shun.h stat_.c:
179b0 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  stat.h style_.c:
179c0 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
179d0 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61  sync.h tag_.c:ta
179e0 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74  g.h tagview_.c:t
179f0 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e  agview.h th_main
17a00 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69  _.c:th_main.h ti
17a10 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
17a20 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
17a30 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b  h tktsetup_.c:tk
17a40 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63  tsetup.h undo_.c
17a50 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
17a60 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
17a70 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
17a80 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
17a90 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
17aa0 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
17ab0 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
17ac0 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
17ad0 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a  at.h winhttp_.c:
17ae0 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e  winhttp.h xfer_.
17af0 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
17b00 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
17b10 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44  sqlite3.h $(SRCD
17b20 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49  IR)/th.h ./VERSI
17b30 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
17b40 65 72 73 0a 0a 78 66 65 72 5f 2e 63 3a 09 24 28  ers..xfer_.c:.$(
17b50 53 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20 24  SRCDIR)/xfer.c $
17b60 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
17b70 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
17b80 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
17b90 29 2f 78 66 65 72 2e 63 20 7c 20 73 65 64 20 2d  )/xfer.c | sed -
17ba0 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
17bb0 49 4f 4e 20 3e 78 66 65 72 5f 2e 63 0a 0a 78 66  ION >xfer_.c..xf
17bc0 65 72 2e 6f 3a 09 78 66 65 72 5f 2e 63 20 78 66  er.o:.xfer_.c xf
17bd0 65 72 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  er.h  $(SRCDIR)/
17be0 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
17bf0 29 20 2d 6f 20 78 66 65 72 2e 6f 20 2d 63 20 78  ) -o xfer.o -c x
17c00 66 65 72 5f 2e 63 0a 0a 78 66 65 72 2e 68 3a 09  fer_.c..xfer.h:.
17c10 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
17c20 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
17c30 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e  .c:add.h admin_.
17c40 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63  c:admin.h bag_.c
17c50 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
17c60 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a  lob.h branch_.c:
17c70 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f  branch.h browse_
17c80 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f  .c:browse.h cgi_
17c90 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
17ca0 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
17cb0 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
17cc0 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
17cd0 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
17ce0 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
17cf0 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
17d00 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72  ormat.h configur
17d10 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68  e_.c:configure.h
17d20 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
17d30 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
17d40 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
17d50 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
17d60 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
17d70 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
17d80 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63  h descendants_.c
17d90 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64  :descendants.h d
17da0 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
17db0 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
17dc0 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20  .h doc_.c:doc.h 
17dd0 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
17de0 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
17df0 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
17e00 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
17e10 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
17e20 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
17e30 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
17e40 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
17e50 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
17e60 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
17e70 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f  erge3.h my_page_
17e80 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d  .c:my_page.h nam
17e90 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
17ea0 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75  t_.c:pivot.h pqu
17eb0 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20  eue_.c:pqueue.h 
17ec0 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
17ed0 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
17ee0 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e  build.h report_.
17ef0 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e  c:report.h rss_.
17f00 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
17f10 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
17f20 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
17f30 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 75 6e 5f  _.c:sha1.h shun_
17f40 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f 2e  .c:shun.h stat_.
17f50 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e  c:stat.h style_.
17f60 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
17f70 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a  c:sync.h tag_.c:
17f80 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63  tag.h tagview_.c
17f90 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61  :tagview.h th_ma
17fa0 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20  in_.c:th_main.h 
17fb0 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
17fc0 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
17fd0 74 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a  t.h tktsetup_.c:
17fe0 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f  tktsetup.h undo_
17ff0 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
18000 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
18010 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
18020 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
18030 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
18040 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
18050 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
18060 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
18070 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e  rmat.h winhttp_.
18080 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72  c:winhttp.h xfer
18090 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
180a0 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
180b0 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52  )/sqlite3.h $(SR
180c0 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52  CDIR)/th.h ./VER
180d0 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
180e0 61 64 65 72 73 0a 0a 7a 69 70 5f 2e 63 3a 09 24  aders..zip_.c:.$
180f0 28 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 20 24  (SRCDIR)/zip.c $
18100 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
18110 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
18120 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
18130 29 2f 7a 69 70 2e 63 20 7c 20 73 65 64 20 2d 66  )/zip.c | sed -f
18140 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
18150 4f 4e 20 3e 7a 69 70 5f 2e 63 0a 0a 7a 69 70 2e  ON >zip_.c..zip.
18160 6f 3a 09 7a 69 70 5f 2e 63 20 7a 69 70 2e 68 20  o:.zip_.c zip.h 
18170 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
18180 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
18190 7a 69 70 2e 6f 20 2d 63 20 7a 69 70 5f 2e 63 0a  zip.o -c zip_.c.
181a0 0a 7a 69 70 2e 68 3a 09 6d 61 6b 65 68 65 61 64  .zip.h:.makehead
181b0 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
181c0 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
181d0 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
181e0 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
181f0 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
18200 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
18210 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
18220 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
18230 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
18240 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
18250 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
18260 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
18270 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
18280 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
18290 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
182a0 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
182b0 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
182c0 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
182d0 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
182e0 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
182f0 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
18300 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
18310 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
18320 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
18330 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
18340 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
18350 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
18360 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
18370 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
18380 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
18390 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
183a0 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
183b0 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
183c0 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
183d0 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
183e0 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
183f0 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
18400 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
18410 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
18420 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
18430 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
18440 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
18450 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
18460 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
18470 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
18480 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
18490 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
184a0 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
184b0 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
184c0 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
184d0 2e 68 20 73 68 75 6e 5f 2e 63 3a 73 68 75 6e 2e  .h shun_.c:shun.
184e0 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68  h stat_.c:stat.h
184f0 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
18500 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
18510 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61   tag_.c:tag.h ta
18520 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77  gview_.c:tagview
18530 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68  .h th_main_.c:th
18540 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65  _main.h timeline
18550 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
18560 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 73  kt_.c:tkt.h tkts
18570 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
18580 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
18590 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
185a0 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
185b0 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
185c0 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
185d0 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
185e0 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
185f0 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
18600 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
18610 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
18620 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
18630 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
18640 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
18650 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
18660 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
18670 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73  touch headers..s
18680 71 6c 69 74 65 33 2e 6f 3a 09 24 28 53 52 43 44  qlite3.o:.$(SRCD
18690 49 52 29 2f 73 71 6c 69 74 65 33 2e 63 0a 09 24  IR)/sqlite3.c..$
186a0 28 58 54 43 43 29 20 2d 44 53 51 4c 49 54 45 5f  (XTCC) -DSQLITE_
186b0 4f 4d 49 54 5f 4c 4f 41 44 5f 45 58 54 45 4e 53  OMIT_LOAD_EXTENS
186c0 49 4f 4e 3d 31 20 2d 44 53 51 4c 49 54 45 5f 50  ION=1 -DSQLITE_P
186d0 52 49 56 41 54 45 3d 20 2d 44 53 51 4c 49 54 45  RIVATE= -DSQLITE
186e0 5f 54 48 52 45 41 44 53 41 46 45 3d 30 20 2d 44  _THREADSAFE=0 -D
186f0 53 51 4c 49 54 45 5f 44 45 46 41 55 4c 54 5f 46  SQLITE_DEFAULT_F
18700 49 4c 45 5f 46 4f 52 4d 41 54 3d 34 20 2d 44 53  ILE_FORMAT=4 -DS
18710 51 4c 49 54 45 5f 45 4e 41 42 4c 45 5f 46 54 53  QLITE_ENABLE_FTS
18720 33 3d 31 20 2d 63 20 24 28 53 52 43 44 49 52 29  3=1 -c $(SRCDIR)
18730 2f 73 71 6c 69 74 65 33 2e 63 20 2d 6f 20 73 71  /sqlite3.c -o sq
18740 6c 69 74 65 33 2e 6f 0a 0a 74 68 2e 6f 3a 09 24  lite3.o..th.o:.$
18750 28 53 52 43 44 49 52 29 2f 74 68 2e 63 0a 09 24  (SRCDIR)/th.c..$
18760 28 58 54 43 43 29 20 2d 49 24 28 53 52 43 44 49  (XTCC) -I$(SRCDI
18770 52 29 20 2d 63 20 24 28 53 52 43 44 49 52 29 2f  R) -c $(SRCDIR)/
18780 74 68 2e 63 20 2d 6f 20 74 68 2e 6f 0a 0a 74 68  th.c -o th.o..th
18790 5f 6c 61 6e 67 2e 6f 3a 09 24 28 53 52 43 44 49  _lang.o:.$(SRCDI
187a0 52 29 2f 74 68 5f 6c 61 6e 67 2e 63 0a 09 24 28  R)/th_lang.c..$(
187b0 58 54 43 43 29 20 2d 49 24 28 53 52 43 44 49 52  XTCC) -I$(SRCDIR
187c0 29 20 2d 63 20 24 28 53 52 43 44 49 52 29 2f 74  ) -c $(SRCDIR)/t
187d0 68 5f 6c 61 6e 67 2e 63 20 2d 6f 20 74 68 5f 6c  h_lang.c -o th_l
187e0 61 6e 67 2e 6f 0a 0a                             ang.o..