Hex Artifact Content
Not logged in

Artifact d66a881b84ba21bc690f50a643841daaefb49f7f:

File src/main.mk part of check-in [e06ae9f6d2] - Begin adding the new "configure" command. by drh on 2008-05-22 13:58:48.

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 74 61 74 2e 63 20 5c 0a 20 20 24 28 53  )/stat.c \.  $(S
0580: 52 43 44 49 52 29 2f 73 74 79 6c 65 2e 63 20 5c  RCDIR)/style.c \
0590: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 79 6e  .  $(SRCDIR)/syn
05a0: 63 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  c.c \.  $(SRCDIR
05b0: 29 2f 74 61 67 2e 63 20 5c 0a 20 20 24 28 53 52  )/tag.c \.  $(SR
05c0: 43 44 49 52 29 2f 74 61 67 76 69 65 77 2e 63 20  CDIR)/tagview.c 
05d0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 74 68  \.  $(SRCDIR)/th
05e0: 5f 6d 61 69 6e 2e 63 20 5c 0a 20 20 24 28 53 52  _main.c \.  $(SR
05f0: 43 44 49 52 29 2f 74 69 6d 65 6c 69 6e 65 2e 63  CDIR)/timeline.c
0600: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 74   \.  $(SRCDIR)/t
0610: 6b 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  kt.c \.  $(SRCDI
0620: 52 29 2f 74 6b 74 63 6f 6e 66 69 67 2e 63 20 5c  R)/tktconfig.c \
0630: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 74 6b 74  .  $(SRCDIR)/tkt
0640: 73 65 74 75 70 2e 63 20 5c 0a 20 20 24 28 53 52  setup.c \.  $(SR
0650: 43 44 49 52 29 2f 75 6e 64 6f 2e 63 20 5c 0a 20  CDIR)/undo.c \. 
0660: 20 24 28 53 52 43 44 49 52 29 2f 75 70 64 61 74   $(SRCDIR)/updat
0670: 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  e.c \.  $(SRCDIR
0680: 29 2f 75 72 6c 2e 63 20 5c 0a 20 20 24 28 53 52  )/url.c \.  $(SR
0690: 43 44 49 52 29 2f 75 73 65 72 2e 63 20 5c 0a 20  CDIR)/user.c \. 
06a0: 20 24 28 53 52 43 44 49 52 29 2f 76 65 72 69 66   $(SRCDIR)/verif
06b0: 79 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  y.c \.  $(SRCDIR
06c0: 29 2f 76 66 69 6c 65 2e 63 20 5c 0a 20 20 24 28  )/vfile.c \.  $(
06d0: 53 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 20 5c  SRCDIR)/wiki.c \
06e0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 77 69 6b  .  $(SRCDIR)/wik
06f0: 69 66 6f 72 6d 61 74 2e 63 20 5c 0a 20 20 24 28  iformat.c \.  $(
0700: 53 52 43 44 49 52 29 2f 77 69 6e 68 74 74 70 2e  SRCDIR)/winhttp.
0710: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0720: 78 66 65 72 2e 63 20 5c 0a 20 20 24 28 53 52 43  xfer.c \.  $(SRC
0730: 44 49 52 29 2f 7a 69 70 2e 63 0a 0a 54 52 41 4e  DIR)/zip.c..TRAN
0740: 53 5f 53 52 43 20 3d 20 5c 0a 20 20 61 64 64 5f  S_SRC = \.  add_
0750: 2e 63 20 5c 0a 20 20 61 64 6d 69 6e 5f 2e 63 20  .c \.  admin_.c 
0760: 5c 0a 20 20 62 61 67 5f 2e 63 20 5c 0a 20 20 62  \.  bag_.c \.  b
0770: 6c 6f 62 5f 2e 63 20 5c 0a 20 20 62 72 61 6e 63  lob_.c \.  branc
0780: 68 5f 2e 63 20 5c 0a 20 20 62 72 6f 77 73 65 5f  h_.c \.  browse_
0790: 2e 63 20 5c 0a 20 20 63 67 69 5f 2e 63 20 5c 0a  .c \.  cgi_.c \.
07a0: 20 20 63 68 65 63 6b 69 6e 5f 2e 63 20 5c 0a 20    checkin_.c \. 
07b0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 20 5c 0a 20   checkout_.c \. 
07c0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 20 5c 0a   clearsign_.c \.
07d0: 20 20 63 6c 6f 6e 65 5f 2e 63 20 5c 0a 20 20 63    clone_.c \.  c
07e0: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 20 5c 0a 20 20  omformat_.c \.  
07f0: 63 6f 6e 66 69 67 75 72 65 5f 2e 63 20 5c 0a 20  configure_.c \. 
0800: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 20 5c 0a   construct_.c \.
0810: 20 20 63 6f 6e 74 65 6e 74 5f 2e 63 20 5c 0a 20    content_.c \. 
0820: 20 64 62 5f 2e 63 20 5c 0a 20 20 64 65 6c 74 61   db_.c \.  delta
0830: 5f 2e 63 20 5c 0a 20 20 64 65 6c 74 61 63 6d 64  _.c \.  deltacmd
0840: 5f 2e 63 20 5c 0a 20 20 64 65 73 63 65 6e 64 61  _.c \.  descenda
0850: 6e 74 73 5f 2e 63 20 5c 0a 20 20 64 69 66 66 5f  nts_.c \.  diff_
0860: 2e 63 20 5c 0a 20 20 64 69 66 66 63 6d 64 5f 2e  .c \.  diffcmd_.
0870: 63 20 5c 0a 20 20 64 6f 63 5f 2e 63 20 5c 0a 20  c \.  doc_.c \. 
0880: 20 65 6e 63 6f 64 65 5f 2e 63 20 5c 0a 20 20 66   encode_.c \.  f
0890: 69 6c 65 5f 2e 63 20 5c 0a 20 20 68 74 74 70 5f  ile_.c \.  http_
08a0: 2e 63 20 5c 0a 20 20 69 6e 66 6f 5f 2e 63 20 5c  .c \.  info_.c \
08b0: 0a 20 20 6c 6f 67 69 6e 5f 2e 63 20 5c 0a 20 20  .  login_.c \.  
08c0: 6d 61 69 6e 5f 2e 63 20 5c 0a 20 20 6d 61 6e 69  main_.c \.  mani
08d0: 66 65 73 74 5f 2e 63 20 5c 0a 20 20 6d 64 35 5f  fest_.c \.  md5_
08e0: 2e 63 20 5c 0a 20 20 6d 65 72 67 65 5f 2e 63 20  .c \.  merge_.c 
08f0: 5c 0a 20 20 6d 65 72 67 65 33 5f 2e 63 20 5c 0a  \.  merge3_.c \.
0900: 20 20 6d 79 5f 70 61 67 65 5f 2e 63 20 5c 0a 20    my_page_.c \. 
0910: 20 6e 61 6d 65 5f 2e 63 20 5c 0a 20 20 70 69 76   name_.c \.  piv
0920: 6f 74 5f 2e 63 20 5c 0a 20 20 70 71 75 65 75 65  ot_.c \.  pqueue
0930: 5f 2e 63 20 5c 0a 20 20 70 72 69 6e 74 66 5f 2e  _.c \.  printf_.
0940: 63 20 5c 0a 20 20 72 65 62 75 69 6c 64 5f 2e 63  c \.  rebuild_.c
0950: 20 5c 0a 20 20 72 65 70 6f 72 74 5f 2e 63 20 5c   \.  report_.c \
0960: 0a 20 20 72 73 73 5f 2e 63 20 5c 0a 20 20 73 63  .  rss_.c \.  sc
0970: 68 65 6d 61 5f 2e 63 20 5c 0a 20 20 73 65 74 75  hema_.c \.  setu
0980: 70 5f 2e 63 20 5c 0a 20 20 73 68 61 31 5f 2e 63  p_.c \.  sha1_.c
0990: 20 5c 0a 20 20 73 74 61 74 5f 2e 63 20 5c 0a 20   \.  stat_.c \. 
09a0: 20 73 74 79 6c 65 5f 2e 63 20 5c 0a 20 20 73 79   style_.c \.  sy
09b0: 6e 63 5f 2e 63 20 5c 0a 20 20 74 61 67 5f 2e 63  nc_.c \.  tag_.c
09c0: 20 5c 0a 20 20 74 61 67 76 69 65 77 5f 2e 63 20   \.  tagview_.c 
09d0: 5c 0a 20 20 74 68 5f 6d 61 69 6e 5f 2e 63 20 5c  \.  th_main_.c \
09e0: 0a 20 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 20 5c  .  timeline_.c \
09f0: 0a 20 20 74 6b 74 5f 2e 63 20 5c 0a 20 20 74 6b  .  tkt_.c \.  tk
0a00: 74 63 6f 6e 66 69 67 5f 2e 63 20 5c 0a 20 20 74  tconfig_.c \.  t
0a10: 6b 74 73 65 74 75 70 5f 2e 63 20 5c 0a 20 20 75  ktsetup_.c \.  u
0a20: 6e 64 6f 5f 2e 63 20 5c 0a 20 20 75 70 64 61 74  ndo_.c \.  updat
0a30: 65 5f 2e 63 20 5c 0a 20 20 75 72 6c 5f 2e 63 20  e_.c \.  url_.c 
0a40: 5c 0a 20 20 75 73 65 72 5f 2e 63 20 5c 0a 20 20  \.  user_.c \.  
0a50: 76 65 72 69 66 79 5f 2e 63 20 5c 0a 20 20 76 66  verify_.c \.  vf
0a60: 69 6c 65 5f 2e 63 20 5c 0a 20 20 77 69 6b 69 5f  ile_.c \.  wiki_
0a70: 2e 63 20 5c 0a 20 20 77 69 6b 69 66 6f 72 6d 61  .c \.  wikiforma
0a80: 74 5f 2e 63 20 5c 0a 20 20 77 69 6e 68 74 74 70  t_.c \.  winhttp
0a90: 5f 2e 63 20 5c 0a 20 20 78 66 65 72 5f 2e 63 20  _.c \.  xfer_.c 
0aa0: 5c 0a 20 20 7a 69 70 5f 2e 63 0a 0a 4f 42 4a 20  \.  zip_.c..OBJ 
0ab0: 3d 20 5c 0a 20 20 61 64 64 2e 6f 20 5c 0a 20 20  = \.  add.o \.  
0ac0: 61 64 6d 69 6e 2e 6f 20 5c 0a 20 20 62 61 67 2e  admin.o \.  bag.
0ad0: 6f 20 5c 0a 20 20 62 6c 6f 62 2e 6f 20 5c 0a 20  o \.  blob.o \. 
0ae0: 20 62 72 61 6e 63 68 2e 6f 20 5c 0a 20 20 62 72   branch.o \.  br
0af0: 6f 77 73 65 2e 6f 20 5c 0a 20 20 63 67 69 2e 6f  owse.o \.  cgi.o
0b00: 20 5c 0a 20 20 63 68 65 63 6b 69 6e 2e 6f 20 5c   \.  checkin.o \
0b10: 0a 20 20 63 68 65 63 6b 6f 75 74 2e 6f 20 5c 0a  .  checkout.o \.
0b20: 20 20 63 6c 65 61 72 73 69 67 6e 2e 6f 20 5c 0a    clearsign.o \.
0b30: 20 20 63 6c 6f 6e 65 2e 6f 20 5c 0a 20 20 63 6f    clone.o \.  co
0b40: 6d 66 6f 72 6d 61 74 2e 6f 20 5c 0a 20 20 63 6f  mformat.o \.  co
0b50: 6e 66 69 67 75 72 65 2e 6f 20 5c 0a 20 20 63 6f  nfigure.o \.  co
0b60: 6e 73 74 72 75 63 74 2e 6f 20 5c 0a 20 20 63 6f  nstruct.o \.  co
0b70: 6e 74 65 6e 74 2e 6f 20 5c 0a 20 20 64 62 2e 6f  ntent.o \.  db.o
0b80: 20 5c 0a 20 20 64 65 6c 74 61 2e 6f 20 5c 0a 20   \.  delta.o \. 
0b90: 20 64 65 6c 74 61 63 6d 64 2e 6f 20 5c 0a 20 20   deltacmd.o \.  
0ba0: 64 65 73 63 65 6e 64 61 6e 74 73 2e 6f 20 5c 0a  descendants.o \.
0bb0: 20 20 64 69 66 66 2e 6f 20 5c 0a 20 20 64 69 66    diff.o \.  dif
0bc0: 66 63 6d 64 2e 6f 20 5c 0a 20 20 64 6f 63 2e 6f  fcmd.o \.  doc.o
0bd0: 20 5c 0a 20 20 65 6e 63 6f 64 65 2e 6f 20 5c 0a   \.  encode.o \.
0be0: 20 20 66 69 6c 65 2e 6f 20 5c 0a 20 20 68 74 74    file.o \.  htt
0bf0: 70 2e 6f 20 5c 0a 20 20 69 6e 66 6f 2e 6f 20 5c  p.o \.  info.o \
0c00: 0a 20 20 6c 6f 67 69 6e 2e 6f 20 5c 0a 20 20 6d  .  login.o \.  m
0c10: 61 69 6e 2e 6f 20 5c 0a 20 20 6d 61 6e 69 66 65  ain.o \.  manife
0c20: 73 74 2e 6f 20 5c 0a 20 20 6d 64 35 2e 6f 20 5c  st.o \.  md5.o \
0c30: 0a 20 20 6d 65 72 67 65 2e 6f 20 5c 0a 20 20 6d  .  merge.o \.  m
0c40: 65 72 67 65 33 2e 6f 20 5c 0a 20 20 6d 79 5f 70  erge3.o \.  my_p
0c50: 61 67 65 2e 6f 20 5c 0a 20 20 6e 61 6d 65 2e 6f  age.o \.  name.o
0c60: 20 5c 0a 20 20 70 69 76 6f 74 2e 6f 20 5c 0a 20   \.  pivot.o \. 
0c70: 20 70 71 75 65 75 65 2e 6f 20 5c 0a 20 20 70 72   pqueue.o \.  pr
0c80: 69 6e 74 66 2e 6f 20 5c 0a 20 20 72 65 62 75 69  intf.o \.  rebui
0c90: 6c 64 2e 6f 20 5c 0a 20 20 72 65 70 6f 72 74 2e  ld.o \.  report.
0ca0: 6f 20 5c 0a 20 20 72 73 73 2e 6f 20 5c 0a 20 20  o \.  rss.o \.  
0cb0: 73 63 68 65 6d 61 2e 6f 20 5c 0a 20 20 73 65 74  schema.o \.  set
0cc0: 75 70 2e 6f 20 5c 0a 20 20 73 68 61 31 2e 6f 20  up.o \.  sha1.o 
0cd0: 5c 0a 20 20 73 74 61 74 2e 6f 20 5c 0a 20 20 73  \.  stat.o \.  s
0ce0: 74 79 6c 65 2e 6f 20 5c 0a 20 20 73 79 6e 63 2e  tyle.o \.  sync.
0cf0: 6f 20 5c 0a 20 20 74 61 67 2e 6f 20 5c 0a 20 20  o \.  tag.o \.  
0d00: 74 61 67 76 69 65 77 2e 6f 20 5c 0a 20 20 74 68  tagview.o \.  th
0d10: 5f 6d 61 69 6e 2e 6f 20 5c 0a 20 20 74 69 6d 65  _main.o \.  time
0d20: 6c 69 6e 65 2e 6f 20 5c 0a 20 20 74 6b 74 2e 6f  line.o \.  tkt.o
0d30: 20 5c 0a 20 20 74 6b 74 63 6f 6e 66 69 67 2e 6f   \.  tktconfig.o
0d40: 20 5c 0a 20 20 74 6b 74 73 65 74 75 70 2e 6f 20   \.  tktsetup.o 
0d50: 5c 0a 20 20 75 6e 64 6f 2e 6f 20 5c 0a 20 20 75  \.  undo.o \.  u
0d60: 70 64 61 74 65 2e 6f 20 5c 0a 20 20 75 72 6c 2e  pdate.o \.  url.
0d70: 6f 20 5c 0a 20 20 75 73 65 72 2e 6f 20 5c 0a 20  o \.  user.o \. 
0d80: 20 76 65 72 69 66 79 2e 6f 20 5c 0a 20 20 76 66   verify.o \.  vf
0d90: 69 6c 65 2e 6f 20 5c 0a 20 20 77 69 6b 69 2e 6f  ile.o \.  wiki.o
0da0: 20 5c 0a 20 20 77 69 6b 69 66 6f 72 6d 61 74 2e   \.  wikiformat.
0db0: 6f 20 5c 0a 20 20 77 69 6e 68 74 74 70 2e 6f 20  o \.  winhttp.o 
0dc0: 5c 0a 20 20 78 66 65 72 2e 6f 20 5c 0a 20 20 7a  \.  xfer.o \.  z
0dd0: 69 70 2e 6f 0a 0a 41 50 50 4e 41 4d 45 20 3d 20  ip.o..APPNAME = 
0de0: 66 6f 73 73 69 6c 24 28 45 29 0a 0a 0a 0a 61 6c  fossil$(E)....al
0df0: 6c 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a 0a 69  l:.$(APPNAME)..i
0e00: 6e 73 74 61 6c 6c 3a 09 24 28 41 50 50 4e 41 4d  nstall:.$(APPNAM
0e10: 45 29 0a 09 6d 76 20 24 28 41 50 50 4e 41 4d 45  E)..mv $(APPNAME
0e20: 29 20 24 28 49 4e 53 54 41 4c 4c 44 49 52 29 0a  ) $(INSTALLDIR).
0e30: 0a 74 72 61 6e 73 6c 61 74 65 3a 09 24 28 53 52  .translate:.$(SR
0e40: 43 44 49 52 29 2f 74 72 61 6e 73 6c 61 74 65 2e  CDIR)/translate.
0e50: 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 74 72 61  c..$(BCC) -o tra
0e60: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
0e70: 2f 74 72 61 6e 73 6c 61 74 65 2e 63 0a 0a 6d 61  /translate.c..ma
0e80: 6b 65 68 65 61 64 65 72 73 3a 09 24 28 53 52 43  keheaders:.$(SRC
0e90: 44 49 52 29 2f 6d 61 6b 65 68 65 61 64 65 72 73  DIR)/makeheaders
0ea0: 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 6d 61  .c..$(BCC) -o ma
0eb0: 6b 65 68 65 61 64 65 72 73 20 24 28 53 52 43 44  keheaders $(SRCD
0ec0: 49 52 29 2f 6d 61 6b 65 68 65 61 64 65 72 73 2e  IR)/makeheaders.
0ed0: 63 0a 0a 6d 6b 69 6e 64 65 78 3a 09 24 28 53 52  c..mkindex:.$(SR
0ee0: 43 44 49 52 29 2f 6d 6b 69 6e 64 65 78 2e 63 0a  CDIR)/mkindex.c.
0ef0: 09 24 28 42 43 43 29 20 2d 6f 20 6d 6b 69 6e 64  .$(BCC) -o mkind
0f00: 65 78 20 24 28 53 52 43 44 49 52 29 2f 6d 6b 69  ex $(SRCDIR)/mki
0f10: 6e 64 65 78 2e 63 0a 0a 23 20 57 41 52 4e 49 4e  ndex.c..# WARNIN
0f20: 47 2e 20 44 41 4e 47 45 52 2e 20 52 75 6e 6e 69  G. DANGER. Runni
0f30: 6e 67 20 74 68 65 20 74 65 73 74 73 75 69 74 65  ng the testsuite
0f40: 20 6d 6f 64 69 66 69 65 73 20 74 68 65 20 72 65   modifies the re
0f50: 70 6f 73 69 74 6f 72 79 20 74 68 65 0a 23 20 62  pository the.# b
0f60: 75 69 6c 64 20 69 73 20 64 6f 6e 65 20 66 72 6f  uild is done fro
0f70: 6d 2c 20 69 2e 65 2e 20 74 68 65 20 63 68 65 63  m, i.e. the chec
0f80: 6b 6f 75 74 20 62 65 6c 6f 6e 67 73 20 74 6f 2e  kout belongs to.
0f90: 20 44 6f 20 6e 6f 74 20 73 79 6e 63 2f 70 75 73   Do not sync/pus
0fa0: 68 0a 23 20 74 68 65 20 72 65 70 6f 73 69 74 6f  h.# the reposito
0fb0: 72 79 20 61 66 74 65 72 20 72 75 6e 6e 69 6e 67  ry after running
0fc0: 20 74 68 65 20 74 65 73 74 73 2e 0a 74 65 73 74   the tests..test
0fd0: 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a 09 24 28  :.$(APPNAME)..$(
0fe0: 54 43 4c 53 48 29 20 74 65 73 74 2f 74 65 73 74  TCLSH) test/test
0ff0: 65 72 2e 74 63 6c 20 24 28 41 50 50 4e 41 4d 45  er.tcl $(APPNAME
1000: 29 0a 0a 56 45 52 53 49 4f 4e 2e 68 3a 09 24 28  )..VERSION.h:.$(
1010: 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66  SRCDIR)/../manif
1020: 65 73 74 2e 75 75 69 64 20 24 28 53 52 43 44 49  est.uuid $(SRCDI
1030: 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 0a 09  R)/../manifest..
1040: 61 77 6b 20 27 7b 20 70 72 69 6e 74 66 20 22 23  awk '{ printf "#
1050: 64 65 66 69 6e 65 20 4d 41 4e 49 46 45 53 54 5f  define MANIFEST_
1060: 55 55 49 44 20 5c 22 25 73 5c 22 5c 6e 22 2c 20  UUID \"%s\"\n", 
1070: 24 24 31 7d 27 20 20 24 28 53 52 43 44 49 52 29  $$1}'  $(SRCDIR)
1080: 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 2e 75 75 69  /../manifest.uui
1090: 64 20 3e 56 45 52 53 49 4f 4e 2e 68 0a 09 61 77  d >VERSION.h..aw
10a0: 6b 20 27 7b 20 70 72 69 6e 74 66 20 22 23 64 65  k '{ printf "#de
10b0: 66 69 6e 65 20 4d 41 4e 49 46 45 53 54 5f 56 45  fine MANIFEST_VE
10c0: 52 53 49 4f 4e 20 5c 22 5b 25 2e 31 30 73 5d 5c  RSION \"[%.10s]\
10d0: 22 5c 6e 22 2c 20 24 24 31 7d 27 20 20 24 28 53  "\n", $$1}'  $(S
10e0: 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65  RCDIR)/../manife
10f0: 73 74 2e 75 75 69 64 20 3e 3e 56 45 52 53 49 4f  st.uuid >>VERSIO
1100: 4e 2e 68 0a 09 61 77 6b 20 27 24 24 31 3d 3d 22  N.h..awk '$$1=="
1110: 44 22 7b 70 72 69 6e 74 66 20 22 23 64 65 66 69  D"{printf "#defi
1120: 6e 65 20 4d 41 4e 49 46 45 53 54 5f 44 41 54 45  ne MANIFEST_DATE
1130: 20 5c 22 25 73 20 25 73 5c 22 5c 6e 22 2c 20 73   \"%s %s\"\n", s
1140: 75 62 73 74 72 28 24 24 32 2c 31 2c 31 30 29 2c  ubstr($$2,1,10),
1150: 73 75 62 73 74 72 28 24 24 32 2c 31 32 29 7d 27  substr($$2,12)}'
1160: 20 20 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d    $(SRCDIR)/../m
1170: 61 6e 69 66 65 73 74 20 3e 3e 56 45 52 53 49 4f  anifest >>VERSIO
1180: 4e 2e 68 0a 0a 24 28 41 50 50 4e 41 4d 45 29 3a  N.h..$(APPNAME):
1190: 09 68 65 61 64 65 72 73 20 24 28 4f 42 4a 29 20  .headers $(OBJ) 
11a0: 73 71 6c 69 74 65 33 2e 6f 20 74 68 2e 6f 20 74  sqlite3.o th.o t
11b0: 68 5f 6c 61 6e 67 2e 6f 0a 09 24 28 54 43 43 29  h_lang.o..$(TCC)
11c0: 20 2d 6f 20 24 28 41 50 50 4e 41 4d 45 29 20 24   -o $(APPNAME) $
11d0: 28 4f 42 4a 29 20 73 71 6c 69 74 65 33 2e 6f 20  (OBJ) sqlite3.o 
11e0: 74 68 2e 6f 20 74 68 5f 6c 61 6e 67 2e 6f 20 24  th.o th_lang.o $
11f0: 28 4c 49 42 29 0a 0a 23 20 54 68 69 73 20 72 75  (LIB)..# This ru
1200: 6c 65 20 70 72 65 76 65 6e 74 73 20 6d 61 6b 65  le prevents make
1210: 20 66 72 6f 6d 20 75 73 69 6e 67 20 69 74 73 20   from using its 
1220: 64 65 66 61 75 6c 74 20 72 75 6c 65 73 20 74 6f  default rules to
1230: 20 74 72 79 20 62 75 69 6c 64 0a 23 20 61 6e 20   try build.# an 
1240: 65 78 65 63 75 74 61 62 6c 65 20 6e 61 6d 65 64  executable named
1250: 20 22 6d 61 6e 69 66 65 73 74 22 20 6f 75 74 20   "manifest" out 
1260: 6f 66 20 74 68 65 20 66 69 6c 65 20 6e 61 6d 65  of the file name
1270: 64 20 22 6d 61 6e 69 66 65 73 74 2e 63 22 0a 23  d "manifest.c".#
1280: 0a 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61  .$(SRCDIR)/../ma
1290: 6e 69 66 65 73 74 3a 09 0a 09 23 20 6e 6f 6f 70  nifest:...# noop
12a0: 0a 0a 63 6c 65 61 6e 3a 09 0a 09 72 6d 20 2d 66  ..clean:...rm -f
12b0: 20 2a 2e 6f 20 2a 5f 2e 63 20 24 28 41 50 50 4e   *.o *_.c $(APPN
12c0: 41 4d 45 29 20 56 45 52 53 49 4f 4e 2e 68 0a 09  AME) VERSION.h..
12d0: 72 6d 20 2d 66 20 74 72 61 6e 73 6c 61 74 65 20  rm -f translate 
12e0: 6d 61 6b 65 68 65 61 64 65 72 73 20 6d 6b 69 6e  makeheaders mkin
12f0: 64 65 78 20 70 61 67 65 5f 69 6e 64 65 78 2e 68  dex page_index.h
1300: 20 68 65 61 64 65 72 73 0a 09 72 6d 20 2d 66 20   headers..rm -f 
1310: 61 64 64 2e 68 20 61 64 6d 69 6e 2e 68 20 62 61  add.h admin.h ba
1320: 67 2e 68 20 62 6c 6f 62 2e 68 20 62 72 61 6e 63  g.h blob.h branc
1330: 68 2e 68 20 62 72 6f 77 73 65 2e 68 20 63 67 69  h.h browse.h cgi
1340: 2e 68 20 63 68 65 63 6b 69 6e 2e 68 20 63 68 65  .h checkin.h che
1350: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
1360: 6e 2e 68 20 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  n.h clone.h comf
1370: 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72  ormat.h configur
1380: 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 2e 68 20  e.h construct.h 
1390: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 2e 68 20 64  content.h db.h d
13a0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 2e  elta.h deltacmd.
13b0: 68 20 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 20  h descendants.h 
13c0: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 2e 68  diff.h diffcmd.h
13d0: 20 64 6f 63 2e 68 20 65 6e 63 6f 64 65 2e 68 20   doc.h encode.h 
13e0: 66 69 6c 65 2e 68 20 68 74 74 70 2e 68 20 69 6e  file.h http.h in
13f0: 66 6f 2e 68 20 6c 6f 67 69 6e 2e 68 20 6d 61 69  fo.h login.h mai
1400: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 2e 68 20 6d  n.h manifest.h m
1410: 64 35 2e 68 20 6d 65 72 67 65 2e 68 20 6d 65 72  d5.h merge.h mer
1420: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 2e 68 20  ge3.h my_page.h 
1430: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 2e 68 20 70  name.h pivot.h p
1440: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 2e 68  queue.h printf.h
1450: 20 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72   rebuild.h repor
1460: 74 2e 68 20 72 73 73 2e 68 20 73 63 68 65 6d 61  t.h rss.h schema
1470: 2e 68 20 73 65 74 75 70 2e 68 20 73 68 61 31 2e  .h setup.h sha1.
1480: 68 20 73 74 61 74 2e 68 20 73 74 79 6c 65 2e 68  h stat.h style.h
1490: 20 73 79 6e 63 2e 68 20 74 61 67 2e 68 20 74 61   sync.h tag.h ta
14a0: 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 2e  gview.h th_main.
14b0: 68 20 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  h timeline.h tkt
14c0: 2e 68 20 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74  .h tktconfig.h t
14d0: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 2e 68  ktsetup.h undo.h
14e0: 20 75 70 64 61 74 65 2e 68 20 75 72 6c 2e 68 20   update.h url.h 
14f0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 2e 68 20  user.h verify.h 
1500: 76 66 69 6c 65 2e 68 20 77 69 6b 69 2e 68 20 77  vfile.h wiki.h w
1510: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68  ikiformat.h winh
1520: 74 74 70 2e 68 20 78 66 65 72 2e 68 20 7a 69 70  ttp.h xfer.h zip
1530: 2e 68 0a 0a 68 65 61 64 65 72 73 3a 09 6d 61 6b  .h..headers:.mak
1540: 65 68 65 61 64 65 72 73 20 6d 6b 69 6e 64 65 78  eheaders mkindex
1550: 20 24 28 54 52 41 4e 53 5f 53 52 43 29 20 2e 2f   $(TRANS_SRC) ./
1560: 56 45 52 53 49 4f 4e 2e 68 0a 09 2e 2f 6d 61 6b  VERSION.h.../mak
1570: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
1580: 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
1590: 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
15a0: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
15b0: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
15c0: 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
15d0: 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
15e0: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
15f0: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
1600: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
1610: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
1620: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
1630: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
1640: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
1650: 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
1660: 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
1670: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
1680: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
1690: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
16a0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
16b0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
16c0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
16d0: 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
16e0: 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
16f0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
1700: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
1710: 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
1720: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
1730: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
1740: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
1750: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
1760: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
1770: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
1780: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
1790: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
17a0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
17b0: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
17c0: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
17d0: 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
17e0: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
17f0: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
1800: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
1810: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
1820: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
1830: 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
1840: 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
1850: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
1860: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
1870: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
1880: 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63  c:sha1.h stat_.c
1890: 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63  :stat.h style_.c
18a0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
18b0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
18c0: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
18d0: 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69  tagview.h th_mai
18e0: 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74  n_.c:th_main.h t
18f0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
1900: 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74  ine.h tkt_.c:tkt
1910: 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a  .h tktconfig_.c:
1920: 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73  tktconfig.h tkts
1930: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
1940: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
1950: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
1960: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
1970: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
1980: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
1990: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
19a0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
19b0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
19c0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
19d0: 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
19e0: 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
19f0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
1a00: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
1a10: 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
1a20: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
1a30: 2e 2f 6d 6b 69 6e 64 65 78 20 24 28 54 52 41 4e  ./mkindex $(TRAN
1a40: 53 5f 53 52 43 29 20 3e 70 61 67 65 5f 69 6e 64  S_SRC) >page_ind
1a50: 65 78 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ex.h..touch head
1a60: 65 72 73 0a 0a 61 64 64 5f 2e 63 3a 09 24 28 53  ers..add_.c:.$(S
1a70: 52 43 44 49 52 29 2f 61 64 64 2e 63 20 24 28 53  RCDIR)/add.c $(S
1a80: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
1a90: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
1aa0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
1ab0: 61 64 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  add.c | sed -f $
1ac0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
1ad0: 20 3e 61 64 64 5f 2e 63 0a 0a 61 64 64 2e 6f 3a   >add_.c..add.o:
1ae0: 09 61 64 64 5f 2e 63 20 61 64 64 2e 68 20 20 24  .add_.c add.h  $
1af0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
1b00: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 61 64  h..$(XTCC) -o ad
1b10: 64 2e 6f 20 2d 63 20 61 64 64 5f 2e 63 0a 0a 61  d.o -c add_.c..a
1b20: 64 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  dd.h:.makeheader
1b30: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
1b40: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
1b50: 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
1b60: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
1b70: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
1b80: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
1b90: 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
1ba0: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
1bb0: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
1bc0: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
1bd0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
1be0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
1bf0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
1c00: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
1c10: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
1c20: 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
1c30: 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
1c40: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
1c50: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
1c60: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
1c70: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
1c80: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
1c90: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
1ca0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
1cb0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
1cc0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
1cd0: 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
1ce0: 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
1cf0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
1d00: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
1d10: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
1d20: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
1d30: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
1d40: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
1d50: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
1d60: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
1d70: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
1d80: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
1d90: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
1da0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
1db0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
1dc0: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
1dd0: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
1de0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
1df0: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
1e00: 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
1e10: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
1e20: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
1e30: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
1e40: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
1e50: 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20   stat_.c:stat.h 
1e60: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
1e70: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
1e80: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
1e90: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
1ea0: 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f  h th_main_.c:th_
1eb0: 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  main.h timeline_
1ec0: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b  .c:timeline.h tk
1ed0: 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f  t_.c:tkt.h tktco
1ee0: 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69  nfig_.c:tktconfi
1ef0: 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a  g.h tktsetup_.c:
1f00: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f  tktsetup.h undo_
1f10: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
1f20: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
1f30: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
1f40: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
1f50: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
1f60: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
1f70: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
1f80: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
1f90: 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e  rmat.h winhttp_.
1fa0: 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72  c:winhttp.h xfer
1fb0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
1fc0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
1fd0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52  )/sqlite3.h $(SR
1fe0: 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52  CDIR)/th.h ./VER
1ff0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
2000: 61 64 65 72 73 0a 0a 61 64 6d 69 6e 5f 2e 63 3a  aders..admin_.c:
2010: 09 24 28 53 52 43 44 49 52 29 2f 61 64 6d 69 6e  .$(SRCDIR)/admin
2020: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
2030: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
2040: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
2050: 43 44 49 52 29 2f 61 64 6d 69 6e 2e 63 20 7c 20  CDIR)/admin.c | 
2060: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
2070: 2f 56 45 52 53 49 4f 4e 20 3e 61 64 6d 69 6e 5f  /VERSION >admin_
2080: 2e 63 0a 0a 61 64 6d 69 6e 2e 6f 3a 09 61 64 6d  .c..admin.o:.adm
2090: 69 6e 5f 2e 63 20 61 64 6d 69 6e 2e 68 20 20 24  in_.c admin.h  $
20a0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
20b0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 61 64  h..$(XTCC) -o ad
20c0: 6d 69 6e 2e 6f 20 2d 63 20 61 64 6d 69 6e 5f 2e  min.o -c admin_.
20d0: 63 0a 0a 61 64 6d 69 6e 2e 68 3a 09 6d 61 6b 65  c..admin.h:.make
20e0: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
20f0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
2100: 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64  dd.h admin_.c:ad
2110: 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  min.h bag_.c:bag
2120: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
2130: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e  h branch_.c:bran
2140: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62  ch.h browse_.c:b
2150: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63  rowse.h cgi_.c:c
2160: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
2170: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
2180: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
2190: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
21a0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
21b0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
21c0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
21d0: 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63  t.h configure_.c
21e0: 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e  :configure.h con
21f0: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
2200: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
2210: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
2220: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
2230: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
2240: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
2250: 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73  scendants_.c:des
2260: 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f  cendants.h diff_
2270: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
2280: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64  d_.c:diffcmd.h d
2290: 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f  oc_.c:doc.h enco
22a0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
22b0: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
22c0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
22d0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
22e0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
22f0: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
2300: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
2310: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
2320: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
2330: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
2340: 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d  3.h my_page_.c:m
2350: 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63  y_page.h name_.c
2360: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
2370: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f  :pivot.h pqueue_
2380: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e  .c:pqueue.h prin
2390: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
23a0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
23b0: 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65  d.h report_.c:re
23c0: 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73  port.h rss_.c:rs
23d0: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
23e0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
23f0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
2400: 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73  sha1.h stat_.c:s
2410: 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  tat.h style_.c:s
2420: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
2430: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
2440: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
2450: 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f  gview.h th_main_
2460: 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d  .c:th_main.h tim
2470: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
2480: 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68  e.h tkt_.c:tkt.h
2490: 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b   tktconfig_.c:tk
24a0: 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74  tconfig.h tktset
24b0: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
24c0: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
24d0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
24e0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
24f0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
2500: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
2510: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
2520: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
2530: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
2540: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
2550: 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
2560: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
2570: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
2580: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
2590: 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
25a0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
25b0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 62 61 67  uch headers..bag
25c0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 62  _.c:.$(SRCDIR)/b
25d0: 61 67 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ag.c $(SRCDIR)/V
25e0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
25f0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
2600: 53 52 43 44 49 52 29 2f 62 61 67 2e 63 20 7c 20  SRCDIR)/bag.c | 
2610: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
2620: 2f 56 45 52 53 49 4f 4e 20 3e 62 61 67 5f 2e 63  /VERSION >bag_.c
2630: 0a 0a 62 61 67 2e 6f 3a 09 62 61 67 5f 2e 63 20  ..bag.o:.bag_.c 
2640: 62 61 67 2e 68 20 20 24 28 53 52 43 44 49 52 29  bag.h  $(SRCDIR)
2650: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
2660: 43 29 20 2d 6f 20 62 61 67 2e 6f 20 2d 63 20 62  C) -o bag.o -c b
2670: 61 67 5f 2e 63 0a 0a 62 61 67 2e 68 3a 09 6d 61  ag_.c..bag.h:.ma
2680: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
2690: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
26a0: 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
26b0: 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
26c0: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
26d0: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
26e0: 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
26f0: 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
2700: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
2710: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
2720: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
2730: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
2740: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
2750: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
2760: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
2770: 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
2780: 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
2790: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
27a0: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
27b0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
27c0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
27d0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
27e0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
27f0: 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
2800: 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
2810: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
2820: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
2830: 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
2840: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
2850: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
2860: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
2870: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
2880: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
2890: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
28a0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
28b0: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
28c0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
28d0: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
28e0: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
28f0: 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
2900: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
2910: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
2920: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
2930: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
2940: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
2950: 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
2960: 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
2970: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
2980: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
2990: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
29a0: 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63  c:sha1.h stat_.c
29b0: 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63  :stat.h style_.c
29c0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
29d0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
29e0: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
29f0: 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69  tagview.h th_mai
2a00: 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74  n_.c:th_main.h t
2a10: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
2a20: 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74  ine.h tkt_.c:tkt
2a30: 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a  .h tktconfig_.c:
2a40: 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73  tktconfig.h tkts
2a50: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
2a60: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
2a70: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
2a80: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
2a90: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
2aa0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
2ab0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
2ac0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
2ad0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
2ae0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
2af0: 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
2b00: 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
2b10: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
2b20: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
2b30: 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
2b40: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
2b50: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 62  touch headers..b
2b60: 6c 6f 62 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  lob_.c:.$(SRCDIR
2b70: 29 2f 62 6c 6f 62 2e 63 20 24 28 53 52 43 44 49  )/blob.c $(SRCDI
2b80: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
2b90: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
2ba0: 65 20 24 28 53 52 43 44 49 52 29 2f 62 6c 6f 62  e $(SRCDIR)/blob
2bb0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
2bc0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 62  CDIR)/VERSION >b
2bd0: 6c 6f 62 5f 2e 63 0a 0a 62 6c 6f 62 2e 6f 3a 09  lob_.c..blob.o:.
2be0: 62 6c 6f 62 5f 2e 63 20 62 6c 6f 62 2e 68 20 20  blob_.c blob.h  
2bf0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
2c00: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 62  .h..$(XTCC) -o b
2c10: 6c 6f 62 2e 6f 20 2d 63 20 62 6c 6f 62 5f 2e 63  lob.o -c blob_.c
2c20: 0a 0a 62 6c 6f 62 2e 68 3a 09 6d 61 6b 65 68 65  ..blob.h:.makehe
2c30: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
2c40: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
2c50: 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69  .h admin_.c:admi
2c60: 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  n.h bag_.c:bag.h
2c70: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
2c80: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68  branch_.c:branch
2c90: 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f  .h browse_.c:bro
2ca0: 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  wse.h cgi_.c:cgi
2cb0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
2cc0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
2cd0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
2ce0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
2cf0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
2d00: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
2d10: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
2d20: 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63  h configure_.c:c
2d30: 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74  onfigure.h const
2d40: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
2d50: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
2d60: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
2d70: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
2d80: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
2d90: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
2da0: 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endants_.c:desce
2db0: 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndants.h diff_.c
2dc0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
2dd0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63  .c:diffcmd.h doc
2de0: 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65  _.c:doc.h encode
2df0: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
2e00: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
2e10: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
2e20: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
2e30: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
2e40: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
2e50: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
2e60: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
2e70: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
2e80: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
2e90: 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f  h my_page_.c:my_
2ea0: 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  page.h name_.c:n
2eb0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
2ec0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
2ed0: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
2ee0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
2ef0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
2f00: 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f  h report_.c:repo
2f10: 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  rt.h rss_.c:rss.
2f20: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
2f30: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
2f40: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
2f50: 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61  a1.h stat_.c:sta
2f60: 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  t.h style_.c:sty
2f70: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
2f80: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
2f90: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
2fa0: 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63  iew.h th_main_.c
2fb0: 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c  :th_main.h timel
2fc0: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
2fd0: 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74  h tkt_.c:tkt.h t
2fe0: 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63  ktconfig_.c:tktc
2ff0: 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70  onfig.h tktsetup
3000: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.h u
3010: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
3020: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
3030: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
3040: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
3050: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
3060: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
3070: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
3080: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
3090: 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74  kiformat.h winht
30a0: 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
30b0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
30c0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
30d0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
30e0: 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
30f0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
3100: 68 20 68 65 61 64 65 72 73 0a 0a 62 72 61 6e 63  h headers..branc
3110: 68 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  h_.c:.$(SRCDIR)/
3120: 62 72 61 6e 63 68 2e 63 20 24 28 53 52 43 44 49  branch.c $(SRCDI
3130: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
3140: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
3150: 65 20 24 28 53 52 43 44 49 52 29 2f 62 72 61 6e  e $(SRCDIR)/bran
3160: 63 68 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  ch.c | sed -f $(
3170: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
3180: 3e 62 72 61 6e 63 68 5f 2e 63 0a 0a 62 72 61 6e  >branch_.c..bran
3190: 63 68 2e 6f 3a 09 62 72 61 6e 63 68 5f 2e 63 20  ch.o:.branch_.c 
31a0: 62 72 61 6e 63 68 2e 68 20 20 24 28 53 52 43 44  branch.h  $(SRCD
31b0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
31c0: 58 54 43 43 29 20 2d 6f 20 62 72 61 6e 63 68 2e  XTCC) -o branch.
31d0: 6f 20 2d 63 20 62 72 61 6e 63 68 5f 2e 63 0a 0a  o -c branch_.c..
31e0: 62 72 61 6e 63 68 2e 68 3a 09 6d 61 6b 65 68 65  branch.h:.makehe
31f0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
3200: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
3210: 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69  .h admin_.c:admi
3220: 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  n.h bag_.c:bag.h
3230: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
3240: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68  branch_.c:branch
3250: 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f  .h browse_.c:bro
3260: 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  wse.h cgi_.c:cgi
3270: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
3280: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
3290: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
32a0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
32b0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
32c0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
32d0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
32e0: 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63  h configure_.c:c
32f0: 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74  onfigure.h const
3300: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
3310: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
3320: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
3330: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
3340: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
3350: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
3360: 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endants_.c:desce
3370: 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndants.h diff_.c
3380: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
3390: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63  .c:diffcmd.h doc
33a0: 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65  _.c:doc.h encode
33b0: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
33c0: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
33d0: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
33e0: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
33f0: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
3400: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
3410: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
3420: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
3430: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
3440: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
3450: 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f  h my_page_.c:my_
3460: 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  page.h name_.c:n
3470: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
3480: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
3490: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
34a0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
34b0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
34c0: 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f  h report_.c:repo
34d0: 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  rt.h rss_.c:rss.
34e0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
34f0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
3500: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
3510: 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61  a1.h stat_.c:sta
3520: 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  t.h style_.c:sty
3530: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
3540: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
3550: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
3560: 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63  iew.h th_main_.c
3570: 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c  :th_main.h timel
3580: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
3590: 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74  h tkt_.c:tkt.h t
35a0: 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63  ktconfig_.c:tktc
35b0: 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70  onfig.h tktsetup
35c0: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.h u
35d0: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
35e0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
35f0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
3600: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
3610: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
3620: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
3630: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
3640: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
3650: 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74  kiformat.h winht
3660: 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
3670: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
3680: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
3690: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
36a0: 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
36b0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
36c0: 68 20 68 65 61 64 65 72 73 0a 0a 62 72 6f 77 73  h headers..brows
36d0: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  e_.c:.$(SRCDIR)/
36e0: 62 72 6f 77 73 65 2e 63 20 24 28 53 52 43 44 49  browse.c $(SRCDI
36f0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
3700: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
3710: 65 20 24 28 53 52 43 44 49 52 29 2f 62 72 6f 77  e $(SRCDIR)/brow
3720: 73 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  se.c | sed -f $(
3730: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
3740: 3e 62 72 6f 77 73 65 5f 2e 63 0a 0a 62 72 6f 77  >browse_.c..brow
3750: 73 65 2e 6f 3a 09 62 72 6f 77 73 65 5f 2e 63 20  se.o:.browse_.c 
3760: 62 72 6f 77 73 65 2e 68 20 20 24 28 53 52 43 44  browse.h  $(SRCD
3770: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
3780: 58 54 43 43 29 20 2d 6f 20 62 72 6f 77 73 65 2e  XTCC) -o browse.
3790: 6f 20 2d 63 20 62 72 6f 77 73 65 5f 2e 63 0a 0a  o -c browse_.c..
37a0: 62 72 6f 77 73 65 2e 68 3a 09 6d 61 6b 65 68 65  browse.h:.makehe
37b0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
37c0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
37d0: 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69  .h admin_.c:admi
37e0: 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  n.h bag_.c:bag.h
37f0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
3800: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68  branch_.c:branch
3810: 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f  .h browse_.c:bro
3820: 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  wse.h cgi_.c:cgi
3830: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
3840: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
3850: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
3860: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
3870: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
3880: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
3890: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
38a0: 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63  h configure_.c:c
38b0: 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74  onfigure.h const
38c0: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
38d0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
38e0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
38f0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
3900: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
3910: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
3920: 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endants_.c:desce
3930: 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndants.h diff_.c
3940: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
3950: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63  .c:diffcmd.h doc
3960: 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65  _.c:doc.h encode
3970: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
3980: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
3990: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
39a0: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
39b0: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
39c0: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
39d0: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
39e0: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
39f0: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
3a00: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
3a10: 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f  h my_page_.c:my_
3a20: 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  page.h name_.c:n
3a30: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
3a40: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
3a50: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
3a60: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
3a70: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
3a80: 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f  h report_.c:repo
3a90: 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  rt.h rss_.c:rss.
3aa0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
3ab0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
3ac0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
3ad0: 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61  a1.h stat_.c:sta
3ae0: 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  t.h style_.c:sty
3af0: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
3b00: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
3b10: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
3b20: 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63  iew.h th_main_.c
3b30: 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c  :th_main.h timel
3b40: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
3b50: 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74  h tkt_.c:tkt.h t
3b60: 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63  ktconfig_.c:tktc
3b70: 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70  onfig.h tktsetup
3b80: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.h u
3b90: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
3ba0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
3bb0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
3bc0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
3bd0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
3be0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
3bf0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
3c00: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
3c10: 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74  kiformat.h winht
3c20: 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
3c30: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
3c40: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
3c50: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
3c60: 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
3c70: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
3c80: 68 20 68 65 61 64 65 72 73 0a 0a 63 67 69 5f 2e  h headers..cgi_.
3c90: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 67 69  c:.$(SRCDIR)/cgi
3ca0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
3cb0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
3cc0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
3cd0: 43 44 49 52 29 2f 63 67 69 2e 63 20 7c 20 73 65  CDIR)/cgi.c | se
3ce0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
3cf0: 45 52 53 49 4f 4e 20 3e 63 67 69 5f 2e 63 0a 0a  ERSION >cgi_.c..
3d00: 63 67 69 2e 6f 3a 09 63 67 69 5f 2e 63 20 63 67  cgi.o:.cgi_.c cg
3d10: 69 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  i.h  $(SRCDIR)/c
3d20: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
3d30: 20 2d 6f 20 63 67 69 2e 6f 20 2d 63 20 63 67 69   -o cgi.o -c cgi
3d40: 5f 2e 63 0a 0a 63 67 69 2e 68 3a 09 6d 61 6b 65  _.c..cgi.h:.make
3d50: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
3d60: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
3d70: 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64  dd.h admin_.c:ad
3d80: 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  min.h bag_.c:bag
3d90: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
3da0: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e  h branch_.c:bran
3db0: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62  ch.h browse_.c:b
3dc0: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63  rowse.h cgi_.c:c
3dd0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
3de0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
3df0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
3e00: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
3e10: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
3e20: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
3e30: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
3e40: 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63  t.h configure_.c
3e50: 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e  :configure.h con
3e60: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
3e70: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
3e80: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
3e90: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
3ea0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
3eb0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
3ec0: 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73  scendants_.c:des
3ed0: 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f  cendants.h diff_
3ee0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
3ef0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64  d_.c:diffcmd.h d
3f00: 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f  oc_.c:doc.h enco
3f10: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
3f20: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
3f30: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
3f40: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
3f50: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
3f60: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
3f70: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
3f80: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
3f90: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
3fa0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
3fb0: 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d  3.h my_page_.c:m
3fc0: 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63  y_page.h name_.c
3fd0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
3fe0: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f  :pivot.h pqueue_
3ff0: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e  .c:pqueue.h prin
4000: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
4010: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
4020: 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65  d.h report_.c:re
4030: 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73  port.h rss_.c:rs
4040: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
4050: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
4060: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
4070: 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73  sha1.h stat_.c:s
4080: 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  tat.h style_.c:s
4090: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
40a0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
40b0: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
40c0: 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f  gview.h th_main_
40d0: 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d  .c:th_main.h tim
40e0: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
40f0: 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68  e.h tkt_.c:tkt.h
4100: 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b   tktconfig_.c:tk
4110: 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74  tconfig.h tktset
4120: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
4130: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
4140: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
4150: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
4160: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
4170: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
4180: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
4190: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
41a0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
41b0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
41c0: 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
41d0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
41e0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
41f0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
4200: 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
4210: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
4220: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 68 65  uch headers..che
4230: 63 6b 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49  ckin_.c:.$(SRCDI
4240: 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20 24 28 53  R)/checkin.c $(S
4250: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
4260: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
4270: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
4280: 63 68 65 63 6b 69 6e 2e 63 20 7c 20 73 65 64 20  checkin.c | sed 
4290: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
42a0: 53 49 4f 4e 20 3e 63 68 65 63 6b 69 6e 5f 2e 63  SION >checkin_.c
42b0: 0a 0a 63 68 65 63 6b 69 6e 2e 6f 3a 09 63 68 65  ..checkin.o:.che
42c0: 63 6b 69 6e 5f 2e 63 20 63 68 65 63 6b 69 6e 2e  ckin_.c checkin.
42d0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
42e0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
42f0: 6f 20 63 68 65 63 6b 69 6e 2e 6f 20 2d 63 20 63  o checkin.o -c c
4300: 68 65 63 6b 69 6e 5f 2e 63 0a 0a 63 68 65 63 6b  heckin_.c..check
4310: 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  in.h:.makeheader
4320: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
4330: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
4340: 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
4350: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
4360: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
4370: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
4380: 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
4390: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
43a0: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
43b0: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
43c0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
43d0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
43e0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
43f0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
4400: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
4410: 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
4420: 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
4430: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
4440: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
4450: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
4460: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
4470: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
4480: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
4490: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
44a0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
44b0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
44c0: 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
44d0: 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
44e0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
44f0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
4500: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
4510: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
4520: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
4530: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
4540: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
4550: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
4560: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
4570: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
4580: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
4590: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
45a0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
45b0: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
45c0: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
45d0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
45e0: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
45f0: 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
4600: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
4610: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
4620: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
4630: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
4640: 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20   stat_.c:stat.h 
4650: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
4660: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
4670: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
4680: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
4690: 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f  h th_main_.c:th_
46a0: 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  main.h timeline_
46b0: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b  .c:timeline.h tk
46c0: 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f  t_.c:tkt.h tktco
46d0: 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69  nfig_.c:tktconfi
46e0: 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a  g.h tktsetup_.c:
46f0: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f  tktsetup.h undo_
4700: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
4710: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
4720: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
4730: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
4740: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
4750: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
4760: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
4770: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
4780: 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e  rmat.h winhttp_.
4790: 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72  c:winhttp.h xfer
47a0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
47b0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
47c0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52  )/sqlite3.h $(SR
47d0: 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52  CDIR)/th.h ./VER
47e0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
47f0: 61 64 65 72 73 0a 0a 63 68 65 63 6b 6f 75 74 5f  aders..checkout_
4800: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 68  .c:.$(SRCDIR)/ch
4810: 65 63 6b 6f 75 74 2e 63 20 24 28 53 52 43 44 49  eckout.c $(SRCDI
4820: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
4830: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
4840: 65 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 63  e $(SRCDIR)/chec
4850: 6b 6f 75 74 2e 63 20 7c 20 73 65 64 20 2d 66 20  kout.c | sed -f 
4860: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
4870: 4e 20 3e 63 68 65 63 6b 6f 75 74 5f 2e 63 0a 0a  N >checkout_.c..
4880: 63 68 65 63 6b 6f 75 74 2e 6f 3a 09 63 68 65 63  checkout.o:.chec
4890: 6b 6f 75 74 5f 2e 63 20 63 68 65 63 6b 6f 75 74  kout_.c checkout
48a0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
48b0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
48c0: 2d 6f 20 63 68 65 63 6b 6f 75 74 2e 6f 20 2d 63  -o checkout.o -c
48d0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 0a 0a 63 68   checkout_.c..ch
48e0: 65 63 6b 6f 75 74 2e 68 3a 09 6d 61 6b 65 68 65  eckout.h:.makehe
48f0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
4900: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
4910: 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69  .h admin_.c:admi
4920: 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  n.h bag_.c:bag.h
4930: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
4940: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68  branch_.c:branch
4950: 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f  .h browse_.c:bro
4960: 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  wse.h cgi_.c:cgi
4970: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
4980: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
4990: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
49a0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
49b0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
49c0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
49d0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
49e0: 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63  h configure_.c:c
49f0: 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74  onfigure.h const
4a00: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
4a10: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
4a20: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
4a30: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
4a40: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
4a50: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
4a60: 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endants_.c:desce
4a70: 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndants.h diff_.c
4a80: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
4a90: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63  .c:diffcmd.h doc
4aa0: 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65  _.c:doc.h encode
4ab0: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
4ac0: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
4ad0: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
4ae0: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
4af0: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
4b00: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
4b10: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
4b20: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
4b30: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
4b40: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
4b50: 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f  h my_page_.c:my_
4b60: 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  page.h name_.c:n
4b70: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
4b80: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
4b90: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
4ba0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
4bb0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
4bc0: 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f  h report_.c:repo
4bd0: 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  rt.h rss_.c:rss.
4be0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
4bf0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
4c00: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
4c10: 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61  a1.h stat_.c:sta
4c20: 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  t.h style_.c:sty
4c30: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
4c40: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
4c50: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
4c60: 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63  iew.h th_main_.c
4c70: 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c  :th_main.h timel
4c80: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
4c90: 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74  h tkt_.c:tkt.h t
4ca0: 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63  ktconfig_.c:tktc
4cb0: 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70  onfig.h tktsetup
4cc0: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.h u
4cd0: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
4ce0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
4cf0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
4d00: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
4d10: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
4d20: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
4d30: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
4d40: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
4d50: 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74  kiformat.h winht
4d60: 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
4d70: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
4d80: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
4d90: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
4da0: 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
4db0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
4dc0: 68 20 68 65 61 64 65 72 73 0a 0a 63 6c 65 61 72  h headers..clear
4dd0: 73 69 67 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49  sign_.c:.$(SRCDI
4de0: 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 24  R)/clearsign.c $
4df0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
4e00: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
4e10: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
4e20: 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 7c 20  )/clearsign.c | 
4e30: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
4e40: 2f 56 45 52 53 49 4f 4e 20 3e 63 6c 65 61 72 73  /VERSION >clears
4e50: 69 67 6e 5f 2e 63 0a 0a 63 6c 65 61 72 73 69 67  ign_.c..clearsig
4e60: 6e 2e 6f 3a 09 63 6c 65 61 72 73 69 67 6e 5f 2e  n.o:.clearsign_.
4e70: 63 20 63 6c 65 61 72 73 69 67 6e 2e 68 20 20 24  c clearsign.h  $
4e80: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
4e90: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6c  h..$(XTCC) -o cl
4ea0: 65 61 72 73 69 67 6e 2e 6f 20 2d 63 20 63 6c 65  earsign.o -c cle
4eb0: 61 72 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65 61 72  arsign_.c..clear
4ec0: 73 69 67 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64  sign.h:.makehead
4ed0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
4ee0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
4ef0: 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
4f00: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
4f10: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
4f20: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
4f30: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
4f40: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
4f50: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
4f60: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
4f70: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
4f80: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
4f90: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
4fa0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
4fb0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
4fc0: 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
4fd0: 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
4fe0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
4ff0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
5000: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
5010: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
5020: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
5030: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
5040: 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
5050: 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
5060: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
5070: 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
5080: 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
5090: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
50a0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
50b0: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
50c0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
50d0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
50e0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
50f0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
5100: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
5110: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
5120: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
5130: 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
5140: 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
5150: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
5160: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
5170: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
5180: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
5190: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
51a0: 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
51b0: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
51c0: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
51d0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
51e0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
51f0: 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e  .h stat_.c:stat.
5200: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
5210: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
5220: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
5230: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
5240: 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74  w.h th_main_.c:t
5250: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e  h_main.h timelin
5260: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
5270: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74  tkt_.c:tkt.h tkt
5280: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e  config_.c:tktcon
5290: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e  fig.h tktsetup_.
52a0: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64  c:tktsetup.h und
52b0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
52c0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
52d0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
52e0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
52f0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
5300: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
5310: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
5320: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
5330: 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70  format.h winhttp
5340: 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66  _.c:winhttp.h xf
5350: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
5360: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
5370: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28  IR)/sqlite3.h $(
5380: 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56  SRCDIR)/th.h ./V
5390: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
53a0: 68 65 61 64 65 72 73 0a 0a 63 6c 6f 6e 65 5f 2e  headers..clone_.
53b0: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6c 6f  c:.$(SRCDIR)/clo
53c0: 6e 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ne.c $(SRCDIR)/V
53d0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
53e0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
53f0: 53 52 43 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 20  SRCDIR)/clone.c 
5400: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
5410: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6c 6f 6e  R)/VERSION >clon
5420: 65 5f 2e 63 0a 0a 63 6c 6f 6e 65 2e 6f 3a 09 63  e_.c..clone.o:.c
5430: 6c 6f 6e 65 5f 2e 63 20 63 6c 6f 6e 65 2e 68 20  lone_.c clone.h 
5440: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
5450: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
5460: 63 6c 6f 6e 65 2e 6f 20 2d 63 20 63 6c 6f 6e 65  clone.o -c clone
5470: 5f 2e 63 0a 0a 63 6c 6f 6e 65 2e 68 3a 09 6d 61  _.c..clone.h:.ma
5480: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
5490: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
54a0: 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
54b0: 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
54c0: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
54d0: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
54e0: 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
54f0: 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
5500: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
5510: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
5520: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
5530: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
5540: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
5550: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
5560: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
5570: 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
5580: 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
5590: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
55a0: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
55b0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
55c0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
55d0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
55e0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
55f0: 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
5600: 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
5610: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
5620: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
5630: 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
5640: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
5650: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
5660: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
5670: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
5680: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
5690: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
56a0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
56b0: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
56c0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
56d0: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
56e0: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
56f0: 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
5700: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
5710: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
5720: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
5730: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
5740: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
5750: 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
5760: 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
5770: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
5780: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
5790: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
57a0: 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63  c:sha1.h stat_.c
57b0: 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63  :stat.h style_.c
57c0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
57d0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
57e0: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
57f0: 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69  tagview.h th_mai
5800: 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74  n_.c:th_main.h t
5810: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
5820: 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74  ine.h tkt_.c:tkt
5830: 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a  .h tktconfig_.c:
5840: 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73  tktconfig.h tkts
5850: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
5860: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
5870: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
5880: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
5890: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
58a0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
58b0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
58c0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
58d0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
58e0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
58f0: 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
5900: 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
5910: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
5920: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
5930: 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
5940: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
5950: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63  touch headers..c
5960: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 09 24 28 53  omformat_.c:.$(S
5970: 52 43 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74  RCDIR)/comformat
5980: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
5990: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
59a0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
59b0: 43 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e  CDIR)/comformat.
59c0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
59d0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f  DIR)/VERSION >co
59e0: 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 6f 6d 66  mformat_.c..comf
59f0: 6f 72 6d 61 74 2e 6f 3a 09 63 6f 6d 66 6f 72 6d  ormat.o:.comform
5a00: 61 74 5f 2e 63 20 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c comformat.
5a10: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
5a20: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
5a30: 6f 20 63 6f 6d 66 6f 72 6d 61 74 2e 6f 20 2d 63  o comformat.o -c
5a40: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63   comformat_.c..c
5a50: 6f 6d 66 6f 72 6d 61 74 2e 68 3a 09 6d 61 6b 65  omformat.h:.make
5a60: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
5a70: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
5a80: 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64  dd.h admin_.c:ad
5a90: 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  min.h bag_.c:bag
5aa0: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
5ab0: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e  h branch_.c:bran
5ac0: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62  ch.h browse_.c:b
5ad0: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63  rowse.h cgi_.c:c
5ae0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
5af0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
5b00: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
5b10: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
5b20: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
5b30: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
5b40: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
5b50: 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63  t.h configure_.c
5b60: 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e  :configure.h con
5b70: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
5b80: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
5b90: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
5ba0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
5bb0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
5bc0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
5bd0: 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73  scendants_.c:des
5be0: 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f  cendants.h diff_
5bf0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
5c00: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64  d_.c:diffcmd.h d
5c10: 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f  oc_.c:doc.h enco
5c20: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
5c30: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
5c40: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
5c50: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
5c60: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
5c70: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
5c80: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
5c90: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
5ca0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
5cb0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
5cc0: 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d  3.h my_page_.c:m
5cd0: 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63  y_page.h name_.c
5ce0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
5cf0: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f  :pivot.h pqueue_
5d00: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e  .c:pqueue.h prin
5d10: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
5d20: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
5d30: 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65  d.h report_.c:re
5d40: 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73  port.h rss_.c:rs
5d50: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
5d60: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
5d70: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
5d80: 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73  sha1.h stat_.c:s
5d90: 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  tat.h style_.c:s
5da0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
5db0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
5dc0: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
5dd0: 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f  gview.h th_main_
5de0: 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d  .c:th_main.h tim
5df0: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
5e00: 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68  e.h tkt_.c:tkt.h
5e10: 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b   tktconfig_.c:tk
5e20: 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74  tconfig.h tktset
5e30: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
5e40: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
5e50: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
5e60: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
5e70: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
5e80: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
5e90: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
5ea0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
5eb0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
5ec0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
5ed0: 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
5ee0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
5ef0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
5f00: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
5f10: 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
5f20: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
5f30: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6f 6e  uch headers..con
5f40: 66 69 67 75 72 65 5f 2e 63 3a 09 24 28 53 52 43  figure_.c:.$(SRC
5f50: 44 49 52 29 2f 63 6f 6e 66 69 67 75 72 65 2e 63  DIR)/configure.c
5f60: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
5f70: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
5f80: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
5f90: 49 52 29 2f 63 6f 6e 66 69 67 75 72 65 2e 63 20  IR)/configure.c 
5fa0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
5fb0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6e 66  R)/VERSION >conf
5fc0: 69 67 75 72 65 5f 2e 63 0a 0a 63 6f 6e 66 69 67  igure_.c..config
5fd0: 75 72 65 2e 6f 3a 09 63 6f 6e 66 69 67 75 72 65  ure.o:.configure
5fe0: 5f 2e 63 20 63 6f 6e 66 69 67 75 72 65 2e 68 20  _.c configure.h 
5ff0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
6000: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
6010: 63 6f 6e 66 69 67 75 72 65 2e 6f 20 2d 63 20 63  configure.o -c c
6020: 6f 6e 66 69 67 75 72 65 5f 2e 63 0a 0a 63 6f 6e  onfigure_.c..con
6030: 66 69 67 75 72 65 2e 68 3a 09 6d 61 6b 65 68 65  figure.h:.makehe
6040: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
6050: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
6060: 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69  .h admin_.c:admi
6070: 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  n.h bag_.c:bag.h
6080: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
6090: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68  branch_.c:branch
60a0: 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f  .h browse_.c:bro
60b0: 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  wse.h cgi_.c:cgi
60c0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
60d0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
60e0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
60f0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
6100: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
6110: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
6120: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
6130: 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63  h configure_.c:c
6140: 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74  onfigure.h const
6150: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
6160: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
6170: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
6180: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
6190: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
61a0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
61b0: 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endants_.c:desce
61c0: 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndants.h diff_.c
61d0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
61e0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63  .c:diffcmd.h doc
61f0: 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65  _.c:doc.h encode
6200: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
6210: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
6220: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
6230: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
6240: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
6250: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
6260: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
6270: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
6280: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
6290: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
62a0: 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f  h my_page_.c:my_
62b0: 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  page.h name_.c:n
62c0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
62d0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
62e0: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
62f0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
6300: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
6310: 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f  h report_.c:repo
6320: 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  rt.h rss_.c:rss.
6330: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
6340: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
6350: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
6360: 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61  a1.h stat_.c:sta
6370: 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  t.h style_.c:sty
6380: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
6390: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
63a0: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
63b0: 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63  iew.h th_main_.c
63c0: 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c  :th_main.h timel
63d0: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
63e0: 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74  h tkt_.c:tkt.h t
63f0: 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63  ktconfig_.c:tktc
6400: 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70  onfig.h tktsetup
6410: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.h u
6420: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
6430: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
6440: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
6450: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
6460: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
6470: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
6480: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
6490: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
64a0: 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74  kiformat.h winht
64b0: 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
64c0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
64d0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
64e0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
64f0: 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
6500: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
6510: 68 20 68 65 61 64 65 72 73 0a 0a 63 6f 6e 73 74  h headers..const
6520: 72 75 63 74 5f 2e 63 3a 09 24 28 53 52 43 44 49  ruct_.c:.$(SRCDI
6530: 52 29 2f 63 6f 6e 73 74 72 75 63 74 2e 63 20 24  R)/construct.c $
6540: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
6550: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
6560: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
6570: 29 2f 63 6f 6e 73 74 72 75 63 74 2e 63 20 7c 20  )/construct.c | 
6580: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
6590: 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6e 73 74 72  /VERSION >constr
65a0: 75 63 74 5f 2e 63 0a 0a 63 6f 6e 73 74 72 75 63  uct_.c..construc
65b0: 74 2e 6f 3a 09 63 6f 6e 73 74 72 75 63 74 5f 2e  t.o:.construct_.
65c0: 63 20 63 6f 6e 73 74 72 75 63 74 2e 68 20 20 24  c construct.h  $
65d0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
65e0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6f  h..$(XTCC) -o co
65f0: 6e 73 74 72 75 63 74 2e 6f 20 2d 63 20 63 6f 6e  nstruct.o -c con
6600: 73 74 72 75 63 74 5f 2e 63 0a 0a 63 6f 6e 73 74  struct_.c..const
6610: 72 75 63 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64  ruct.h:.makehead
6620: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
6630: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
6640: 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
6650: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
6660: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
6670: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
6680: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
6690: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
66a0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
66b0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
66c0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
66d0: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
66e0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
66f0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
6700: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
6710: 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
6720: 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
6730: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
6740: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
6750: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
6760: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
6770: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
6780: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
6790: 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
67a0: 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
67b0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
67c0: 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
67d0: 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
67e0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
67f0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
6800: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
6810: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
6820: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
6830: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
6840: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
6850: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
6860: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
6870: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
6880: 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
6890: 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
68a0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
68b0: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
68c0: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
68d0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
68e0: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
68f0: 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
6900: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
6910: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
6920: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
6930: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
6940: 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e  .h stat_.c:stat.
6950: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
6960: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
6970: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
6980: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
6990: 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74  w.h th_main_.c:t
69a0: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e  h_main.h timelin
69b0: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
69c0: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74  tkt_.c:tkt.h tkt
69d0: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e  config_.c:tktcon
69e0: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e  fig.h tktsetup_.
69f0: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64  c:tktsetup.h und
6a00: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
6a10: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
6a20: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
6a30: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
6a40: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
6a50: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
6a60: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
6a70: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
6a80: 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70  format.h winhttp
6a90: 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66  _.c:winhttp.h xf
6aa0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
6ab0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
6ac0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28  IR)/sqlite3.h $(
6ad0: 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56  SRCDIR)/th.h ./V
6ae0: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
6af0: 68 65 61 64 65 72 73 0a 0a 63 6f 6e 74 65 6e 74  headers..content
6b00: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63  _.c:.$(SRCDIR)/c
6b10: 6f 6e 74 65 6e 74 2e 63 20 24 28 53 52 43 44 49  ontent.c $(SRCDI
6b20: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
6b30: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
6b40: 65 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 74  e $(SRCDIR)/cont
6b50: 65 6e 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ent.c | sed -f $
6b60: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
6b70: 20 3e 63 6f 6e 74 65 6e 74 5f 2e 63 0a 0a 63 6f   >content_.c..co
6b80: 6e 74 65 6e 74 2e 6f 3a 09 63 6f 6e 74 65 6e 74  ntent.o:.content
6b90: 5f 2e 63 20 63 6f 6e 74 65 6e 74 2e 68 20 20 24  _.c content.h  $
6ba0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
6bb0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6f  h..$(XTCC) -o co
6bc0: 6e 74 65 6e 74 2e 6f 20 2d 63 20 63 6f 6e 74 65  ntent.o -c conte
6bd0: 6e 74 5f 2e 63 0a 0a 63 6f 6e 74 65 6e 74 2e 68  nt_.c..content.h
6be0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
6bf0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
6c00: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
6c10: 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
6c20: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
6c30: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
6c40: 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
6c50: 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
6c60: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
6c70: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
6c80: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
6c90: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
6ca0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
6cb0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
6cc0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
6cd0: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
6ce0: 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
6cf0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
6d00: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
6d10: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
6d20: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
6d30: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
6d40: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
6d50: 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
6d60: 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
6d70: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
6d80: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
6d90: 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
6da0: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
6db0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
6dc0: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
6dd0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
6de0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
6df0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
6e00: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
6e10: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
6e20: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
6e30: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
6e40: 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
6e50: 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
6e60: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
6e70: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
6e80: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
6e90: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
6ea0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
6eb0: 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
6ec0: 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
6ed0: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
6ee0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
6ef0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
6f00: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61  a1_.c:sha1.h sta
6f10: 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c  t_.c:stat.h styl
6f20: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
6f30: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
6f40: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
6f50: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68  _.c:tagview.h th
6f60: 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e  _main_.c:th_main
6f70: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74  .h timeline_.c:t
6f80: 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63  imeline.h tkt_.c
6f90: 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67  :tkt.h tktconfig
6fa0: 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20  _.c:tktconfig.h 
6fb0: 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73  tktsetup_.c:tkts
6fc0: 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  etup.h undo_.c:u
6fd0: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
6fe0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
6ff0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
7000: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
7010: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
7020: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
7030: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
7040: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
7050: 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69  .h winhttp_.c:wi
7060: 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a  nhttp.h xfer_.c:
7070: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
7080: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
7090: 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52  lite3.h $(SRCDIR
70a0: 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  )/th.h ./VERSION
70b0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
70c0: 73 0a 0a 64 62 5f 2e 63 3a 09 24 28 53 52 43 44  s..db_.c:.$(SRCD
70d0: 49 52 29 2f 64 62 2e 63 20 24 28 53 52 43 44 49  IR)/db.c $(SRCDI
70e0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
70f0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
7100: 65 20 24 28 53 52 43 44 49 52 29 2f 64 62 2e 63  e $(SRCDIR)/db.c
7110: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
7120: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 62 5f  IR)/VERSION >db_
7130: 2e 63 0a 0a 64 62 2e 6f 3a 09 64 62 5f 2e 63 20  .c..db.o:.db_.c 
7140: 64 62 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  db.h  $(SRCDIR)/
7150: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
7160: 29 20 2d 6f 20 64 62 2e 6f 20 2d 63 20 64 62 5f  ) -o db.o -c db_
7170: 2e 63 0a 0a 64 62 2e 68 3a 09 6d 61 6b 65 68 65  .c..db.h:.makehe
7180: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
7190: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
71a0: 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69  .h admin_.c:admi
71b0: 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  n.h bag_.c:bag.h
71c0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
71d0: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68  branch_.c:branch
71e0: 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f  .h browse_.c:bro
71f0: 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  wse.h cgi_.c:cgi
7200: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
7210: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
7220: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
7230: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
7240: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
7250: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
7260: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
7270: 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63  h configure_.c:c
7280: 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74  onfigure.h const
7290: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
72a0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
72b0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
72c0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
72d0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
72e0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
72f0: 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endants_.c:desce
7300: 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndants.h diff_.c
7310: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
7320: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63  .c:diffcmd.h doc
7330: 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65  _.c:doc.h encode
7340: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
7350: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
7360: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
7370: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
7380: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
7390: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
73a0: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
73b0: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
73c0: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
73d0: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
73e0: 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f  h my_page_.c:my_
73f0: 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  page.h name_.c:n
7400: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
7410: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
7420: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
7430: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
7440: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
7450: 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f  h report_.c:repo
7460: 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  rt.h rss_.c:rss.
7470: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
7480: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
7490: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
74a0: 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61  a1.h stat_.c:sta
74b0: 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  t.h style_.c:sty
74c0: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
74d0: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
74e0: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
74f0: 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63  iew.h th_main_.c
7500: 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c  :th_main.h timel
7510: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
7520: 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74  h tkt_.c:tkt.h t
7530: 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63  ktconfig_.c:tktc
7540: 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70  onfig.h tktsetup
7550: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.h u
7560: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
7570: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
7580: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
7590: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
75a0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
75b0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
75c0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
75d0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
75e0: 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74  kiformat.h winht
75f0: 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
7600: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
7610: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
7620: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
7630: 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
7640: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
7650: 68 20 68 65 61 64 65 72 73 0a 0a 64 65 6c 74 61  h headers..delta
7660: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64  _.c:.$(SRCDIR)/d
7670: 65 6c 74 61 2e 63 20 24 28 53 52 43 44 49 52 29  elta.c $(SRCDIR)
7680: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
7690: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
76a0: 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 2e  $(SRCDIR)/delta.
76b0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
76c0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 65  DIR)/VERSION >de
76d0: 6c 74 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e 6f 3a  lta_.c..delta.o:
76e0: 09 64 65 6c 74 61 5f 2e 63 20 64 65 6c 74 61 2e  .delta_.c delta.
76f0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
7700: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
7710: 6f 20 64 65 6c 74 61 2e 6f 20 2d 63 20 64 65 6c  o delta.o -c del
7720: 74 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e 68 3a 09  ta_.c..delta.h:.
7730: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
7740: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
7750: 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e  .c:add.h admin_.
7760: 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63  c:admin.h bag_.c
7770: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
7780: 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a  lob.h branch_.c:
7790: 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f  branch.h browse_
77a0: 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f  .c:browse.h cgi_
77b0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
77c0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
77d0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
77e0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
77f0: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
7800: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
7810: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
7820: 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72  ormat.h configur
7830: 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68  e_.c:configure.h
7840: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
7850: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
7860: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
7870: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
7880: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
7890: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
78a0: 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63  h descendants_.c
78b0: 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64  :descendants.h d
78c0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
78d0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
78e0: 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20  .h doc_.c:doc.h 
78f0: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
7900: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
7910: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
7920: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
7930: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
7940: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
7950: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
7960: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
7970: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
7980: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
7990: 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f  erge3.h my_page_
79a0: 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d  .c:my_page.h nam
79b0: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
79c0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75  t_.c:pivot.h pqu
79d0: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20  eue_.c:pqueue.h 
79e0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
79f0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
7a00: 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e  build.h report_.
7a10: 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e  c:report.h rss_.
7a20: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
7a30: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
7a40: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
7a50: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f  _.c:sha1.h stat_
7a60: 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f  .c:stat.h style_
7a70: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
7a80: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63  .c:sync.h tag_.c
7a90: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e  :tag.h tagview_.
7aa0: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d  c:tagview.h th_m
7ab0: 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68  ain_.c:th_main.h
7ac0: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d   timeline_.c:tim
7ad0: 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74  eline.h tkt_.c:t
7ae0: 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e  kt.h tktconfig_.
7af0: 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b  c:tktconfig.h tk
7b00: 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74  tsetup_.c:tktset
7b10: 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  up.h undo_.c:und
7b20: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
7b30: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
7b40: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
7b50: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
7b60: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
7b70: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
7b80: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
7b90: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
7ba0: 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68   winhttp_.c:winh
7bb0: 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  ttp.h xfer_.c:xf
7bc0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
7bd0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
7be0: 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f  te3.h $(SRCDIR)/
7bf0: 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  th.h ./VERSION.h
7c00: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
7c10: 0a 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 09 24 28  .deltacmd_.c:.$(
7c20: 53 52 43 44 49 52 29 2f 64 65 6c 74 61 63 6d 64  SRCDIR)/deltacmd
7c30: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
7c40: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
7c50: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
7c60: 43 44 49 52 29 2f 64 65 6c 74 61 63 6d 64 2e 63  CDIR)/deltacmd.c
7c70: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
7c80: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 65 6c  IR)/VERSION >del
7c90: 74 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74 61 63  tacmd_.c..deltac
7ca0: 6d 64 2e 6f 3a 09 64 65 6c 74 61 63 6d 64 5f 2e  md.o:.deltacmd_.
7cb0: 63 20 64 65 6c 74 61 63 6d 64 2e 68 20 20 24 28  c deltacmd.h  $(
7cc0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
7cd0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 65 6c  ..$(XTCC) -o del
7ce0: 74 61 63 6d 64 2e 6f 20 2d 63 20 64 65 6c 74 61  tacmd.o -c delta
7cf0: 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74 61 63 6d 64  cmd_.c..deltacmd
7d00: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
7d10: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
7d20: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d  add_.c:add.h adm
7d30: 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61  in_.c:admin.h ba
7d40: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
7d50: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68  .c:blob.h branch
7d60: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f  _.c:branch.h bro
7d70: 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20  wse_.c:browse.h 
7d80: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
7d90: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
7da0: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
7db0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
7dc0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
7dd0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
7de0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
7df0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66  comformat.h conf
7e00: 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75  igure_.c:configu
7e10: 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  re.h construct_.
7e20: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
7e30: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
7e40: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
7e50: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
7e60: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
7e70: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74  cmd.h descendant
7e80: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73  s_.c:descendants
7e90: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
7ea0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
7eb0: 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f  fcmd.h doc_.c:do
7ec0: 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  c.h encode_.c:en
7ed0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
7ee0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
7ef0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
7f00: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
7f10: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
7f20: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
7f30: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
7f40: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
7f50: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
7f60: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70  .c:merge3.h my_p
7f70: 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68  age_.c:my_page.h
7f80: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
7f90: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
7fa0: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75   pqueue_.c:pqueu
7fb0: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  e.h printf_.c:pr
7fc0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
7fd0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f  c:rebuild.h repo
7fe0: 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72  rt_.c:report.h r
7ff0: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
8000: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
8010: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
8020: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
8030: 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74  tat_.c:stat.h st
8040: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
8050: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
8060: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
8070: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
8080: 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61  th_main_.c:th_ma
8090: 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  in.h timeline_.c
80a0: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f  :timeline.h tkt_
80b0: 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66  .c:tkt.h tktconf
80c0: 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e  ig_.c:tktconfig.
80d0: 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b  h tktsetup_.c:tk
80e0: 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63  tsetup.h undo_.c
80f0: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
8100: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
8110: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
8120: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
8130: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
8140: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
8150: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
8160: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
8170: 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a  at.h winhttp_.c:
8180: 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e  winhttp.h xfer_.
8190: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
81a0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
81b0: 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44  sqlite3.h $(SRCD
81c0: 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49  IR)/th.h ./VERSI
81d0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
81e0: 65 72 73 0a 0a 64 65 73 63 65 6e 64 61 6e 74 73  ers..descendants
81f0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64  _.c:.$(SRCDIR)/d
8200: 65 73 63 65 6e 64 61 6e 74 73 2e 63 20 24 28 53  escendants.c $(S
8210: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
8220: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
8230: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
8240: 64 65 73 63 65 6e 64 61 6e 74 73 2e 63 20 7c 20  descendants.c | 
8250: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
8260: 2f 56 45 52 53 49 4f 4e 20 3e 64 65 73 63 65 6e  /VERSION >descen
8270: 64 61 6e 74 73 5f 2e 63 0a 0a 64 65 73 63 65 6e  dants_.c..descen
8280: 64 61 6e 74 73 2e 6f 3a 09 64 65 73 63 65 6e 64  dants.o:.descend
8290: 61 6e 74 73 5f 2e 63 20 64 65 73 63 65 6e 64 61  ants_.c descenda
82a0: 6e 74 73 2e 68 20 20 24 28 53 52 43 44 49 52 29  nts.h  $(SRCDIR)
82b0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
82c0: 43 29 20 2d 6f 20 64 65 73 63 65 6e 64 61 6e 74  C) -o descendant
82d0: 73 2e 6f 20 2d 63 20 64 65 73 63 65 6e 64 61 6e  s.o -c descendan
82e0: 74 73 5f 2e 63 0a 0a 64 65 73 63 65 6e 64 61 6e  ts_.c..descendan
82f0: 74 73 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  ts.h:.makeheader
8300: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
8310: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
8320: 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
8330: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
8340: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
8350: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
8360: 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
8370: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
8380: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
8390: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
83a0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
83b0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
83c0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
83d0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
83e0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
83f0: 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
8400: 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
8410: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
8420: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
8430: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
8440: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
8450: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
8460: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
8470: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
8480: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
8490: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
84a0: 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
84b0: 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
84c0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
84d0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
84e0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
84f0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
8500: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
8510: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
8520: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
8530: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
8540: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
8550: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
8560: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
8570: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
8580: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
8590: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
85a0: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
85b0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
85c0: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
85d0: 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
85e0: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
85f0: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
8600: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
8610: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
8620: 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20   stat_.c:stat.h 
8630: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
8640: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
8650: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
8660: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
8670: 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f  h th_main_.c:th_
8680: 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  main.h timeline_
8690: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b  .c:timeline.h tk
86a0: 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f  t_.c:tkt.h tktco
86b0: 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69  nfig_.c:tktconfi
86c0: 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a  g.h tktsetup_.c:
86d0: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f  tktsetup.h undo_
86e0: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
86f0: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
8700: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
8710: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
8720: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
8730: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
8740: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
8750: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
8760: 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e  rmat.h winhttp_.
8770: 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72  c:winhttp.h xfer
8780: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
8790: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
87a0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52  )/sqlite3.h $(SR
87b0: 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52  CDIR)/th.h ./VER
87c0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
87d0: 61 64 65 72 73 0a 0a 64 69 66 66 5f 2e 63 3a 09  aders..diff_.c:.
87e0: 24 28 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63  $(SRCDIR)/diff.c
87f0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
8800: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
8810: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
8820: 49 52 29 2f 64 69 66 66 2e 63 20 7c 20 73 65 64  IR)/diff.c | sed
8830: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
8840: 52 53 49 4f 4e 20 3e 64 69 66 66 5f 2e 63 0a 0a  RSION >diff_.c..
8850: 64 69 66 66 2e 6f 3a 09 64 69 66 66 5f 2e 63 20  diff.o:.diff_.c 
8860: 64 69 66 66 2e 68 20 20 24 28 53 52 43 44 49 52  diff.h  $(SRCDIR
8870: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
8880: 43 43 29 20 2d 6f 20 64 69 66 66 2e 6f 20 2d 63  CC) -o diff.o -c
8890: 20 64 69 66 66 5f 2e 63 0a 0a 64 69 66 66 2e 68   diff_.c..diff.h
88a0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
88b0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
88c0: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
88d0: 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
88e0: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
88f0: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
8900: 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
8910: 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
8920: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
8930: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
8940: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
8950: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
8960: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
8970: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
8980: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
8990: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
89a0: 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
89b0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
89c0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
89d0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
89e0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
89f0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
8a00: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
8a10: 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
8a20: 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
8a30: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
8a40: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
8a50: 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
8a60: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
8a70: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
8a80: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
8a90: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
8aa0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
8ab0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
8ac0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
8ad0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
8ae0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
8af0: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
8b00: 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
8b10: 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
8b20: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
8b30: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
8b40: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
8b50: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
8b60: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
8b70: 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
8b80: 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
8b90: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
8ba0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
8bb0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
8bc0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61  a1_.c:sha1.h sta
8bd0: 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c  t_.c:stat.h styl
8be0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
8bf0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
8c00: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
8c10: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68  _.c:tagview.h th
8c20: 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e  _main_.c:th_main
8c30: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74  .h timeline_.c:t
8c40: 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63  imeline.h tkt_.c
8c50: 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67  :tkt.h tktconfig
8c60: 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20  _.c:tktconfig.h 
8c70: 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73  tktsetup_.c:tkts
8c80: 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  etup.h undo_.c:u
8c90: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
8ca0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
8cb0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
8cc0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
8cd0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
8ce0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
8cf0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
8d00: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
8d10: 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69  .h winhttp_.c:wi
8d20: 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a  nhttp.h xfer_.c:
8d30: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
8d40: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
8d50: 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52  lite3.h $(SRCDIR
8d60: 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  )/th.h ./VERSION
8d70: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
8d80: 73 0a 0a 64 69 66 66 63 6d 64 5f 2e 63 3a 09 24  s..diffcmd_.c:.$
8d90: 28 53 52 43 44 49 52 29 2f 64 69 66 66 63 6d 64  (SRCDIR)/diffcmd
8da0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
8db0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
8dc0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
8dd0: 43 44 49 52 29 2f 64 69 66 66 63 6d 64 2e 63 20  CDIR)/diffcmd.c 
8de0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
8df0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 69 66 66  R)/VERSION >diff
8e00: 63 6d 64 5f 2e 63 0a 0a 64 69 66 66 63 6d 64 2e  cmd_.c..diffcmd.
8e10: 6f 3a 09 64 69 66 66 63 6d 64 5f 2e 63 20 64 69  o:.diffcmd_.c di
8e20: 66 66 63 6d 64 2e 68 20 20 24 28 53 52 43 44 49  ffcmd.h  $(SRCDI
8e30: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
8e40: 54 43 43 29 20 2d 6f 20 64 69 66 66 63 6d 64 2e  TCC) -o diffcmd.
8e50: 6f 20 2d 63 20 64 69 66 66 63 6d 64 5f 2e 63 0a  o -c diffcmd_.c.
8e60: 0a 64 69 66 66 63 6d 64 2e 68 3a 09 6d 61 6b 65  .diffcmd.h:.make
8e70: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
8e80: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
8e90: 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64  dd.h admin_.c:ad
8ea0: 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  min.h bag_.c:bag
8eb0: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
8ec0: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e  h branch_.c:bran
8ed0: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62  ch.h browse_.c:b
8ee0: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63  rowse.h cgi_.c:c
8ef0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
8f00: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
8f10: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
8f20: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
8f30: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
8f40: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
8f50: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
8f60: 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63  t.h configure_.c
8f70: 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e  :configure.h con
8f80: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
8f90: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
8fa0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
8fb0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
8fc0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
8fd0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
8fe0: 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73  scendants_.c:des
8ff0: 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f  cendants.h diff_
9000: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
9010: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64  d_.c:diffcmd.h d
9020: 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f  oc_.c:doc.h enco
9030: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
9040: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
9050: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
9060: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
9070: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
9080: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
9090: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
90a0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
90b0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
90c0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
90d0: 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d  3.h my_page_.c:m
90e0: 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63  y_page.h name_.c
90f0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
9100: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f  :pivot.h pqueue_
9110: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e  .c:pqueue.h prin
9120: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
9130: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
9140: 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65  d.h report_.c:re
9150: 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73  port.h rss_.c:rs
9160: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
9170: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
9180: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
9190: 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73  sha1.h stat_.c:s
91a0: 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  tat.h style_.c:s
91b0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
91c0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
91d0: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
91e0: 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f  gview.h th_main_
91f0: 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d  .c:th_main.h tim
9200: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
9210: 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68  e.h tkt_.c:tkt.h
9220: 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b   tktconfig_.c:tk
9230: 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74  tconfig.h tktset
9240: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
9250: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
9260: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
9270: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
9280: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
9290: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
92a0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
92b0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
92c0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
92d0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
92e0: 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
92f0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
9300: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
9310: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
9320: 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
9330: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
9340: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 64 6f 63  uch headers..doc
9350: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64  _.c:.$(SRCDIR)/d
9360: 6f 63 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  oc.c $(SRCDIR)/V
9370: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
9380: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
9390: 53 52 43 44 49 52 29 2f 64 6f 63 2e 63 20 7c 20  SRCDIR)/doc.c | 
93a0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
93b0: 2f 56 45 52 53 49 4f 4e 20 3e 64 6f 63 5f 2e 63  /VERSION >doc_.c
93c0: 0a 0a 64 6f 63 2e 6f 3a 09 64 6f 63 5f 2e 63 20  ..doc.o:.doc_.c 
93d0: 64 6f 63 2e 68 20 20 24 28 53 52 43 44 49 52 29  doc.h  $(SRCDIR)
93e0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
93f0: 43 29 20 2d 6f 20 64 6f 63 2e 6f 20 2d 63 20 64  C) -o doc.o -c d
9400: 6f 63 5f 2e 63 0a 0a 64 6f 63 2e 68 3a 09 6d 61  oc_.c..doc.h:.ma
9410: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
9420: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
9430: 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
9440: 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
9450: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
9460: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
9470: 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
9480: 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
9490: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
94a0: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
94b0: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
94c0: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
94d0: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
94e0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
94f0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
9500: 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
9510: 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
9520: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
9530: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
9540: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
9550: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
9560: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
9570: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
9580: 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
9590: 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
95a0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
95b0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
95c0: 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
95d0: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
95e0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
95f0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
9600: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
9610: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
9620: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
9630: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
9640: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
9650: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
9660: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
9670: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
9680: 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
9690: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
96a0: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
96b0: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
96c0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
96d0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
96e0: 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
96f0: 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
9700: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
9710: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
9720: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
9730: 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63  c:sha1.h stat_.c
9740: 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63  :stat.h style_.c
9750: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
9760: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
9770: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
9780: 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69  tagview.h th_mai
9790: 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74  n_.c:th_main.h t
97a0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
97b0: 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74  ine.h tkt_.c:tkt
97c0: 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a  .h tktconfig_.c:
97d0: 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73  tktconfig.h tkts
97e0: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
97f0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
9800: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
9810: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
9820: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
9830: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
9840: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
9850: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
9860: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
9870: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
9880: 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
9890: 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
98a0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
98b0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
98c0: 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
98d0: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
98e0: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 65  touch headers..e
98f0: 6e 63 6f 64 65 5f 2e 63 3a 09 24 28 53 52 43 44  ncode_.c:.$(SRCD
9900: 49 52 29 2f 65 6e 63 6f 64 65 2e 63 20 24 28 53  IR)/encode.c $(S
9910: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
9920: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
9930: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
9940: 65 6e 63 6f 64 65 2e 63 20 7c 20 73 65 64 20 2d  encode.c | sed -
9950: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
9960: 49 4f 4e 20 3e 65 6e 63 6f 64 65 5f 2e 63 0a 0a  ION >encode_.c..
9970: 65 6e 63 6f 64 65 2e 6f 3a 09 65 6e 63 6f 64 65  encode.o:.encode
9980: 5f 2e 63 20 65 6e 63 6f 64 65 2e 68 20 20 24 28  _.c encode.h  $(
9990: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
99a0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 65 6e 63  ..$(XTCC) -o enc
99b0: 6f 64 65 2e 6f 20 2d 63 20 65 6e 63 6f 64 65 5f  ode.o -c encode_
99c0: 2e 63 0a 0a 65 6e 63 6f 64 65 2e 68 3a 09 6d 61  .c..encode.h:.ma
99d0: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
99e0: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
99f0: 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
9a00: 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
9a10: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
9a20: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
9a30: 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
9a40: 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
9a50: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
9a60: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
9a70: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
9a80: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
9a90: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
9aa0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
9ab0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
9ac0: 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
9ad0: 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
9ae0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
9af0: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
9b00: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
9b10: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
9b20: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
9b30: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
9b40: 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
9b50: 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
9b60: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
9b70: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
9b80: 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
9b90: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
9ba0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
9bb0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
9bc0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
9bd0: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
9be0: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
9bf0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
9c00: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
9c10: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
9c20: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
9c30: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
9c40: 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
9c50: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
9c60: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
9c70: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
9c80: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
9c90: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
9ca0: 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
9cb0: 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
9cc0: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
9cd0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
9ce0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
9cf0: 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63  c:sha1.h stat_.c
9d00: 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63  :stat.h style_.c
9d10: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
9d20: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
9d30: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
9d40: 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69  tagview.h th_mai
9d50: 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74  n_.c:th_main.h t
9d60: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
9d70: 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74  ine.h tkt_.c:tkt
9d80: 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a  .h tktconfig_.c:
9d90: 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73  tktconfig.h tkts
9da0: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
9db0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
9dc0: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
9dd0: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
9de0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
9df0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
9e00: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
9e10: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
9e20: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
9e30: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
9e40: 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
9e50: 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
9e60: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
9e70: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
9e80: 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
9e90: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
9ea0: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 66  touch headers..f
9eb0: 69 6c 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ile_.c:.$(SRCDIR
9ec0: 29 2f 66 69 6c 65 2e 63 20 24 28 53 52 43 44 49  )/file.c $(SRCDI
9ed0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
9ee0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
9ef0: 65 20 24 28 53 52 43 44 49 52 29 2f 66 69 6c 65  e $(SRCDIR)/file
9f00: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
9f10: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 66  CDIR)/VERSION >f
9f20: 69 6c 65 5f 2e 63 0a 0a 66 69 6c 65 2e 6f 3a 09  ile_.c..file.o:.
9f30: 66 69 6c 65 5f 2e 63 20 66 69 6c 65 2e 68 20 20  file_.c file.h  
9f40: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
9f50: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 66  .h..$(XTCC) -o f
9f60: 69 6c 65 2e 6f 20 2d 63 20 66 69 6c 65 5f 2e 63  ile.o -c file_.c
9f70: 0a 0a 66 69 6c 65 2e 68 3a 09 6d 61 6b 65 68 65  ..file.h:.makehe
9f80: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
9f90: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
9fa0: 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69  .h admin_.c:admi
9fb0: 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  n.h bag_.c:bag.h
9fc0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
9fd0: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68  branch_.c:branch
9fe0: 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f  .h browse_.c:bro
9ff0: 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  wse.h cgi_.c:cgi
a000: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
a010: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
a020: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
a030: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
a040: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
a050: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
a060: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
a070: 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63  h configure_.c:c
a080: 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74  onfigure.h const
a090: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
a0a0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
a0b0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
a0c0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
a0d0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
a0e0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
a0f0: 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endants_.c:desce
a100: 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndants.h diff_.c
a110: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
a120: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63  .c:diffcmd.h doc
a130: 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65  _.c:doc.h encode
a140: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
a150: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
a160: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
a170: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
a180: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
a190: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
a1a0: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
a1b0: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
a1c0: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
a1d0: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
a1e0: 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f  h my_page_.c:my_
a1f0: 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  page.h name_.c:n
a200: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
a210: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
a220: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
a230: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
a240: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
a250: 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f  h report_.c:repo
a260: 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  rt.h rss_.c:rss.
a270: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
a280: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
a290: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
a2a0: 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61  a1.h stat_.c:sta
a2b0: 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  t.h style_.c:sty
a2c0: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
a2d0: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
a2e0: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
a2f0: 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63  iew.h th_main_.c
a300: 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c  :th_main.h timel
a310: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
a320: 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74  h tkt_.c:tkt.h t
a330: 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63  ktconfig_.c:tktc
a340: 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70  onfig.h tktsetup
a350: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.h u
a360: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
a370: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
a380: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
a390: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
a3a0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
a3b0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
a3c0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
a3d0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
a3e0: 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74  kiformat.h winht
a3f0: 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
a400: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
a410: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
a420: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
a430: 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
a440: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
a450: 68 20 68 65 61 64 65 72 73 0a 0a 68 74 74 70 5f  h headers..http_
a460: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 68 74  .c:.$(SRCDIR)/ht
a470: 74 70 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  tp.c $(SRCDIR)/V
a480: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
a490: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
a4a0: 53 52 43 44 49 52 29 2f 68 74 74 70 2e 63 20 7c  SRCDIR)/http.c |
a4b0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
a4c0: 29 2f 56 45 52 53 49 4f 4e 20 3e 68 74 74 70 5f  )/VERSION >http_
a4d0: 2e 63 0a 0a 68 74 74 70 2e 6f 3a 09 68 74 74 70  .c..http.o:.http
a4e0: 5f 2e 63 20 68 74 74 70 2e 68 20 20 24 28 53 52  _.c http.h  $(SR
a4f0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
a500: 24 28 58 54 43 43 29 20 2d 6f 20 68 74 74 70 2e  $(XTCC) -o http.
a510: 6f 20 2d 63 20 68 74 74 70 5f 2e 63 0a 0a 68 74  o -c http_.c..ht
a520: 74 70 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  tp.h:.makeheader
a530: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
a540: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
a550: 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
a560: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
a570: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
a580: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
a590: 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
a5a0: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
a5b0: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
a5c0: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
a5d0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
a5e0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
a5f0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
a600: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
a610: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
a620: 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
a630: 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
a640: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
a650: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
a660: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
a670: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
a680: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
a690: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
a6a0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
a6b0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
a6c0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
a6d0: 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
a6e0: 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
a6f0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
a700: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
a710: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
a720: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
a730: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
a740: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
a750: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
a760: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
a770: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
a780: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
a790: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
a7a0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
a7b0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
a7c0: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
a7d0: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
a7e0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
a7f0: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
a800: 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
a810: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
a820: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
a830: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
a840: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
a850: 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20   stat_.c:stat.h 
a860: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
a870: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
a880: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
a890: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
a8a0: 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f  h th_main_.c:th_
a8b0: 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  main.h timeline_
a8c0: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b  .c:timeline.h tk
a8d0: 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f  t_.c:tkt.h tktco
a8e0: 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69  nfig_.c:tktconfi
a8f0: 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a  g.h tktsetup_.c:
a900: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f  tktsetup.h undo_
a910: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
a920: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
a930: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
a940: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
a950: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
a960: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
a970: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
a980: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
a990: 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e  rmat.h winhttp_.
a9a0: 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72  c:winhttp.h xfer
a9b0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
a9c0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
a9d0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52  )/sqlite3.h $(SR
a9e0: 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52  CDIR)/th.h ./VER
a9f0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
aa00: 61 64 65 72 73 0a 0a 69 6e 66 6f 5f 2e 63 3a 09  aders..info_.c:.
aa10: 24 28 53 52 43 44 49 52 29 2f 69 6e 66 6f 2e 63  $(SRCDIR)/info.c
aa20: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
aa30: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
aa40: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
aa50: 49 52 29 2f 69 6e 66 6f 2e 63 20 7c 20 73 65 64  IR)/info.c | sed
aa60: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
aa70: 52 53 49 4f 4e 20 3e 69 6e 66 6f 5f 2e 63 0a 0a  RSION >info_.c..
aa80: 69 6e 66 6f 2e 6f 3a 09 69 6e 66 6f 5f 2e 63 20  info.o:.info_.c 
aa90: 69 6e 66 6f 2e 68 20 20 24 28 53 52 43 44 49 52  info.h  $(SRCDIR
aaa0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
aab0: 43 43 29 20 2d 6f 20 69 6e 66 6f 2e 6f 20 2d 63  CC) -o info.o -c
aac0: 20 69 6e 66 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e 68   info_.c..info.h
aad0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
aae0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
aaf0: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
ab00: 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
ab10: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
ab20: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
ab30: 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
ab40: 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
ab50: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
ab60: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
ab70: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
ab80: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
ab90: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
aba0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
abb0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
abc0: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
abd0: 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
abe0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
abf0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
ac00: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
ac10: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
ac20: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
ac30: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
ac40: 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
ac50: 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
ac60: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
ac70: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
ac80: 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
ac90: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
aca0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
acb0: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
acc0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
acd0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
ace0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
acf0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
ad00: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
ad10: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
ad20: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
ad30: 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
ad40: 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
ad50: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
ad60: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
ad70: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
ad80: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
ad90: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
ada0: 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
adb0: 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
adc0: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
add0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
ade0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
adf0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61  a1_.c:sha1.h sta
ae00: 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c  t_.c:stat.h styl
ae10: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
ae20: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
ae30: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
ae40: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68  _.c:tagview.h th
ae50: 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e  _main_.c:th_main
ae60: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74  .h timeline_.c:t
ae70: 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63  imeline.h tkt_.c
ae80: 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67  :tkt.h tktconfig
ae90: 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20  _.c:tktconfig.h 
aea0: 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73  tktsetup_.c:tkts
aeb0: 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  etup.h undo_.c:u
aec0: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
aed0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
aee0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
aef0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
af00: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
af10: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
af20: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
af30: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
af40: 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69  .h winhttp_.c:wi
af50: 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a  nhttp.h xfer_.c:
af60: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
af70: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
af80: 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52  lite3.h $(SRCDIR
af90: 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  )/th.h ./VERSION
afa0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
afb0: 73 0a 0a 6c 6f 67 69 6e 5f 2e 63 3a 09 24 28 53  s..login_.c:.$(S
afc0: 52 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 24  RCDIR)/login.c $
afd0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
afe0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
aff0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
b000: 29 2f 6c 6f 67 69 6e 2e 63 20 7c 20 73 65 64 20  )/login.c | sed 
b010: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
b020: 53 49 4f 4e 20 3e 6c 6f 67 69 6e 5f 2e 63 0a 0a  SION >login_.c..
b030: 6c 6f 67 69 6e 2e 6f 3a 09 6c 6f 67 69 6e 5f 2e  login.o:.login_.
b040: 63 20 6c 6f 67 69 6e 2e 68 20 20 24 28 53 52 43  c login.h  $(SRC
b050: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
b060: 28 58 54 43 43 29 20 2d 6f 20 6c 6f 67 69 6e 2e  (XTCC) -o login.
b070: 6f 20 2d 63 20 6c 6f 67 69 6e 5f 2e 63 0a 0a 6c  o -c login_.c..l
b080: 6f 67 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64  ogin.h:.makehead
b090: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
b0a0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
b0b0: 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
b0c0: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
b0d0: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
b0e0: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
b0f0: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
b100: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
b110: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
b120: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
b130: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
b140: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
b150: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
b160: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
b170: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
b180: 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
b190: 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
b1a0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
b1b0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
b1c0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
b1d0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
b1e0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
b1f0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
b200: 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
b210: 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
b220: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
b230: 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
b240: 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
b250: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
b260: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
b270: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
b280: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
b290: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
b2a0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
b2b0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
b2c0: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
b2d0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
b2e0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
b2f0: 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
b300: 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
b310: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
b320: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
b330: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
b340: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
b350: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
b360: 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
b370: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
b380: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
b390: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
b3a0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
b3b0: 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e  .h stat_.c:stat.
b3c0: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
b3d0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
b3e0: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
b3f0: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
b400: 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74  w.h th_main_.c:t
b410: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e  h_main.h timelin
b420: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
b430: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74  tkt_.c:tkt.h tkt
b440: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e  config_.c:tktcon
b450: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e  fig.h tktsetup_.
b460: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64  c:tktsetup.h und
b470: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
b480: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
b490: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
b4a0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
b4b0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
b4c0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
b4d0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
b4e0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
b4f0: 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70  format.h winhttp
b500: 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66  _.c:winhttp.h xf
b510: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
b520: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
b530: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28  IR)/sqlite3.h $(
b540: 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56  SRCDIR)/th.h ./V
b550: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
b560: 68 65 61 64 65 72 73 0a 0a 6d 61 69 6e 5f 2e 63  headers..main_.c
b570: 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 61 69 6e  :.$(SRCDIR)/main
b580: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
b590: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
b5a0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
b5b0: 43 44 49 52 29 2f 6d 61 69 6e 2e 63 20 7c 20 73  CDIR)/main.c | s
b5c0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
b5d0: 56 45 52 53 49 4f 4e 20 3e 6d 61 69 6e 5f 2e 63  VERSION >main_.c
b5e0: 0a 0a 6d 61 69 6e 2e 6f 3a 09 6d 61 69 6e 5f 2e  ..main.o:.main_.
b5f0: 63 20 6d 61 69 6e 2e 68 20 70 61 67 65 5f 69 6e  c main.h page_in
b600: 64 65 78 2e 68 20 24 28 53 52 43 44 49 52 29 2f  dex.h $(SRCDIR)/
b610: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
b620: 29 20 2d 6f 20 6d 61 69 6e 2e 6f 20 2d 63 20 6d  ) -o main.o -c m
b630: 61 69 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e 68 3a 09  ain_.c..main.h:.
b640: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
b650: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
b660: 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e  .c:add.h admin_.
b670: 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63  c:admin.h bag_.c
b680: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
b690: 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a  lob.h branch_.c:
b6a0: 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f  branch.h browse_
b6b0: 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f  .c:browse.h cgi_
b6c0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
b6d0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
b6e0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
b6f0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
b700: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
b710: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
b720: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
b730: 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72  ormat.h configur
b740: 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68  e_.c:configure.h
b750: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
b760: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
b770: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
b780: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
b790: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
b7a0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
b7b0: 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63  h descendants_.c
b7c0: 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64  :descendants.h d
b7d0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
b7e0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
b7f0: 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20  .h doc_.c:doc.h 
b800: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
b810: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
b820: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
b830: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
b840: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
b850: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
b860: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
b870: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
b880: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
b890: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
b8a0: 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f  erge3.h my_page_
b8b0: 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d  .c:my_page.h nam
b8c0: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
b8d0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75  t_.c:pivot.h pqu
b8e0: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20  eue_.c:pqueue.h 
b8f0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
b900: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
b910: 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e  build.h report_.
b920: 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e  c:report.h rss_.
b930: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
b940: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
b950: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
b960: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f  _.c:sha1.h stat_
b970: 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f  .c:stat.h style_
b980: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
b990: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63  .c:sync.h tag_.c
b9a0: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e  :tag.h tagview_.
b9b0: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d  c:tagview.h th_m
b9c0: 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68  ain_.c:th_main.h
b9d0: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d   timeline_.c:tim
b9e0: 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74  eline.h tkt_.c:t
b9f0: 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e  kt.h tktconfig_.
ba00: 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b  c:tktconfig.h tk
ba10: 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74  tsetup_.c:tktset
ba20: 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  up.h undo_.c:und
ba30: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
ba40: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
ba50: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
ba60: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
ba70: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
ba80: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
ba90: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
baa0: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
bab0: 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68   winhttp_.c:winh
bac0: 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  ttp.h xfer_.c:xf
bad0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
bae0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
baf0: 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f  te3.h $(SRCDIR)/
bb00: 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  th.h ./VERSION.h
bb10: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
bb20: 0a 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 09 24 28  .manifest_.c:.$(
bb30: 53 52 43 44 49 52 29 2f 6d 61 6e 69 66 65 73 74  SRCDIR)/manifest
bb40: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
bb50: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
bb60: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
bb70: 43 44 49 52 29 2f 6d 61 6e 69 66 65 73 74 2e 63  CDIR)/manifest.c
bb80: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
bb90: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 61 6e  IR)/VERSION >man
bba0: 69 66 65 73 74 5f 2e 63 0a 0a 6d 61 6e 69 66 65  ifest_.c..manife
bbb0: 73 74 2e 6f 3a 09 6d 61 6e 69 66 65 73 74 5f 2e  st.o:.manifest_.
bbc0: 63 20 6d 61 6e 69 66 65 73 74 2e 68 20 20 24 28  c manifest.h  $(
bbd0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
bbe0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 61 6e  ..$(XTCC) -o man
bbf0: 69 66 65 73 74 2e 6f 20 2d 63 20 6d 61 6e 69 66  ifest.o -c manif
bc00: 65 73 74 5f 2e 63 0a 0a 6d 61 6e 69 66 65 73 74  est_.c..manifest
bc10: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
bc20: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
bc30: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d  add_.c:add.h adm
bc40: 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61  in_.c:admin.h ba
bc50: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
bc60: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68  .c:blob.h branch
bc70: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f  _.c:branch.h bro
bc80: 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20  wse_.c:browse.h 
bc90: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
bca0: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
bcb0: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
bcc0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
bcd0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
bce0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
bcf0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
bd00: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66  comformat.h conf
bd10: 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75  igure_.c:configu
bd20: 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  re.h construct_.
bd30: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
bd40: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
bd50: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
bd60: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
bd70: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
bd80: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74  cmd.h descendant
bd90: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73  s_.c:descendants
bda0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
bdb0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
bdc0: 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f  fcmd.h doc_.c:do
bdd0: 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  c.h encode_.c:en
bde0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
bdf0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
be00: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
be10: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
be20: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
be30: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
be40: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
be50: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
be60: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
be70: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70  .c:merge3.h my_p
be80: 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68  age_.c:my_page.h
be90: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
bea0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
beb0: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75   pqueue_.c:pqueu
bec0: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  e.h printf_.c:pr
bed0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
bee0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f  c:rebuild.h repo
bef0: 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72  rt_.c:report.h r
bf00: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
bf10: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
bf20: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
bf30: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
bf40: 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74  tat_.c:stat.h st
bf50: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
bf60: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
bf70: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
bf80: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
bf90: 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61  th_main_.c:th_ma
bfa0: 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  in.h timeline_.c
bfb0: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f  :timeline.h tkt_
bfc0: 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66  .c:tkt.h tktconf
bfd0: 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e  ig_.c:tktconfig.
bfe0: 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b  h tktsetup_.c:tk
bff0: 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63  tsetup.h undo_.c
c000: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
c010: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
c020: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
c030: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
c040: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
c050: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
c060: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
c070: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
c080: 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a  at.h winhttp_.c:
c090: 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e  winhttp.h xfer_.
c0a0: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
c0b0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
c0c0: 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44  sqlite3.h $(SRCD
c0d0: 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49  IR)/th.h ./VERSI
c0e0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
c0f0: 65 72 73 0a 0a 6d 64 35 5f 2e 63 3a 09 24 28 53  ers..md5_.c:.$(S
c100: 52 43 44 49 52 29 2f 6d 64 35 2e 63 20 24 28 53  RCDIR)/md5.c $(S
c110: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
c120: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
c130: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
c140: 6d 64 35 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  md5.c | sed -f $
c150: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
c160: 20 3e 6d 64 35 5f 2e 63 0a 0a 6d 64 35 2e 6f 3a   >md5_.c..md5.o:
c170: 09 6d 64 35 5f 2e 63 20 6d 64 35 2e 68 20 20 24  .md5_.c md5.h  $
c180: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
c190: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 64  h..$(XTCC) -o md
c1a0: 35 2e 6f 20 2d 63 20 6d 64 35 5f 2e 63 0a 0a 6d  5.o -c md5_.c..m
c1b0: 64 35 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  d5.h:.makeheader
c1c0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
c1d0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
c1e0: 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
c1f0: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
c200: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
c210: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
c220: 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
c230: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
c240: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
c250: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
c260: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
c270: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
c280: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
c290: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
c2a0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
c2b0: 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
c2c0: 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
c2d0: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
c2e0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
c2f0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
c300: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
c310: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
c320: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
c330: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
c340: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
c350: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
c360: 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
c370: 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
c380: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
c390: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
c3a0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
c3b0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
c3c0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
c3d0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
c3e0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
c3f0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
c400: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
c410: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
c420: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
c430: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
c440: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
c450: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
c460: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
c470: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
c480: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
c490: 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
c4a0: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
c4b0: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
c4c0: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
c4d0: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
c4e0: 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20   stat_.c:stat.h 
c4f0: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
c500: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
c510: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
c520: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
c530: 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f  h th_main_.c:th_
c540: 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  main.h timeline_
c550: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b  .c:timeline.h tk
c560: 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f  t_.c:tkt.h tktco
c570: 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69  nfig_.c:tktconfi
c580: 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a  g.h tktsetup_.c:
c590: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f  tktsetup.h undo_
c5a0: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
c5b0: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
c5c0: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
c5d0: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
c5e0: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
c5f0: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
c600: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
c610: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
c620: 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e  rmat.h winhttp_.
c630: 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72  c:winhttp.h xfer
c640: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
c650: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
c660: 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52  )/sqlite3.h $(SR
c670: 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52  CDIR)/th.h ./VER
c680: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
c690: 61 64 65 72 73 0a 0a 6d 65 72 67 65 5f 2e 63 3a  aders..merge_.c:
c6a0: 09 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65  .$(SRCDIR)/merge
c6b0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
c6c0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
c6d0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
c6e0: 43 44 49 52 29 2f 6d 65 72 67 65 2e 63 20 7c 20  CDIR)/merge.c | 
c6f0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
c700: 2f 56 45 52 53 49 4f 4e 20 3e 6d 65 72 67 65 5f  /VERSION >merge_
c710: 2e 63 0a 0a 6d 65 72 67 65 2e 6f 3a 09 6d 65 72  .c..merge.o:.mer
c720: 67 65 5f 2e 63 20 6d 65 72 67 65 2e 68 20 20 24  ge_.c merge.h  $
c730: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
c740: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 65  h..$(XTCC) -o me
c750: 72 67 65 2e 6f 20 2d 63 20 6d 65 72 67 65 5f 2e  rge.o -c merge_.
c760: 63 0a 0a 6d 65 72 67 65 2e 68 3a 09 6d 61 6b 65  c..merge.h:.make
c770: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
c780: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
c790: 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64  dd.h admin_.c:ad
c7a0: 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  min.h bag_.c:bag
c7b0: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
c7c0: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e  h branch_.c:bran
c7d0: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62  ch.h browse_.c:b
c7e0: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63  rowse.h cgi_.c:c
c7f0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
c800: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
c810: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
c820: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
c830: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
c840: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
c850: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
c860: 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63  t.h configure_.c
c870: 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e  :configure.h con
c880: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
c890: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
c8a0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
c8b0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
c8c0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
c8d0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
c8e0: 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73  scendants_.c:des
c8f0: 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f  cendants.h diff_
c900: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
c910: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64  d_.c:diffcmd.h d
c920: 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f  oc_.c:doc.h enco
c930: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
c940: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
c950: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
c960: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
c970: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
c980: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
c990: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
c9a0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
c9b0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
c9c0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
c9d0: 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d  3.h my_page_.c:m
c9e0: 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63  y_page.h name_.c
c9f0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
ca00: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f  :pivot.h pqueue_
ca10: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e  .c:pqueue.h prin
ca20: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
ca30: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
ca40: 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65  d.h report_.c:re
ca50: 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73  port.h rss_.c:rs
ca60: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
ca70: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
ca80: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
ca90: 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73  sha1.h stat_.c:s
caa0: 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  tat.h style_.c:s
cab0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
cac0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
cad0: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
cae0: 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f  gview.h th_main_
caf0: 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d  .c:th_main.h tim
cb00: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
cb10: 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68  e.h tkt_.c:tkt.h
cb20: 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b   tktconfig_.c:tk
cb30: 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74  tconfig.h tktset
cb40: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
cb50: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
cb60: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
cb70: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
cb80: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
cb90: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
cba0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
cbb0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
cbc0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
cbd0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
cbe0: 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
cbf0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
cc00: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
cc10: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
cc20: 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
cc30: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
cc40: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 65 72  uch headers..mer
cc50: 67 65 33 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ge3_.c:.$(SRCDIR
cc60: 29 2f 6d 65 72 67 65 33 2e 63 20 24 28 53 52 43  )/merge3.c $(SRC
cc70: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
cc80: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
cc90: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d 65  ate $(SRCDIR)/me
cca0: 72 67 65 33 2e 63 20 7c 20 73 65 64 20 2d 66 20  rge3.c | sed -f 
ccb0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
ccc0: 4e 20 3e 6d 65 72 67 65 33 5f 2e 63 0a 0a 6d 65  N >merge3_.c..me
ccd0: 72 67 65 33 2e 6f 3a 09 6d 65 72 67 65 33 5f 2e  rge3.o:.merge3_.
cce0: 63 20 6d 65 72 67 65 33 2e 68 20 20 24 28 53 52  c merge3.h  $(SR
ccf0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
cd00: 24 28 58 54 43 43 29 20 2d 6f 20 6d 65 72 67 65  $(XTCC) -o merge
cd10: 33 2e 6f 20 2d 63 20 6d 65 72 67 65 33 5f 2e 63  3.o -c merge3_.c
cd20: 0a 0a 6d 65 72 67 65 33 2e 68 3a 09 6d 61 6b 65  ..merge3.h:.make
cd30: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
cd40: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
cd50: 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64  dd.h admin_.c:ad
cd60: 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  min.h bag_.c:bag
cd70: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
cd80: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e  h branch_.c:bran
cd90: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62  ch.h browse_.c:b
cda0: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63  rowse.h cgi_.c:c
cdb0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
cdc0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
cdd0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
cde0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
cdf0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
ce00: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
ce10: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
ce20: 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63  t.h configure_.c
ce30: 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e  :configure.h con
ce40: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
ce50: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
ce60: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
ce70: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
ce80: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
ce90: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
cea0: 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73  scendants_.c:des
ceb0: 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f  cendants.h diff_
cec0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
ced0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64  d_.c:diffcmd.h d
cee0: 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f  oc_.c:doc.h enco
cef0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
cf00: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
cf10: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
cf20: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
cf30: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
cf40: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
cf50: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
cf60: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
cf70: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
cf80: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
cf90: 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d  3.h my_page_.c:m
cfa0: 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63  y_page.h name_.c
cfb0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
cfc0: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f  :pivot.h pqueue_
cfd0: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e  .c:pqueue.h prin
cfe0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
cff0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
d000: 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65  d.h report_.c:re
d010: 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73  port.h rss_.c:rs
d020: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
d030: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
d040: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
d050: 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73  sha1.h stat_.c:s
d060: 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  tat.h style_.c:s
d070: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
d080: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
d090: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
d0a0: 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f  gview.h th_main_
d0b0: 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d  .c:th_main.h tim
d0c0: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
d0d0: 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68  e.h tkt_.c:tkt.h
d0e0: 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b   tktconfig_.c:tk
d0f0: 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74  tconfig.h tktset
d100: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
d110: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
d120: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
d130: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
d140: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
d150: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
d160: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
d170: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
d180: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
d190: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
d1a0: 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
d1b0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
d1c0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
d1d0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
d1e0: 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
d1f0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
d200: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 79 5f  uch headers..my_
d210: 70 61 67 65 5f 2e 63 3a 09 24 28 53 52 43 44 49  page_.c:.$(SRCDI
d220: 52 29 2f 6d 79 5f 70 61 67 65 2e 63 20 24 28 53  R)/my_page.c $(S
d230: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
d240: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
d250: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
d260: 6d 79 5f 70 61 67 65 2e 63 20 7c 20 73 65 64 20  my_page.c | sed 
d270: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
d280: 53 49 4f 4e 20 3e 6d 79 5f 70 61 67 65 5f 2e 63  SION >my_page_.c
d290: 0a 0a 6d 79 5f 70 61 67 65 2e 6f 3a 09 6d 79 5f  ..my_page.o:.my_
d2a0: 70 61 67 65 5f 2e 63 20 6d 79 5f 70 61 67 65 2e  page_.c my_page.
d2b0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
d2c0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
d2d0: 6f 20 6d 79 5f 70 61 67 65 2e 6f 20 2d 63 20 6d  o my_page.o -c m
d2e0: 79 5f 70 61 67 65 5f 2e 63 0a 0a 6d 79 5f 70 61  y_page_.c..my_pa
d2f0: 67 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  ge.h:.makeheader
d300: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
d310: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
d320: 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
d330: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
d340: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
d350: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
d360: 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
d370: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
d380: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
d390: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
d3a0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
d3b0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
d3c0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
d3d0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
d3e0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
d3f0: 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
d400: 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
d410: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
d420: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
d430: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
d440: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
d450: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
d460: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
d470: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
d480: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
d490: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
d4a0: 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
d4b0: 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
d4c0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
d4d0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
d4e0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
d4f0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
d500: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
d510: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
d520: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
d530: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
d540: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
d550: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
d560: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
d570: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
d580: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
d590: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
d5a0: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
d5b0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
d5c0: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
d5d0: 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
d5e0: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
d5f0: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
d600: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
d610: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
d620: 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20   stat_.c:stat.h 
d630: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
d640: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
d650: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
d660: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
d670: 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f  h th_main_.c:th_
d680: 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  main.h timeline_
d690: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b  .c:timeline.h tk
d6a0: 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f  t_.c:tkt.h tktco
d6b0: 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69  nfig_.c:tktconfi
d6c0: 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a  g.h tktsetup_.c:
d6d0: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f  tktsetup.h undo_
d6e0: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
d6f0: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
d700: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
d710: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
d720: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
d730: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
d740: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
d750: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
d760: 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e  rmat.h winhttp_.
d770: 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72  c:winhttp.h xfer
d780: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
d790: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
d7a0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52  )/sqlite3.h $(SR
d7b0: 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52  CDIR)/th.h ./VER
d7c0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
d7d0: 61 64 65 72 73 0a 0a 6e 61 6d 65 5f 2e 63 3a 09  aders..name_.c:.
d7e0: 24 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 2e 63  $(SRCDIR)/name.c
d7f0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
d800: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
d810: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
d820: 49 52 29 2f 6e 61 6d 65 2e 63 20 7c 20 73 65 64  IR)/name.c | sed
d830: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
d840: 52 53 49 4f 4e 20 3e 6e 61 6d 65 5f 2e 63 0a 0a  RSION >name_.c..
d850: 6e 61 6d 65 2e 6f 3a 09 6e 61 6d 65 5f 2e 63 20  name.o:.name_.c 
d860: 6e 61 6d 65 2e 68 20 20 24 28 53 52 43 44 49 52  name.h  $(SRCDIR
d870: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
d880: 43 43 29 20 2d 6f 20 6e 61 6d 65 2e 6f 20 2d 63  CC) -o name.o -c
d890: 20 6e 61 6d 65 5f 2e 63 0a 0a 6e 61 6d 65 2e 68   name_.c..name.h
d8a0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
d8b0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
d8c0: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
d8d0: 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
d8e0: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
d8f0: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
d900: 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
d910: 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
d920: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
d930: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
d940: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
d950: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
d960: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
d970: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
d980: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
d990: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
d9a0: 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
d9b0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
d9c0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
d9d0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
d9e0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
d9f0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
da00: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
da10: 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
da20: 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
da30: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
da40: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
da50: 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
da60: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
da70: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
da80: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
da90: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
daa0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
dab0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
dac0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
dad0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
dae0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
daf0: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
db00: 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
db10: 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
db20: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
db30: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
db40: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
db50: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
db60: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
db70: 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
db80: 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
db90: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
dba0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
dbb0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
dbc0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61  a1_.c:sha1.h sta
dbd0: 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c  t_.c:stat.h styl
dbe0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
dbf0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
dc00: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
dc10: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68  _.c:tagview.h th
dc20: 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e  _main_.c:th_main
dc30: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74  .h timeline_.c:t
dc40: 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63  imeline.h tkt_.c
dc50: 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67  :tkt.h tktconfig
dc60: 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20  _.c:tktconfig.h 
dc70: 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73  tktsetup_.c:tkts
dc80: 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  etup.h undo_.c:u
dc90: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
dca0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
dcb0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
dcc0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
dcd0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
dce0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
dcf0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
dd00: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
dd10: 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69  .h winhttp_.c:wi
dd20: 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a  nhttp.h xfer_.c:
dd30: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
dd40: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
dd50: 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52  lite3.h $(SRCDIR
dd60: 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  )/th.h ./VERSION
dd70: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
dd80: 73 0a 0a 70 69 76 6f 74 5f 2e 63 3a 09 24 28 53  s..pivot_.c:.$(S
dd90: 52 43 44 49 52 29 2f 70 69 76 6f 74 2e 63 20 24  RCDIR)/pivot.c $
dda0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
ddb0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
ddc0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
ddd0: 29 2f 70 69 76 6f 74 2e 63 20 7c 20 73 65 64 20  )/pivot.c | sed 
dde0: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
ddf0: 53 49 4f 4e 20 3e 70 69 76 6f 74 5f 2e 63 0a 0a  SION >pivot_.c..
de00: 70 69 76 6f 74 2e 6f 3a 09 70 69 76 6f 74 5f 2e  pivot.o:.pivot_.
de10: 63 20 70 69 76 6f 74 2e 68 20 20 24 28 53 52 43  c pivot.h  $(SRC
de20: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
de30: 28 58 54 43 43 29 20 2d 6f 20 70 69 76 6f 74 2e  (XTCC) -o pivot.
de40: 6f 20 2d 63 20 70 69 76 6f 74 5f 2e 63 0a 0a 70  o -c pivot_.c..p
de50: 69 76 6f 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64  ivot.h:.makehead
de60: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
de70: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
de80: 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
de90: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
dea0: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
deb0: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
dec0: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
ded0: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
dee0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
def0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
df00: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
df10: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
df20: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
df30: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
df40: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
df50: 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
df60: 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
df70: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
df80: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
df90: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
dfa0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
dfb0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
dfc0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
dfd0: 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
dfe0: 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
dff0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
e000: 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
e010: 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
e020: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
e030: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
e040: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
e050: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
e060: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
e070: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
e080: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
e090: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
e0a0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
e0b0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
e0c0: 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
e0d0: 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
e0e0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
e0f0: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
e100: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
e110: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
e120: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
e130: 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
e140: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
e150: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
e160: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
e170: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
e180: 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e  .h stat_.c:stat.
e190: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
e1a0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
e1b0: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
e1c0: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
e1d0: 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74  w.h th_main_.c:t
e1e0: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e  h_main.h timelin
e1f0: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
e200: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74  tkt_.c:tkt.h tkt
e210: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e  config_.c:tktcon
e220: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e  fig.h tktsetup_.
e230: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64  c:tktsetup.h und
e240: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
e250: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
e260: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
e270: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
e280: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
e290: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
e2a0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
e2b0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
e2c0: 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70  format.h winhttp
e2d0: 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66  _.c:winhttp.h xf
e2e0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
e2f0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
e300: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28  IR)/sqlite3.h $(
e310: 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56  SRCDIR)/th.h ./V
e320: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
e330: 68 65 61 64 65 72 73 0a 0a 70 71 75 65 75 65 5f  headers..pqueue_
e340: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 70 71  .c:.$(SRCDIR)/pq
e350: 75 65 75 65 2e 63 20 24 28 53 52 43 44 49 52 29  ueue.c $(SRCDIR)
e360: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
e370: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
e380: 24 28 53 52 43 44 49 52 29 2f 70 71 75 65 75 65  $(SRCDIR)/pqueue
e390: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
e3a0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 70  CDIR)/VERSION >p
e3b0: 71 75 65 75 65 5f 2e 63 0a 0a 70 71 75 65 75 65  queue_.c..pqueue
e3c0: 2e 6f 3a 09 70 71 75 65 75 65 5f 2e 63 20 70 71  .o:.pqueue_.c pq
e3d0: 75 65 75 65 2e 68 20 20 24 28 53 52 43 44 49 52  ueue.h  $(SRCDIR
e3e0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
e3f0: 43 43 29 20 2d 6f 20 70 71 75 65 75 65 2e 6f 20  CC) -o pqueue.o 
e400: 2d 63 20 70 71 75 65 75 65 5f 2e 63 0a 0a 70 71  -c pqueue_.c..pq
e410: 75 65 75 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64  ueue.h:.makehead
e420: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
e430: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
e440: 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
e450: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
e460: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
e470: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
e480: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
e490: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
e4a0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
e4b0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
e4c0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
e4d0: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
e4e0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
e4f0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
e500: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
e510: 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
e520: 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
e530: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
e540: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
e550: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
e560: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
e570: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
e580: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
e590: 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
e5a0: 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
e5b0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
e5c0: 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
e5d0: 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
e5e0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
e5f0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
e600: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
e610: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
e620: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
e630: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
e640: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
e650: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
e660: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
e670: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
e680: 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
e690: 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
e6a0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
e6b0: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
e6c0: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
e6d0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
e6e0: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
e6f0: 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
e700: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
e710: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
e720: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
e730: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
e740: 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e  .h stat_.c:stat.
e750: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
e760: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
e770: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
e780: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
e790: 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74  w.h th_main_.c:t
e7a0: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e  h_main.h timelin
e7b0: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
e7c0: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74  tkt_.c:tkt.h tkt
e7d0: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e  config_.c:tktcon
e7e0: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e  fig.h tktsetup_.
e7f0: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64  c:tktsetup.h und
e800: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
e810: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
e820: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
e830: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
e840: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
e850: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
e860: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
e870: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
e880: 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70  format.h winhttp
e890: 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66  _.c:winhttp.h xf
e8a0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
e8b0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
e8c0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28  IR)/sqlite3.h $(
e8d0: 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56  SRCDIR)/th.h ./V
e8e0: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
e8f0: 68 65 61 64 65 72 73 0a 0a 70 72 69 6e 74 66 5f  headers..printf_
e900: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 70 72  .c:.$(SRCDIR)/pr
e910: 69 6e 74 66 2e 63 20 24 28 53 52 43 44 49 52 29  intf.c $(SRCDIR)
e920: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
e930: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
e940: 24 28 53 52 43 44 49 52 29 2f 70 72 69 6e 74 66  $(SRCDIR)/printf
e950: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
e960: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 70  CDIR)/VERSION >p
e970: 72 69 6e 74 66 5f 2e 63 0a 0a 70 72 69 6e 74 66  rintf_.c..printf
e980: 2e 6f 3a 09 70 72 69 6e 74 66 5f 2e 63 20 70 72  .o:.printf_.c pr
e990: 69 6e 74 66 2e 68 20 20 24 28 53 52 43 44 49 52  intf.h  $(SRCDIR
e9a0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
e9b0: 43 43 29 20 2d 6f 20 70 72 69 6e 74 66 2e 6f 20  CC) -o printf.o 
e9c0: 2d 63 20 70 72 69 6e 74 66 5f 2e 63 0a 0a 70 72  -c printf_.c..pr
e9d0: 69 6e 74 66 2e 68 3a 09 6d 61 6b 65 68 65 61 64  intf.h:.makehead
e9e0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
e9f0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
ea00: 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
ea10: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
ea20: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
ea30: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
ea40: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
ea50: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
ea60: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
ea70: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
ea80: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
ea90: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
eaa0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
eab0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
eac0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
ead0: 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
eae0: 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
eaf0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
eb00: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
eb10: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
eb20: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
eb30: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
eb40: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
eb50: 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
eb60: 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
eb70: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
eb80: 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
eb90: 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
eba0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
ebb0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
ebc0: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
ebd0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
ebe0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
ebf0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
ec00: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
ec10: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
ec20: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
ec30: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
ec40: 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
ec50: 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
ec60: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
ec70: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
ec80: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
ec90: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
eca0: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
ecb0: 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
ecc0: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
ecd0: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
ece0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
ecf0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
ed00: 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e  .h stat_.c:stat.
ed10: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
ed20: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
ed30: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
ed40: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
ed50: 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74  w.h th_main_.c:t
ed60: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e  h_main.h timelin
ed70: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
ed80: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74  tkt_.c:tkt.h tkt
ed90: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e  config_.c:tktcon
eda0: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e  fig.h tktsetup_.
edb0: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64  c:tktsetup.h und
edc0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
edd0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
ede0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
edf0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
ee00: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
ee10: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
ee20: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
ee30: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
ee40: 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70  format.h winhttp
ee50: 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66  _.c:winhttp.h xf
ee60: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
ee70: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
ee80: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28  IR)/sqlite3.h $(
ee90: 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56  SRCDIR)/th.h ./V
eea0: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
eeb0: 68 65 61 64 65 72 73 0a 0a 72 65 62 75 69 6c 64  headers..rebuild
eec0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 72  _.c:.$(SRCDIR)/r
eed0: 65 62 75 69 6c 64 2e 63 20 24 28 53 52 43 44 49  ebuild.c $(SRCDI
eee0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
eef0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
ef00: 65 20 24 28 53 52 43 44 49 52 29 2f 72 65 62 75  e $(SRCDIR)/rebu
ef10: 69 6c 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ild.c | sed -f $
ef20: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
ef30: 20 3e 72 65 62 75 69 6c 64 5f 2e 63 0a 0a 72 65   >rebuild_.c..re
ef40: 62 75 69 6c 64 2e 6f 3a 09 72 65 62 75 69 6c 64  build.o:.rebuild
ef50: 5f 2e 63 20 72 65 62 75 69 6c 64 2e 68 20 20 24  _.c rebuild.h  $
ef60: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
ef70: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 72 65  h..$(XTCC) -o re
ef80: 62 75 69 6c 64 2e 6f 20 2d 63 20 72 65 62 75 69  build.o -c rebui
ef90: 6c 64 5f 2e 63 0a 0a 72 65 62 75 69 6c 64 2e 68  ld_.c..rebuild.h
efa0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
efb0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
efc0: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
efd0: 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
efe0: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
eff0: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
f000: 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
f010: 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
f020: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
f030: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
f040: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
f050: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
f060: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
f070: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
f080: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
f090: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
f0a0: 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
f0b0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
f0c0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
f0d0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
f0e0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
f0f0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
f100: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
f110: 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
f120: 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
f130: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
f140: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
f150: 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
f160: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
f170: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
f180: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
f190: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
f1a0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
f1b0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
f1c0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
f1d0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
f1e0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
f1f0: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
f200: 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
f210: 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
f220: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
f230: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
f240: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
f250: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
f260: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
f270: 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
f280: 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
f290: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
f2a0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
f2b0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
f2c0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61  a1_.c:sha1.h sta
f2d0: 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c  t_.c:stat.h styl
f2e0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
f2f0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
f300: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
f310: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68  _.c:tagview.h th
f320: 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e  _main_.c:th_main
f330: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74  .h timeline_.c:t
f340: 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63  imeline.h tkt_.c
f350: 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67  :tkt.h tktconfig
f360: 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20  _.c:tktconfig.h 
f370: 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73  tktsetup_.c:tkts
f380: 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  etup.h undo_.c:u
f390: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
f3a0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
f3b0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
f3c0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
f3d0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
f3e0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
f3f0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
f400: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
f410: 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69  .h winhttp_.c:wi
f420: 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a  nhttp.h xfer_.c:
f430: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
f440: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
f450: 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52  lite3.h $(SRCDIR
f460: 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  )/th.h ./VERSION
f470: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
f480: 73 0a 0a 72 65 70 6f 72 74 5f 2e 63 3a 09 24 28  s..report_.c:.$(
f490: 53 52 43 44 49 52 29 2f 72 65 70 6f 72 74 2e 63  SRCDIR)/report.c
f4a0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
f4b0: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
f4c0: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
f4d0: 49 52 29 2f 72 65 70 6f 72 74 2e 63 20 7c 20 73  IR)/report.c | s
f4e0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
f4f0: 56 45 52 53 49 4f 4e 20 3e 72 65 70 6f 72 74 5f  VERSION >report_
f500: 2e 63 0a 0a 72 65 70 6f 72 74 2e 6f 3a 09 72 65  .c..report.o:.re
f510: 70 6f 72 74 5f 2e 63 20 72 65 70 6f 72 74 2e 68  port_.c report.h
f520: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
f530: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
f540: 20 72 65 70 6f 72 74 2e 6f 20 2d 63 20 72 65 70   report.o -c rep
f550: 6f 72 74 5f 2e 63 0a 0a 72 65 70 6f 72 74 2e 68  ort_.c..report.h
f560: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
f570: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
f580: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
f590: 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
f5a0: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
f5b0: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
f5c0: 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
f5d0: 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
f5e0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
f5f0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
f600: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
f610: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
f620: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
f630: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
f640: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
f650: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
f660: 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
f670: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
f680: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
f690: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
f6a0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
f6b0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
f6c0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
f6d0: 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
f6e0: 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
f6f0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
f700: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
f710: 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
f720: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
f730: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
f740: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
f750: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
f760: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
f770: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
f780: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
f790: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
f7a0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
f7b0: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
f7c0: 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
f7d0: 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
f7e0: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
f7f0: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
f800: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
f810: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
f820: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
f830: 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
f840: 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
f850: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
f860: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
f870: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
f880: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61  a1_.c:sha1.h sta
f890: 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c  t_.c:stat.h styl
f8a0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
f8b0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
f8c0: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
f8d0: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68  _.c:tagview.h th
f8e0: 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e  _main_.c:th_main
f8f0: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74  .h timeline_.c:t
f900: 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63  imeline.h tkt_.c
f910: 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67  :tkt.h tktconfig
f920: 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20  _.c:tktconfig.h 
f930: 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73  tktsetup_.c:tkts
f940: 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  etup.h undo_.c:u
f950: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
f960: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
f970: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
f980: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
f990: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
f9a0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
f9b0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
f9c0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
f9d0: 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69  .h winhttp_.c:wi
f9e0: 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a  nhttp.h xfer_.c:
f9f0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
fa00: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
fa10: 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52  lite3.h $(SRCDIR
fa20: 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  )/th.h ./VERSION
fa30: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
fa40: 73 0a 0a 72 73 73 5f 2e 63 3a 09 24 28 53 52 43  s..rss_.c:.$(SRC
fa50: 44 49 52 29 2f 72 73 73 2e 63 20 24 28 53 52 43  DIR)/rss.c $(SRC
fa60: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
fa70: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
fa80: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 72 73  ate $(SRCDIR)/rs
fa90: 73 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  s.c | sed -f $(S
faa0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
fab0: 72 73 73 5f 2e 63 0a 0a 72 73 73 2e 6f 3a 09 72  rss_.c..rss.o:.r
fac0: 73 73 5f 2e 63 20 72 73 73 2e 68 20 20 24 28 53  ss_.c rss.h  $(S
fad0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
fae0: 09 24 28 58 54 43 43 29 20 2d 6f 20 72 73 73 2e  .$(XTCC) -o rss.
faf0: 6f 20 2d 63 20 72 73 73 5f 2e 63 0a 0a 72 73 73  o -c rss_.c..rss
fb00: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
fb10: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
fb20: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d  add_.c:add.h adm
fb30: 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61  in_.c:admin.h ba
fb40: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
fb50: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68  .c:blob.h branch
fb60: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f  _.c:branch.h bro
fb70: 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20  wse_.c:browse.h 
fb80: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
fb90: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
fba0: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
fbb0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
fbc0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
fbd0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
fbe0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
fbf0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66  comformat.h conf
fc00: 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75  igure_.c:configu
fc10: 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  re.h construct_.
fc20: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
fc30: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
fc40: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
fc50: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
fc60: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
fc70: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74  cmd.h descendant
fc80: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73  s_.c:descendants
fc90: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
fca0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
fcb0: 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f  fcmd.h doc_.c:do
fcc0: 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  c.h encode_.c:en
fcd0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
fce0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
fcf0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
fd00: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
fd10: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
fd20: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
fd30: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
fd40: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
fd50: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
fd60: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70  .c:merge3.h my_p
fd70: 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68  age_.c:my_page.h
fd80: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
fd90: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
fda0: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75   pqueue_.c:pqueu
fdb0: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  e.h printf_.c:pr
fdc0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
fdd0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f  c:rebuild.h repo
fde0: 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72  rt_.c:report.h r
fdf0: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
fe00: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
fe10: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
fe20: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
fe30: 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74  tat_.c:stat.h st
fe40: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
fe50: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
fe60: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
fe70: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
fe80: 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61  th_main_.c:th_ma
fe90: 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  in.h timeline_.c
fea0: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f  :timeline.h tkt_
feb0: 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66  .c:tkt.h tktconf
fec0: 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e  ig_.c:tktconfig.
fed0: 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b  h tktsetup_.c:tk
fee0: 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63  tsetup.h undo_.c
fef0: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
ff00: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
ff10: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
ff20: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
ff30: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
ff40: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
ff50: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
ff60: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
ff70: 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a  at.h winhttp_.c:
ff80: 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e  winhttp.h xfer_.
ff90: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
ffa0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
ffb0: 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44  sqlite3.h $(SRCD
ffc0: 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49  IR)/th.h ./VERSI
ffd0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
ffe0: 65 72 73 0a 0a 73 63 68 65 6d 61 5f 2e 63 3a 09  ers..schema_.c:.
fff0: 24 28 53 52 43 44 49 52 29 2f 73 63 68 65 6d 61  $(SRCDIR)/schema
10000 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
10010 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
10020 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
10030 43 44 49 52 29 2f 73 63 68 65 6d 61 2e 63 20 7c  CDIR)/schema.c |
10040 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
10050 29 2f 56 45 52 53 49 4f 4e 20 3e 73 63 68 65 6d  )/VERSION >schem
10060 61 5f 2e 63 0a 0a 73 63 68 65 6d 61 2e 6f 3a 09  a_.c..schema.o:.
10070 73 63 68 65 6d 61 5f 2e 63 20 73 63 68 65 6d 61  schema_.c schema
10080 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
10090 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
100a0 2d 6f 20 73 63 68 65 6d 61 2e 6f 20 2d 63 20 73  -o schema.o -c s
100b0 63 68 65 6d 61 5f 2e 63 0a 0a 73 63 68 65 6d 61  chema_.c..schema
100c0 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
100d0 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
100e0 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d  add_.c:add.h adm
100f0 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61  in_.c:admin.h ba
10100 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
10110 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68  .c:blob.h branch
10120 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f  _.c:branch.h bro
10130 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20  wse_.c:browse.h 
10140 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
10150 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
10160 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
10170 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
10180 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
10190 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
101a0 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
101b0 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66  comformat.h conf
101c0 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75  igure_.c:configu
101d0 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  re.h construct_.
101e0 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
101f0 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
10200 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
10210 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
10220 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
10230 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74  cmd.h descendant
10240 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73  s_.c:descendants
10250 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
10260 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
10270 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f  fcmd.h doc_.c:do
10280 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  c.h encode_.c:en
10290 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
102a0 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
102b0 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
102c0 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
102d0 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
102e0 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
102f0 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
10300 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
10310 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
10320 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70  .c:merge3.h my_p
10330 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68  age_.c:my_page.h
10340 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
10350 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
10360 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75   pqueue_.c:pqueu
10370 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  e.h printf_.c:pr
10380 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
10390 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f  c:rebuild.h repo
103a0 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72  rt_.c:report.h r
103b0 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
103c0 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
103d0 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
103e0 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
103f0 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74  tat_.c:stat.h st
10400 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
10410 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
10420 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
10430 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
10440 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61  th_main_.c:th_ma
10450 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  in.h timeline_.c
10460 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f  :timeline.h tkt_
10470 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66  .c:tkt.h tktconf
10480 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e  ig_.c:tktconfig.
10490 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b  h tktsetup_.c:tk
104a0 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63  tsetup.h undo_.c
104b0 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
104c0 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
104d0 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
104e0 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
104f0 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
10500 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
10510 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
10520 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
10530 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a  at.h winhttp_.c:
10540 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e  winhttp.h xfer_.
10550 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
10560 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
10570 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44  sqlite3.h $(SRCD
10580 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49  IR)/th.h ./VERSI
10590 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
105a0 65 72 73 0a 0a 73 65 74 75 70 5f 2e 63 3a 09 24  ers..setup_.c:.$
105b0 28 53 52 43 44 49 52 29 2f 73 65 74 75 70 2e 63  (SRCDIR)/setup.c
105c0 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
105d0 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
105e0 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
105f0 49 52 29 2f 73 65 74 75 70 2e 63 20 7c 20 73 65  IR)/setup.c | se
10600 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
10610 45 52 53 49 4f 4e 20 3e 73 65 74 75 70 5f 2e 63  ERSION >setup_.c
10620 0a 0a 73 65 74 75 70 2e 6f 3a 09 73 65 74 75 70  ..setup.o:.setup
10630 5f 2e 63 20 73 65 74 75 70 2e 68 20 20 24 28 53  _.c setup.h  $(S
10640 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
10650 09 24 28 58 54 43 43 29 20 2d 6f 20 73 65 74 75  .$(XTCC) -o setu
10660 70 2e 6f 20 2d 63 20 73 65 74 75 70 5f 2e 63 0a  p.o -c setup_.c.
10670 0a 73 65 74 75 70 2e 68 3a 09 6d 61 6b 65 68 65  .setup.h:.makehe
10680 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
10690 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
106a0 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69  .h admin_.c:admi
106b0 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  n.h bag_.c:bag.h
106c0 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
106d0 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68  branch_.c:branch
106e0 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f  .h browse_.c:bro
106f0 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  wse.h cgi_.c:cgi
10700 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
10710 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
10720 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
10730 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
10740 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
10750 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
10760 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
10770 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63  h configure_.c:c
10780 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74  onfigure.h const
10790 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
107a0 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
107b0 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
107c0 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
107d0 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
107e0 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
107f0 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endants_.c:desce
10800 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndants.h diff_.c
10810 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
10820 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63  .c:diffcmd.h doc
10830 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65  _.c:doc.h encode
10840 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
10850 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
10860 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
10870 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
10880 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
10890 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
108a0 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
108b0 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
108c0 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
108d0 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
108e0 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f  h my_page_.c:my_
108f0 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  page.h name_.c:n
10900 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
10910 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
10920 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
10930 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
10940 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
10950 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f  h report_.c:repo
10960 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  rt.h rss_.c:rss.
10970 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
10980 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
10990 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
109a0 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61  a1.h stat_.c:sta
109b0 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  t.h style_.c:sty
109c0 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
109d0 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
109e0 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
109f0 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63  iew.h th_main_.c
10a00 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c  :th_main.h timel
10a10 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
10a20 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74  h tkt_.c:tkt.h t
10a30 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63  ktconfig_.c:tktc
10a40 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70  onfig.h tktsetup
10a50 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.h u
10a60 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
10a70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
10a80 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
10a90 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
10aa0 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
10ab0 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
10ac0 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
10ad0 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
10ae0 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74  kiformat.h winht
10af0 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
10b00 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
10b10 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
10b20 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
10b30 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
10b40 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
10b50 68 20 68 65 61 64 65 72 73 0a 0a 73 68 61 31 5f  h headers..sha1_
10b60 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 68  .c:.$(SRCDIR)/sh
10b70 61 31 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  a1.c $(SRCDIR)/V
10b80 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
10b90 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
10ba0 53 52 43 44 49 52 29 2f 73 68 61 31 2e 63 20 7c  SRCDIR)/sha1.c |
10bb0 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
10bc0 29 2f 56 45 52 53 49 4f 4e 20 3e 73 68 61 31 5f  )/VERSION >sha1_
10bd0 2e 63 0a 0a 73 68 61 31 2e 6f 3a 09 73 68 61 31  .c..sha1.o:.sha1
10be0 5f 2e 63 20 73 68 61 31 2e 68 20 20 24 28 53 52  _.c sha1.h  $(SR
10bf0 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
10c00 24 28 58 54 43 43 29 20 2d 6f 20 73 68 61 31 2e  $(XTCC) -o sha1.
10c10 6f 20 2d 63 20 73 68 61 31 5f 2e 63 0a 0a 73 68  o -c sha1_.c..sh
10c20 61 31 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  a1.h:.makeheader
10c30 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
10c40 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
10c50 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
10c60 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
10c70 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
10c80 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
10c90 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
10ca0 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
10cb0 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
10cc0 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
10cd0 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
10ce0 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
10cf0 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
10d00 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
10d10 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
10d20 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
10d30 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
10d40 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
10d50 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
10d60 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
10d70 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
10d80 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
10d90 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
10da0 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
10db0 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
10dc0 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
10dd0 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
10de0 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
10df0 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
10e00 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
10e10 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
10e20 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
10e30 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
10e40 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
10e50 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
10e60 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
10e70 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
10e80 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
10e90 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
10ea0 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
10eb0 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
10ec0 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
10ed0 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
10ee0 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
10ef0 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
10f00 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
10f10 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
10f20 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
10f30 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
10f40 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
10f50 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20   stat_.c:stat.h 
10f60 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
10f70 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
10f80 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
10f90 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
10fa0 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f  h th_main_.c:th_
10fb0 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  main.h timeline_
10fc0 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b  .c:timeline.h tk
10fd0 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f  t_.c:tkt.h tktco
10fe0 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69  nfig_.c:tktconfi
10ff0 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a  g.h tktsetup_.c:
11000 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f  tktsetup.h undo_
11010 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
11020 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
11030 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
11040 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
11050 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
11060 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
11070 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
11080 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
11090 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e  rmat.h winhttp_.
110a0 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72  c:winhttp.h xfer
110b0 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
110c0 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
110d0 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52  )/sqlite3.h $(SR
110e0 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52  CDIR)/th.h ./VER
110f0 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
11100 61 64 65 72 73 0a 0a 73 74 61 74 5f 2e 63 3a 09  aders..stat_.c:.
11110 24 28 53 52 43 44 49 52 29 2f 73 74 61 74 2e 63  $(SRCDIR)/stat.c
11120 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
11130 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
11140 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
11150 49 52 29 2f 73 74 61 74 2e 63 20 7c 20 73 65 64  IR)/stat.c | sed
11160 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
11170 52 53 49 4f 4e 20 3e 73 74 61 74 5f 2e 63 0a 0a  RSION >stat_.c..
11180 73 74 61 74 2e 6f 3a 09 73 74 61 74 5f 2e 63 20  stat.o:.stat_.c 
11190 73 74 61 74 2e 68 20 20 24 28 53 52 43 44 49 52  stat.h  $(SRCDIR
111a0 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
111b0 43 43 29 20 2d 6f 20 73 74 61 74 2e 6f 20 2d 63  CC) -o stat.o -c
111c0 20 73 74 61 74 5f 2e 63 0a 0a 73 74 61 74 2e 68   stat_.c..stat.h
111d0 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
111e0 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
111f0 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
11200 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
11210 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
11220 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
11230 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
11240 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
11250 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
11260 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
11270 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
11280 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
11290 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
112a0 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
112b0 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
112c0 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
112d0 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
112e0 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
112f0 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
11300 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
11310 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
11320 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
11330 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
11340 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
11350 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
11360 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
11370 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
11380 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
11390 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
113a0 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
113b0 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
113c0 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
113d0 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
113e0 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
113f0 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
11400 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
11410 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
11420 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
11430 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
11440 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
11450 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
11460 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
11470 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
11480 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
11490 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
114a0 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
114b0 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
114c0 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
114d0 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
114e0 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
114f0 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61  a1_.c:sha1.h sta
11500 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c  t_.c:stat.h styl
11510 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
11520 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
11530 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
11540 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68  _.c:tagview.h th
11550 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e  _main_.c:th_main
11560 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74  .h timeline_.c:t
11570 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63  imeline.h tkt_.c
11580 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67  :tkt.h tktconfig
11590 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20  _.c:tktconfig.h 
115a0 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73  tktsetup_.c:tkts
115b0 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  etup.h undo_.c:u
115c0 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
115d0 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
115e0 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
115f0 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
11600 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
11610 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
11620 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
11630 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
11640 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69  .h winhttp_.c:wi
11650 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a  nhttp.h xfer_.c:
11660 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
11670 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
11680 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52  lite3.h $(SRCDIR
11690 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  )/th.h ./VERSION
116a0 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
116b0 73 0a 0a 73 74 79 6c 65 5f 2e 63 3a 09 24 28 53  s..style_.c:.$(S
116c0 52 43 44 49 52 29 2f 73 74 79 6c 65 2e 63 20 24  RCDIR)/style.c $
116d0 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
116e0 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
116f0 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
11700 29 2f 73 74 79 6c 65 2e 63 20 7c 20 73 65 64 20  )/style.c | sed 
11710 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
11720 53 49 4f 4e 20 3e 73 74 79 6c 65 5f 2e 63 0a 0a  SION >style_.c..
11730 73 74 79 6c 65 2e 6f 3a 09 73 74 79 6c 65 5f 2e  style.o:.style_.
11740 63 20 73 74 79 6c 65 2e 68 20 20 24 28 53 52 43  c style.h  $(SRC
11750 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
11760 28 58 54 43 43 29 20 2d 6f 20 73 74 79 6c 65 2e  (XTCC) -o style.
11770 6f 20 2d 63 20 73 74 79 6c 65 5f 2e 63 0a 0a 73  o -c style_.c..s
11780 74 79 6c 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64  tyle.h:.makehead
11790 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
117a0 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
117b0 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e   admin_.c:admin.
117c0 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62  h bag_.c:bag.h b
117d0 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72  lob_.c:blob.h br
117e0 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68  anch_.c:branch.h
117f0 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73   browse_.c:brows
11800 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  e.h cgi_.c:cgi.h
11810 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
11820 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
11830 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
11840 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
11850 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
11860 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
11870 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
11880 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e  configure_.c:con
11890 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75  figure.h constru
118a0 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
118b0 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
118c0 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
118d0 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
118e0 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
118f0 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
11900 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dants_.c:descend
11910 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ants.h diff_.c:d
11920 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
11930 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e  :diffcmd.h doc_.
11940 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e  c:doc.h encode_.
11950 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
11960 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
11970 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
11980 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
11990 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
119a0 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
119b0 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
119c0 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
119d0 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
119e0 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
119f0 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61  my_page_.c:my_pa
11a00 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  ge.h name_.c:nam
11a10 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
11a20 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70  ot.h pqueue_.c:p
11a30 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e  queue.h printf_.
11a40 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
11a50 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
11a60 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74  report_.c:report
11a70 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
11a80 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
11a90 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
11aa0 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
11ab0 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e  .h stat_.c:stat.
11ac0 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
11ad0 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
11ae0 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
11af0 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
11b00 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74  w.h th_main_.c:t
11b10 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e  h_main.h timelin
11b20 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
11b30 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74  tkt_.c:tkt.h tkt
11b40 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e  config_.c:tktcon
11b50 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e  fig.h tktsetup_.
11b60 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64  c:tktsetup.h und
11b70 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61  o_.c:undo.h upda
11b80 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
11b90 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
11ba0 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
11bb0 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
11bc0 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
11bd0 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
11be0 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
11bf0 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70  format.h winhttp
11c00 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66  _.c:winhttp.h xf
11c10 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
11c20 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
11c30 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28  IR)/sqlite3.h $(
11c40 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56  SRCDIR)/th.h ./V
11c50 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
11c60 68 65 61 64 65 72 73 0a 0a 73 79 6e 63 5f 2e 63  headers..sync_.c
11c70 3a 09 24 28 53 52 43 44 49 52 29 2f 73 79 6e 63  :.$(SRCDIR)/sync
11c80 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
11c90 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
11ca0 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
11cb0 43 44 49 52 29 2f 73 79 6e 63 2e 63 20 7c 20 73  CDIR)/sync.c | s
11cc0 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
11cd0 56 45 52 53 49 4f 4e 20 3e 73 79 6e 63 5f 2e 63  VERSION >sync_.c
11ce0 0a 0a 73 79 6e 63 2e 6f 3a 09 73 79 6e 63 5f 2e  ..sync.o:.sync_.
11cf0 63 20 73 79 6e 63 2e 68 20 20 24 28 53 52 43 44  c sync.h  $(SRCD
11d00 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
11d10 58 54 43 43 29 20 2d 6f 20 73 79 6e 63 2e 6f 20  XTCC) -o sync.o 
11d20 2d 63 20 73 79 6e 63 5f 2e 63 0a 0a 73 79 6e 63  -c sync_.c..sync
11d30 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
11d40 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
11d50 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d  add_.c:add.h adm
11d60 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61  in_.c:admin.h ba
11d70 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f  g_.c:bag.h blob_
11d80 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68  .c:blob.h branch
11d90 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f  _.c:branch.h bro
11da0 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20  wse_.c:browse.h 
11db0 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
11dc0 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
11dd0 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
11de0 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
11df0 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
11e00 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
11e10 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
11e20 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66  comformat.h conf
11e30 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75  igure_.c:configu
11e40 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  re.h construct_.
11e50 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
11e60 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
11e70 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
11e80 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
11e90 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
11ea0 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74  cmd.h descendant
11eb0 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73  s_.c:descendants
11ec0 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
11ed0 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
11ee0 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f  fcmd.h doc_.c:do
11ef0 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  c.h encode_.c:en
11f00 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
11f10 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
11f20 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
11f30 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
11f40 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
11f50 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
11f60 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
11f70 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
11f80 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
11f90 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70  .c:merge3.h my_p
11fa0 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68  age_.c:my_page.h
11fb0 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
11fc0 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
11fd0 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75   pqueue_.c:pqueu
11fe0 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  e.h printf_.c:pr
11ff0 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
12000 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f  c:rebuild.h repo
12010 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72  rt_.c:report.h r
12020 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
12030 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
12040 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
12050 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
12060 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74  tat_.c:stat.h st
12070 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
12080 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
12090 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
120a0 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
120b0 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61  th_main_.c:th_ma
120c0 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  in.h timeline_.c
120d0 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f  :timeline.h tkt_
120e0 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66  .c:tkt.h tktconf
120f0 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e  ig_.c:tktconfig.
12100 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b  h tktsetup_.c:tk
12110 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63  tsetup.h undo_.c
12120 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e  :undo.h update_.
12130 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
12140 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
12150 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
12160 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
12170 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
12180 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
12190 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
121a0 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a  at.h winhttp_.c:
121b0 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e  winhttp.h xfer_.
121c0 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
121d0 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
121e0 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44  sqlite3.h $(SRCD
121f0 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49  IR)/th.h ./VERSI
12200 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
12210 65 72 73 0a 0a 74 61 67 5f 2e 63 3a 09 24 28 53  ers..tag_.c:.$(S
12220 52 43 44 49 52 29 2f 74 61 67 2e 63 20 24 28 53  RCDIR)/tag.c $(S
12230 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
12240 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
12250 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
12260 74 61 67 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  tag.c | sed -f $
12270 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
12280 20 3e 74 61 67 5f 2e 63 0a 0a 74 61 67 2e 6f 3a   >tag_.c..tag.o:
12290 09 74 61 67 5f 2e 63 20 74 61 67 2e 68 20 20 24  .tag_.c tag.h  $
122a0 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
122b0 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 74 61  h..$(XTCC) -o ta
122c0 67 2e 6f 20 2d 63 20 74 61 67 5f 2e 63 0a 0a 74  g.o -c tag_.c..t
122d0 61 67 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  ag.h:.makeheader
122e0 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
122f0 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
12300 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
12310 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
12320 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
12330 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
12340 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
12350 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
12360 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
12370 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
12380 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
12390 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
123a0 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
123b0 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
123c0 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
123d0 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
123e0 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
123f0 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
12400 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
12410 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
12420 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
12430 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
12440 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
12450 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
12460 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
12470 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
12480 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
12490 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
124a0 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
124b0 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
124c0 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
124d0 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
124e0 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
124f0 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
12500 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
12510 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
12520 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
12530 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
12540 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
12550 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
12560 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
12570 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
12580 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
12590 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
125a0 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
125b0 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
125c0 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
125d0 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
125e0 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
125f0 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
12600 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20   stat_.c:stat.h 
12610 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
12620 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
12630 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
12640 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
12650 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f  h th_main_.c:th_
12660 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  main.h timeline_
12670 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b  .c:timeline.h tk
12680 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f  t_.c:tkt.h tktco
12690 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69  nfig_.c:tktconfi
126a0 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a  g.h tktsetup_.c:
126b0 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f  tktsetup.h undo_
126c0 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
126d0 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
126e0 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
126f0 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
12700 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
12710 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
12720 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
12730 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
12740 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e  rmat.h winhttp_.
12750 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72  c:winhttp.h xfer
12760 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
12770 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
12780 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52  )/sqlite3.h $(SR
12790 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52  CDIR)/th.h ./VER
127a0 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
127b0 61 64 65 72 73 0a 0a 74 61 67 76 69 65 77 5f 2e  aders..tagview_.
127c0 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74 61 67  c:.$(SRCDIR)/tag
127d0 76 69 65 77 2e 63 20 24 28 53 52 43 44 49 52 29  view.c $(SRCDIR)
127e0 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
127f0 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
12800 24 28 53 52 43 44 49 52 29 2f 74 61 67 76 69 65  $(SRCDIR)/tagvie
12810 77 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  w.c | sed -f $(S
12820 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
12830 74 61 67 76 69 65 77 5f 2e 63 0a 0a 74 61 67 76  tagview_.c..tagv
12840 69 65 77 2e 6f 3a 09 74 61 67 76 69 65 77 5f 2e  iew.o:.tagview_.
12850 63 20 74 61 67 76 69 65 77 2e 68 20 20 24 28 53  c tagview.h  $(S
12860 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
12870 09 24 28 58 54 43 43 29 20 2d 6f 20 74 61 67 76  .$(XTCC) -o tagv
12880 69 65 77 2e 6f 20 2d 63 20 74 61 67 76 69 65 77  iew.o -c tagview
12890 5f 2e 63 0a 0a 74 61 67 76 69 65 77 2e 68 3a 09  _.c..tagview.h:.
128a0 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
128b0 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
128c0 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e  .c:add.h admin_.
128d0 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63  c:admin.h bag_.c
128e0 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
128f0 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a  lob.h branch_.c:
12900 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f  branch.h browse_
12910 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f  .c:browse.h cgi_
12920 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
12930 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
12940 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
12950 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
12960 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
12970 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
12980 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
12990 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72  ormat.h configur
129a0 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68  e_.c:configure.h
129b0 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
129c0 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
129d0 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
129e0 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
129f0 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
12a00 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
12a10 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63  h descendants_.c
12a20 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64  :descendants.h d
12a30 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
12a40 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
12a50 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20  .h doc_.c:doc.h 
12a60 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
12a70 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
12a80 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
12a90 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
12aa0 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
12ab0 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
12ac0 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
12ad0 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
12ae0 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
12af0 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
12b00 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f  erge3.h my_page_
12b10 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d  .c:my_page.h nam
12b20 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
12b30 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75  t_.c:pivot.h pqu
12b40 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20  eue_.c:pqueue.h 
12b50 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
12b60 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
12b70 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e  build.h report_.
12b80 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e  c:report.h rss_.
12b90 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
12ba0 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
12bb0 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
12bc0 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f  _.c:sha1.h stat_
12bd0 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f  .c:stat.h style_
12be0 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
12bf0 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63  .c:sync.h tag_.c
12c00 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e  :tag.h tagview_.
12c10 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d  c:tagview.h th_m
12c20 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68  ain_.c:th_main.h
12c30 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d   timeline_.c:tim
12c40 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74  eline.h tkt_.c:t
12c50 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e  kt.h tktconfig_.
12c60 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b  c:tktconfig.h tk
12c70 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74  tsetup_.c:tktset
12c80 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  up.h undo_.c:und
12c90 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
12ca0 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
12cb0 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
12cc0 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
12cd0 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
12ce0 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
12cf0 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
12d00 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
12d10 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68   winhttp_.c:winh
12d20 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  ttp.h xfer_.c:xf
12d30 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
12d40 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
12d50 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f  te3.h $(SRCDIR)/
12d60 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  th.h ./VERSION.h
12d70 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
12d80 0a 74 68 5f 6d 61 69 6e 5f 2e 63 3a 09 24 28 53  .th_main_.c:.$(S
12d90 52 43 44 49 52 29 2f 74 68 5f 6d 61 69 6e 2e 63  RCDIR)/th_main.c
12da0 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
12db0 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
12dc0 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
12dd0 49 52 29 2f 74 68 5f 6d 61 69 6e 2e 63 20 7c 20  IR)/th_main.c | 
12de0 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
12df0 2f 56 45 52 53 49 4f 4e 20 3e 74 68 5f 6d 61 69  /VERSION >th_mai
12e00 6e 5f 2e 63 0a 0a 74 68 5f 6d 61 69 6e 2e 6f 3a  n_.c..th_main.o:
12e10 09 74 68 5f 6d 61 69 6e 5f 2e 63 20 74 68 5f 6d  .th_main_.c th_m
12e20 61 69 6e 2e 68 20 20 24 28 53 52 43 44 49 52 29  ain.h  $(SRCDIR)
12e30 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
12e40 43 29 20 2d 6f 20 74 68 5f 6d 61 69 6e 2e 6f 20  C) -o th_main.o 
12e50 2d 63 20 74 68 5f 6d 61 69 6e 5f 2e 63 0a 0a 74  -c th_main_.c..t
12e60 68 5f 6d 61 69 6e 2e 68 3a 09 6d 61 6b 65 68 65  h_main.h:.makehe
12e70 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
12e80 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
12e90 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69  .h admin_.c:admi
12ea0 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68  n.h bag_.c:bag.h
12eb0 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
12ec0 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68  branch_.c:branch
12ed0 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f  .h browse_.c:bro
12ee0 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  wse.h cgi_.c:cgi
12ef0 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
12f00 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
12f10 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
12f20 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
12f30 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
12f40 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
12f50 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
12f60 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63 3a 63  h configure_.c:c
12f70 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e 73 74  onfigure.h const
12f80 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
12f90 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
12fa0 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
12fb0 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
12fc0 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
12fd0 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
12fe0 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endants_.c:desce
12ff0 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndants.h diff_.c
13000 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
13010 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64 6f 63  .c:diffcmd.h doc
13020 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f 64 65  _.c:doc.h encode
13030 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
13040 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
13050 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
13060 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
13070 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
13080 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
13090 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
130a0 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
130b0 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
130c0 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
130d0 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f  h my_page_.c:my_
130e0 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  page.h name_.c:n
130f0 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
13100 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63  ivot.h pqueue_.c
13110 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66  :pqueue.h printf
13120 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
13130 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
13140 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65 70 6f  h report_.c:repo
13150 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  rt.h rss_.c:rss.
13160 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
13170 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
13180 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
13190 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61  a1.h stat_.c:sta
131a0 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  t.h style_.c:sty
131b0 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
131c0 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
131d0 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
131e0 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63  iew.h th_main_.c
131f0 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c  :th_main.h timel
13200 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
13210 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74  h tkt_.c:tkt.h t
13220 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63  ktconfig_.c:tktc
13230 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70  onfig.h tktsetup
13240 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75  _.c:tktsetup.h u
13250 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70  ndo_.c:undo.h up
13260 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
13270 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
13280 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
13290 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
132a0 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
132b0 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
132c0 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
132d0 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74  kiformat.h winht
132e0 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20  tp_.c:winhttp.h 
132f0 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
13300 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
13310 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
13320 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e  $(SRCDIR)/th.h .
13330 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
13340 68 20 68 65 61 64 65 72 73 0a 0a 74 69 6d 65 6c  h headers..timel
13350 69 6e 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ine_.c:.$(SRCDIR
13360 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 24 28 53  )/timeline.c $(S
13370 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
13380 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
13390 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
133a0 74 69 6d 65 6c 69 6e 65 2e 63 20 7c 20 73 65 64  timeline.c | sed
133b0 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
133c0 52 53 49 4f 4e 20 3e 74 69 6d 65 6c 69 6e 65 5f  RSION >timeline_
133d0 2e 63 0a 0a 74 69 6d 65 6c 69 6e 65 2e 6f 3a 09  .c..timeline.o:.
133e0 74 69 6d 65 6c 69 6e 65 5f 2e 63 20 74 69 6d 65  timeline_.c time
133f0 6c 69 6e 65 2e 68 20 20 24 28 53 52 43 44 49 52  line.h  $(SRCDIR
13400 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
13410 43 43 29 20 2d 6f 20 74 69 6d 65 6c 69 6e 65 2e  CC) -o timeline.
13420 6f 20 2d 63 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  o -c timeline_.c
13430 0a 0a 74 69 6d 65 6c 69 6e 65 2e 68 3a 09 6d 61  ..timeline.h:.ma
13440 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
13450 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
13460 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
13470 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
13480 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
13490 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
134a0 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
134b0 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
134c0 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
134d0 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
134e0 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
134f0 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
13500 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
13510 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
13520 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
13530 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
13540 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
13550 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
13560 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
13570 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
13580 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
13590 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
135a0 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
135b0 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
135c0 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
135d0 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
135e0 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
135f0 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
13600 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
13610 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
13620 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
13630 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
13640 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
13650 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
13660 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
13670 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
13680 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
13690 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
136a0 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
136b0 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
136c0 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
136d0 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
136e0 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
136f0 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
13700 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
13710 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
13720 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
13730 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
13740 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
13750 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
13760 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63  c:sha1.h stat_.c
13770 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63  :stat.h style_.c
13780 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
13790 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
137a0 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
137b0 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69  tagview.h th_mai
137c0 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74  n_.c:th_main.h t
137d0 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
137e0 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74  ine.h tkt_.c:tkt
137f0 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a  .h tktconfig_.c:
13800 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73  tktconfig.h tkts
13810 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
13820 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
13830 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
13840 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
13850 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
13860 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
13870 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
13880 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
13890 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
138a0 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
138b0 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
138c0 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
138d0 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
138e0 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
138f0 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
13900 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
13910 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 74  touch headers..t
13920 6b 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  kt_.c:.$(SRCDIR)
13930 2f 74 6b 74 2e 63 20 24 28 53 52 43 44 49 52 29  /tkt.c $(SRCDIR)
13940 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
13950 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
13960 24 28 53 52 43 44 49 52 29 2f 74 6b 74 2e 63 20  $(SRCDIR)/tkt.c 
13970 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
13980 52 29 2f 56 45 52 53 49 4f 4e 20 3e 74 6b 74 5f  R)/VERSION >tkt_
13990 2e 63 0a 0a 74 6b 74 2e 6f 3a 09 74 6b 74 5f 2e  .c..tkt.o:.tkt_.
139a0 63 20 74 6b 74 2e 68 20 20 24 28 53 52 43 44 49  c tkt.h  $(SRCDI
139b0 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
139c0 54 43 43 29 20 2d 6f 20 74 6b 74 2e 6f 20 2d 63  TCC) -o tkt.o -c
139d0 20 74 6b 74 5f 2e 63 0a 0a 74 6b 74 2e 68 3a 09   tkt_.c..tkt.h:.
139e0 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
139f0 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
13a00 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e  .c:add.h admin_.
13a10 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63  c:admin.h bag_.c
13a20 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
13a30 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a  lob.h branch_.c:
13a40 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f  branch.h browse_
13a50 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f  .c:browse.h cgi_
13a60 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
13a70 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
13a80 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
13a90 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
13aa0 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
13ab0 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
13ac0 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
13ad0 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72  ormat.h configur
13ae0 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68  e_.c:configure.h
13af0 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
13b00 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
13b10 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
13b20 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
13b30 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
13b40 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
13b50 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63  h descendants_.c
13b60 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64  :descendants.h d
13b70 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
13b80 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
13b90 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20  .h doc_.c:doc.h 
13ba0 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
13bb0 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
13bc0 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
13bd0 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
13be0 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
13bf0 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
13c00 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
13c10 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
13c20 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
13c30 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
13c40 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f  erge3.h my_page_
13c50 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d  .c:my_page.h nam
13c60 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
13c70 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75  t_.c:pivot.h pqu
13c80 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20  eue_.c:pqueue.h 
13c90 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
13ca0 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
13cb0 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e  build.h report_.
13cc0 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e  c:report.h rss_.
13cd0 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
13ce0 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
13cf0 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
13d00 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f  _.c:sha1.h stat_
13d10 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f  .c:stat.h style_
13d20 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
13d30 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63  .c:sync.h tag_.c
13d40 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e  :tag.h tagview_.
13d50 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d  c:tagview.h th_m
13d60 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68  ain_.c:th_main.h
13d70 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d   timeline_.c:tim
13d80 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74  eline.h tkt_.c:t
13d90 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e  kt.h tktconfig_.
13da0 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b  c:tktconfig.h tk
13db0 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74  tsetup_.c:tktset
13dc0 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  up.h undo_.c:und
13dd0 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
13de0 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
13df0 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
13e00 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
13e10 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
13e20 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
13e30 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
13e40 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
13e50 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68   winhttp_.c:winh
13e60 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  ttp.h xfer_.c:xf
13e70 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
13e80 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
13e90 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f  te3.h $(SRCDIR)/
13ea0 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  th.h ./VERSION.h
13eb0 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
13ec0 0a 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 09 24  .tktconfig_.c:.$
13ed0 28 53 52 43 44 49 52 29 2f 74 6b 74 63 6f 6e 66  (SRCDIR)/tktconf
13ee0 69 67 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ig.c $(SRCDIR)/V
13ef0 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
13f00 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
13f10 53 52 43 44 49 52 29 2f 74 6b 74 63 6f 6e 66 69  SRCDIR)/tktconfi
13f20 67 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  g.c | sed -f $(S
13f30 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
13f40 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 0a 0a 74 6b  tktconfig_.c..tk
13f50 74 63 6f 6e 66 69 67 2e 6f 3a 09 74 6b 74 63 6f  tconfig.o:.tktco
13f60 6e 66 69 67 5f 2e 63 20 74 6b 74 63 6f 6e 66 69  nfig_.c tktconfi
13f70 67 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  g.h  $(SRCDIR)/c
13f80 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
13f90 20 2d 6f 20 74 6b 74 63 6f 6e 66 69 67 2e 6f 20   -o tktconfig.o 
13fa0 2d 63 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 0a  -c tktconfig_.c.
13fb0 0a 74 6b 74 63 6f 6e 66 69 67 2e 68 3a 09 6d 61  .tktconfig.h:.ma
13fc0 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
13fd0 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
13fe0 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
13ff0 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
14000 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
14010 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
14020 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
14030 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
14040 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
14050 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
14060 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
14070 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
14080 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
14090 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
140a0 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
140b0 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
140c0 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
140d0 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
140e0 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
140f0 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
14100 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
14110 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
14120 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
14130 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
14140 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
14150 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
14160 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
14170 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
14180 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
14190 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
141a0 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
141b0 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
141c0 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
141d0 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
141e0 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
141f0 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
14200 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
14210 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
14220 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
14230 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
14240 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
14250 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
14260 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
14270 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
14280 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
14290 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
142a0 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
142b0 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
142c0 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
142d0 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
142e0 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63  c:sha1.h stat_.c
142f0 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63  :stat.h style_.c
14300 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
14310 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
14320 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
14330 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69  tagview.h th_mai
14340 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74  n_.c:th_main.h t
14350 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
14360 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74  ine.h tkt_.c:tkt
14370 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a  .h tktconfig_.c:
14380 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73  tktconfig.h tkts
14390 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
143a0 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
143b0 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
143c0 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
143d0 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
143e0 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
143f0 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
14400 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
14410 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
14420 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
14430 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
14440 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
14450 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
14460 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
14470 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
14480 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
14490 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 74  touch headers..t
144a0 6b 74 73 65 74 75 70 5f 2e 63 3a 09 24 28 53 52  ktsetup_.c:.$(SR
144b0 43 44 49 52 29 2f 74 6b 74 73 65 74 75 70 2e 63  CDIR)/tktsetup.c
144c0 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
144d0 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
144e0 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
144f0 49 52 29 2f 74 6b 74 73 65 74 75 70 2e 63 20 7c  IR)/tktsetup.c |
14500 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
14510 29 2f 56 45 52 53 49 4f 4e 20 3e 74 6b 74 73 65  )/VERSION >tktse
14520 74 75 70 5f 2e 63 0a 0a 74 6b 74 73 65 74 75 70  tup_.c..tktsetup
14530 2e 6f 3a 09 74 6b 74 73 65 74 75 70 5f 2e 63 20  .o:.tktsetup_.c 
14540 74 6b 74 73 65 74 75 70 2e 68 20 20 24 28 53 52  tktsetup.h  $(SR
14550 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
14560 24 28 58 54 43 43 29 20 2d 6f 20 74 6b 74 73 65  $(XTCC) -o tktse
14570 74 75 70 2e 6f 20 2d 63 20 74 6b 74 73 65 74 75  tup.o -c tktsetu
14580 70 5f 2e 63 0a 0a 74 6b 74 73 65 74 75 70 2e 68  p_.c..tktsetup.h
14590 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
145a0 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
145b0 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
145c0 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
145d0 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
145e0 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
145f0 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
14600 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
14610 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
14620 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
14630 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
14640 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
14650 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
14660 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
14670 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
14680 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
14690 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
146a0 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
146b0 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
146c0 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
146d0 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
146e0 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
146f0 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
14700 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
14710 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
14720 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
14730 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
14740 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
14750 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
14760 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
14770 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
14780 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
14790 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
147a0 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
147b0 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
147c0 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
147d0 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
147e0 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
147f0 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
14800 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
14810 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
14820 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
14830 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
14840 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
14850 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
14860 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
14870 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
14880 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
14890 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
148a0 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
148b0 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61  a1_.c:sha1.h sta
148c0 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c  t_.c:stat.h styl
148d0 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
148e0 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
148f0 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
14900 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68  _.c:tagview.h th
14910 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e  _main_.c:th_main
14920 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74  .h timeline_.c:t
14930 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63  imeline.h tkt_.c
14940 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67  :tkt.h tktconfig
14950 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20  _.c:tktconfig.h 
14960 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73  tktsetup_.c:tkts
14970 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  etup.h undo_.c:u
14980 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
14990 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
149a0 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
149b0 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
149c0 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
149d0 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
149e0 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
149f0 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
14a00 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69  .h winhttp_.c:wi
14a10 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a  nhttp.h xfer_.c:
14a20 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
14a30 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
14a40 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52  lite3.h $(SRCDIR
14a50 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  )/th.h ./VERSION
14a60 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
14a70 73 0a 0a 75 6e 64 6f 5f 2e 63 3a 09 24 28 53 52  s..undo_.c:.$(SR
14a80 43 44 49 52 29 2f 75 6e 64 6f 2e 63 20 24 28 53  CDIR)/undo.c $(S
14a90 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
14aa0 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
14ab0 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
14ac0 75 6e 64 6f 2e 63 20 7c 20 73 65 64 20 2d 66 20  undo.c | sed -f 
14ad0 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
14ae0 4e 20 3e 75 6e 64 6f 5f 2e 63 0a 0a 75 6e 64 6f  N >undo_.c..undo
14af0 2e 6f 3a 09 75 6e 64 6f 5f 2e 63 20 75 6e 64 6f  .o:.undo_.c undo
14b00 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
14b10 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
14b20 2d 6f 20 75 6e 64 6f 2e 6f 20 2d 63 20 75 6e 64  -o undo.o -c und
14b30 6f 5f 2e 63 0a 0a 75 6e 64 6f 2e 68 3a 09 6d 61  o_.c..undo.h:.ma
14b40 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
14b50 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
14b60 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
14b70 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
14b80 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
14b90 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
14ba0 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
14bb0 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
14bc0 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
14bd0 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
14be0 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
14bf0 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
14c00 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
14c10 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
14c20 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
14c30 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
14c40 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
14c50 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
14c60 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
14c70 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
14c80 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
14c90 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
14ca0 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
14cb0 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
14cc0 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
14cd0 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
14ce0 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
14cf0 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
14d00 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
14d10 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
14d20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
14d30 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
14d40 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
14d50 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
14d60 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
14d70 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
14d80 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
14d90 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
14da0 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
14db0 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
14dc0 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
14dd0 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
14de0 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
14df0 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
14e00 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
14e10 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
14e20 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
14e30 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
14e40 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
14e50 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
14e60 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63  c:sha1.h stat_.c
14e70 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63  :stat.h style_.c
14e80 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
14e90 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
14ea0 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
14eb0 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69  tagview.h th_mai
14ec0 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74  n_.c:th_main.h t
14ed0 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
14ee0 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74  ine.h tkt_.c:tkt
14ef0 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a  .h tktconfig_.c:
14f00 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73  tktconfig.h tkts
14f10 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
14f20 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
14f30 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
14f40 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
14f50 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
14f60 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
14f70 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
14f80 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
14f90 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
14fa0 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
14fb0 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
14fc0 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
14fd0 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
14fe0 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
14ff0 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
15000 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
15010 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 75  touch headers..u
15020 70 64 61 74 65 5f 2e 63 3a 09 24 28 53 52 43 44  pdate_.c:.$(SRCD
15030 49 52 29 2f 75 70 64 61 74 65 2e 63 20 24 28 53  IR)/update.c $(S
15040 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
15050 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
15060 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
15070 75 70 64 61 74 65 2e 63 20 7c 20 73 65 64 20 2d  update.c | sed -
15080 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
15090 49 4f 4e 20 3e 75 70 64 61 74 65 5f 2e 63 0a 0a  ION >update_.c..
150a0 75 70 64 61 74 65 2e 6f 3a 09 75 70 64 61 74 65  update.o:.update
150b0 5f 2e 63 20 75 70 64 61 74 65 2e 68 20 20 24 28  _.c update.h  $(
150c0 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
150d0 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 75 70 64  ..$(XTCC) -o upd
150e0 61 74 65 2e 6f 20 2d 63 20 75 70 64 61 74 65 5f  ate.o -c update_
150f0 2e 63 0a 0a 75 70 64 61 74 65 2e 68 3a 09 6d 61  .c..update.h:.ma
15100 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
15110 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
15120 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
15130 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
15140 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
15150 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
15160 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
15170 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
15180 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
15190 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
151a0 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
151b0 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
151c0 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
151d0 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
151e0 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
151f0 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
15200 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
15210 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
15220 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
15230 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
15240 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
15250 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
15260 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
15270 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
15280 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
15290 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
152a0 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
152b0 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
152c0 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
152d0 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
152e0 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
152f0 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
15300 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
15310 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
15320 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
15330 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
15340 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
15350 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
15360 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
15370 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
15380 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
15390 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
153a0 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
153b0 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
153c0 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
153d0 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
153e0 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
153f0 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
15400 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
15410 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
15420 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63  c:sha1.h stat_.c
15430 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63  :stat.h style_.c
15440 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
15450 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
15460 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
15470 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69  tagview.h th_mai
15480 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74  n_.c:th_main.h t
15490 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
154a0 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74  ine.h tkt_.c:tkt
154b0 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a  .h tktconfig_.c:
154c0 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73  tktconfig.h tkts
154d0 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
154e0 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
154f0 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
15500 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
15510 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
15520 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
15530 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
15540 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
15550 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
15560 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
15570 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
15580 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
15590 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
155a0 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
155b0 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
155c0 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
155d0 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 75  touch headers..u
155e0 72 6c 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  rl_.c:.$(SRCDIR)
155f0 2f 75 72 6c 2e 63 20 24 28 53 52 43 44 49 52 29  /url.c $(SRCDIR)
15600 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
15610 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
15620 24 28 53 52 43 44 49 52 29 2f 75 72 6c 2e 63 20  $(SRCDIR)/url.c 
15630 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
15640 52 29 2f 56 45 52 53 49 4f 4e 20 3e 75 72 6c 5f  R)/VERSION >url_
15650 2e 63 0a 0a 75 72 6c 2e 6f 3a 09 75 72 6c 5f 2e  .c..url.o:.url_.
15660 63 20 75 72 6c 2e 68 20 20 24 28 53 52 43 44 49  c url.h  $(SRCDI
15670 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
15680 54 43 43 29 20 2d 6f 20 75 72 6c 2e 6f 20 2d 63  TCC) -o url.o -c
15690 20 75 72 6c 5f 2e 63 0a 0a 75 72 6c 2e 68 3a 09   url_.c..url.h:.
156a0 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
156b0 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
156c0 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e  .c:add.h admin_.
156d0 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63  c:admin.h bag_.c
156e0 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
156f0 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a  lob.h branch_.c:
15700 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f  branch.h browse_
15710 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f  .c:browse.h cgi_
15720 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
15730 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
15740 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
15750 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
15760 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
15770 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
15780 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
15790 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72  ormat.h configur
157a0 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68  e_.c:configure.h
157b0 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
157c0 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
157d0 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
157e0 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
157f0 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
15800 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
15810 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63  h descendants_.c
15820 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64  :descendants.h d
15830 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
15840 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
15850 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20  .h doc_.c:doc.h 
15860 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
15870 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
15880 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
15890 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
158a0 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
158b0 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
158c0 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
158d0 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
158e0 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
158f0 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
15900 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f  erge3.h my_page_
15910 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d  .c:my_page.h nam
15920 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
15930 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75  t_.c:pivot.h pqu
15940 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20  eue_.c:pqueue.h 
15950 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
15960 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
15970 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e  build.h report_.
15980 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e  c:report.h rss_.
15990 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
159a0 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
159b0 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
159c0 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f  _.c:sha1.h stat_
159d0 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f  .c:stat.h style_
159e0 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
159f0 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63  .c:sync.h tag_.c
15a00 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e  :tag.h tagview_.
15a10 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d  c:tagview.h th_m
15a20 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68  ain_.c:th_main.h
15a30 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d   timeline_.c:tim
15a40 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74  eline.h tkt_.c:t
15a50 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e  kt.h tktconfig_.
15a60 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b  c:tktconfig.h tk
15a70 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74  tsetup_.c:tktset
15a80 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  up.h undo_.c:und
15a90 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
15aa0 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
15ab0 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
15ac0 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
15ad0 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
15ae0 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
15af0 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
15b00 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
15b10 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68   winhttp_.c:winh
15b20 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  ttp.h xfer_.c:xf
15b30 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
15b40 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
15b50 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f  te3.h $(SRCDIR)/
15b60 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  th.h ./VERSION.h
15b70 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
15b80 0a 75 73 65 72 5f 2e 63 3a 09 24 28 53 52 43 44  .user_.c:.$(SRCD
15b90 49 52 29 2f 75 73 65 72 2e 63 20 24 28 53 52 43  IR)/user.c $(SRC
15ba0 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
15bb0 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
15bc0 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 75 73  ate $(SRCDIR)/us
15bd0 65 72 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  er.c | sed -f $(
15be0 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
15bf0 3e 75 73 65 72 5f 2e 63 0a 0a 75 73 65 72 2e 6f  >user_.c..user.o
15c00 3a 09 75 73 65 72 5f 2e 63 20 75 73 65 72 2e 68  :.user_.c user.h
15c10 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
15c20 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
15c30 20 75 73 65 72 2e 6f 20 2d 63 20 75 73 65 72 5f   user.o -c user_
15c40 2e 63 0a 0a 75 73 65 72 2e 68 3a 09 6d 61 6b 65  .c..user.h:.make
15c50 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
15c60 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
15c70 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64  dd.h admin_.c:ad
15c80 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  min.h bag_.c:bag
15c90 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
15ca0 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e  h branch_.c:bran
15cb0 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62  ch.h browse_.c:b
15cc0 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63  rowse.h cgi_.c:c
15cd0 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
15ce0 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
15cf0 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
15d00 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
15d10 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
15d20 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
15d30 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
15d40 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63  t.h configure_.c
15d50 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e  :configure.h con
15d60 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
15d70 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
15d80 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
15d90 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
15da0 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
15db0 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
15dc0 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73  scendants_.c:des
15dd0 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f  cendants.h diff_
15de0 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
15df0 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64  d_.c:diffcmd.h d
15e00 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f  oc_.c:doc.h enco
15e10 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
15e20 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
15e30 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
15e40 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
15e50 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
15e60 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
15e70 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
15e80 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
15e90 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
15ea0 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
15eb0 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d  3.h my_page_.c:m
15ec0 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63  y_page.h name_.c
15ed0 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
15ee0 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f  :pivot.h pqueue_
15ef0 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e  .c:pqueue.h prin
15f00 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
15f10 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
15f20 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65  d.h report_.c:re
15f30 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73  port.h rss_.c:rs
15f40 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
15f50 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
15f60 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
15f70 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73  sha1.h stat_.c:s
15f80 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  tat.h style_.c:s
15f90 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
15fa0 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
15fb0 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
15fc0 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f  gview.h th_main_
15fd0 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d  .c:th_main.h tim
15fe0 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
15ff0 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68  e.h tkt_.c:tkt.h
16000 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b   tktconfig_.c:tk
16010 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74  tconfig.h tktset
16020 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
16030 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
16040 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
16050 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
16060 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
16070 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
16080 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
16090 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
160a0 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
160b0 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
160c0 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
160d0 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
160e0 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
160f0 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
16100 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
16110 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
16120 75 63 68 20 68 65 61 64 65 72 73 0a 0a 76 65 72  uch headers..ver
16130 69 66 79 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ify_.c:.$(SRCDIR
16140 29 2f 76 65 72 69 66 79 2e 63 20 24 28 53 52 43  )/verify.c $(SRC
16150 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
16160 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
16170 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 76 65  ate $(SRCDIR)/ve
16180 72 69 66 79 2e 63 20 7c 20 73 65 64 20 2d 66 20  rify.c | sed -f 
16190 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
161a0 4e 20 3e 76 65 72 69 66 79 5f 2e 63 0a 0a 76 65  N >verify_.c..ve
161b0 72 69 66 79 2e 6f 3a 09 76 65 72 69 66 79 5f 2e  rify.o:.verify_.
161c0 63 20 76 65 72 69 66 79 2e 68 20 20 24 28 53 52  c verify.h  $(SR
161d0 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
161e0 24 28 58 54 43 43 29 20 2d 6f 20 76 65 72 69 66  $(XTCC) -o verif
161f0 79 2e 6f 20 2d 63 20 76 65 72 69 66 79 5f 2e 63  y.o -c verify_.c
16200 0a 0a 76 65 72 69 66 79 2e 68 3a 09 6d 61 6b 65  ..verify.h:.make
16210 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
16220 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
16230 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64  dd.h admin_.c:ad
16240 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  min.h bag_.c:bag
16250 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
16260 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e  h branch_.c:bran
16270 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62  ch.h browse_.c:b
16280 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63  rowse.h cgi_.c:c
16290 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
162a0 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
162b0 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
162c0 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
162d0 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
162e0 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
162f0 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
16300 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63  t.h configure_.c
16310 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e  :configure.h con
16320 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
16330 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
16340 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
16350 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
16360 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
16370 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
16380 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73  scendants_.c:des
16390 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f  cendants.h diff_
163a0 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
163b0 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64  d_.c:diffcmd.h d
163c0 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f  oc_.c:doc.h enco
163d0 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
163e0 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
163f0 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
16400 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
16410 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
16420 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
16430 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
16440 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
16450 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
16460 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
16470 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d  3.h my_page_.c:m
16480 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63  y_page.h name_.c
16490 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
164a0 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f  :pivot.h pqueue_
164b0 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e  .c:pqueue.h prin
164c0 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
164d0 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
164e0 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65  d.h report_.c:re
164f0 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73  port.h rss_.c:rs
16500 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
16510 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
16520 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
16530 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73  sha1.h stat_.c:s
16540 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  tat.h style_.c:s
16550 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
16560 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
16570 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
16580 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f  gview.h th_main_
16590 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d  .c:th_main.h tim
165a0 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
165b0 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68  e.h tkt_.c:tkt.h
165c0 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b   tktconfig_.c:tk
165d0 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74  tconfig.h tktset
165e0 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
165f0 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
16600 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
16610 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
16620 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
16630 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
16640 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
16650 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
16660 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
16670 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
16680 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
16690 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
166a0 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
166b0 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
166c0 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
166d0 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
166e0 75 63 68 20 68 65 61 64 65 72 73 0a 0a 76 66 69  uch headers..vfi
166f0 6c 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  le_.c:.$(SRCDIR)
16700 2f 76 66 69 6c 65 2e 63 20 24 28 53 52 43 44 49  /vfile.c $(SRCDI
16710 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
16720 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
16730 65 20 24 28 53 52 43 44 49 52 29 2f 76 66 69 6c  e $(SRCDIR)/vfil
16740 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  e.c | sed -f $(S
16750 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
16760 76 66 69 6c 65 5f 2e 63 0a 0a 76 66 69 6c 65 2e  vfile_.c..vfile.
16770 6f 3a 09 76 66 69 6c 65 5f 2e 63 20 76 66 69 6c  o:.vfile_.c vfil
16780 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  e.h  $(SRCDIR)/c
16790 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
167a0 20 2d 6f 20 76 66 69 6c 65 2e 6f 20 2d 63 20 76   -o vfile.o -c v
167b0 66 69 6c 65 5f 2e 63 0a 0a 76 66 69 6c 65 2e 68  file_.c..vfile.h
167c0 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
167d0 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
167e0 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e  d_.c:add.h admin
167f0 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f  _.c:admin.h bag_
16800 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63  .c:bag.h blob_.c
16810 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e  :blob.h branch_.
16820 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73  c:branch.h brows
16830 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67  e_.c:browse.h cg
16840 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
16850 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
16860 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
16870 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
16880 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
16890 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
168a0 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
168b0 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
168c0 75 72 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65  ure_.c:configure
168d0 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
168e0 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
168f0 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
16900 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
16910 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
16920 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
16930 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f  d.h descendants_
16940 2e 63 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c:descendants.h
16950 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
16960 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
16970 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e  md.h doc_.c:doc.
16980 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
16990 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
169a0 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
169b0 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
169c0 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
169d0 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
169e0 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
169f0 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
16a00 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
16a10 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
16a20 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67  :merge3.h my_pag
16a30 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e  e_.c:my_page.h n
16a40 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
16a50 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
16a60 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e  queue_.c:pqueue.
16a70 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
16a80 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
16a90 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74  rebuild.h report
16aa0 5f 2e 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73  _.c:report.h rss
16ab0 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
16ac0 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
16ad0 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
16ae0 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61  a1_.c:sha1.h sta
16af0 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c  t_.c:stat.h styl
16b00 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
16b10 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
16b20 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
16b30 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68  _.c:tagview.h th
16b40 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e  _main_.c:th_main
16b50 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74  .h timeline_.c:t
16b60 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63  imeline.h tkt_.c
16b70 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67  :tkt.h tktconfig
16b80 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20  _.c:tktconfig.h 
16b90 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73  tktsetup_.c:tkts
16ba0 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75  etup.h undo_.c:u
16bb0 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ndo.h update_.c:
16bc0 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
16bd0 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
16be0 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
16bf0 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
16c00 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
16c10 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
16c20 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
16c30 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69  .h winhttp_.c:wi
16c40 6e 68 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a  nhttp.h xfer_.c:
16c50 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
16c60 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
16c70 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52  lite3.h $(SRCDIR
16c80 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  )/th.h ./VERSION
16c90 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
16ca0 73 0a 0a 77 69 6b 69 5f 2e 63 3a 09 24 28 53 52  s..wiki_.c:.$(SR
16cb0 43 44 49 52 29 2f 77 69 6b 69 2e 63 20 24 28 53  CDIR)/wiki.c $(S
16cc0 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
16cd0 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
16ce0 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
16cf0 77 69 6b 69 2e 63 20 7c 20 73 65 64 20 2d 66 20  wiki.c | sed -f 
16d00 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
16d10 4e 20 3e 77 69 6b 69 5f 2e 63 0a 0a 77 69 6b 69  N >wiki_.c..wiki
16d20 2e 6f 3a 09 77 69 6b 69 5f 2e 63 20 77 69 6b 69  .o:.wiki_.c wiki
16d30 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
16d40 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
16d50 2d 6f 20 77 69 6b 69 2e 6f 20 2d 63 20 77 69 6b  -o wiki.o -c wik
16d60 69 5f 2e 63 0a 0a 77 69 6b 69 2e 68 3a 09 6d 61  i_.c..wiki.h:.ma
16d70 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
16d80 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
16d90 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
16da0 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
16db0 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
16dc0 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
16dd0 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
16de0 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
16df0 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
16e00 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
16e10 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
16e20 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
16e30 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
16e40 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
16e50 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
16e60 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
16e70 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
16e80 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
16e90 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
16ea0 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
16eb0 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
16ec0 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
16ed0 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
16ee0 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
16ef0 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
16f00 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
16f10 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
16f20 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
16f30 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
16f40 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
16f50 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
16f60 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
16f70 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
16f80 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
16f90 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
16fa0 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
16fb0 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
16fc0 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
16fd0 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
16fe0 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
16ff0 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
17000 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
17010 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
17020 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
17030 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
17040 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
17050 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
17060 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
17070 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
17080 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
17090 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63  c:sha1.h stat_.c
170a0 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63  :stat.h style_.c
170b0 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
170c0 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
170d0 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
170e0 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69  tagview.h th_mai
170f0 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74  n_.c:th_main.h t
17100 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
17110 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74  ine.h tkt_.c:tkt
17120 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a  .h tktconfig_.c:
17130 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73  tktconfig.h tkts
17140 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
17150 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
17160 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
17170 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
17180 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
17190 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
171a0 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
171b0 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
171c0 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
171d0 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
171e0 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
171f0 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
17200 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
17210 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
17220 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
17230 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
17240 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 77  touch headers..w
17250 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 09 24 28  ikiformat_.c:.$(
17260 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d  SRCDIR)/wikiform
17270 61 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  at.c $(SRCDIR)/V
17280 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
17290 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
172a0 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d  SRCDIR)/wikiform
172b0 61 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  at.c | sed -f $(
172c0 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
172d0 3e 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 0a 0a  >wikiformat_.c..
172e0 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 3a 09 77 69  wikiformat.o:.wi
172f0 6b 69 66 6f 72 6d 61 74 5f 2e 63 20 77 69 6b 69  kiformat_.c wiki
17300 66 6f 72 6d 61 74 2e 68 20 20 24 28 53 52 43 44  format.h  $(SRCD
17310 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
17320 58 54 43 43 29 20 2d 6f 20 77 69 6b 69 66 6f 72  XTCC) -o wikifor
17330 6d 61 74 2e 6f 20 2d 63 20 77 69 6b 69 66 6f 72  mat.o -c wikifor
17340 6d 61 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f 72 6d  mat_.c..wikiform
17350 61 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  at.h:.makeheader
17360 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
17370 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61    add_.c:add.h a
17380 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20  dmin_.c:admin.h 
17390 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f  bag_.c:bag.h blo
173a0 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e  b_.c:blob.h bran
173b0 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62  ch_.c:branch.h b
173c0 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e  rowse_.c:browse.
173d0 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
173e0 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
173f0 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
17400 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
17410 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
17420 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
17430 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
17440 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
17450 6e 66 69 67 75 72 65 5f 2e 63 3a 63 6f 6e 66 69  nfigure_.c:confi
17460 67 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74  gure.h construct
17470 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
17480 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
17490 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
174a0 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
174b0 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
174c0 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 61  tacmd.h descenda
174d0 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 61 6e  nts_.c:descendan
174e0 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
174f0 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
17500 69 66 66 63 6d 64 2e 68 20 64 6f 63 5f 2e 63 3a  iffcmd.h doc_.c:
17510 64 6f 63 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  doc.h encode_.c:
17520 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
17530 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
17540 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
17550 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
17560 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
17570 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
17580 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
17590 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
175a0 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
175b0 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79  3_.c:merge3.h my
175c0 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65  _page_.c:my_page
175d0 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
175e0 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
175f0 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75  .h pqueue_.c:pqu
17600 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  eue.h printf_.c:
17610 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
17620 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 65  _.c:rebuild.h re
17630 70 6f 72 74 5f 2e 63 3a 72 65 70 6f 72 74 2e 68  port_.c:report.h
17640 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
17650 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
17660 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
17670 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
17680 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20   stat_.c:stat.h 
17690 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
176a0 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
176b0 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
176c0 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
176d0 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f  h th_main_.c:th_
176e0 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  main.h timeline_
176f0 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b  .c:timeline.h tk
17700 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f  t_.c:tkt.h tktco
17710 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69  nfig_.c:tktconfi
17720 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a  g.h tktsetup_.c:
17730 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f  tktsetup.h undo_
17740 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65  .c:undo.h update
17750 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
17760 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
17770 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
17780 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
17790 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
177a0 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
177b0 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
177c0 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e  rmat.h winhttp_.
177d0 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72  c:winhttp.h xfer
177e0 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
177f0 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
17800 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52  )/sqlite3.h $(SR
17810 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52  CDIR)/th.h ./VER
17820 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
17830 61 64 65 72 73 0a 0a 77 69 6e 68 74 74 70 5f 2e  aders..winhttp_.
17840 63 3a 09 24 28 53 52 43 44 49 52 29 2f 77 69 6e  c:.$(SRCDIR)/win
17850 68 74 74 70 2e 63 20 24 28 53 52 43 44 49 52 29  http.c $(SRCDIR)
17860 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
17870 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
17880 24 28 53 52 43 44 49 52 29 2f 77 69 6e 68 74 74  $(SRCDIR)/winhtt
17890 70 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  p.c | sed -f $(S
178a0 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
178b0 77 69 6e 68 74 74 70 5f 2e 63 0a 0a 77 69 6e 68  winhttp_.c..winh
178c0 74 74 70 2e 6f 3a 09 77 69 6e 68 74 74 70 5f 2e  ttp.o:.winhttp_.
178d0 63 20 77 69 6e 68 74 74 70 2e 68 20 20 24 28 53  c winhttp.h  $(S
178e0 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
178f0 09 24 28 58 54 43 43 29 20 2d 6f 20 77 69 6e 68  .$(XTCC) -o winh
17900 74 74 70 2e 6f 20 2d 63 20 77 69 6e 68 74 74 70  ttp.o -c winhttp
17910 5f 2e 63 0a 0a 77 69 6e 68 74 74 70 2e 68 3a 09  _.c..winhttp.h:.
17920 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
17930 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
17940 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e  .c:add.h admin_.
17950 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63  c:admin.h bag_.c
17960 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :bag.h blob_.c:b
17970 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a  lob.h branch_.c:
17980 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f  branch.h browse_
17990 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f  .c:browse.h cgi_
179a0 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
179b0 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
179c0 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
179d0 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
179e0 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
179f0 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
17a00 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
17a10 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72  ormat.h configur
17a20 65 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68  e_.c:configure.h
17a30 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
17a40 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
17a50 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
17a60 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
17a70 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
17a80 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
17a90 68 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63  h descendants_.c
17aa0 3a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64  :descendants.h d
17ab0 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
17ac0 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
17ad0 2e 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20  .h doc_.c:doc.h 
17ae0 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
17af0 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
17b00 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
17b10 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
17b20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
17b30 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
17b40 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
17b50 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
17b60 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
17b70 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
17b80 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f  erge3.h my_page_
17b90 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d  .c:my_page.h nam
17ba0 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
17bb0 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75  t_.c:pivot.h pqu
17bc0 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20  eue_.c:pqueue.h 
17bd0 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
17be0 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
17bf0 62 75 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e  build.h report_.
17c00 63 3a 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e  c:report.h rss_.
17c10 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
17c20 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
17c30 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
17c40 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f  _.c:sha1.h stat_
17c50 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f  .c:stat.h style_
17c60 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
17c70 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63  .c:sync.h tag_.c
17c80 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e  :tag.h tagview_.
17c90 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d  c:tagview.h th_m
17ca0 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68  ain_.c:th_main.h
17cb0 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d   timeline_.c:tim
17cc0 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74  eline.h tkt_.c:t
17cd0 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e  kt.h tktconfig_.
17ce0 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b  c:tktconfig.h tk
17cf0 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74  tsetup_.c:tktset
17d00 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64  up.h undo_.c:und
17d10 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  o.h update_.c:up
17d20 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
17d30 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
17d40 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
17d50 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
17d60 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
17d70 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
17d80 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
17d90 20 77 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68   winhttp_.c:winh
17da0 74 74 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  ttp.h xfer_.c:xf
17db0 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
17dc0 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
17dd0 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f  te3.h $(SRCDIR)/
17de0 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  th.h ./VERSION.h
17df0 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
17e00 0a 78 66 65 72 5f 2e 63 3a 09 24 28 53 52 43 44  .xfer_.c:.$(SRCD
17e10 49 52 29 2f 78 66 65 72 2e 63 20 24 28 53 52 43  IR)/xfer.c $(SRC
17e20 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
17e30 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
17e40 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 78 66  ate $(SRCDIR)/xf
17e50 65 72 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  er.c | sed -f $(
17e60 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
17e70 3e 78 66 65 72 5f 2e 63 0a 0a 78 66 65 72 2e 6f  >xfer_.c..xfer.o
17e80 3a 09 78 66 65 72 5f 2e 63 20 78 66 65 72 2e 68  :.xfer_.c xfer.h
17e90 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
17ea0 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
17eb0 20 78 66 65 72 2e 6f 20 2d 63 20 78 66 65 72 5f   xfer.o -c xfer_
17ec0 2e 63 0a 0a 78 66 65 72 2e 68 3a 09 6d 61 6b 65  .c..xfer.h:.make
17ed0 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
17ee0 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
17ef0 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64  dd.h admin_.c:ad
17f00 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67  min.h bag_.c:bag
17f10 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
17f20 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e  h branch_.c:bran
17f30 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62  ch.h browse_.c:b
17f40 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63  rowse.h cgi_.c:c
17f50 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
17f60 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
17f70 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
17f80 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
17f90 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
17fa0 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
17fb0 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
17fc0 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f 2e 63  t.h configure_.c
17fd0 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63 6f 6e  :configure.h con
17fe0 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
17ff0 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
18000 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
18010 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
18020 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
18030 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
18040 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64 65 73  scendants_.c:des
18050 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66 66 5f  cendants.h diff_
18060 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
18070 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 64  d_.c:diffcmd.h d
18080 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e 63 6f  oc_.c:doc.h enco
18090 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
180a0 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
180b0 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
180c0 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
180d0 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
180e0 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
180f0 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
18100 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
18110 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
18120 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
18130 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d  3.h my_page_.c:m
18140 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63  y_page.h name_.c
18150 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
18160 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f  :pivot.h pqueue_
18170 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e  .c:pqueue.h prin
18180 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
18190 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
181a0 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a 72 65  d.h report_.c:re
181b0 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a 72 73  port.h rss_.c:rs
181c0 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
181d0 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
181e0 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
181f0 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73  sha1.h stat_.c:s
18200 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  tat.h style_.c:s
18210 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
18220 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
18230 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
18240 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f  gview.h th_main_
18250 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d  .c:th_main.h tim
18260 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
18270 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68  e.h tkt_.c:tkt.h
18280 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b   tktconfig_.c:tk
18290 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74  tconfig.h tktset
182a0 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68  up_.c:tktsetup.h
182b0 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20   undo_.c:undo.h 
182c0 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
182d0 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
182e0 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
182f0 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
18300 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
18310 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
18320 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
18330 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77 69 6e  wikiformat.h win
18340 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74 70 2e  http_.c:winhttp.
18350 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
18360 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
18370 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
18380 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68  h $(SRCDIR)/th.h
18390 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
183a0 75 63 68 20 68 65 61 64 65 72 73 0a 0a 7a 69 70  uch headers..zip
183b0 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 7a  _.c:.$(SRCDIR)/z
183c0 69 70 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ip.c $(SRCDIR)/V
183d0 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
183e0 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
183f0 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 20 7c 20  SRCDIR)/zip.c | 
18400 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
18410 2f 56 45 52 53 49 4f 4e 20 3e 7a 69 70 5f 2e 63  /VERSION >zip_.c
18420 0a 0a 7a 69 70 2e 6f 3a 09 7a 69 70 5f 2e 63 20  ..zip.o:.zip_.c 
18430 7a 69 70 2e 68 20 20 24 28 53 52 43 44 49 52 29  zip.h  $(SRCDIR)
18440 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
18450 43 29 20 2d 6f 20 7a 69 70 2e 6f 20 2d 63 20 7a  C) -o zip.o -c z
18460 69 70 5f 2e 63 0a 0a 7a 69 70 2e 68 3a 09 6d 61  ip_.c..zip.h:.ma
18470 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
18480 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
18490 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a  :add.h admin_.c:
184a0 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62  admin.h bag_.c:b
184b0 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
184c0 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
184d0 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
184e0 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
184f0 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
18500 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
18510 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
18520 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
18530 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
18540 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
18550 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
18560 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
18570 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
18580 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
18590 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
185a0 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
185b0 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
185c0 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
185d0 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
185e0 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
185f0 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
18600 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
18610 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
18620 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
18630 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
18640 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
18650 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
18660 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
18670 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
18680 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
18690 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
186a0 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
186b0 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
186c0 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
186d0 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
186e0 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
186f0 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
18700 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
18710 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
18720 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
18730 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
18740 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
18750 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
18760 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
18770 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
18780 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
18790 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63  c:sha1.h stat_.c
187a0 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63  :stat.h style_.c
187b0 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
187c0 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
187d0 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
187e0 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69  tagview.h th_mai
187f0 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74  n_.c:th_main.h t
18800 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
18810 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74  ine.h tkt_.c:tkt
18820 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a  .h tktconfig_.c:
18830 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73  tktconfig.h tkts
18840 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70  etup_.c:tktsetup
18850 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e  .h undo_.c:undo.
18860 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
18870 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
18880 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
18890 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
188a0 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
188b0 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
188c0 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
188d0 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 77  c:wikiformat.h w
188e0 69 6e 68 74 74 70 5f 2e 63 3a 77 69 6e 68 74 74  inhttp_.c:winhtt
188f0 70 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  p.h xfer_.c:xfer
18900 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
18910 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
18920 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68  3.h $(SRCDIR)/th
18930 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
18940 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73  touch headers..s
18950 71 6c 69 74 65 33 2e 6f 3a 09 24 28 53 52 43 44  qlite3.o:.$(SRCD
18960 49 52 29 2f 73 71 6c 69 74 65 33 2e 63 0a 09 24  IR)/sqlite3.c..$
18970 28 58 54 43 43 29 20 2d 44 53 51 4c 49 54 45 5f  (XTCC) -DSQLITE_
18980 4f 4d 49 54 5f 4c 4f 41 44 5f 45 58 54 45 4e 53  OMIT_LOAD_EXTENS
18990 49 4f 4e 3d 31 20 2d 44 53 51 4c 49 54 45 5f 50  ION=1 -DSQLITE_P
189a0 52 49 56 41 54 45 3d 20 2d 44 53 51 4c 49 54 45  RIVATE= -DSQLITE
189b0 5f 54 48 52 45 41 44 53 41 46 45 3d 30 20 2d 44  _THREADSAFE=0 -D
189c0 53 51 4c 49 54 45 5f 44 45 46 41 55 4c 54 5f 46  SQLITE_DEFAULT_F
189d0 49 4c 45 5f 46 4f 52 4d 41 54 3d 34 20 2d 44 53  ILE_FORMAT=4 -DS
189e0 51 4c 49 54 45 5f 45 4e 41 42 4c 45 5f 46 54 53  QLITE_ENABLE_FTS
189f0 33 3d 31 20 2d 63 20 24 28 53 52 43 44 49 52 29  3=1 -c $(SRCDIR)
18a00 2f 73 71 6c 69 74 65 33 2e 63 20 2d 6f 20 73 71  /sqlite3.c -o sq
18a10 6c 69 74 65 33 2e 6f 0a 0a 74 68 2e 6f 3a 09 24  lite3.o..th.o:.$
18a20 28 53 52 43 44 49 52 29 2f 74 68 2e 63 0a 09 24  (SRCDIR)/th.c..$
18a30 28 58 54 43 43 29 20 2d 49 24 28 53 52 43 44 49  (XTCC) -I$(SRCDI
18a40 52 29 20 2d 63 20 24 28 53 52 43 44 49 52 29 2f  R) -c $(SRCDIR)/
18a50 74 68 2e 63 20 2d 6f 20 74 68 2e 6f 0a 0a 74 68  th.c -o th.o..th
18a60 5f 6c 61 6e 67 2e 6f 3a 09 24 28 53 52 43 44 49  _lang.o:.$(SRCDI
18a70 52 29 2f 74 68 5f 6c 61 6e 67 2e 63 0a 09 24 28  R)/th_lang.c..$(
18a80 58 54 43 43 29 20 2d 49 24 28 53 52 43 44 49 52  XTCC) -I$(SRCDIR
18a90 29 20 2d 63 20 24 28 53 52 43 44 49 52 29 2f 74  ) -c $(SRCDIR)/t
18aa0 68 5f 6c 61 6e 67 2e 63 20 2d 6f 20 74 68 5f 6c  h_lang.c -o th_l
18ab0 61 6e 67 2e 6f 0a 0a                             ang.o..