Hex Artifact Content
Not logged in

Artifact 3a3bee5aa8f396f4498f210eb39e564e56084c0c:

File src/main.mk part of check-in [007d1ce44f] - Rename admin_sql_page.c to admin.c. Refactor the strxform functions into SQL functions. Refactor the db_generic_query_view() routine. Fix multiple security vulnerabilities. Bring the code closer into compliance with style guidelines. by drh on 2008-02-07 15:08:02.

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 73 74 72 75 63 74 2e  CDIR)/construct.
02c0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
02d0: 63 6f 6e 74 65 6e 74 2e 63 20 5c 0a 20 20 24 28  content.c \.  $(
02e0: 53 52 43 44 49 52 29 2f 64 62 2e 63 20 5c 0a 20  SRCDIR)/db.c \. 
02f0: 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61   $(SRCDIR)/delta
0300: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
0310: 2f 64 65 6c 74 61 63 6d 64 2e 63 20 5c 0a 20 20  /deltacmd.c \.  
0320: 24 28 53 52 43 44 49 52 29 2f 64 65 73 63 65 6e  $(SRCDIR)/descen
0330: 64 65 6e 74 73 2e 63 20 5c 0a 20 20 24 28 53 52  dents.c \.  $(SR
0340: 43 44 49 52 29 2f 64 69 66 66 2e 63 20 5c 0a 20  CDIR)/diff.c \. 
0350: 20 24 28 53 52 43 44 49 52 29 2f 64 69 66 66 63   $(SRCDIR)/diffc
0360: 6d 64 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  md.c \.  $(SRCDI
0370: 52 29 2f 65 6e 63 6f 64 65 2e 63 20 5c 0a 20 20  R)/encode.c \.  
0380: 24 28 53 52 43 44 49 52 29 2f 66 69 6c 65 2e 63  $(SRCDIR)/file.c
0390: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 68   \.  $(SRCDIR)/h
03a0: 74 74 70 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  ttp.c \.  $(SRCD
03b0: 49 52 29 2f 69 6e 66 6f 2e 63 20 5c 0a 20 20 24  IR)/info.c \.  $
03c0: 28 53 52 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63  (SRCDIR)/login.c
03d0: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d   \.  $(SRCDIR)/m
03e0: 61 69 6e 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  ain.c \.  $(SRCD
03f0: 49 52 29 2f 6d 61 6e 69 66 65 73 74 2e 63 20 5c  IR)/manifest.c \
0400: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d 64 35  .  $(SRCDIR)/md5
0410: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
0420: 2f 6d 65 72 67 65 2e 63 20 5c 0a 20 20 24 28 53  /merge.c \.  $(S
0430: 52 43 44 49 52 29 2f 6d 65 72 67 65 33 2e 63 20  RCDIR)/merge3.c 
0440: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d 79  \.  $(SRCDIR)/my
0450: 5f 70 61 67 65 2e 63 20 5c 0a 20 20 24 28 53 52  _page.c \.  $(SR
0460: 43 44 49 52 29 2f 6e 61 6d 65 2e 63 20 5c 0a 20  CDIR)/name.c \. 
0470: 20 24 28 53 52 43 44 49 52 29 2f 70 69 76 6f 74   $(SRCDIR)/pivot
0480: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
0490: 2f 70 71 75 65 75 65 2e 63 20 5c 0a 20 20 24 28  /pqueue.c \.  $(
04a0: 53 52 43 44 49 52 29 2f 70 72 69 6e 74 66 2e 63  SRCDIR)/printf.c
04b0: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 72   \.  $(SRCDIR)/r
04c0: 65 62 75 69 6c 64 2e 63 20 5c 0a 20 20 24 28 53  ebuild.c \.  $(S
04d0: 52 43 44 49 52 29 2f 72 73 73 2e 63 20 5c 0a 20  RCDIR)/rss.c \. 
04e0: 20 24 28 53 52 43 44 49 52 29 2f 73 63 68 65 6d   $(SRCDIR)/schem
04f0: 61 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  a.c \.  $(SRCDIR
0500: 29 2f 73 65 74 75 70 2e 63 20 5c 0a 20 20 24 28  )/setup.c \.  $(
0510: 53 52 43 44 49 52 29 2f 73 68 61 31 2e 63 20 5c  SRCDIR)/sha1.c \
0520: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 74 79  .  $(SRCDIR)/sty
0530: 6c 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  le.c \.  $(SRCDI
0540: 52 29 2f 73 75 62 73 63 72 69 70 74 2e 63 20 5c  R)/subscript.c \
0550: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 79 6e  .  $(SRCDIR)/syn
0560: 63 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  c.c \.  $(SRCDIR
0570: 29 2f 74 61 67 2e 63 20 5c 0a 20 20 24 28 53 52  )/tag.c \.  $(SR
0580: 43 44 49 52 29 2f 74 61 67 76 69 65 77 2e 63 20  CDIR)/tagview.c 
0590: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 74 69  \.  $(SRCDIR)/ti
05a0: 6d 65 6c 69 6e 65 2e 63 20 5c 0a 20 20 24 28 53  meline.c \.  $(S
05b0: 52 43 44 49 52 29 2f 74 6b 74 2e 63 20 5c 0a 20  RCDIR)/tkt.c \. 
05c0: 20 24 28 53 52 43 44 49 52 29 2f 74 6b 74 63 6f   $(SRCDIR)/tktco
05d0: 6e 66 69 67 2e 63 20 5c 0a 20 20 24 28 53 52 43  nfig.c \.  $(SRC
05e0: 44 49 52 29 2f 74 6b 74 73 65 74 75 70 2e 63 20  DIR)/tktsetup.c 
05f0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 75 6e  \.  $(SRCDIR)/un
0600: 64 6f 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  do.c \.  $(SRCDI
0610: 52 29 2f 75 70 64 61 74 65 2e 63 20 5c 0a 20 20  R)/update.c \.  
0620: 24 28 53 52 43 44 49 52 29 2f 75 72 6c 2e 63 20  $(SRCDIR)/url.c 
0630: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 75 73  \.  $(SRCDIR)/us
0640: 65 72 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  er.c \.  $(SRCDI
0650: 52 29 2f 76 65 72 69 66 79 2e 63 20 5c 0a 20 20  R)/verify.c \.  
0660: 24 28 53 52 43 44 49 52 29 2f 76 66 69 6c 65 2e  $(SRCDIR)/vfile.
0670: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0680: 77 69 6b 69 2e 63 20 5c 0a 20 20 24 28 53 52 43  wiki.c \.  $(SRC
0690: 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d 61 74 2e  DIR)/wikiformat.
06a0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
06b0: 78 66 65 72 2e 63 20 5c 0a 20 20 24 28 53 52 43  xfer.c \.  $(SRC
06c0: 44 49 52 29 2f 7a 69 70 2e 63 0a 0a 54 52 41 4e  DIR)/zip.c..TRAN
06d0: 53 5f 53 52 43 20 3d 20 5c 0a 20 20 61 64 64 5f  S_SRC = \.  add_
06e0: 2e 63 20 5c 0a 20 20 61 64 6d 69 6e 5f 2e 63 20  .c \.  admin_.c 
06f0: 5c 0a 20 20 62 61 67 5f 2e 63 20 5c 0a 20 20 62  \.  bag_.c \.  b
0700: 6c 6f 62 5f 2e 63 20 5c 0a 20 20 62 72 61 6e 63  lob_.c \.  branc
0710: 68 5f 2e 63 20 5c 0a 20 20 62 72 6f 77 73 65 5f  h_.c \.  browse_
0720: 2e 63 20 5c 0a 20 20 63 67 69 5f 2e 63 20 5c 0a  .c \.  cgi_.c \.
0730: 20 20 63 68 65 63 6b 69 6e 5f 2e 63 20 5c 0a 20    checkin_.c \. 
0740: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 20 5c 0a 20   checkout_.c \. 
0750: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 20 5c 0a   clearsign_.c \.
0760: 20 20 63 6c 6f 6e 65 5f 2e 63 20 5c 0a 20 20 63    clone_.c \.  c
0770: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 20 5c 0a 20 20  omformat_.c \.  
0780: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 20 5c 0a 20  construct_.c \. 
0790: 20 63 6f 6e 74 65 6e 74 5f 2e 63 20 5c 0a 20 20   content_.c \.  
07a0: 64 62 5f 2e 63 20 5c 0a 20 20 64 65 6c 74 61 5f  db_.c \.  delta_
07b0: 2e 63 20 5c 0a 20 20 64 65 6c 74 61 63 6d 64 5f  .c \.  deltacmd_
07c0: 2e 63 20 5c 0a 20 20 64 65 73 63 65 6e 64 65 6e  .c \.  descenden
07d0: 74 73 5f 2e 63 20 5c 0a 20 20 64 69 66 66 5f 2e  ts_.c \.  diff_.
07e0: 63 20 5c 0a 20 20 64 69 66 66 63 6d 64 5f 2e 63  c \.  diffcmd_.c
07f0: 20 5c 0a 20 20 65 6e 63 6f 64 65 5f 2e 63 20 5c   \.  encode_.c \
0800: 0a 20 20 66 69 6c 65 5f 2e 63 20 5c 0a 20 20 68  .  file_.c \.  h
0810: 74 74 70 5f 2e 63 20 5c 0a 20 20 69 6e 66 6f 5f  ttp_.c \.  info_
0820: 2e 63 20 5c 0a 20 20 6c 6f 67 69 6e 5f 2e 63 20  .c \.  login_.c 
0830: 5c 0a 20 20 6d 61 69 6e 5f 2e 63 20 5c 0a 20 20  \.  main_.c \.  
0840: 6d 61 6e 69 66 65 73 74 5f 2e 63 20 5c 0a 20 20  manifest_.c \.  
0850: 6d 64 35 5f 2e 63 20 5c 0a 20 20 6d 65 72 67 65  md5_.c \.  merge
0860: 5f 2e 63 20 5c 0a 20 20 6d 65 72 67 65 33 5f 2e  _.c \.  merge3_.
0870: 63 20 5c 0a 20 20 6d 79 5f 70 61 67 65 5f 2e 63  c \.  my_page_.c
0880: 20 5c 0a 20 20 6e 61 6d 65 5f 2e 63 20 5c 0a 20   \.  name_.c \. 
0890: 20 70 69 76 6f 74 5f 2e 63 20 5c 0a 20 20 70 71   pivot_.c \.  pq
08a0: 75 65 75 65 5f 2e 63 20 5c 0a 20 20 70 72 69 6e  ueue_.c \.  prin
08b0: 74 66 5f 2e 63 20 5c 0a 20 20 72 65 62 75 69 6c  tf_.c \.  rebuil
08c0: 64 5f 2e 63 20 5c 0a 20 20 72 73 73 5f 2e 63 20  d_.c \.  rss_.c 
08d0: 5c 0a 20 20 73 63 68 65 6d 61 5f 2e 63 20 5c 0a  \.  schema_.c \.
08e0: 20 20 73 65 74 75 70 5f 2e 63 20 5c 0a 20 20 73    setup_.c \.  s
08f0: 68 61 31 5f 2e 63 20 5c 0a 20 20 73 74 79 6c 65  ha1_.c \.  style
0900: 5f 2e 63 20 5c 0a 20 20 73 75 62 73 63 72 69 70  _.c \.  subscrip
0910: 74 5f 2e 63 20 5c 0a 20 20 73 79 6e 63 5f 2e 63  t_.c \.  sync_.c
0920: 20 5c 0a 20 20 74 61 67 5f 2e 63 20 5c 0a 20 20   \.  tag_.c \.  
0930: 74 61 67 76 69 65 77 5f 2e 63 20 5c 0a 20 20 74  tagview_.c \.  t
0940: 69 6d 65 6c 69 6e 65 5f 2e 63 20 5c 0a 20 20 74  imeline_.c \.  t
0950: 6b 74 5f 2e 63 20 5c 0a 20 20 74 6b 74 63 6f 6e  kt_.c \.  tktcon
0960: 66 69 67 5f 2e 63 20 5c 0a 20 20 74 6b 74 73 65  fig_.c \.  tktse
0970: 74 75 70 5f 2e 63 20 5c 0a 20 20 75 6e 64 6f 5f  tup_.c \.  undo_
0980: 2e 63 20 5c 0a 20 20 75 70 64 61 74 65 5f 2e 63  .c \.  update_.c
0990: 20 5c 0a 20 20 75 72 6c 5f 2e 63 20 5c 0a 20 20   \.  url_.c \.  
09a0: 75 73 65 72 5f 2e 63 20 5c 0a 20 20 76 65 72 69  user_.c \.  veri
09b0: 66 79 5f 2e 63 20 5c 0a 20 20 76 66 69 6c 65 5f  fy_.c \.  vfile_
09c0: 2e 63 20 5c 0a 20 20 77 69 6b 69 5f 2e 63 20 5c  .c \.  wiki_.c \
09d0: 0a 20 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .  wikiformat_.c
09e0: 20 5c 0a 20 20 78 66 65 72 5f 2e 63 20 5c 0a 20   \.  xfer_.c \. 
09f0: 20 7a 69 70 5f 2e 63 0a 0a 4f 42 4a 20 3d 20 5c   zip_.c..OBJ = \
0a00: 0a 20 20 61 64 64 2e 6f 20 5c 0a 20 20 61 64 6d  .  add.o \.  adm
0a10: 69 6e 2e 6f 20 5c 0a 20 20 62 61 67 2e 6f 20 5c  in.o \.  bag.o \
0a20: 0a 20 20 62 6c 6f 62 2e 6f 20 5c 0a 20 20 62 72  .  blob.o \.  br
0a30: 61 6e 63 68 2e 6f 20 5c 0a 20 20 62 72 6f 77 73  anch.o \.  brows
0a40: 65 2e 6f 20 5c 0a 20 20 63 67 69 2e 6f 20 5c 0a  e.o \.  cgi.o \.
0a50: 20 20 63 68 65 63 6b 69 6e 2e 6f 20 5c 0a 20 20    checkin.o \.  
0a60: 63 68 65 63 6b 6f 75 74 2e 6f 20 5c 0a 20 20 63  checkout.o \.  c
0a70: 6c 65 61 72 73 69 67 6e 2e 6f 20 5c 0a 20 20 63  learsign.o \.  c
0a80: 6c 6f 6e 65 2e 6f 20 5c 0a 20 20 63 6f 6d 66 6f  lone.o \.  comfo
0a90: 72 6d 61 74 2e 6f 20 5c 0a 20 20 63 6f 6e 73 74  rmat.o \.  const
0aa0: 72 75 63 74 2e 6f 20 5c 0a 20 20 63 6f 6e 74 65  ruct.o \.  conte
0ab0: 6e 74 2e 6f 20 5c 0a 20 20 64 62 2e 6f 20 5c 0a  nt.o \.  db.o \.
0ac0: 20 20 64 65 6c 74 61 2e 6f 20 5c 0a 20 20 64 65    delta.o \.  de
0ad0: 6c 74 61 63 6d 64 2e 6f 20 5c 0a 20 20 64 65 73  ltacmd.o \.  des
0ae0: 63 65 6e 64 65 6e 74 73 2e 6f 20 5c 0a 20 20 64  cendents.o \.  d
0af0: 69 66 66 2e 6f 20 5c 0a 20 20 64 69 66 66 63 6d  iff.o \.  diffcm
0b00: 64 2e 6f 20 5c 0a 20 20 65 6e 63 6f 64 65 2e 6f  d.o \.  encode.o
0b10: 20 5c 0a 20 20 66 69 6c 65 2e 6f 20 5c 0a 20 20   \.  file.o \.  
0b20: 68 74 74 70 2e 6f 20 5c 0a 20 20 69 6e 66 6f 2e  http.o \.  info.
0b30: 6f 20 5c 0a 20 20 6c 6f 67 69 6e 2e 6f 20 5c 0a  o \.  login.o \.
0b40: 20 20 6d 61 69 6e 2e 6f 20 5c 0a 20 20 6d 61 6e    main.o \.  man
0b50: 69 66 65 73 74 2e 6f 20 5c 0a 20 20 6d 64 35 2e  ifest.o \.  md5.
0b60: 6f 20 5c 0a 20 20 6d 65 72 67 65 2e 6f 20 5c 0a  o \.  merge.o \.
0b70: 20 20 6d 65 72 67 65 33 2e 6f 20 5c 0a 20 20 6d    merge3.o \.  m
0b80: 79 5f 70 61 67 65 2e 6f 20 5c 0a 20 20 6e 61 6d  y_page.o \.  nam
0b90: 65 2e 6f 20 5c 0a 20 20 70 69 76 6f 74 2e 6f 20  e.o \.  pivot.o 
0ba0: 5c 0a 20 20 70 71 75 65 75 65 2e 6f 20 5c 0a 20  \.  pqueue.o \. 
0bb0: 20 70 72 69 6e 74 66 2e 6f 20 5c 0a 20 20 72 65   printf.o \.  re
0bc0: 62 75 69 6c 64 2e 6f 20 5c 0a 20 20 72 73 73 2e  build.o \.  rss.
0bd0: 6f 20 5c 0a 20 20 73 63 68 65 6d 61 2e 6f 20 5c  o \.  schema.o \
0be0: 0a 20 20 73 65 74 75 70 2e 6f 20 5c 0a 20 20 73  .  setup.o \.  s
0bf0: 68 61 31 2e 6f 20 5c 0a 20 20 73 74 79 6c 65 2e  ha1.o \.  style.
0c00: 6f 20 5c 0a 20 20 73 75 62 73 63 72 69 70 74 2e  o \.  subscript.
0c10: 6f 20 5c 0a 20 20 73 79 6e 63 2e 6f 20 5c 0a 20  o \.  sync.o \. 
0c20: 20 74 61 67 2e 6f 20 5c 0a 20 20 74 61 67 76 69   tag.o \.  tagvi
0c30: 65 77 2e 6f 20 5c 0a 20 20 74 69 6d 65 6c 69 6e  ew.o \.  timelin
0c40: 65 2e 6f 20 5c 0a 20 20 74 6b 74 2e 6f 20 5c 0a  e.o \.  tkt.o \.
0c50: 20 20 74 6b 74 63 6f 6e 66 69 67 2e 6f 20 5c 0a    tktconfig.o \.
0c60: 20 20 74 6b 74 73 65 74 75 70 2e 6f 20 5c 0a 20    tktsetup.o \. 
0c70: 20 75 6e 64 6f 2e 6f 20 5c 0a 20 20 75 70 64 61   undo.o \.  upda
0c80: 74 65 2e 6f 20 5c 0a 20 20 75 72 6c 2e 6f 20 5c  te.o \.  url.o \
0c90: 0a 20 20 75 73 65 72 2e 6f 20 5c 0a 20 20 76 65  .  user.o \.  ve
0ca0: 72 69 66 79 2e 6f 20 5c 0a 20 20 76 66 69 6c 65  rify.o \.  vfile
0cb0: 2e 6f 20 5c 0a 20 20 77 69 6b 69 2e 6f 20 5c 0a  .o \.  wiki.o \.
0cc0: 20 20 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 20 5c    wikiformat.o \
0cd0: 0a 20 20 78 66 65 72 2e 6f 20 5c 0a 20 20 7a 69  .  xfer.o \.  zi
0ce0: 70 2e 6f 0a 0a 41 50 50 4e 41 4d 45 20 3d 20 66  p.o..APPNAME = f
0cf0: 6f 73 73 69 6c 24 28 45 29 0a 0a 0a 0a 61 6c 6c  ossil$(E)....all
0d00: 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a 0a 69 6e  :.$(APPNAME)..in
0d10: 73 74 61 6c 6c 3a 09 24 28 41 50 50 4e 41 4d 45  stall:.$(APPNAME
0d20: 29 0a 09 6d 76 20 24 28 41 50 50 4e 41 4d 45 29  )..mv $(APPNAME)
0d30: 20 24 28 49 4e 53 54 41 4c 4c 44 49 52 29 0a 0a   $(INSTALLDIR)..
0d40: 74 72 61 6e 73 6c 61 74 65 3a 09 24 28 53 52 43  translate:.$(SRC
0d50: 44 49 52 29 2f 74 72 61 6e 73 6c 61 74 65 2e 63  DIR)/translate.c
0d60: 0a 09 24 28 42 43 43 29 20 2d 6f 20 74 72 61 6e  ..$(BCC) -o tran
0d70: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
0d80: 74 72 61 6e 73 6c 61 74 65 2e 63 0a 0a 6d 61 6b  translate.c..mak
0d90: 65 68 65 61 64 65 72 73 3a 09 24 28 53 52 43 44  eheaders:.$(SRCD
0da0: 49 52 29 2f 6d 61 6b 65 68 65 61 64 65 72 73 2e  IR)/makeheaders.
0db0: 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 6d 61 6b  c..$(BCC) -o mak
0dc0: 65 68 65 61 64 65 72 73 20 24 28 53 52 43 44 49  eheaders $(SRCDI
0dd0: 52 29 2f 6d 61 6b 65 68 65 61 64 65 72 73 2e 63  R)/makeheaders.c
0de0: 0a 0a 6d 6b 69 6e 64 65 78 3a 09 24 28 53 52 43  ..mkindex:.$(SRC
0df0: 44 49 52 29 2f 6d 6b 69 6e 64 65 78 2e 63 0a 09  DIR)/mkindex.c..
0e00: 24 28 42 43 43 29 20 2d 6f 20 6d 6b 69 6e 64 65  $(BCC) -o mkinde
0e10: 78 20 24 28 53 52 43 44 49 52 29 2f 6d 6b 69 6e  x $(SRCDIR)/mkin
0e20: 64 65 78 2e 63 0a 0a 23 20 57 41 52 4e 49 4e 47  dex.c..# WARNING
0e30: 2e 20 44 41 4e 47 45 52 2e 20 52 75 6e 6e 69 6e  . DANGER. Runnin
0e40: 67 20 74 68 65 20 74 65 73 74 73 75 69 74 65 20  g the testsuite 
0e50: 6d 6f 64 69 66 69 65 73 20 74 68 65 20 72 65 70  modifies the rep
0e60: 6f 73 69 74 6f 72 79 20 74 68 65 0a 23 20 62 75  ository the.# bu
0e70: 69 6c 64 20 69 73 20 64 6f 6e 65 20 66 72 6f 6d  ild is done from
0e80: 2c 20 69 2e 65 2e 20 74 68 65 20 63 68 65 63 6b  , i.e. the check
0e90: 6f 75 74 20 62 65 6c 6f 6e 67 73 20 74 6f 2e 20  out belongs to. 
0ea0: 44 6f 20 6e 6f 74 20 73 79 6e 63 2f 70 75 73 68  Do not sync/push
0eb0: 0a 23 20 74 68 65 20 72 65 70 6f 73 69 74 6f 72  .# the repositor
0ec0: 79 20 61 66 74 65 72 20 72 75 6e 6e 69 6e 67 20  y after running 
0ed0: 74 68 65 20 74 65 73 74 73 2e 0a 74 65 73 74 3a  the tests..test:
0ee0: 09 24 28 41 50 50 4e 41 4d 45 29 0a 09 24 28 54  .$(APPNAME)..$(T
0ef0: 43 4c 53 48 29 20 74 65 73 74 2f 74 65 73 74 65  CLSH) test/teste
0f00: 72 2e 74 63 6c 20 24 28 41 50 50 4e 41 4d 45 29  r.tcl $(APPNAME)
0f10: 0a 0a 56 45 52 53 49 4f 4e 2e 68 3a 09 24 28 53  ..VERSION.h:.$(S
0f20: 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65  RCDIR)/../manife
0f30: 73 74 2e 75 75 69 64 20 24 28 53 52 43 44 49 52  st.uuid $(SRCDIR
0f40: 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 0a 09 61  )/../manifest..a
0f50: 77 6b 20 27 7b 20 70 72 69 6e 74 66 20 22 23 64  wk '{ printf "#d
0f60: 65 66 69 6e 65 20 4d 41 4e 49 46 45 53 54 5f 55  efine MANIFEST_U
0f70: 55 49 44 20 5c 22 25 73 5c 22 5c 6e 22 2c 20 24  UID \"%s\"\n", $
0f80: 24 31 7d 27 20 20 24 28 53 52 43 44 49 52 29 2f  $1}'  $(SRCDIR)/
0f90: 2e 2e 2f 6d 61 6e 69 66 65 73 74 2e 75 75 69 64  ../manifest.uuid
0fa0: 20 3e 56 45 52 53 49 4f 4e 2e 68 0a 09 61 77 6b   >VERSION.h..awk
0fb0: 20 27 7b 20 70 72 69 6e 74 66 20 22 23 64 65 66   '{ printf "#def
0fc0: 69 6e 65 20 4d 41 4e 49 46 45 53 54 5f 56 45 52  ine MANIFEST_VER
0fd0: 53 49 4f 4e 20 5c 22 5b 25 2e 31 30 73 5d 5c 22  SION \"[%.10s]\"
0fe0: 5c 6e 22 2c 20 24 24 31 7d 27 20 20 24 28 53 52  \n", $$1}'  $(SR
0ff0: 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73  CDIR)/../manifes
1000: 74 2e 75 75 69 64 20 3e 3e 56 45 52 53 49 4f 4e  t.uuid >>VERSION
1010: 2e 68 0a 09 61 77 6b 20 27 24 24 31 3d 3d 22 44  .h..awk '$$1=="D
1020: 22 7b 70 72 69 6e 74 66 20 22 23 64 65 66 69 6e  "{printf "#defin
1030: 65 20 4d 41 4e 49 46 45 53 54 5f 44 41 54 45 20  e MANIFEST_DATE 
1040: 5c 22 25 73 20 25 73 5c 22 5c 6e 22 2c 20 73 75  \"%s %s\"\n", su
1050: 62 73 74 72 28 24 24 32 2c 31 2c 31 30 29 2c 73  bstr($$2,1,10),s
1060: 75 62 73 74 72 28 24 24 32 2c 31 32 29 7d 27 20  ubstr($$2,12)}' 
1070: 20 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61   $(SRCDIR)/../ma
1080: 6e 69 66 65 73 74 20 3e 3e 56 45 52 53 49 4f 4e  nifest >>VERSION
1090: 2e 68 0a 0a 24 28 41 50 50 4e 41 4d 45 29 3a 09  .h..$(APPNAME):.
10a0: 68 65 61 64 65 72 73 20 24 28 4f 42 4a 29 20 73  headers $(OBJ) s
10b0: 71 6c 69 74 65 33 2e 6f 0a 09 24 28 54 43 43 29  qlite3.o..$(TCC)
10c0: 20 2d 6f 20 24 28 41 50 50 4e 41 4d 45 29 20 24   -o $(APPNAME) $
10d0: 28 4f 42 4a 29 20 73 71 6c 69 74 65 33 2e 6f 20  (OBJ) sqlite3.o 
10e0: 24 28 4c 49 42 29 0a 0a 23 20 54 68 69 73 20 72  $(LIB)..# This r
10f0: 75 6c 65 20 70 72 65 76 65 6e 74 73 20 6d 61 6b  ule prevents mak
1100: 65 20 66 72 6f 6d 20 75 73 69 6e 67 20 69 74 73  e from using its
1110: 20 64 65 66 61 75 6c 74 20 72 75 6c 65 73 20 74   default rules t
1120: 6f 20 74 72 79 20 62 75 69 6c 64 0a 23 20 61 6e  o try build.# an
1130: 20 65 78 65 63 75 74 61 62 6c 65 20 6e 61 6d 65   executable name
1140: 64 20 22 6d 61 6e 69 66 65 73 74 22 20 6f 75 74  d "manifest" out
1150: 20 6f 66 20 74 68 65 20 66 69 6c 65 20 6e 61 6d   of the file nam
1160: 65 64 20 22 6d 61 6e 69 66 65 73 74 2e 63 22 0a  ed "manifest.c".
1170: 23 0a 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d  #.$(SRCDIR)/../m
1180: 61 6e 69 66 65 73 74 3a 09 0a 09 23 20 6e 6f 6f  anifest:...# noo
1190: 70 0a 0a 63 6c 65 61 6e 3a 09 0a 09 72 6d 20 2d  p..clean:...rm -
11a0: 66 20 2a 2e 6f 20 2a 5f 2e 63 20 24 28 41 50 50  f *.o *_.c $(APP
11b0: 4e 41 4d 45 29 20 56 45 52 53 49 4f 4e 2e 68 0a  NAME) VERSION.h.
11c0: 09 72 6d 20 2d 66 20 74 72 61 6e 73 6c 61 74 65  .rm -f translate
11d0: 20 6d 61 6b 65 68 65 61 64 65 72 73 20 6d 6b 69   makeheaders mki
11e0: 6e 64 65 78 20 70 61 67 65 5f 69 6e 64 65 78 2e  ndex page_index.
11f0: 68 20 68 65 61 64 65 72 73 0a 09 72 6d 20 2d 66  h headers..rm -f
1200: 20 61 64 64 2e 68 20 61 64 6d 69 6e 2e 68 20 62   add.h admin.h b
1210: 61 67 2e 68 20 62 6c 6f 62 2e 68 20 62 72 61 6e  ag.h blob.h bran
1220: 63 68 2e 68 20 62 72 6f 77 73 65 2e 68 20 63 67  ch.h browse.h cg
1230: 69 2e 68 20 63 68 65 63 6b 69 6e 2e 68 20 63 68  i.h checkin.h ch
1240: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
1250: 67 6e 2e 68 20 63 6c 6f 6e 65 2e 68 20 63 6f 6d  gn.h clone.h com
1260: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75  format.h constru
1270: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 2e 68 20 64  ct.h content.h d
1280: 62 2e 68 20 64 65 6c 74 61 2e 68 20 64 65 6c 74  b.h delta.h delt
1290: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
12a0: 74 73 2e 68 20 64 69 66 66 2e 68 20 64 69 66 66  ts.h diff.h diff
12b0: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 2e 68 20 66  cmd.h encode.h f
12c0: 69 6c 65 2e 68 20 68 74 74 70 2e 68 20 69 6e 66  ile.h http.h inf
12d0: 6f 2e 68 20 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  o.h login.h main
12e0: 2e 68 20 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .h manifest.h md
12f0: 35 2e 68 20 6d 65 72 67 65 2e 68 20 6d 65 72 67  5.h merge.h merg
1300: 65 33 2e 68 20 6d 79 5f 70 61 67 65 2e 68 20 6e  e3.h my_page.h n
1310: 61 6d 65 2e 68 20 70 69 76 6f 74 2e 68 20 70 71  ame.h pivot.h pq
1320: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 2e 68 20  ueue.h printf.h 
1330: 72 65 62 75 69 6c 64 2e 68 20 72 73 73 2e 68 20  rebuild.h rss.h 
1340: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 2e 68  schema.h setup.h
1350: 20 73 68 61 31 2e 68 20 73 74 79 6c 65 2e 68 20   sha1.h style.h 
1360: 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63  subscript.h sync
1370: 2e 68 20 74 61 67 2e 68 20 74 61 67 76 69 65 77  .h tag.h tagview
1380: 2e 68 20 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b  .h timeline.h tk
1390: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 2e 68 20  t.h tktconfig.h 
13a0: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 2e  tktsetup.h undo.
13b0: 68 20 75 70 64 61 74 65 2e 68 20 75 72 6c 2e 68  h update.h url.h
13c0: 20 75 73 65 72 2e 68 20 76 65 72 69 66 79 2e 68   user.h verify.h
13d0: 20 76 66 69 6c 65 2e 68 20 77 69 6b 69 2e 68 20   vfile.h wiki.h 
13e0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
13f0: 72 2e 68 20 7a 69 70 2e 68 0a 0a 68 65 61 64 65  r.h zip.h..heade
1400: 72 73 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 20  rs:.makeheaders 
1410: 6d 6b 69 6e 64 65 78 20 24 28 54 52 41 4e 53 5f  mkindex $(TRANS_
1420: 53 52 43 29 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  SRC) ./VERSION.h
1430: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
1440: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
1450: 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62  min_.c:admin.h b
1460: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
1470: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
1480: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72  h_.c:branch.h br
1490: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68  owse_.c:browse.h
14a0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
14b0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
14c0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
14d0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
14e0: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
14f0: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
1500: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
1510: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
1520: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
1530: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
1540: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
1550: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
1560: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
1570: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
1580: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
1590: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
15a0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
15b0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
15c0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
15d0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
15e0: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
15f0: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
1600: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
1610: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
1620: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
1630: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
1640: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
1650: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
1660: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e  rge3.h my_page_.
1670: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65  c:my_page.h name
1680: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
1690: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
16a0: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
16b0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
16c0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
16d0: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
16e0: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
16f0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
1700: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
1710: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
1720: 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70  style.h subscrip
1730: 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68  t_.c:subscript.h
1740: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
1750: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
1760: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
1770: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
1780: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
1790: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f  tkt.h tktconfig_
17a0: 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74  .c:tktconfig.h t
17b0: 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65  ktsetup_.c:tktse
17c0: 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e  tup.h undo_.c:un
17d0: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  do.h update_.c:u
17e0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
17f0: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
1800: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
1810: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
1820: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
1830: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
1840: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
1850: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
1860: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
1870: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
1880: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 2e  h ./VERSION.h...
1890: 2f 6d 6b 69 6e 64 65 78 20 24 28 54 52 41 4e 53  /mkindex $(TRANS
18a0: 5f 53 52 43 29 20 3e 70 61 67 65 5f 69 6e 64 65  _SRC) >page_inde
18b0: 78 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  x.h..touch heade
18c0: 72 73 0a 0a 61 64 64 5f 2e 63 3a 09 24 28 53 52  rs..add_.c:.$(SR
18d0: 43 44 49 52 29 2f 61 64 64 2e 63 20 24 28 53 52  CDIR)/add.c $(SR
18e0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
18f0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
1900: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 61  late $(SRCDIR)/a
1910: 64 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  dd.c | sed -f $(
1920: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
1930: 3e 61 64 64 5f 2e 63 0a 0a 61 64 64 2e 6f 3a 09  >add_.c..add.o:.
1940: 61 64 64 5f 2e 63 20 61 64 64 2e 68 20 20 24 28  add_.c add.h  $(
1950: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
1960: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 61 64 64  ..$(XTCC) -o add
1970: 2e 6f 20 2d 63 20 61 64 64 5f 2e 63 0a 0a 61 64  .o -c add_.c..ad
1980: 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  d.h:.makeheaders
1990: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
19a0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
19b0: 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62  min_.c:admin.h b
19c0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
19d0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
19e0: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72  h_.c:branch.h br
19f0: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68  owse_.c:browse.h
1a00: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
1a10: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
1a20: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
1a30: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
1a40: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
1a50: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
1a60: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
1a70: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
1a80: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
1a90: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
1aa0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
1ab0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
1ac0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
1ad0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
1ae0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
1af0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
1b00: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
1b10: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
1b20: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
1b30: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
1b40: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
1b50: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
1b60: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
1b70: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
1b80: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
1b90: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
1ba0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
1bb0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
1bc0: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e  rge3.h my_page_.
1bd0: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65  c:my_page.h name
1be0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
1bf0: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
1c00: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
1c10: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
1c20: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
1c30: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
1c40: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
1c50: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
1c60: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
1c70: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
1c80: 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70  style.h subscrip
1c90: 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68  t_.c:subscript.h
1ca0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
1cb0: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
1cc0: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
1cd0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
1ce0: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
1cf0: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f  tkt.h tktconfig_
1d00: 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74  .c:tktconfig.h t
1d10: 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65  ktsetup_.c:tktse
1d20: 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e  tup.h undo_.c:un
1d30: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  do.h update_.c:u
1d40: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
1d50: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
1d60: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
1d70: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
1d80: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
1d90: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
1da0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
1db0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
1dc0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
1dd0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
1de0: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
1df0: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 61 64  ouch headers..ad
1e00: 6d 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  min_.c:.$(SRCDIR
1e10: 29 2f 61 64 6d 69 6e 2e 63 20 24 28 53 52 43 44  )/admin.c $(SRCD
1e20: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
1e30: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
1e40: 74 65 20 24 28 53 52 43 44 49 52 29 2f 61 64 6d  te $(SRCDIR)/adm
1e50: 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  in.c | sed -f $(
1e60: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
1e70: 3e 61 64 6d 69 6e 5f 2e 63 0a 0a 61 64 6d 69 6e  >admin_.c..admin
1e80: 2e 6f 3a 09 61 64 6d 69 6e 5f 2e 63 20 61 64 6d  .o:.admin_.c adm
1e90: 69 6e 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  in.h  $(SRCDIR)/
1ea0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
1eb0: 29 20 2d 6f 20 61 64 6d 69 6e 2e 6f 20 2d 63 20  ) -o admin.o -c 
1ec0: 61 64 6d 69 6e 5f 2e 63 0a 0a 61 64 6d 69 6e 2e  admin_.c..admin.
1ed0: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
1ee0: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
1ef0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69  dd_.c:add.h admi
1f00: 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67  n_.c:admin.h bag
1f10: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
1f20: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
1f30: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77  .c:branch.h brow
1f40: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63  se_.c:browse.h c
1f50: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
1f60: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
1f70: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
1f80: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
1f90: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
1fa0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
1fb0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
1fc0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
1fd0: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
1fe0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
1ff0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
2000: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
2010: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
2020: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
2030: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
2040: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
2050: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
2060: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
2070: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
2080: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
2090: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
20a0: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
20b0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
20c0: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
20d0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
20e0: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
20f0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
2100: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
2110: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a  e3.h my_page_.c:
2120: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e  my_page.h name_.
2130: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
2140: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
2150: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
2160: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
2170: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
2180: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
2190: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
21a0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
21b0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
21c0: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
21d0: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f  yle.h subscript_
21e0: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73  .c:subscript.h s
21f0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
2200: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
2210: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
2220: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
2230: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
2240: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63  t.h tktconfig_.c
2250: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74  :tktconfig.h tkt
2260: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75  setup_.c:tktsetu
2270: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  p.h undo_.c:undo
2280: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
2290: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
22a0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
22b0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
22c0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
22d0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
22e0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
22f0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
2300: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
2310: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
2320: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
2330: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
2340: 63 68 20 68 65 61 64 65 72 73 0a 0a 62 61 67 5f  ch headers..bag_
2350: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 62 61  .c:.$(SRCDIR)/ba
2360: 67 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  g.c $(SRCDIR)/VE
2370: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
2380: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
2390: 52 43 44 49 52 29 2f 62 61 67 2e 63 20 7c 20 73  RCDIR)/bag.c | s
23a0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
23b0: 56 45 52 53 49 4f 4e 20 3e 62 61 67 5f 2e 63 0a  VERSION >bag_.c.
23c0: 0a 62 61 67 2e 6f 3a 09 62 61 67 5f 2e 63 20 62  .bag.o:.bag_.c b
23d0: 61 67 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  ag.h  $(SRCDIR)/
23e0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
23f0: 29 20 2d 6f 20 62 61 67 2e 6f 20 2d 63 20 62 61  ) -o bag.o -c ba
2400: 67 5f 2e 63 0a 0a 62 61 67 2e 68 3a 09 6d 61 6b  g_.c..bag.h:.mak
2410: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
2420: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
2430: 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61  add.h admin_.c:a
2440: 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61  dmin.h bag_.c:ba
2450: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
2460: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
2470: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
2480: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
2490: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
24a0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
24b0: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
24c0: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
24d0: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
24e0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
24f0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
2500: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
2510: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
2520: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
2530: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
2540: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
2550: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
2560: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
2570: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
2580: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
2590: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
25a0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
25b0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
25c0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
25d0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
25e0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
25f0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
2600: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
2610: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
2620: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
2630: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
2640: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
2650: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
2660: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
2670: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
2680: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
2690: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
26a0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
26b0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
26c0: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
26d0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
26e0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
26f0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
2700: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
2710: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
2720: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
2730: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
2740: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
2750: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
2760: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
2770: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
2780: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
2790: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
27a0: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
27b0: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
27c0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
27d0: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
27e0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
27f0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
2800: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
2810: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
2820: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
2830: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
2840: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
2850: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
2860: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
2870: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
2880: 64 65 72 73 0a 0a 62 6c 6f 62 5f 2e 63 3a 09 24  ders..blob_.c:.$
2890: 28 53 52 43 44 49 52 29 2f 62 6c 6f 62 2e 63 20  (SRCDIR)/blob.c 
28a0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
28b0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
28c0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
28d0: 52 29 2f 62 6c 6f 62 2e 63 20 7c 20 73 65 64 20  R)/blob.c | sed 
28e0: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
28f0: 53 49 4f 4e 20 3e 62 6c 6f 62 5f 2e 63 0a 0a 62  SION >blob_.c..b
2900: 6c 6f 62 2e 6f 3a 09 62 6c 6f 62 5f 2e 63 20 62  lob.o:.blob_.c b
2910: 6c 6f 62 2e 68 20 20 24 28 53 52 43 44 49 52 29  lob.h  $(SRCDIR)
2920: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
2930: 43 29 20 2d 6f 20 62 6c 6f 62 2e 6f 20 2d 63 20  C) -o blob.o -c 
2940: 62 6c 6f 62 5f 2e 63 0a 0a 62 6c 6f 62 2e 68 3a  blob_.c..blob.h:
2950: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
2960: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
2970: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f  _.c:add.h admin_
2980: 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e  .c:admin.h bag_.
2990: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
29a0: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63  blob.h branch_.c
29b0: 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65  :branch.h browse
29c0: 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69  _.c:browse.h cgi
29d0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69  _.c:cgi.h checki
29e0: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63  n_.c:checkin.h c
29f0: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b  heckout_.c:check
2a00: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f  out.h clearsign_
2a10: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63  .c:clearsign.h c
2a20: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20  lone_.c:clone.h 
2a30: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d  comformat_.c:com
2a40: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75  format.h constru
2a50: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
2a60: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
2a70: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
2a80: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
2a90: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
2aa0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
2ab0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dents_.c:descend
2ac0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ents.h diff_.c:d
2ad0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
2ae0: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64  :diffcmd.h encod
2af0: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69  e_.c:encode.h fi
2b00: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74  le_.c:file.h htt
2b10: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f  p_.c:http.h info
2b20: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e  _.c:info.h login
2b30: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  _.c:login.h main
2b40: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  _.c:main.h manif
2b50: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e  est_.c:manifest.
2b60: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d  h md5_.c:md5.h m
2b70: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20  erge_.c:merge.h 
2b80: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33  merge3_.c:merge3
2b90: 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79  .h my_page_.c:my
2ba0: 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a  _page.h name_.c:
2bb0: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
2bc0: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
2bd0: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
2be0: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
2bf0: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
2c00: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
2c10: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
2c20: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
2c30: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
2c40: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
2c50: 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63  e.h subscript_.c
2c60: 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e  :subscript.h syn
2c70: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
2c80: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
2c90: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69  _.c:tagview.h ti
2ca0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
2cb0: 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
2cc0: 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74  h tktconfig_.c:t
2cd0: 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65  ktconfig.h tktse
2ce0: 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e  tup_.c:tktsetup.
2cf0: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68  h undo_.c:undo.h
2d00: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
2d10: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
2d20: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
2d30: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
2d40: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
2d50: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
2d60: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
2d70: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
2d80: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
2d90: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
2da0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
2db0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
2dc0: 20 68 65 61 64 65 72 73 0a 0a 62 72 61 6e 63 68   headers..branch
2dd0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 62  _.c:.$(SRCDIR)/b
2de0: 72 61 6e 63 68 2e 63 20 24 28 53 52 43 44 49 52  ranch.c $(SRCDIR
2df0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
2e00: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
2e10: 20 24 28 53 52 43 44 49 52 29 2f 62 72 61 6e 63   $(SRCDIR)/branc
2e20: 68 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  h.c | sed -f $(S
2e30: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
2e40: 62 72 61 6e 63 68 5f 2e 63 0a 0a 62 72 61 6e 63  branch_.c..branc
2e50: 68 2e 6f 3a 09 62 72 61 6e 63 68 5f 2e 63 20 62  h.o:.branch_.c b
2e60: 72 61 6e 63 68 2e 68 20 20 24 28 53 52 43 44 49  ranch.h  $(SRCDI
2e70: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
2e80: 54 43 43 29 20 2d 6f 20 62 72 61 6e 63 68 2e 6f  TCC) -o branch.o
2e90: 20 2d 63 20 62 72 61 6e 63 68 5f 2e 63 0a 0a 62   -c branch_.c..b
2ea0: 72 61 6e 63 68 2e 68 3a 09 6d 61 6b 65 68 65 61  ranch.h:.makehea
2eb0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
2ec0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
2ed0: 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e  h admin_.c:admin
2ee0: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
2ef0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
2f00: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
2f10: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
2f20: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
2f30: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
2f40: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
2f50: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
2f60: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
2f70: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
2f80: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
2f90: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
2fa0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
2fb0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
2fc0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
2fd0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
2fe0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
2ff0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
3000: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
3010: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
3020: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
3030: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
3040: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
3050: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
3060: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
3070: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
3080: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
3090: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
30a0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
30b0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
30c0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
30d0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
30e0: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
30f0: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
3100: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
3110: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
3120: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
3130: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
3140: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
3150: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
3160: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
3170: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
3180: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
3190: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
31a0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
31b0: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
31c0: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
31d0: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
31e0: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
31f0: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
3200: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
3210: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
3220: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
3230: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
3240: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
3250: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
3260: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
3270: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
3280: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
3290: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
32a0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
32b0: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
32c0: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
32d0: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
32e0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
32f0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
3300: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
3310: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
3320: 0a 0a 62 72 6f 77 73 65 5f 2e 63 3a 09 24 28 53  ..browse_.c:.$(S
3330: 52 43 44 49 52 29 2f 62 72 6f 77 73 65 2e 63 20  RCDIR)/browse.c 
3340: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
3350: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
3360: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
3370: 52 29 2f 62 72 6f 77 73 65 2e 63 20 7c 20 73 65  R)/browse.c | se
3380: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
3390: 45 52 53 49 4f 4e 20 3e 62 72 6f 77 73 65 5f 2e  ERSION >browse_.
33a0: 63 0a 0a 62 72 6f 77 73 65 2e 6f 3a 09 62 72 6f  c..browse.o:.bro
33b0: 77 73 65 5f 2e 63 20 62 72 6f 77 73 65 2e 68 20  wse_.c browse.h 
33c0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
33d0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
33e0: 62 72 6f 77 73 65 2e 6f 20 2d 63 20 62 72 6f 77  browse.o -c brow
33f0: 73 65 5f 2e 63 0a 0a 62 72 6f 77 73 65 2e 68 3a  se_.c..browse.h:
3400: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
3410: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
3420: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f  _.c:add.h admin_
3430: 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e  .c:admin.h bag_.
3440: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
3450: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63  blob.h branch_.c
3460: 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65  :branch.h browse
3470: 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69  _.c:browse.h cgi
3480: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69  _.c:cgi.h checki
3490: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63  n_.c:checkin.h c
34a0: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b  heckout_.c:check
34b0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f  out.h clearsign_
34c0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63  .c:clearsign.h c
34d0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20  lone_.c:clone.h 
34e0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d  comformat_.c:com
34f0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75  format.h constru
3500: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
3510: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
3520: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
3530: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
3540: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
3550: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
3560: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dents_.c:descend
3570: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ents.h diff_.c:d
3580: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
3590: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64  :diffcmd.h encod
35a0: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69  e_.c:encode.h fi
35b0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74  le_.c:file.h htt
35c0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f  p_.c:http.h info
35d0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e  _.c:info.h login
35e0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  _.c:login.h main
35f0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  _.c:main.h manif
3600: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e  est_.c:manifest.
3610: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d  h md5_.c:md5.h m
3620: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20  erge_.c:merge.h 
3630: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33  merge3_.c:merge3
3640: 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79  .h my_page_.c:my
3650: 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a  _page.h name_.c:
3660: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
3670: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
3680: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
3690: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
36a0: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
36b0: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
36c0: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
36d0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
36e0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
36f0: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
3700: 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63  e.h subscript_.c
3710: 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e  :subscript.h syn
3720: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
3730: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
3740: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69  _.c:tagview.h ti
3750: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
3760: 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
3770: 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74  h tktconfig_.c:t
3780: 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65  ktconfig.h tktse
3790: 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e  tup_.c:tktsetup.
37a0: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68  h undo_.c:undo.h
37b0: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
37c0: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
37d0: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
37e0: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
37f0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
3800: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
3810: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
3820: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
3830: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
3840: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
3850: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
3860: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
3870: 20 68 65 61 64 65 72 73 0a 0a 63 67 69 5f 2e 63   headers..cgi_.c
3880: 3a 09 24 28 53 52 43 44 49 52 29 2f 63 67 69 2e  :.$(SRCDIR)/cgi.
3890: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
38a0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
38b0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
38c0: 44 49 52 29 2f 63 67 69 2e 63 20 7c 20 73 65 64  DIR)/cgi.c | sed
38d0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
38e0: 52 53 49 4f 4e 20 3e 63 67 69 5f 2e 63 0a 0a 63  RSION >cgi_.c..c
38f0: 67 69 2e 6f 3a 09 63 67 69 5f 2e 63 20 63 67 69  gi.o:.cgi_.c cgi
3900: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
3910: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
3920: 2d 6f 20 63 67 69 2e 6f 20 2d 63 20 63 67 69 5f  -o cgi.o -c cgi_
3930: 2e 63 0a 0a 63 67 69 2e 68 3a 09 6d 61 6b 65 68  .c..cgi.h:.makeh
3940: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
3950: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
3960: 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d  d.h admin_.c:adm
3970: 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  in.h bag_.c:bag.
3980: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
3990: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
39a0: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72  h.h browse_.c:br
39b0: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67  owse.h cgi_.c:cg
39c0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
39d0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
39e0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
39f0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
3a00: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
3a10: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
3a20: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
3a30: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
3a40: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
3a50: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
3a60: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
3a70: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
3a80: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
3a90: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
3aa0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
3ab0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
3ac0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
3ad0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
3ae0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
3af0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
3b00: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
3b10: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
3b20: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
3b30: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
3b40: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
3b50: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
3b60: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
3b70: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f  _.c:merge3.h my_
3b80: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e  page_.c:my_page.
3b90: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
3ba0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
3bb0: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
3bc0: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
3bd0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
3be0: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
3bf0: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
3c00: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
3c10: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
3c20: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
3c30: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75  le_.c:style.h su
3c40: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63  bscript_.c:subsc
3c50: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  ript.h sync_.c:s
3c60: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
3c70: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
3c80: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65  gview.h timeline
3c90: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
3ca0: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63  kt_.c:tkt.h tktc
3cb0: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66  onfig_.c:tktconf
3cc0: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  ig.h tktsetup_.c
3cd0: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
3ce0: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
3cf0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
3d00: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
3d10: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
3d20: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
3d30: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
3d40: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
3d50: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
3d60: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
3d70: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
3d80: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
3d90: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
3da0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
3db0: 72 73 0a 0a 63 68 65 63 6b 69 6e 5f 2e 63 3a 09  rs..checkin_.c:.
3dc0: 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b 69  $(SRCDIR)/checki
3dd0: 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  n.c $(SRCDIR)/VE
3de0: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
3df0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
3e00: 52 43 44 49 52 29 2f 63 68 65 63 6b 69 6e 2e 63  RCDIR)/checkin.c
3e10: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
3e20: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 68 65  IR)/VERSION >che
3e30: 63 6b 69 6e 5f 2e 63 0a 0a 63 68 65 63 6b 69 6e  ckin_.c..checkin
3e40: 2e 6f 3a 09 63 68 65 63 6b 69 6e 5f 2e 63 20 63  .o:.checkin_.c c
3e50: 68 65 63 6b 69 6e 2e 68 20 20 24 28 53 52 43 44  heckin.h  $(SRCD
3e60: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
3e70: 58 54 43 43 29 20 2d 6f 20 63 68 65 63 6b 69 6e  XTCC) -o checkin
3e80: 2e 6f 20 2d 63 20 63 68 65 63 6b 69 6e 5f 2e 63  .o -c checkin_.c
3e90: 0a 0a 63 68 65 63 6b 69 6e 2e 68 3a 09 6d 61 6b  ..checkin.h:.mak
3ea0: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
3eb0: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
3ec0: 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61  add.h admin_.c:a
3ed0: 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61  dmin.h bag_.c:ba
3ee0: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
3ef0: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
3f00: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
3f10: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
3f20: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
3f30: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
3f40: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
3f50: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
3f60: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
3f70: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
3f80: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
3f90: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
3fa0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
3fb0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
3fc0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
3fd0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
3fe0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
3ff0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
4000: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
4010: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
4020: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
4030: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
4040: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
4050: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
4060: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
4070: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
4080: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
4090: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
40a0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
40b0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
40c0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
40d0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
40e0: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
40f0: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
4100: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
4110: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
4120: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
4130: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
4140: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
4150: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
4160: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
4170: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
4180: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
4190: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
41a0: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
41b0: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
41c0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
41d0: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
41e0: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
41f0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
4200: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
4210: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
4220: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
4230: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
4240: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
4250: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
4260: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
4270: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
4280: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
4290: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
42a0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
42b0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
42c0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
42d0: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
42e0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
42f0: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
4300: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
4310: 64 65 72 73 0a 0a 63 68 65 63 6b 6f 75 74 5f 2e  ders..checkout_.
4320: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 68 65  c:.$(SRCDIR)/che
4330: 63 6b 6f 75 74 2e 63 20 24 28 53 52 43 44 49 52  ckout.c $(SRCDIR
4340: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
4350: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
4360: 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b   $(SRCDIR)/check
4370: 6f 75 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  out.c | sed -f $
4380: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
4390: 20 3e 63 68 65 63 6b 6f 75 74 5f 2e 63 0a 0a 63   >checkout_.c..c
43a0: 68 65 63 6b 6f 75 74 2e 6f 3a 09 63 68 65 63 6b  heckout.o:.check
43b0: 6f 75 74 5f 2e 63 20 63 68 65 63 6b 6f 75 74 2e  out_.c checkout.
43c0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
43d0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
43e0: 6f 20 63 68 65 63 6b 6f 75 74 2e 6f 20 2d 63 20  o checkout.o -c 
43f0: 63 68 65 63 6b 6f 75 74 5f 2e 63 0a 0a 63 68 65  checkout_.c..che
4400: 63 6b 6f 75 74 2e 68 3a 09 6d 61 6b 65 68 65 61  ckout.h:.makehea
4410: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
4420: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
4430: 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e  h admin_.c:admin
4440: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
4450: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
4460: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
4470: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
4480: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
4490: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
44a0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
44b0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
44c0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
44d0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
44e0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
44f0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
4500: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
4510: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
4520: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
4530: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
4540: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
4550: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
4560: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
4570: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
4580: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
4590: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
45a0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
45b0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
45c0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
45d0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
45e0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
45f0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
4600: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
4610: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
4620: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
4630: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
4640: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
4650: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
4660: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
4670: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
4680: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
4690: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
46a0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
46b0: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
46c0: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
46d0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
46e0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
46f0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
4700: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
4710: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
4720: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
4730: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
4740: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
4750: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
4760: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
4770: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
4780: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
4790: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
47a0: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
47b0: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
47c0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
47d0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
47e0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
47f0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
4800: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
4810: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
4820: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
4830: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
4840: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
4850: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
4860: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
4870: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
4880: 0a 0a 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 09  ..clearsign_.c:.
4890: 24 28 53 52 43 44 49 52 29 2f 63 6c 65 61 72 73  $(SRCDIR)/clears
48a0: 69 67 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f  ign.c $(SRCDIR)/
48b0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
48c0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
48d0: 28 53 52 43 44 49 52 29 2f 63 6c 65 61 72 73 69  (SRCDIR)/clearsi
48e0: 67 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  gn.c | sed -f $(
48f0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
4900: 3e 63 6c 65 61 72 73 69 67 6e 5f 2e 63 0a 0a 63  >clearsign_.c..c
4910: 6c 65 61 72 73 69 67 6e 2e 6f 3a 09 63 6c 65 61  learsign.o:.clea
4920: 72 73 69 67 6e 5f 2e 63 20 63 6c 65 61 72 73 69  rsign_.c clearsi
4930: 67 6e 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  gn.h  $(SRCDIR)/
4940: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
4950: 29 20 2d 6f 20 63 6c 65 61 72 73 69 67 6e 2e 6f  ) -o clearsign.o
4960: 20 2d 63 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63   -c clearsign_.c
4970: 0a 0a 63 6c 65 61 72 73 69 67 6e 2e 68 3a 09 6d  ..clearsign.h:.m
4980: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
4990: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
49a0: 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63  c:add.h admin_.c
49b0: 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a  :admin.h bag_.c:
49c0: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
49d0: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
49e0: 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e  ranch.h browse_.
49f0: 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e  c:browse.h cgi_.
4a00: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f  c:cgi.h checkin_
4a10: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65  .c:checkin.h che
4a20: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75  ckout_.c:checkou
4a30: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63  t.h clearsign_.c
4a40: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f  :clearsign.h clo
4a50: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f  ne_.c:clone.h co
4a60: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f  mformat_.c:comfo
4a70: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74  rmat.h construct
4a80: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
4a90: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
4aa0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
4ab0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
4ac0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
4ad0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65  tacmd.h descende
4ae0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e  nts_.c:descenden
4af0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
4b00: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
4b10: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f  iffcmd.h encode_
4b20: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65  .c:encode.h file
4b30: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f  _.c:file.h http_
4b40: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e  .c:http.h info_.
4b50: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e  c:info.h login_.
4b60: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e  c:login.h main_.
4b70: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73  c:main.h manifes
4b80: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20  t_.c:manifest.h 
4b90: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72  md5_.c:md5.h mer
4ba0: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65  ge_.c:merge.h me
4bb0: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68  rge3_.c:merge3.h
4bc0: 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70   my_page_.c:my_p
4bd0: 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  age.h name_.c:na
4be0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
4bf0: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
4c00: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
4c10: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
4c20: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
4c30: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
4c40: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
4c50: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
4c60: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
4c70: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
4c80: 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73  h subscript_.c:s
4c90: 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f  ubscript.h sync_
4ca0: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63  .c:sync.h tag_.c
4cb0: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e  :tag.h tagview_.
4cc0: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65  c:tagview.h time
4cd0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
4ce0: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20  .h tkt_.c:tkt.h 
4cf0: 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74  tktconfig_.c:tkt
4d00: 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75  config.h tktsetu
4d10: 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20  p_.c:tktsetup.h 
4d20: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75  undo_.c:undo.h u
4d30: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e  pdate_.c:update.
4d40: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75  h url_.c:url.h u
4d50: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65  ser_.c:user.h ve
4d60: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68  rify_.c:verify.h
4d70: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e   vfile_.c:vfile.
4d80: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68  h wiki_.c:wiki.h
4d90: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77   wikiformat_.c:w
4da0: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
4db0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
4dc0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
4dd0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45  )/sqlite3.h ./VE
4de0: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68  RSION.h..touch h
4df0: 65 61 64 65 72 73 0a 0a 63 6c 6f 6e 65 5f 2e 63  eaders..clone_.c
4e00: 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6c 6f 6e  :.$(SRCDIR)/clon
4e10: 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  e.c $(SRCDIR)/VE
4e20: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
4e30: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
4e40: 52 43 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 20 7c  RCDIR)/clone.c |
4e50: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
4e60: 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6c 6f 6e 65  )/VERSION >clone
4e70: 5f 2e 63 0a 0a 63 6c 6f 6e 65 2e 6f 3a 09 63 6c  _.c..clone.o:.cl
4e80: 6f 6e 65 5f 2e 63 20 63 6c 6f 6e 65 2e 68 20 20  one_.c clone.h  
4e90: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
4ea0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63  .h..$(XTCC) -o c
4eb0: 6c 6f 6e 65 2e 6f 20 2d 63 20 63 6c 6f 6e 65 5f  lone.o -c clone_
4ec0: 2e 63 0a 0a 63 6c 6f 6e 65 2e 68 3a 09 6d 61 6b  .c..clone.h:.mak
4ed0: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
4ee0: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
4ef0: 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61  add.h admin_.c:a
4f00: 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61  dmin.h bag_.c:ba
4f10: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
4f20: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
4f30: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
4f40: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
4f50: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
4f60: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
4f70: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
4f80: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
4f90: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
4fa0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
4fb0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
4fc0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
4fd0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
4fe0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
4ff0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
5000: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
5010: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
5020: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
5030: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
5040: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
5050: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
5060: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
5070: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
5080: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
5090: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
50a0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
50b0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
50c0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
50d0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
50e0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
50f0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
5100: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
5110: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
5120: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
5130: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
5140: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
5150: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
5160: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
5170: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
5180: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
5190: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
51a0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
51b0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
51c0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
51d0: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
51e0: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
51f0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
5200: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
5210: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
5220: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
5230: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
5240: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
5250: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
5260: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
5270: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
5280: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
5290: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
52a0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
52b0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
52c0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
52d0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
52e0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
52f0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
5300: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
5310: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
5320: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
5330: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
5340: 64 65 72 73 0a 0a 63 6f 6d 66 6f 72 6d 61 74 5f  ders..comformat_
5350: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6f  .c:.$(SRCDIR)/co
5360: 6d 66 6f 72 6d 61 74 2e 63 20 24 28 53 52 43 44  mformat.c $(SRCD
5370: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
5380: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
5390: 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6d  te $(SRCDIR)/com
53a0: 66 6f 72 6d 61 74 2e 63 20 7c 20 73 65 64 20 2d  format.c | sed -
53b0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
53c0: 49 4f 4e 20 3e 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ION >comformat_.
53d0: 63 0a 0a 63 6f 6d 66 6f 72 6d 61 74 2e 6f 3a 09  c..comformat.o:.
53e0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 20 63 6f 6d  comformat_.c com
53f0: 66 6f 72 6d 61 74 2e 68 20 20 24 28 53 52 43 44  format.h  $(SRCD
5400: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
5410: 58 54 43 43 29 20 2d 6f 20 63 6f 6d 66 6f 72 6d  XTCC) -o comform
5420: 61 74 2e 6f 20 2d 63 20 63 6f 6d 66 6f 72 6d 61  at.o -c comforma
5430: 74 5f 2e 63 0a 0a 63 6f 6d 66 6f 72 6d 61 74 2e  t_.c..comformat.
5440: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
5450: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
5460: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69  dd_.c:add.h admi
5470: 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67  n_.c:admin.h bag
5480: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
5490: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
54a0: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77  .c:branch.h brow
54b0: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63  se_.c:browse.h c
54c0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
54d0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
54e0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
54f0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
5500: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
5510: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
5520: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
5530: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
5540: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
5550: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
5560: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
5570: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
5580: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
5590: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
55a0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
55b0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
55c0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
55d0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
55e0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
55f0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
5600: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
5610: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
5620: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
5630: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
5640: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
5650: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
5660: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
5670: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
5680: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a  e3.h my_page_.c:
5690: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e  my_page.h name_.
56a0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
56b0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
56c0: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
56d0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
56e0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
56f0: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
5700: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
5710: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
5720: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
5730: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
5740: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f  yle.h subscript_
5750: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73  .c:subscript.h s
5760: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
5770: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
5780: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
5790: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
57a0: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
57b0: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63  t.h tktconfig_.c
57c0: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74  :tktconfig.h tkt
57d0: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75  setup_.c:tktsetu
57e0: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  p.h undo_.c:undo
57f0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
5800: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
5810: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
5820: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
5830: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
5840: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
5850: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
5860: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
5870: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
5880: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
5890: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
58a0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
58b0: 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6f 6e 73  ch headers..cons
58c0: 74 72 75 63 74 5f 2e 63 3a 09 24 28 53 52 43 44  truct_.c:.$(SRCD
58d0: 49 52 29 2f 63 6f 6e 73 74 72 75 63 74 2e 63 20  IR)/construct.c 
58e0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
58f0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
5900: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
5910: 52 29 2f 63 6f 6e 73 74 72 75 63 74 2e 63 20 7c  R)/construct.c |
5920: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
5930: 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6e 73 74  )/VERSION >const
5940: 72 75 63 74 5f 2e 63 0a 0a 63 6f 6e 73 74 72 75  ruct_.c..constru
5950: 63 74 2e 6f 3a 09 63 6f 6e 73 74 72 75 63 74 5f  ct.o:.construct_
5960: 2e 63 20 63 6f 6e 73 74 72 75 63 74 2e 68 20 20  .c construct.h  
5970: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
5980: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63  .h..$(XTCC) -o c
5990: 6f 6e 73 74 72 75 63 74 2e 6f 20 2d 63 20 63 6f  onstruct.o -c co
59a0: 6e 73 74 72 75 63 74 5f 2e 63 0a 0a 63 6f 6e 73  nstruct_.c..cons
59b0: 74 72 75 63 74 2e 68 3a 09 6d 61 6b 65 68 65 61  truct.h:.makehea
59c0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
59d0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
59e0: 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e  h admin_.c:admin
59f0: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
5a00: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
5a10: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
5a20: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
5a30: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
5a40: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
5a50: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
5a60: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
5a70: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
5a80: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
5a90: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
5aa0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
5ab0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
5ac0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
5ad0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
5ae0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
5af0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
5b00: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
5b10: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
5b20: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
5b30: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
5b40: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
5b50: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
5b60: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
5b70: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
5b80: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
5b90: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
5ba0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
5bb0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
5bc0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
5bd0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
5be0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
5bf0: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
5c00: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
5c10: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
5c20: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
5c30: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
5c40: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
5c50: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
5c60: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
5c70: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
5c80: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
5c90: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
5ca0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
5cb0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
5cc0: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
5cd0: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
5ce0: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
5cf0: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
5d00: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
5d10: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
5d20: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
5d30: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
5d40: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
5d50: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
5d60: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
5d70: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
5d80: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
5d90: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
5da0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
5db0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
5dc0: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
5dd0: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
5de0: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
5df0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
5e00: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
5e10: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
5e20: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
5e30: 0a 0a 63 6f 6e 74 65 6e 74 5f 2e 63 3a 09 24 28  ..content_.c:.$(
5e40: 53 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e 74 2e  SRCDIR)/content.
5e50: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
5e60: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
5e70: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
5e80: 44 49 52 29 2f 63 6f 6e 74 65 6e 74 2e 63 20 7c  DIR)/content.c |
5e90: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
5ea0: 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6e 74 65  )/VERSION >conte
5eb0: 6e 74 5f 2e 63 0a 0a 63 6f 6e 74 65 6e 74 2e 6f  nt_.c..content.o
5ec0: 3a 09 63 6f 6e 74 65 6e 74 5f 2e 63 20 63 6f 6e  :.content_.c con
5ed0: 74 65 6e 74 2e 68 20 20 24 28 53 52 43 44 49 52  tent.h  $(SRCDIR
5ee0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
5ef0: 43 43 29 20 2d 6f 20 63 6f 6e 74 65 6e 74 2e 6f  CC) -o content.o
5f00: 20 2d 63 20 63 6f 6e 74 65 6e 74 5f 2e 63 0a 0a   -c content_.c..
5f10: 63 6f 6e 74 65 6e 74 2e 68 3a 09 6d 61 6b 65 68  content.h:.makeh
5f20: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
5f30: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
5f40: 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d  d.h admin_.c:adm
5f50: 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  in.h bag_.c:bag.
5f60: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
5f70: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
5f80: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72  h.h browse_.c:br
5f90: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67  owse.h cgi_.c:cg
5fa0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
5fb0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
5fc0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
5fd0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
5fe0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
5ff0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
6000: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
6010: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
6020: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
6030: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
6040: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
6050: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
6060: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
6070: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
6080: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
6090: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
60a0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
60b0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
60c0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
60d0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
60e0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
60f0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
6100: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
6110: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
6120: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
6130: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
6140: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
6150: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f  _.c:merge3.h my_
6160: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e  page_.c:my_page.
6170: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
6180: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
6190: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
61a0: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
61b0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
61c0: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
61d0: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
61e0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
61f0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
6200: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
6210: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75  le_.c:style.h su
6220: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63  bscript_.c:subsc
6230: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  ript.h sync_.c:s
6240: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
6250: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
6260: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65  gview.h timeline
6270: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
6280: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63  kt_.c:tkt.h tktc
6290: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66  onfig_.c:tktconf
62a0: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  ig.h tktsetup_.c
62b0: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
62c0: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
62d0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
62e0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
62f0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
6300: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
6310: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
6320: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
6330: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
6340: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
6350: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
6360: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
6370: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
6380: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
6390: 72 73 0a 0a 64 62 5f 2e 63 3a 09 24 28 53 52 43  rs..db_.c:.$(SRC
63a0: 44 49 52 29 2f 64 62 2e 63 20 24 28 53 52 43 44  DIR)/db.c $(SRCD
63b0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
63c0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
63d0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 62 2e  te $(SRCDIR)/db.
63e0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
63f0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 62  DIR)/VERSION >db
6400: 5f 2e 63 0a 0a 64 62 2e 6f 3a 09 64 62 5f 2e 63  _.c..db.o:.db_.c
6410: 20 64 62 2e 68 20 20 24 28 53 52 43 44 49 52 29   db.h  $(SRCDIR)
6420: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
6430: 43 29 20 2d 6f 20 64 62 2e 6f 20 2d 63 20 64 62  C) -o db.o -c db
6440: 5f 2e 63 0a 0a 64 62 2e 68 3a 09 6d 61 6b 65 68  _.c..db.h:.makeh
6450: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
6460: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
6470: 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d  d.h admin_.c:adm
6480: 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  in.h bag_.c:bag.
6490: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
64a0: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
64b0: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72  h.h browse_.c:br
64c0: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67  owse.h cgi_.c:cg
64d0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
64e0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
64f0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
6500: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
6510: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
6520: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
6530: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
6540: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
6550: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
6560: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
6570: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
6580: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
6590: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
65a0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
65b0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
65c0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
65d0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
65e0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
65f0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
6600: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
6610: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
6620: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
6630: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
6640: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
6650: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
6660: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
6670: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
6680: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f  _.c:merge3.h my_
6690: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e  page_.c:my_page.
66a0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
66b0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
66c0: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
66d0: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
66e0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
66f0: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
6700: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
6710: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
6720: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
6730: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
6740: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75  le_.c:style.h su
6750: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63  bscript_.c:subsc
6760: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  ript.h sync_.c:s
6770: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
6780: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
6790: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65  gview.h timeline
67a0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
67b0: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63  kt_.c:tkt.h tktc
67c0: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66  onfig_.c:tktconf
67d0: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  ig.h tktsetup_.c
67e0: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
67f0: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
6800: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
6810: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
6820: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
6830: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
6840: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
6850: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
6860: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
6870: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
6880: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
6890: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
68a0: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
68b0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
68c0: 72 73 0a 0a 64 65 6c 74 61 5f 2e 63 3a 09 24 28  rs..delta_.c:.$(
68d0: 53 52 43 44 49 52 29 2f 64 65 6c 74 61 2e 63 20  SRCDIR)/delta.c 
68e0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
68f0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
6900: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
6910: 52 29 2f 64 65 6c 74 61 2e 63 20 7c 20 73 65 64  R)/delta.c | sed
6920: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
6930: 52 53 49 4f 4e 20 3e 64 65 6c 74 61 5f 2e 63 0a  RSION >delta_.c.
6940: 0a 64 65 6c 74 61 2e 6f 3a 09 64 65 6c 74 61 5f  .delta.o:.delta_
6950: 2e 63 20 64 65 6c 74 61 2e 68 20 20 24 28 53 52  .c delta.h  $(SR
6960: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
6970: 24 28 58 54 43 43 29 20 2d 6f 20 64 65 6c 74 61  $(XTCC) -o delta
6980: 2e 6f 20 2d 63 20 64 65 6c 74 61 5f 2e 63 0a 0a  .o -c delta_.c..
6990: 64 65 6c 74 61 2e 68 3a 09 6d 61 6b 65 68 65 61  delta.h:.makehea
69a0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
69b0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
69c0: 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e  h admin_.c:admin
69d0: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
69e0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
69f0: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
6a00: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
6a10: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
6a20: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
6a30: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
6a40: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
6a50: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
6a60: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
6a70: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
6a80: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
6a90: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
6aa0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
6ab0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
6ac0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
6ad0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
6ae0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
6af0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
6b00: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
6b10: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
6b20: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
6b30: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
6b40: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
6b50: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
6b60: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
6b70: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
6b80: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
6b90: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
6ba0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
6bb0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
6bc0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
6bd0: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
6be0: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
6bf0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
6c00: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
6c10: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
6c20: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
6c30: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
6c40: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
6c50: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
6c60: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
6c70: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
6c80: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
6c90: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
6ca0: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
6cb0: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
6cc0: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
6cd0: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
6ce0: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
6cf0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
6d00: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
6d10: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
6d20: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
6d30: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
6d40: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
6d50: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
6d60: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
6d70: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
6d80: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
6d90: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
6da0: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
6db0: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
6dc0: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
6dd0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
6de0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
6df0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
6e00: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
6e10: 0a 0a 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 09 24  ..deltacmd_.c:.$
6e20: 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 63 6d  (SRCDIR)/deltacm
6e30: 64 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  d.c $(SRCDIR)/VE
6e40: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
6e50: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
6e60: 52 43 44 49 52 29 2f 64 65 6c 74 61 63 6d 64 2e  RCDIR)/deltacmd.
6e70: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
6e80: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 65  DIR)/VERSION >de
6e90: 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74 61  ltacmd_.c..delta
6ea0: 63 6d 64 2e 6f 3a 09 64 65 6c 74 61 63 6d 64 5f  cmd.o:.deltacmd_
6eb0: 2e 63 20 64 65 6c 74 61 63 6d 64 2e 68 20 20 24  .c deltacmd.h  $
6ec0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
6ed0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 65  h..$(XTCC) -o de
6ee0: 6c 74 61 63 6d 64 2e 6f 20 2d 63 20 64 65 6c 74  ltacmd.o -c delt
6ef0: 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74 61 63 6d  acmd_.c..deltacm
6f00: 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  d.h:.makeheaders
6f10: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
6f20: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
6f30: 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62  min_.c:admin.h b
6f40: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
6f50: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
6f60: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72  h_.c:branch.h br
6f70: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68  owse_.c:browse.h
6f80: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
6f90: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
6fa0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
6fb0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
6fc0: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
6fd0: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
6fe0: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
6ff0: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
7000: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
7010: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
7020: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
7030: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
7040: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
7050: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
7060: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
7070: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
7080: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
7090: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
70a0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
70b0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
70c0: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
70d0: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
70e0: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
70f0: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
7100: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
7110: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
7120: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
7130: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
7140: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e  rge3.h my_page_.
7150: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65  c:my_page.h name
7160: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
7170: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
7180: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
7190: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
71a0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
71b0: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
71c0: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
71d0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
71e0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
71f0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
7200: 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70  style.h subscrip
7210: 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68  t_.c:subscript.h
7220: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
7230: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
7240: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
7250: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
7260: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
7270: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f  tkt.h tktconfig_
7280: 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74  .c:tktconfig.h t
7290: 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65  ktsetup_.c:tktse
72a0: 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e  tup.h undo_.c:un
72b0: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  do.h update_.c:u
72c0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
72d0: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
72e0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
72f0: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
7300: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
7310: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
7320: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
7330: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
7340: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
7350: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
7360: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
7370: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 64 65  ouch headers..de
7380: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 09 24 28  scendents_.c:.$(
7390: 53 52 43 44 49 52 29 2f 64 65 73 63 65 6e 64 65  SRCDIR)/descende
73a0: 6e 74 73 2e 63 20 24 28 53 52 43 44 49 52 29 2f  nts.c $(SRCDIR)/
73b0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
73c0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
73d0: 28 53 52 43 44 49 52 29 2f 64 65 73 63 65 6e 64  (SRCDIR)/descend
73e0: 65 6e 74 73 2e 63 20 7c 20 73 65 64 20 2d 66 20  ents.c | sed -f 
73f0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
7400: 4e 20 3e 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  N >descendents_.
7410: 63 0a 0a 64 65 73 63 65 6e 64 65 6e 74 73 2e 6f  c..descendents.o
7420: 3a 09 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  :.descendents_.c
7430: 20 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 20   descendents.h  
7440: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
7450: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64  .h..$(XTCC) -o d
7460: 65 73 63 65 6e 64 65 6e 74 73 2e 6f 20 2d 63 20  escendents.o -c 
7470: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 0a 0a  descendents_.c..
7480: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 3a 09 6d  descendents.h:.m
7490: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
74a0: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
74b0: 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63  c:add.h admin_.c
74c0: 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a  :admin.h bag_.c:
74d0: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
74e0: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
74f0: 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e  ranch.h browse_.
7500: 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e  c:browse.h cgi_.
7510: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f  c:cgi.h checkin_
7520: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65  .c:checkin.h che
7530: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75  ckout_.c:checkou
7540: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63  t.h clearsign_.c
7550: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f  :clearsign.h clo
7560: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f  ne_.c:clone.h co
7570: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f  mformat_.c:comfo
7580: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74  rmat.h construct
7590: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
75a0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
75b0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
75c0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
75d0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
75e0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65  tacmd.h descende
75f0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e  nts_.c:descenden
7600: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
7610: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
7620: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f  iffcmd.h encode_
7630: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65  .c:encode.h file
7640: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f  _.c:file.h http_
7650: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e  .c:http.h info_.
7660: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e  c:info.h login_.
7670: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e  c:login.h main_.
7680: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73  c:main.h manifes
7690: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20  t_.c:manifest.h 
76a0: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72  md5_.c:md5.h mer
76b0: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65  ge_.c:merge.h me
76c0: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68  rge3_.c:merge3.h
76d0: 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70   my_page_.c:my_p
76e0: 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  age.h name_.c:na
76f0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
7700: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
7710: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
7720: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
7730: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
7740: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
7750: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
7760: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
7770: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
7780: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
7790: 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73  h subscript_.c:s
77a0: 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f  ubscript.h sync_
77b0: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63  .c:sync.h tag_.c
77c0: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e  :tag.h tagview_.
77d0: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65  c:tagview.h time
77e0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
77f0: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20  .h tkt_.c:tkt.h 
7800: 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74  tktconfig_.c:tkt
7810: 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75  config.h tktsetu
7820: 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20  p_.c:tktsetup.h 
7830: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75  undo_.c:undo.h u
7840: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e  pdate_.c:update.
7850: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75  h url_.c:url.h u
7860: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65  ser_.c:user.h ve
7870: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68  rify_.c:verify.h
7880: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e   vfile_.c:vfile.
7890: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68  h wiki_.c:wiki.h
78a0: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77   wikiformat_.c:w
78b0: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
78c0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
78d0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
78e0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45  )/sqlite3.h ./VE
78f0: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68  RSION.h..touch h
7900: 65 61 64 65 72 73 0a 0a 64 69 66 66 5f 2e 63 3a  eaders..diff_.c:
7910: 09 24 28 53 52 43 44 49 52 29 2f 64 69 66 66 2e  .$(SRCDIR)/diff.
7920: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
7930: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
7940: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
7950: 44 49 52 29 2f 64 69 66 66 2e 63 20 7c 20 73 65  DIR)/diff.c | se
7960: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
7970: 45 52 53 49 4f 4e 20 3e 64 69 66 66 5f 2e 63 0a  ERSION >diff_.c.
7980: 0a 64 69 66 66 2e 6f 3a 09 64 69 66 66 5f 2e 63  .diff.o:.diff_.c
7990: 20 64 69 66 66 2e 68 20 20 24 28 53 52 43 44 49   diff.h  $(SRCDI
79a0: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
79b0: 54 43 43 29 20 2d 6f 20 64 69 66 66 2e 6f 20 2d  TCC) -o diff.o -
79c0: 63 20 64 69 66 66 5f 2e 63 0a 0a 64 69 66 66 2e  c diff_.c..diff.
79d0: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
79e0: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
79f0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69  dd_.c:add.h admi
7a00: 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67  n_.c:admin.h bag
7a10: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
7a20: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
7a30: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77  .c:branch.h brow
7a40: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63  se_.c:browse.h c
7a50: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
7a60: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
7a70: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
7a80: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
7a90: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
7aa0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
7ab0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
7ac0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
7ad0: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
7ae0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
7af0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
7b00: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
7b10: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
7b20: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
7b30: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
7b40: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
7b50: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
7b60: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
7b70: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
7b80: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
7b90: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
7ba0: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
7bb0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
7bc0: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
7bd0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
7be0: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
7bf0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
7c00: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
7c10: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a  e3.h my_page_.c:
7c20: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e  my_page.h name_.
7c30: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
7c40: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
7c50: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
7c60: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
7c70: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
7c80: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
7c90: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
7ca0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
7cb0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
7cc0: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
7cd0: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f  yle.h subscript_
7ce0: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73  .c:subscript.h s
7cf0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
7d00: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
7d10: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
7d20: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
7d30: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
7d40: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63  t.h tktconfig_.c
7d50: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74  :tktconfig.h tkt
7d60: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75  setup_.c:tktsetu
7d70: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  p.h undo_.c:undo
7d80: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
7d90: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
7da0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
7db0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
7dc0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
7dd0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
7de0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
7df0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
7e00: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
7e10: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
7e20: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
7e30: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
7e40: 63 68 20 68 65 61 64 65 72 73 0a 0a 64 69 66 66  ch headers..diff
7e50: 63 6d 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  cmd_.c:.$(SRCDIR
7e60: 29 2f 64 69 66 66 63 6d 64 2e 63 20 24 28 53 52  )/diffcmd.c $(SR
7e70: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
7e80: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
7e90: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 64  late $(SRCDIR)/d
7ea0: 69 66 66 63 6d 64 2e 63 20 7c 20 73 65 64 20 2d  iffcmd.c | sed -
7eb0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
7ec0: 49 4f 4e 20 3e 64 69 66 66 63 6d 64 5f 2e 63 0a  ION >diffcmd_.c.
7ed0: 0a 64 69 66 66 63 6d 64 2e 6f 3a 09 64 69 66 66  .diffcmd.o:.diff
7ee0: 63 6d 64 5f 2e 63 20 64 69 66 66 63 6d 64 2e 68  cmd_.c diffcmd.h
7ef0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
7f00: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
7f10: 20 64 69 66 66 63 6d 64 2e 6f 20 2d 63 20 64 69   diffcmd.o -c di
7f20: 66 66 63 6d 64 5f 2e 63 0a 0a 64 69 66 66 63 6d  ffcmd_.c..diffcm
7f30: 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  d.h:.makeheaders
7f40: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
7f50: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
7f60: 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62  min_.c:admin.h b
7f70: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
7f80: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
7f90: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72  h_.c:branch.h br
7fa0: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68  owse_.c:browse.h
7fb0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
7fc0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
7fd0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
7fe0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
7ff0: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
8000: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
8010: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
8020: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
8030: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
8040: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
8050: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
8060: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
8070: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
8080: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
8090: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
80a0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
80b0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
80c0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
80d0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
80e0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
80f0: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
8100: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
8110: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
8120: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
8130: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
8140: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
8150: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
8160: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
8170: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e  rge3.h my_page_.
8180: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65  c:my_page.h name
8190: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
81a0: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
81b0: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
81c0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
81d0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
81e0: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
81f0: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
8200: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
8210: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
8220: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
8230: 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70  style.h subscrip
8240: 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68  t_.c:subscript.h
8250: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
8260: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
8270: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
8280: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
8290: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
82a0: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f  tkt.h tktconfig_
82b0: 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74  .c:tktconfig.h t
82c0: 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65  ktsetup_.c:tktse
82d0: 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e  tup.h undo_.c:un
82e0: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  do.h update_.c:u
82f0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
8300: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
8310: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
8320: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
8330: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
8340: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
8350: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
8360: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
8370: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
8380: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
8390: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
83a0: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 65 6e  ouch headers..en
83b0: 63 6f 64 65 5f 2e 63 3a 09 24 28 53 52 43 44 49  code_.c:.$(SRCDI
83c0: 52 29 2f 65 6e 63 6f 64 65 2e 63 20 24 28 53 52  R)/encode.c $(SR
83d0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
83e0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
83f0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 65  late $(SRCDIR)/e
8400: 6e 63 6f 64 65 2e 63 20 7c 20 73 65 64 20 2d 66  ncode.c | sed -f
8410: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
8420: 4f 4e 20 3e 65 6e 63 6f 64 65 5f 2e 63 0a 0a 65  ON >encode_.c..e
8430: 6e 63 6f 64 65 2e 6f 3a 09 65 6e 63 6f 64 65 5f  ncode.o:.encode_
8440: 2e 63 20 65 6e 63 6f 64 65 2e 68 20 20 24 28 53  .c encode.h  $(S
8450: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
8460: 09 24 28 58 54 43 43 29 20 2d 6f 20 65 6e 63 6f  .$(XTCC) -o enco
8470: 64 65 2e 6f 20 2d 63 20 65 6e 63 6f 64 65 5f 2e  de.o -c encode_.
8480: 63 0a 0a 65 6e 63 6f 64 65 2e 68 3a 09 6d 61 6b  c..encode.h:.mak
8490: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
84a0: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
84b0: 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61  add.h admin_.c:a
84c0: 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61  dmin.h bag_.c:ba
84d0: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
84e0: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
84f0: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
8500: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
8510: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
8520: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
8530: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
8540: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
8550: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
8560: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
8570: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
8580: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
8590: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
85a0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
85b0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
85c0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
85d0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
85e0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
85f0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
8600: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
8610: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
8620: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
8630: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
8640: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
8650: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
8660: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
8670: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
8680: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
8690: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
86a0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
86b0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
86c0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
86d0: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
86e0: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
86f0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
8700: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
8710: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
8720: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
8730: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
8740: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
8750: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
8760: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
8770: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
8780: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
8790: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
87a0: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
87b0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
87c0: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
87d0: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
87e0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
87f0: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
8800: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
8810: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
8820: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
8830: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
8840: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
8850: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
8860: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
8870: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
8880: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
8890: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
88a0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
88b0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
88c0: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
88d0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
88e0: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
88f0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
8900: 64 65 72 73 0a 0a 66 69 6c 65 5f 2e 63 3a 09 24  ders..file_.c:.$
8910: 28 53 52 43 44 49 52 29 2f 66 69 6c 65 2e 63 20  (SRCDIR)/file.c 
8920: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
8930: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
8940: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
8950: 52 29 2f 66 69 6c 65 2e 63 20 7c 20 73 65 64 20  R)/file.c | sed 
8960: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
8970: 53 49 4f 4e 20 3e 66 69 6c 65 5f 2e 63 0a 0a 66  SION >file_.c..f
8980: 69 6c 65 2e 6f 3a 09 66 69 6c 65 5f 2e 63 20 66  ile.o:.file_.c f
8990: 69 6c 65 2e 68 20 20 24 28 53 52 43 44 49 52 29  ile.h  $(SRCDIR)
89a0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
89b0: 43 29 20 2d 6f 20 66 69 6c 65 2e 6f 20 2d 63 20  C) -o file.o -c 
89c0: 66 69 6c 65 5f 2e 63 0a 0a 66 69 6c 65 2e 68 3a  file_.c..file.h:
89d0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
89e0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
89f0: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f  _.c:add.h admin_
8a00: 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e  .c:admin.h bag_.
8a10: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
8a20: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63  blob.h branch_.c
8a30: 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65  :branch.h browse
8a40: 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69  _.c:browse.h cgi
8a50: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69  _.c:cgi.h checki
8a60: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63  n_.c:checkin.h c
8a70: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b  heckout_.c:check
8a80: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f  out.h clearsign_
8a90: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63  .c:clearsign.h c
8aa0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20  lone_.c:clone.h 
8ab0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d  comformat_.c:com
8ac0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75  format.h constru
8ad0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
8ae0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
8af0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
8b00: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
8b10: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
8b20: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
8b30: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dents_.c:descend
8b40: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ents.h diff_.c:d
8b50: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
8b60: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64  :diffcmd.h encod
8b70: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69  e_.c:encode.h fi
8b80: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74  le_.c:file.h htt
8b90: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f  p_.c:http.h info
8ba0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e  _.c:info.h login
8bb0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  _.c:login.h main
8bc0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  _.c:main.h manif
8bd0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e  est_.c:manifest.
8be0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d  h md5_.c:md5.h m
8bf0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20  erge_.c:merge.h 
8c00: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33  merge3_.c:merge3
8c10: 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79  .h my_page_.c:my
8c20: 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a  _page.h name_.c:
8c30: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
8c40: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
8c50: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
8c60: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
8c70: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
8c80: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
8c90: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
8ca0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
8cb0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
8cc0: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
8cd0: 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63  e.h subscript_.c
8ce0: 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e  :subscript.h syn
8cf0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
8d00: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
8d10: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69  _.c:tagview.h ti
8d20: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
8d30: 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
8d40: 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74  h tktconfig_.c:t
8d50: 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65  ktconfig.h tktse
8d60: 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e  tup_.c:tktsetup.
8d70: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68  h undo_.c:undo.h
8d80: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
8d90: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
8da0: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
8db0: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
8dc0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
8dd0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
8de0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
8df0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
8e00: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
8e10: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
8e20: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
8e30: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
8e40: 20 68 65 61 64 65 72 73 0a 0a 68 74 74 70 5f 2e   headers..http_.
8e50: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 68 74 74  c:.$(SRCDIR)/htt
8e60: 70 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  p.c $(SRCDIR)/VE
8e70: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
8e80: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
8e90: 52 43 44 49 52 29 2f 68 74 74 70 2e 63 20 7c 20  RCDIR)/http.c | 
8ea0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
8eb0: 2f 56 45 52 53 49 4f 4e 20 3e 68 74 74 70 5f 2e  /VERSION >http_.
8ec0: 63 0a 0a 68 74 74 70 2e 6f 3a 09 68 74 74 70 5f  c..http.o:.http_
8ed0: 2e 63 20 68 74 74 70 2e 68 20 20 24 28 53 52 43  .c http.h  $(SRC
8ee0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
8ef0: 28 58 54 43 43 29 20 2d 6f 20 68 74 74 70 2e 6f  (XTCC) -o http.o
8f00: 20 2d 63 20 68 74 74 70 5f 2e 63 0a 0a 68 74 74   -c http_.c..htt
8f10: 70 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  p.h:.makeheaders
8f20: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
8f30: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
8f40: 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62  min_.c:admin.h b
8f50: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
8f60: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
8f70: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72  h_.c:branch.h br
8f80: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68  owse_.c:browse.h
8f90: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
8fa0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
8fb0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
8fc0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
8fd0: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
8fe0: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
8ff0: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
9000: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
9010: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
9020: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
9030: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
9040: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
9050: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
9060: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
9070: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
9080: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
9090: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
90a0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
90b0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
90c0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
90d0: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
90e0: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
90f0: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
9100: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
9110: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
9120: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
9130: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
9140: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
9150: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e  rge3.h my_page_.
9160: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65  c:my_page.h name
9170: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
9180: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
9190: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
91a0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
91b0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
91c0: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
91d0: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
91e0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
91f0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
9200: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
9210: 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70  style.h subscrip
9220: 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68  t_.c:subscript.h
9230: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
9240: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
9250: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
9260: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
9270: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
9280: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f  tkt.h tktconfig_
9290: 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74  .c:tktconfig.h t
92a0: 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65  ktsetup_.c:tktse
92b0: 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e  tup.h undo_.c:un
92c0: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  do.h update_.c:u
92d0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
92e0: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
92f0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
9300: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
9310: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
9320: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
9330: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
9340: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
9350: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
9360: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
9370: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
9380: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 69 6e  ouch headers..in
9390: 66 6f 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  fo_.c:.$(SRCDIR)
93a0: 2f 69 6e 66 6f 2e 63 20 24 28 53 52 43 44 49 52  /info.c $(SRCDIR
93b0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
93c0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
93d0: 20 24 28 53 52 43 44 49 52 29 2f 69 6e 66 6f 2e   $(SRCDIR)/info.
93e0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
93f0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 69 6e  DIR)/VERSION >in
9400: 66 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e 6f 3a 09 69  fo_.c..info.o:.i
9410: 6e 66 6f 5f 2e 63 20 69 6e 66 6f 2e 68 20 20 24  nfo_.c info.h  $
9420: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
9430: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 69 6e  h..$(XTCC) -o in
9440: 66 6f 2e 6f 20 2d 63 20 69 6e 66 6f 5f 2e 63 0a  fo.o -c info_.c.
9450: 0a 69 6e 66 6f 2e 68 3a 09 6d 61 6b 65 68 65 61  .info.h:.makehea
9460: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
9470: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
9480: 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e  h admin_.c:admin
9490: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
94a0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
94b0: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
94c0: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
94d0: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
94e0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
94f0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
9500: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
9510: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
9520: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
9530: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
9540: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
9550: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
9560: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
9570: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
9580: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
9590: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
95a0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
95b0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
95c0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
95d0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
95e0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
95f0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
9600: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
9610: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
9620: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
9630: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
9640: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
9650: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
9660: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
9670: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
9680: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
9690: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
96a0: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
96b0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
96c0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
96d0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
96e0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
96f0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
9700: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
9710: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
9720: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
9730: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
9740: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
9750: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
9760: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
9770: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
9780: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
9790: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
97a0: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
97b0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
97c0: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
97d0: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
97e0: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
97f0: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
9800: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
9810: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
9820: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
9830: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
9840: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
9850: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
9860: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
9870: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
9880: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
9890: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
98a0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
98b0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
98c0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
98d0: 0a 0a 6c 6f 67 69 6e 5f 2e 63 3a 09 24 28 53 52  ..login_.c:.$(SR
98e0: 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 24 28  CDIR)/login.c $(
98f0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
9900: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
9910: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
9920: 2f 6c 6f 67 69 6e 2e 63 20 7c 20 73 65 64 20 2d  /login.c | sed -
9930: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
9940: 49 4f 4e 20 3e 6c 6f 67 69 6e 5f 2e 63 0a 0a 6c  ION >login_.c..l
9950: 6f 67 69 6e 2e 6f 3a 09 6c 6f 67 69 6e 5f 2e 63  ogin.o:.login_.c
9960: 20 6c 6f 67 69 6e 2e 68 20 20 24 28 53 52 43 44   login.h  $(SRCD
9970: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
9980: 58 54 43 43 29 20 2d 6f 20 6c 6f 67 69 6e 2e 6f  XTCC) -o login.o
9990: 20 2d 63 20 6c 6f 67 69 6e 5f 2e 63 0a 0a 6c 6f   -c login_.c..lo
99a0: 67 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  gin.h:.makeheade
99b0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
99c0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
99d0: 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68  admin_.c:admin.h
99e0: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
99f0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
9a00: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
9a10: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65  browse_.c:browse
9a20: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
9a30: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
9a40: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
9a50: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
9a60: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
9a70: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
9a80: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
9a90: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
9aa0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
9ab0: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
9ac0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
9ad0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
9ae0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
9af0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
9b00: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
9b10: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
9b20: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
9b30: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
9b40: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
9b50: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
9b60: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
9b70: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
9b80: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
9b90: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
9ba0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
9bb0: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
9bc0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
9bd0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
9be0: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65  merge3.h my_page
9bf0: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61  _.c:my_page.h na
9c00: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
9c10: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
9c20: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
9c30: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
9c40: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
9c50: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
9c60: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
9c70: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
9c80: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
9c90: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
9ca0: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72  c:style.h subscr
9cb0: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74  ipt_.c:subscript
9cc0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
9cd0: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
9ce0: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
9cf0: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  w.h timeline_.c:
9d00: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
9d10: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69  c:tkt.h tktconfi
9d20: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68  g_.c:tktconfig.h
9d30: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74   tktsetup_.c:tkt
9d40: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a  setup.h undo_.c:
9d50: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
9d60: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
9d70: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
9d80: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
9d90: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
9da0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
9db0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
9dc0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
9dd0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
9de0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
9df0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
9e00: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
9e10: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
9e20: 6d 61 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49  main_.c:.$(SRCDI
9e30: 52 29 2f 6d 61 69 6e 2e 63 20 24 28 53 52 43 44  R)/main.c $(SRCD
9e40: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
9e50: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
9e60: 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d 61 69  te $(SRCDIR)/mai
9e70: 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  n.c | sed -f $(S
9e80: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
9e90: 6d 61 69 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e 6f 3a  main_.c..main.o:
9ea0: 09 6d 61 69 6e 5f 2e 63 20 6d 61 69 6e 2e 68 20  .main_.c main.h 
9eb0: 70 61 67 65 5f 69 6e 64 65 78 2e 68 20 24 28 53  page_index.h $(S
9ec0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
9ed0: 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 61 69 6e  .$(XTCC) -o main
9ee0: 2e 6f 20 2d 63 20 6d 61 69 6e 5f 2e 63 0a 0a 6d  .o -c main_.c..m
9ef0: 61 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  ain.h:.makeheade
9f00: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
9f10: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
9f20: 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68  admin_.c:admin.h
9f30: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
9f40: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
9f50: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
9f60: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65  browse_.c:browse
9f70: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
9f80: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
9f90: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
9fa0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
9fb0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
9fc0: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
9fd0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
9fe0: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
9ff0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
a000: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
a010: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
a020: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
a030: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
a040: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
a050: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
a060: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
a070: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
a080: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
a090: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
a0a0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
a0b0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
a0c0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
a0d0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
a0e0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
a0f0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
a100: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
a110: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
a120: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
a130: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65  merge3.h my_page
a140: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61  _.c:my_page.h na
a150: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
a160: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
a170: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
a180: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
a190: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
a1a0: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
a1b0: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
a1c0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
a1d0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
a1e0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
a1f0: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72  c:style.h subscr
a200: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74  ipt_.c:subscript
a210: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
a220: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
a230: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
a240: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  w.h timeline_.c:
a250: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
a260: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69  c:tkt.h tktconfi
a270: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68  g_.c:tktconfig.h
a280: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74   tktsetup_.c:tkt
a290: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a  setup.h undo_.c:
a2a0: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
a2b0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
a2c0: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
a2d0: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
a2e0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
a2f0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
a300: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
a310: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
a320: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
a330: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
a340: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
a350: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
a360: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
a370: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 09 24 28 53  manifest_.c:.$(S
a380: 52 43 44 49 52 29 2f 6d 61 6e 69 66 65 73 74 2e  RCDIR)/manifest.
a390: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
a3a0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
a3b0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
a3c0: 44 49 52 29 2f 6d 61 6e 69 66 65 73 74 2e 63 20  DIR)/manifest.c 
a3d0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
a3e0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 61 6e 69  R)/VERSION >mani
a3f0: 66 65 73 74 5f 2e 63 0a 0a 6d 61 6e 69 66 65 73  fest_.c..manifes
a400: 74 2e 6f 3a 09 6d 61 6e 69 66 65 73 74 5f 2e 63  t.o:.manifest_.c
a410: 20 6d 61 6e 69 66 65 73 74 2e 68 20 20 24 28 53   manifest.h  $(S
a420: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
a430: 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 61 6e 69  .$(XTCC) -o mani
a440: 66 65 73 74 2e 6f 20 2d 63 20 6d 61 6e 69 66 65  fest.o -c manife
a450: 73 74 5f 2e 63 0a 0a 6d 61 6e 69 66 65 73 74 2e  st_.c..manifest.
a460: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
a470: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
a480: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69  dd_.c:add.h admi
a490: 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67  n_.c:admin.h bag
a4a0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
a4b0: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
a4c0: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77  .c:branch.h brow
a4d0: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63  se_.c:browse.h c
a4e0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
a4f0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
a500: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
a510: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
a520: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
a530: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
a540: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
a550: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
a560: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
a570: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
a580: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
a590: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
a5a0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
a5b0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
a5c0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
a5d0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
a5e0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
a5f0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
a600: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
a610: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
a620: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
a630: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
a640: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
a650: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
a660: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
a670: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
a680: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
a690: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
a6a0: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a  e3.h my_page_.c:
a6b0: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e  my_page.h name_.
a6c0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
a6d0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
a6e0: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
a6f0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
a700: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
a710: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
a720: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
a730: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
a740: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
a750: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
a760: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f  yle.h subscript_
a770: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73  .c:subscript.h s
a780: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
a790: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
a7a0: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
a7b0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
a7c0: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
a7d0: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63  t.h tktconfig_.c
a7e0: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74  :tktconfig.h tkt
a7f0: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75  setup_.c:tktsetu
a800: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  p.h undo_.c:undo
a810: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
a820: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
a830: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
a840: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
a850: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
a860: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
a870: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
a880: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
a890: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
a8a0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
a8b0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
a8c0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
a8d0: 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 64 35 5f  ch headers..md5_
a8e0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 64  .c:.$(SRCDIR)/md
a8f0: 35 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  5.c $(SRCDIR)/VE
a900: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
a910: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
a920: 52 43 44 49 52 29 2f 6d 64 35 2e 63 20 7c 20 73  RCDIR)/md5.c | s
a930: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
a940: 56 45 52 53 49 4f 4e 20 3e 6d 64 35 5f 2e 63 0a  VERSION >md5_.c.
a950: 0a 6d 64 35 2e 6f 3a 09 6d 64 35 5f 2e 63 20 6d  .md5.o:.md5_.c m
a960: 64 35 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  d5.h  $(SRCDIR)/
a970: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
a980: 29 20 2d 6f 20 6d 64 35 2e 6f 20 2d 63 20 6d 64  ) -o md5.o -c md
a990: 35 5f 2e 63 0a 0a 6d 64 35 2e 68 3a 09 6d 61 6b  5_.c..md5.h:.mak
a9a0: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
a9b0: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
a9c0: 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61  add.h admin_.c:a
a9d0: 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61  dmin.h bag_.c:ba
a9e0: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
a9f0: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
aa00: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
aa10: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
aa20: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
aa30: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
aa40: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
aa50: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
aa60: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
aa70: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
aa80: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
aa90: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
aaa0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
aab0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
aac0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
aad0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
aae0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
aaf0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
ab00: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
ab10: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
ab20: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
ab30: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
ab40: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
ab50: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
ab60: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
ab70: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
ab80: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
ab90: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
aba0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
abb0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
abc0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
abd0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
abe0: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
abf0: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
ac00: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
ac10: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
ac20: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
ac30: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
ac40: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
ac50: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
ac60: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
ac70: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
ac80: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
ac90: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
aca0: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
acb0: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
acc0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
acd0: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
ace0: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
acf0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
ad00: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
ad10: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
ad20: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
ad30: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
ad40: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
ad50: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
ad60: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
ad70: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
ad80: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
ad90: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
ada0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
adb0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
adc0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
add0: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
ade0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
adf0: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
ae00: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
ae10: 64 65 72 73 0a 0a 6d 65 72 67 65 5f 2e 63 3a 09  ders..merge_.c:.
ae20: 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 2e  $(SRCDIR)/merge.
ae30: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
ae40: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
ae50: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
ae60: 44 49 52 29 2f 6d 65 72 67 65 2e 63 20 7c 20 73  DIR)/merge.c | s
ae70: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
ae80: 56 45 52 53 49 4f 4e 20 3e 6d 65 72 67 65 5f 2e  VERSION >merge_.
ae90: 63 0a 0a 6d 65 72 67 65 2e 6f 3a 09 6d 65 72 67  c..merge.o:.merg
aea0: 65 5f 2e 63 20 6d 65 72 67 65 2e 68 20 20 24 28  e_.c merge.h  $(
aeb0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
aec0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 65 72  ..$(XTCC) -o mer
aed0: 67 65 2e 6f 20 2d 63 20 6d 65 72 67 65 5f 2e 63  ge.o -c merge_.c
aee0: 0a 0a 6d 65 72 67 65 2e 68 3a 09 6d 61 6b 65 68  ..merge.h:.makeh
aef0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
af00: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
af10: 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d  d.h admin_.c:adm
af20: 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  in.h bag_.c:bag.
af30: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
af40: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
af50: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72  h.h browse_.c:br
af60: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67  owse.h cgi_.c:cg
af70: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
af80: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
af90: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
afa0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
afb0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
afc0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
afd0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
afe0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
aff0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
b000: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
b010: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
b020: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
b030: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
b040: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
b050: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
b060: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
b070: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
b080: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
b090: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
b0a0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
b0b0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
b0c0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
b0d0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
b0e0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
b0f0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
b100: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
b110: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
b120: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f  _.c:merge3.h my_
b130: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e  page_.c:my_page.
b140: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
b150: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
b160: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
b170: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
b180: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
b190: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
b1a0: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
b1b0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
b1c0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
b1d0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
b1e0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75  le_.c:style.h su
b1f0: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63  bscript_.c:subsc
b200: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  ript.h sync_.c:s
b210: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
b220: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
b230: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65  gview.h timeline
b240: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
b250: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63  kt_.c:tkt.h tktc
b260: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66  onfig_.c:tktconf
b270: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  ig.h tktsetup_.c
b280: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
b290: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
b2a0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
b2b0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
b2c0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
b2d0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
b2e0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
b2f0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
b300: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
b310: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
b320: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
b330: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
b340: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
b350: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
b360: 72 73 0a 0a 6d 65 72 67 65 33 5f 2e 63 3a 09 24  rs..merge3_.c:.$
b370: 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 33 2e  (SRCDIR)/merge3.
b380: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
b390: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
b3a0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
b3b0: 44 49 52 29 2f 6d 65 72 67 65 33 2e 63 20 7c 20  DIR)/merge3.c | 
b3c0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
b3d0: 2f 56 45 52 53 49 4f 4e 20 3e 6d 65 72 67 65 33  /VERSION >merge3
b3e0: 5f 2e 63 0a 0a 6d 65 72 67 65 33 2e 6f 3a 09 6d  _.c..merge3.o:.m
b3f0: 65 72 67 65 33 5f 2e 63 20 6d 65 72 67 65 33 2e  erge3_.c merge3.
b400: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
b410: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
b420: 6f 20 6d 65 72 67 65 33 2e 6f 20 2d 63 20 6d 65  o merge3.o -c me
b430: 72 67 65 33 5f 2e 63 0a 0a 6d 65 72 67 65 33 2e  rge3_.c..merge3.
b440: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
b450: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
b460: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69  dd_.c:add.h admi
b470: 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67  n_.c:admin.h bag
b480: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
b490: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
b4a0: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77  .c:branch.h brow
b4b0: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63  se_.c:browse.h c
b4c0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
b4d0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
b4e0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
b4f0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
b500: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
b510: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
b520: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
b530: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
b540: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
b550: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
b560: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
b570: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
b580: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
b590: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
b5a0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
b5b0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
b5c0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
b5d0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
b5e0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
b5f0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
b600: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
b610: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
b620: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
b630: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
b640: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
b650: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
b660: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
b670: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
b680: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a  e3.h my_page_.c:
b690: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e  my_page.h name_.
b6a0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
b6b0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
b6c0: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
b6d0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
b6e0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
b6f0: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
b700: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
b710: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
b720: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
b730: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
b740: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f  yle.h subscript_
b750: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73  .c:subscript.h s
b760: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
b770: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
b780: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
b790: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
b7a0: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
b7b0: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63  t.h tktconfig_.c
b7c0: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74  :tktconfig.h tkt
b7d0: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75  setup_.c:tktsetu
b7e0: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  p.h undo_.c:undo
b7f0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
b800: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
b810: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
b820: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
b830: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
b840: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
b850: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
b860: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
b870: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
b880: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
b890: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
b8a0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
b8b0: 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 79 5f 70  ch headers..my_p
b8c0: 61 67 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  age_.c:.$(SRCDIR
b8d0: 29 2f 6d 79 5f 70 61 67 65 2e 63 20 24 28 53 52  )/my_page.c $(SR
b8e0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
b8f0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
b900: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d  late $(SRCDIR)/m
b910: 79 5f 70 61 67 65 2e 63 20 7c 20 73 65 64 20 2d  y_page.c | sed -
b920: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
b930: 49 4f 4e 20 3e 6d 79 5f 70 61 67 65 5f 2e 63 0a  ION >my_page_.c.
b940: 0a 6d 79 5f 70 61 67 65 2e 6f 3a 09 6d 79 5f 70  .my_page.o:.my_p
b950: 61 67 65 5f 2e 63 20 6d 79 5f 70 61 67 65 2e 68  age_.c my_page.h
b960: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
b970: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
b980: 20 6d 79 5f 70 61 67 65 2e 6f 20 2d 63 20 6d 79   my_page.o -c my
b990: 5f 70 61 67 65 5f 2e 63 0a 0a 6d 79 5f 70 61 67  _page_.c..my_pag
b9a0: 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  e.h:.makeheaders
b9b0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
b9c0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
b9d0: 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62  min_.c:admin.h b
b9e0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
b9f0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
ba00: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72  h_.c:branch.h br
ba10: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68  owse_.c:browse.h
ba20: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
ba30: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
ba40: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
ba50: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
ba60: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
ba70: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
ba80: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
ba90: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
baa0: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
bab0: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
bac0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
bad0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
bae0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
baf0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
bb00: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
bb10: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
bb20: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
bb30: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
bb40: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
bb50: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
bb60: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
bb70: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
bb80: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
bb90: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
bba0: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
bbb0: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
bbc0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
bbd0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
bbe0: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e  rge3.h my_page_.
bbf0: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65  c:my_page.h name
bc00: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
bc10: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
bc20: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
bc30: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
bc40: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
bc50: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
bc60: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
bc70: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
bc80: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
bc90: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
bca0: 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70  style.h subscrip
bcb0: 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68  t_.c:subscript.h
bcc0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
bcd0: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
bce0: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
bcf0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
bd00: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
bd10: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f  tkt.h tktconfig_
bd20: 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74  .c:tktconfig.h t
bd30: 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65  ktsetup_.c:tktse
bd40: 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e  tup.h undo_.c:un
bd50: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  do.h update_.c:u
bd60: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
bd70: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
bd80: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
bd90: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
bda0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
bdb0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
bdc0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
bdd0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
bde0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
bdf0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
be00: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
be10: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6e 61  ouch headers..na
be20: 6d 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  me_.c:.$(SRCDIR)
be30: 2f 6e 61 6d 65 2e 63 20 24 28 53 52 43 44 49 52  /name.c $(SRCDIR
be40: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
be50: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
be60: 20 24 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 2e   $(SRCDIR)/name.
be70: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
be80: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6e 61  DIR)/VERSION >na
be90: 6d 65 5f 2e 63 0a 0a 6e 61 6d 65 2e 6f 3a 09 6e  me_.c..name.o:.n
bea0: 61 6d 65 5f 2e 63 20 6e 61 6d 65 2e 68 20 20 24  ame_.c name.h  $
beb0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
bec0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6e 61  h..$(XTCC) -o na
bed0: 6d 65 2e 6f 20 2d 63 20 6e 61 6d 65 5f 2e 63 0a  me.o -c name_.c.
bee0: 0a 6e 61 6d 65 2e 68 3a 09 6d 61 6b 65 68 65 61  .name.h:.makehea
bef0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
bf00: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
bf10: 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e  h admin_.c:admin
bf20: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
bf30: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
bf40: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
bf50: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
bf60: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
bf70: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
bf80: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
bf90: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
bfa0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
bfb0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
bfc0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
bfd0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
bfe0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
bff0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
c000: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
c010: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
c020: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
c030: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
c040: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
c050: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
c060: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
c070: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
c080: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
c090: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
c0a0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
c0b0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
c0c0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
c0d0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
c0e0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
c0f0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
c100: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
c110: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
c120: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
c130: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
c140: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
c150: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
c160: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
c170: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
c180: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
c190: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
c1a0: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
c1b0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
c1c0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
c1d0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
c1e0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
c1f0: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
c200: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
c210: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
c220: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
c230: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
c240: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
c250: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
c260: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
c270: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
c280: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
c290: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
c2a0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
c2b0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
c2c0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
c2d0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
c2e0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
c2f0: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
c300: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
c310: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
c320: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
c330: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
c340: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
c350: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
c360: 0a 0a 70 69 76 6f 74 5f 2e 63 3a 09 24 28 53 52  ..pivot_.c:.$(SR
c370: 43 44 49 52 29 2f 70 69 76 6f 74 2e 63 20 24 28  CDIR)/pivot.c $(
c380: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
c390: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
c3a0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
c3b0: 2f 70 69 76 6f 74 2e 63 20 7c 20 73 65 64 20 2d  /pivot.c | sed -
c3c0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
c3d0: 49 4f 4e 20 3e 70 69 76 6f 74 5f 2e 63 0a 0a 70  ION >pivot_.c..p
c3e0: 69 76 6f 74 2e 6f 3a 09 70 69 76 6f 74 5f 2e 63  ivot.o:.pivot_.c
c3f0: 20 70 69 76 6f 74 2e 68 20 20 24 28 53 52 43 44   pivot.h  $(SRCD
c400: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
c410: 58 54 43 43 29 20 2d 6f 20 70 69 76 6f 74 2e 6f  XTCC) -o pivot.o
c420: 20 2d 63 20 70 69 76 6f 74 5f 2e 63 0a 0a 70 69   -c pivot_.c..pi
c430: 76 6f 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  vot.h:.makeheade
c440: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
c450: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
c460: 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68  admin_.c:admin.h
c470: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
c480: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
c490: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
c4a0: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65  browse_.c:browse
c4b0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
c4c0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
c4d0: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
c4e0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
c4f0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
c500: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
c510: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
c520: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
c530: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
c540: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
c550: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
c560: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
c570: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
c580: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
c590: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
c5a0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
c5b0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
c5c0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
c5d0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
c5e0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
c5f0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
c600: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
c610: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
c620: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
c630: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
c640: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
c650: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
c660: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
c670: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65  merge3.h my_page
c680: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61  _.c:my_page.h na
c690: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
c6a0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
c6b0: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
c6c0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
c6d0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
c6e0: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
c6f0: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
c700: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
c710: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
c720: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
c730: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72  c:style.h subscr
c740: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74  ipt_.c:subscript
c750: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
c760: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
c770: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
c780: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  w.h timeline_.c:
c790: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
c7a0: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69  c:tkt.h tktconfi
c7b0: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68  g_.c:tktconfig.h
c7c0: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74   tktsetup_.c:tkt
c7d0: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a  setup.h undo_.c:
c7e0: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
c7f0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
c800: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
c810: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
c820: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
c830: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
c840: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
c850: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
c860: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
c870: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
c880: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
c890: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
c8a0: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
c8b0: 70 71 75 65 75 65 5f 2e 63 3a 09 24 28 53 52 43  pqueue_.c:.$(SRC
c8c0: 44 49 52 29 2f 70 71 75 65 75 65 2e 63 20 24 28  DIR)/pqueue.c $(
c8d0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
c8e0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
c8f0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
c900: 2f 70 71 75 65 75 65 2e 63 20 7c 20 73 65 64 20  /pqueue.c | sed 
c910: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
c920: 53 49 4f 4e 20 3e 70 71 75 65 75 65 5f 2e 63 0a  SION >pqueue_.c.
c930: 0a 70 71 75 65 75 65 2e 6f 3a 09 70 71 75 65 75  .pqueue.o:.pqueu
c940: 65 5f 2e 63 20 70 71 75 65 75 65 2e 68 20 20 24  e_.c pqueue.h  $
c950: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
c960: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 70 71  h..$(XTCC) -o pq
c970: 75 65 75 65 2e 6f 20 2d 63 20 70 71 75 65 75 65  ueue.o -c pqueue
c980: 5f 2e 63 0a 0a 70 71 75 65 75 65 2e 68 3a 09 6d  _.c..pqueue.h:.m
c990: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
c9a0: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
c9b0: 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63  c:add.h admin_.c
c9c0: 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a  :admin.h bag_.c:
c9d0: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
c9e0: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
c9f0: 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e  ranch.h browse_.
ca00: 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e  c:browse.h cgi_.
ca10: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f  c:cgi.h checkin_
ca20: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65  .c:checkin.h che
ca30: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75  ckout_.c:checkou
ca40: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63  t.h clearsign_.c
ca50: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f  :clearsign.h clo
ca60: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f  ne_.c:clone.h co
ca70: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f  mformat_.c:comfo
ca80: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74  rmat.h construct
ca90: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
caa0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
cab0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
cac0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
cad0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
cae0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65  tacmd.h descende
caf0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e  nts_.c:descenden
cb00: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
cb10: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
cb20: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f  iffcmd.h encode_
cb30: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65  .c:encode.h file
cb40: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f  _.c:file.h http_
cb50: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e  .c:http.h info_.
cb60: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e  c:info.h login_.
cb70: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e  c:login.h main_.
cb80: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73  c:main.h manifes
cb90: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20  t_.c:manifest.h 
cba0: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72  md5_.c:md5.h mer
cbb0: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65  ge_.c:merge.h me
cbc0: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68  rge3_.c:merge3.h
cbd0: 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70   my_page_.c:my_p
cbe0: 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  age.h name_.c:na
cbf0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
cc00: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
cc10: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
cc20: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
cc30: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
cc40: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
cc50: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
cc60: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
cc70: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
cc80: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
cc90: 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73  h subscript_.c:s
cca0: 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f  ubscript.h sync_
ccb0: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63  .c:sync.h tag_.c
ccc0: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e  :tag.h tagview_.
ccd0: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65  c:tagview.h time
cce0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
ccf0: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20  .h tkt_.c:tkt.h 
cd00: 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74  tktconfig_.c:tkt
cd10: 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75  config.h tktsetu
cd20: 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20  p_.c:tktsetup.h 
cd30: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75  undo_.c:undo.h u
cd40: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e  pdate_.c:update.
cd50: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75  h url_.c:url.h u
cd60: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65  ser_.c:user.h ve
cd70: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68  rify_.c:verify.h
cd80: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e   vfile_.c:vfile.
cd90: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68  h wiki_.c:wiki.h
cda0: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77   wikiformat_.c:w
cdb0: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
cdc0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
cdd0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
cde0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45  )/sqlite3.h ./VE
cdf0: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68  RSION.h..touch h
ce00: 65 61 64 65 72 73 0a 0a 70 72 69 6e 74 66 5f 2e  eaders..printf_.
ce10: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 70 72 69  c:.$(SRCDIR)/pri
ce20: 6e 74 66 2e 63 20 24 28 53 52 43 44 49 52 29 2f  ntf.c $(SRCDIR)/
ce30: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
ce40: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
ce50: 28 53 52 43 44 49 52 29 2f 70 72 69 6e 74 66 2e  (SRCDIR)/printf.
ce60: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
ce70: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 70 72  DIR)/VERSION >pr
ce80: 69 6e 74 66 5f 2e 63 0a 0a 70 72 69 6e 74 66 2e  intf_.c..printf.
ce90: 6f 3a 09 70 72 69 6e 74 66 5f 2e 63 20 70 72 69  o:.printf_.c pri
cea0: 6e 74 66 2e 68 20 20 24 28 53 52 43 44 49 52 29  ntf.h  $(SRCDIR)
ceb0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
cec0: 43 29 20 2d 6f 20 70 72 69 6e 74 66 2e 6f 20 2d  C) -o printf.o -
ced0: 63 20 70 72 69 6e 74 66 5f 2e 63 0a 0a 70 72 69  c printf_.c..pri
cee0: 6e 74 66 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  ntf.h:.makeheade
cef0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
cf00: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
cf10: 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68  admin_.c:admin.h
cf20: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
cf30: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
cf40: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
cf50: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65  browse_.c:browse
cf60: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
cf70: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
cf80: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
cf90: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
cfa0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
cfb0: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
cfc0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
cfd0: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
cfe0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
cff0: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
d000: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
d010: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
d020: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
d030: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
d040: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
d050: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
d060: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
d070: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
d080: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
d090: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
d0a0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
d0b0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
d0c0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
d0d0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
d0e0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
d0f0: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
d100: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
d110: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
d120: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65  merge3.h my_page
d130: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61  _.c:my_page.h na
d140: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
d150: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
d160: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
d170: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
d180: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
d190: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
d1a0: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
d1b0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
d1c0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
d1d0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
d1e0: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72  c:style.h subscr
d1f0: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74  ipt_.c:subscript
d200: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
d210: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
d220: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
d230: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  w.h timeline_.c:
d240: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
d250: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69  c:tkt.h tktconfi
d260: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68  g_.c:tktconfig.h
d270: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74   tktsetup_.c:tkt
d280: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a  setup.h undo_.c:
d290: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
d2a0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
d2b0: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
d2c0: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
d2d0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
d2e0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
d2f0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
d300: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
d310: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
d320: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
d330: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
d340: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
d350: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
d360: 72 65 62 75 69 6c 64 5f 2e 63 3a 09 24 28 53 52  rebuild_.c:.$(SR
d370: 43 44 49 52 29 2f 72 65 62 75 69 6c 64 2e 63 20  CDIR)/rebuild.c 
d380: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
d390: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
d3a0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
d3b0: 52 29 2f 72 65 62 75 69 6c 64 2e 63 20 7c 20 73  R)/rebuild.c | s
d3c0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
d3d0: 56 45 52 53 49 4f 4e 20 3e 72 65 62 75 69 6c 64  VERSION >rebuild
d3e0: 5f 2e 63 0a 0a 72 65 62 75 69 6c 64 2e 6f 3a 09  _.c..rebuild.o:.
d3f0: 72 65 62 75 69 6c 64 5f 2e 63 20 72 65 62 75 69  rebuild_.c rebui
d400: 6c 64 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  ld.h  $(SRCDIR)/
d410: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
d420: 29 20 2d 6f 20 72 65 62 75 69 6c 64 2e 6f 20 2d  ) -o rebuild.o -
d430: 63 20 72 65 62 75 69 6c 64 5f 2e 63 0a 0a 72 65  c rebuild_.c..re
d440: 62 75 69 6c 64 2e 68 3a 09 6d 61 6b 65 68 65 61  build.h:.makehea
d450: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
d460: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
d470: 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e  h admin_.c:admin
d480: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
d490: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
d4a0: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
d4b0: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
d4c0: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
d4d0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
d4e0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
d4f0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
d500: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
d510: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
d520: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
d530: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
d540: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
d550: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
d560: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
d570: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
d580: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
d590: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
d5a0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
d5b0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
d5c0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
d5d0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
d5e0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
d5f0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
d600: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
d610: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
d620: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
d630: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
d640: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
d650: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
d660: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
d670: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
d680: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
d690: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
d6a0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
d6b0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
d6c0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
d6d0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
d6e0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
d6f0: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
d700: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
d710: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
d720: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
d730: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
d740: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
d750: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
d760: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
d770: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
d780: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
d790: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
d7a0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
d7b0: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
d7c0: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
d7d0: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
d7e0: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
d7f0: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
d800: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
d810: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
d820: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
d830: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
d840: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
d850: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
d860: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
d870: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
d880: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
d890: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
d8a0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
d8b0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
d8c0: 0a 0a 72 73 73 5f 2e 63 3a 09 24 28 53 52 43 44  ..rss_.c:.$(SRCD
d8d0: 49 52 29 2f 72 73 73 2e 63 20 24 28 53 52 43 44  IR)/rss.c $(SRCD
d8e0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
d8f0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
d900: 74 65 20 24 28 53 52 43 44 49 52 29 2f 72 73 73  te $(SRCDIR)/rss
d910: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
d920: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 72  CDIR)/VERSION >r
d930: 73 73 5f 2e 63 0a 0a 72 73 73 2e 6f 3a 09 72 73  ss_.c..rss.o:.rs
d940: 73 5f 2e 63 20 72 73 73 2e 68 20 20 24 28 53 52  s_.c rss.h  $(SR
d950: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
d960: 24 28 58 54 43 43 29 20 2d 6f 20 72 73 73 2e 6f  $(XTCC) -o rss.o
d970: 20 2d 63 20 72 73 73 5f 2e 63 0a 0a 72 73 73 2e   -c rss_.c..rss.
d980: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
d990: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
d9a0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69  dd_.c:add.h admi
d9b0: 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67  n_.c:admin.h bag
d9c0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
d9d0: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
d9e0: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77  .c:branch.h brow
d9f0: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63  se_.c:browse.h c
da00: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
da10: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
da20: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
da30: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
da40: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
da50: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
da60: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
da70: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
da80: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
da90: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
daa0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
dab0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
dac0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
dad0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
dae0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
daf0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
db00: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
db10: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
db20: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
db30: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
db40: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
db50: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
db60: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
db70: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
db80: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
db90: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
dba0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
dbb0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
dbc0: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a  e3.h my_page_.c:
dbd0: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e  my_page.h name_.
dbe0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
dbf0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
dc00: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
dc10: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
dc20: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
dc30: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
dc40: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
dc50: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
dc60: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
dc70: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
dc80: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f  yle.h subscript_
dc90: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73  .c:subscript.h s
dca0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
dcb0: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
dcc0: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
dcd0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
dce0: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
dcf0: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63  t.h tktconfig_.c
dd00: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74  :tktconfig.h tkt
dd10: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75  setup_.c:tktsetu
dd20: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  p.h undo_.c:undo
dd30: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
dd40: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
dd50: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
dd60: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
dd70: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
dd80: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
dd90: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
dda0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
ddb0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
ddc0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
ddd0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
dde0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
ddf0: 63 68 20 68 65 61 64 65 72 73 0a 0a 73 63 68 65  ch headers..sche
de00: 6d 61 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  ma_.c:.$(SRCDIR)
de10: 2f 73 63 68 65 6d 61 2e 63 20 24 28 53 52 43 44  /schema.c $(SRCD
de20: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
de30: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
de40: 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 63 68  te $(SRCDIR)/sch
de50: 65 6d 61 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ema.c | sed -f $
de60: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
de70: 20 3e 73 63 68 65 6d 61 5f 2e 63 0a 0a 73 63 68   >schema_.c..sch
de80: 65 6d 61 2e 6f 3a 09 73 63 68 65 6d 61 5f 2e 63  ema.o:.schema_.c
de90: 20 73 63 68 65 6d 61 2e 68 20 20 24 28 53 52 43   schema.h  $(SRC
dea0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
deb0: 28 58 54 43 43 29 20 2d 6f 20 73 63 68 65 6d 61  (XTCC) -o schema
dec0: 2e 6f 20 2d 63 20 73 63 68 65 6d 61 5f 2e 63 0a  .o -c schema_.c.
ded0: 0a 73 63 68 65 6d 61 2e 68 3a 09 6d 61 6b 65 68  .schema.h:.makeh
dee0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
def0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
df00: 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d  d.h admin_.c:adm
df10: 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  in.h bag_.c:bag.
df20: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
df30: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
df40: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72  h.h browse_.c:br
df50: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67  owse.h cgi_.c:cg
df60: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
df70: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
df80: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
df90: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
dfa0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
dfb0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
dfc0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
dfd0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
dfe0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
dff0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
e000: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
e010: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
e020: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
e030: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
e040: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
e050: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
e060: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
e070: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
e080: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
e090: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
e0a0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
e0b0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
e0c0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
e0d0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
e0e0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
e0f0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
e100: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
e110: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f  _.c:merge3.h my_
e120: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e  page_.c:my_page.
e130: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
e140: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
e150: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
e160: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
e170: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
e180: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
e190: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
e1a0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
e1b0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
e1c0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
e1d0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75  le_.c:style.h su
e1e0: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63  bscript_.c:subsc
e1f0: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  ript.h sync_.c:s
e200: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
e210: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
e220: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65  gview.h timeline
e230: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
e240: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63  kt_.c:tkt.h tktc
e250: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66  onfig_.c:tktconf
e260: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  ig.h tktsetup_.c
e270: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
e280: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
e290: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
e2a0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
e2b0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
e2c0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
e2d0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
e2e0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
e2f0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
e300: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
e310: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
e320: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
e330: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
e340: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
e350: 72 73 0a 0a 73 65 74 75 70 5f 2e 63 3a 09 24 28  rs..setup_.c:.$(
e360: 53 52 43 44 49 52 29 2f 73 65 74 75 70 2e 63 20  SRCDIR)/setup.c 
e370: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
e380: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
e390: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
e3a0: 52 29 2f 73 65 74 75 70 2e 63 20 7c 20 73 65 64  R)/setup.c | sed
e3b0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
e3c0: 52 53 49 4f 4e 20 3e 73 65 74 75 70 5f 2e 63 0a  RSION >setup_.c.
e3d0: 0a 73 65 74 75 70 2e 6f 3a 09 73 65 74 75 70 5f  .setup.o:.setup_
e3e0: 2e 63 20 73 65 74 75 70 2e 68 20 20 24 28 53 52  .c setup.h  $(SR
e3f0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
e400: 24 28 58 54 43 43 29 20 2d 6f 20 73 65 74 75 70  $(XTCC) -o setup
e410: 2e 6f 20 2d 63 20 73 65 74 75 70 5f 2e 63 0a 0a  .o -c setup_.c..
e420: 73 65 74 75 70 2e 68 3a 09 6d 61 6b 65 68 65 61  setup.h:.makehea
e430: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
e440: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
e450: 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e  h admin_.c:admin
e460: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
e470: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
e480: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
e490: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
e4a0: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
e4b0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
e4c0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
e4d0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
e4e0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
e4f0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
e500: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
e510: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
e520: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
e530: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
e540: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
e550: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
e560: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
e570: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
e580: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
e590: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
e5a0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
e5b0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
e5c0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
e5d0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
e5e0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
e5f0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
e600: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
e610: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
e620: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
e630: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
e640: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
e650: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
e660: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
e670: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
e680: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
e690: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
e6a0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
e6b0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
e6c0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
e6d0: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
e6e0: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
e6f0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
e700: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
e710: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
e720: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
e730: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
e740: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
e750: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
e760: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
e770: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
e780: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
e790: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
e7a0: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
e7b0: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
e7c0: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
e7d0: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
e7e0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
e7f0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
e800: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
e810: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
e820: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
e830: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
e840: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
e850: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
e860: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
e870: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
e880: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
e890: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
e8a0: 0a 0a 73 68 61 31 5f 2e 63 3a 09 24 28 53 52 43  ..sha1_.c:.$(SRC
e8b0: 44 49 52 29 2f 73 68 61 31 2e 63 20 24 28 53 52  DIR)/sha1.c $(SR
e8c0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
e8d0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
e8e0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 73  late $(SRCDIR)/s
e8f0: 68 61 31 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ha1.c | sed -f $
e900: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
e910: 20 3e 73 68 61 31 5f 2e 63 0a 0a 73 68 61 31 2e   >sha1_.c..sha1.
e920: 6f 3a 09 73 68 61 31 5f 2e 63 20 73 68 61 31 2e  o:.sha1_.c sha1.
e930: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
e940: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
e950: 6f 20 73 68 61 31 2e 6f 20 2d 63 20 73 68 61 31  o sha1.o -c sha1
e960: 5f 2e 63 0a 0a 73 68 61 31 2e 68 3a 09 6d 61 6b  _.c..sha1.h:.mak
e970: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
e980: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
e990: 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61  add.h admin_.c:a
e9a0: 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61  dmin.h bag_.c:ba
e9b0: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
e9c0: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
e9d0: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
e9e0: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
e9f0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
ea00: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
ea10: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
ea20: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
ea30: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
ea40: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
ea50: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
ea60: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
ea70: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
ea80: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
ea90: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
eaa0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
eab0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
eac0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
ead0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
eae0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
eaf0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
eb00: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
eb10: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
eb20: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
eb30: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
eb40: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
eb50: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
eb60: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
eb70: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
eb80: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
eb90: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
eba0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
ebb0: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
ebc0: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
ebd0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
ebe0: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
ebf0: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
ec00: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
ec10: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
ec20: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
ec30: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
ec40: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
ec50: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
ec60: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
ec70: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
ec80: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
ec90: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
eca0: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
ecb0: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
ecc0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
ecd0: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
ece0: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
ecf0: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
ed00: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
ed10: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
ed20: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
ed30: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
ed40: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
ed50: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
ed60: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
ed70: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
ed80: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
ed90: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
eda0: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
edb0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
edc0: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
edd0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
ede0: 64 65 72 73 0a 0a 73 74 79 6c 65 5f 2e 63 3a 09  ders..style_.c:.
edf0: 24 28 53 52 43 44 49 52 29 2f 73 74 79 6c 65 2e  $(SRCDIR)/style.
ee00: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
ee10: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
ee20: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
ee30: 44 49 52 29 2f 73 74 79 6c 65 2e 63 20 7c 20 73  DIR)/style.c | s
ee40: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
ee50: 56 45 52 53 49 4f 4e 20 3e 73 74 79 6c 65 5f 2e  VERSION >style_.
ee60: 63 0a 0a 73 74 79 6c 65 2e 6f 3a 09 73 74 79 6c  c..style.o:.styl
ee70: 65 5f 2e 63 20 73 74 79 6c 65 2e 68 20 20 24 28  e_.c style.h  $(
ee80: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
ee90: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73 74 79  ..$(XTCC) -o sty
eea0: 6c 65 2e 6f 20 2d 63 20 73 74 79 6c 65 5f 2e 63  le.o -c style_.c
eeb0: 0a 0a 73 74 79 6c 65 2e 68 3a 09 6d 61 6b 65 68  ..style.h:.makeh
eec0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
eed0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
eee0: 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d  d.h admin_.c:adm
eef0: 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  in.h bag_.c:bag.
ef00: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
ef10: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
ef20: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72  h.h browse_.c:br
ef30: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67  owse.h cgi_.c:cg
ef40: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
ef50: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
ef60: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
ef70: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
ef80: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
ef90: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
efa0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
efb0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
efc0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
efd0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
efe0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
eff0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
f000: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
f010: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
f020: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
f030: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
f040: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
f050: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
f060: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
f070: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
f080: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
f090: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
f0a0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
f0b0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
f0c0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
f0d0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
f0e0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
f0f0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f  _.c:merge3.h my_
f100: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e  page_.c:my_page.
f110: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
f120: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
f130: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
f140: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
f150: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
f160: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
f170: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
f180: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
f190: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
f1a0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
f1b0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75  le_.c:style.h su
f1c0: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63  bscript_.c:subsc
f1d0: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  ript.h sync_.c:s
f1e0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
f1f0: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
f200: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65  gview.h timeline
f210: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
f220: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63  kt_.c:tkt.h tktc
f230: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66  onfig_.c:tktconf
f240: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  ig.h tktsetup_.c
f250: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
f260: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
f270: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
f280: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
f290: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
f2a0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
f2b0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
f2c0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
f2d0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
f2e0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
f2f0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
f300: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
f310: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
f320: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
f330: 72 73 0a 0a 73 75 62 73 63 72 69 70 74 5f 2e 63  rs..subscript_.c
f340: 3a 09 24 28 53 52 43 44 49 52 29 2f 73 75 62 73  :.$(SRCDIR)/subs
f350: 63 72 69 70 74 2e 63 20 24 28 53 52 43 44 49 52  cript.c $(SRCDIR
f360: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
f370: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
f380: 20 24 28 53 52 43 44 49 52 29 2f 73 75 62 73 63   $(SRCDIR)/subsc
f390: 72 69 70 74 2e 63 20 7c 20 73 65 64 20 2d 66 20  ript.c | sed -f 
f3a0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
f3b0: 4e 20 3e 73 75 62 73 63 72 69 70 74 5f 2e 63 0a  N >subscript_.c.
f3c0: 0a 73 75 62 73 63 72 69 70 74 2e 6f 3a 09 73 75  .subscript.o:.su
f3d0: 62 73 63 72 69 70 74 5f 2e 63 20 73 75 62 73 63  bscript_.c subsc
f3e0: 72 69 70 74 2e 68 20 20 24 28 53 52 43 44 49 52  ript.h  $(SRCDIR
f3f0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
f400: 43 43 29 20 2d 6f 20 73 75 62 73 63 72 69 70 74  CC) -o subscript
f410: 2e 6f 20 2d 63 20 73 75 62 73 63 72 69 70 74 5f  .o -c subscript_
f420: 2e 63 0a 0a 73 75 62 73 63 72 69 70 74 2e 68 3a  .c..subscript.h:
f430: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
f440: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
f450: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f  _.c:add.h admin_
f460: 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e  .c:admin.h bag_.
f470: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
f480: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63  blob.h branch_.c
f490: 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65  :branch.h browse
f4a0: 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69  _.c:browse.h cgi
f4b0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69  _.c:cgi.h checki
f4c0: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63  n_.c:checkin.h c
f4d0: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b  heckout_.c:check
f4e0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f  out.h clearsign_
f4f0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63  .c:clearsign.h c
f500: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20  lone_.c:clone.h 
f510: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d  comformat_.c:com
f520: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75  format.h constru
f530: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
f540: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
f550: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
f560: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
f570: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
f580: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
f590: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dents_.c:descend
f5a0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ents.h diff_.c:d
f5b0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
f5c0: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64  :diffcmd.h encod
f5d0: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69  e_.c:encode.h fi
f5e0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74  le_.c:file.h htt
f5f0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f  p_.c:http.h info
f600: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e  _.c:info.h login
f610: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  _.c:login.h main
f620: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  _.c:main.h manif
f630: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e  est_.c:manifest.
f640: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d  h md5_.c:md5.h m
f650: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20  erge_.c:merge.h 
f660: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33  merge3_.c:merge3
f670: 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79  .h my_page_.c:my
f680: 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a  _page.h name_.c:
f690: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
f6a0: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
f6b0: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
f6c0: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
f6d0: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
f6e0: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
f6f0: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
f700: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
f710: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
f720: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
f730: 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63  e.h subscript_.c
f740: 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e  :subscript.h syn
f750: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
f760: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
f770: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69  _.c:tagview.h ti
f780: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
f790: 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
f7a0: 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74  h tktconfig_.c:t
f7b0: 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65  ktconfig.h tktse
f7c0: 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e  tup_.c:tktsetup.
f7d0: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68  h undo_.c:undo.h
f7e0: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
f7f0: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
f800: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
f810: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
f820: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
f830: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
f840: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
f850: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
f860: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
f870: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
f880: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
f890: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
f8a0: 20 68 65 61 64 65 72 73 0a 0a 73 79 6e 63 5f 2e   headers..sync_.
f8b0: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 79 6e  c:.$(SRCDIR)/syn
f8c0: 63 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  c.c $(SRCDIR)/VE
f8d0: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
f8e0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
f8f0: 52 43 44 49 52 29 2f 73 79 6e 63 2e 63 20 7c 20  RCDIR)/sync.c | 
f900: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
f910: 2f 56 45 52 53 49 4f 4e 20 3e 73 79 6e 63 5f 2e  /VERSION >sync_.
f920: 63 0a 0a 73 79 6e 63 2e 6f 3a 09 73 79 6e 63 5f  c..sync.o:.sync_
f930: 2e 63 20 73 79 6e 63 2e 68 20 20 24 28 53 52 43  .c sync.h  $(SRC
f940: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
f950: 28 58 54 43 43 29 20 2d 6f 20 73 79 6e 63 2e 6f  (XTCC) -o sync.o
f960: 20 2d 63 20 73 79 6e 63 5f 2e 63 0a 0a 73 79 6e   -c sync_.c..syn
f970: 63 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  c.h:.makeheaders
f980: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
f990: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
f9a0: 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62  min_.c:admin.h b
f9b0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
f9c0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
f9d0: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72  h_.c:branch.h br
f9e0: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68  owse_.c:browse.h
f9f0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
fa00: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
fa10: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
fa20: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
fa30: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
fa40: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
fa50: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
fa60: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
fa70: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
fa80: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
fa90: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
faa0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
fab0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
fac0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
fad0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
fae0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
faf0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
fb00: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
fb10: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
fb20: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
fb30: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
fb40: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
fb50: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
fb60: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
fb70: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
fb80: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
fb90: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
fba0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
fbb0: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e  rge3.h my_page_.
fbc0: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65  c:my_page.h name
fbd0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
fbe0: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
fbf0: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
fc00: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
fc10: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
fc20: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
fc30: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
fc40: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
fc50: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
fc60: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
fc70: 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70  style.h subscrip
fc80: 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68  t_.c:subscript.h
fc90: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
fca0: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
fcb0: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
fcc0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
fcd0: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
fce0: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f  tkt.h tktconfig_
fcf0: 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74  .c:tktconfig.h t
fd00: 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65  ktsetup_.c:tktse
fd10: 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e  tup.h undo_.c:un
fd20: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  do.h update_.c:u
fd30: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
fd40: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
fd50: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
fd60: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
fd70: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
fd80: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
fd90: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
fda0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
fdb0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
fdc0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
fdd0: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
fde0: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 74 61  ouch headers..ta
fdf0: 67 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  g_.c:.$(SRCDIR)/
fe00: 74 61 67 2e 63 20 24 28 53 52 43 44 49 52 29 2f  tag.c $(SRCDIR)/
fe10: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
fe20: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
fe30: 28 53 52 43 44 49 52 29 2f 74 61 67 2e 63 20 7c  (SRCDIR)/tag.c |
fe40: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
fe50: 29 2f 56 45 52 53 49 4f 4e 20 3e 74 61 67 5f 2e  )/VERSION >tag_.
fe60: 63 0a 0a 74 61 67 2e 6f 3a 09 74 61 67 5f 2e 63  c..tag.o:.tag_.c
fe70: 20 74 61 67 2e 68 20 20 24 28 53 52 43 44 49 52   tag.h  $(SRCDIR
fe80: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
fe90: 43 43 29 20 2d 6f 20 74 61 67 2e 6f 20 2d 63 20  CC) -o tag.o -c 
fea0: 74 61 67 5f 2e 63 0a 0a 74 61 67 2e 68 3a 09 6d  tag_.c..tag.h:.m
feb0: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
fec0: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
fed0: 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63  c:add.h admin_.c
fee0: 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a  :admin.h bag_.c:
fef0: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
ff00: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
ff10: 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e  ranch.h browse_.
ff20: 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e  c:browse.h cgi_.
ff30: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f  c:cgi.h checkin_
ff40: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65  .c:checkin.h che
ff50: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75  ckout_.c:checkou
ff60: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63  t.h clearsign_.c
ff70: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f  :clearsign.h clo
ff80: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f  ne_.c:clone.h co
ff90: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f  mformat_.c:comfo
ffa0: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74  rmat.h construct
ffb0: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
ffc0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
ffd0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
ffe0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
fff0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
10000 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65  tacmd.h descende
10010 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e  nts_.c:descenden
10020 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
10030 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
10040 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f  iffcmd.h encode_
10050 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65  .c:encode.h file
10060 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f  _.c:file.h http_
10070 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e  .c:http.h info_.
10080 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e  c:info.h login_.
10090 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e  c:login.h main_.
100a0 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73  c:main.h manifes
100b0 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20  t_.c:manifest.h 
100c0 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72  md5_.c:md5.h mer
100d0 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65  ge_.c:merge.h me
100e0 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68  rge3_.c:merge3.h
100f0 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70   my_page_.c:my_p
10100 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  age.h name_.c:na
10110 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
10120 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
10130 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
10140 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
10150 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
10160 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
10170 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
10180 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
10190 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
101a0 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
101b0 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73  h subscript_.c:s
101c0 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f  ubscript.h sync_
101d0 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63  .c:sync.h tag_.c
101e0 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e  :tag.h tagview_.
101f0 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65  c:tagview.h time
10200 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
10210 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20  .h tkt_.c:tkt.h 
10220 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74  tktconfig_.c:tkt
10230 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75  config.h tktsetu
10240 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20  p_.c:tktsetup.h 
10250 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75  undo_.c:undo.h u
10260 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e  pdate_.c:update.
10270 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75  h url_.c:url.h u
10280 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65  ser_.c:user.h ve
10290 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68  rify_.c:verify.h
102a0 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e   vfile_.c:vfile.
102b0 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68  h wiki_.c:wiki.h
102c0 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77   wikiformat_.c:w
102d0 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
102e0 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
102f0 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
10300 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45  )/sqlite3.h ./VE
10310 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68  RSION.h..touch h
10320 65 61 64 65 72 73 0a 0a 74 61 67 76 69 65 77 5f  eaders..tagview_
10330 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74 61  .c:.$(SRCDIR)/ta
10340 67 76 69 65 77 2e 63 20 24 28 53 52 43 44 49 52  gview.c $(SRCDIR
10350 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
10360 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
10370 20 24 28 53 52 43 44 49 52 29 2f 74 61 67 76 69   $(SRCDIR)/tagvi
10380 65 77 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  ew.c | sed -f $(
10390 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
103a0 3e 74 61 67 76 69 65 77 5f 2e 63 0a 0a 74 61 67  >tagview_.c..tag
103b0 76 69 65 77 2e 6f 3a 09 74 61 67 76 69 65 77 5f  view.o:.tagview_
103c0 2e 63 20 74 61 67 76 69 65 77 2e 68 20 20 24 28  .c tagview.h  $(
103d0 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
103e0 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 74 61 67  ..$(XTCC) -o tag
103f0 76 69 65 77 2e 6f 20 2d 63 20 74 61 67 76 69 65  view.o -c tagvie
10400 77 5f 2e 63 0a 0a 74 61 67 76 69 65 77 2e 68 3a  w_.c..tagview.h:
10410 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
10420 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
10430 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f  _.c:add.h admin_
10440 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e  .c:admin.h bag_.
10450 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
10460 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63  blob.h branch_.c
10470 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65  :branch.h browse
10480 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69  _.c:browse.h cgi
10490 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69  _.c:cgi.h checki
104a0 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63  n_.c:checkin.h c
104b0 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b  heckout_.c:check
104c0 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f  out.h clearsign_
104d0 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63  .c:clearsign.h c
104e0 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20  lone_.c:clone.h 
104f0 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d  comformat_.c:com
10500 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75  format.h constru
10510 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
10520 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
10530 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
10540 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
10550 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
10560 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
10570 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dents_.c:descend
10580 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ents.h diff_.c:d
10590 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
105a0 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64  :diffcmd.h encod
105b0 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69  e_.c:encode.h fi
105c0 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74  le_.c:file.h htt
105d0 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f  p_.c:http.h info
105e0 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e  _.c:info.h login
105f0 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  _.c:login.h main
10600 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  _.c:main.h manif
10610 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e  est_.c:manifest.
10620 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d  h md5_.c:md5.h m
10630 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20  erge_.c:merge.h 
10640 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33  merge3_.c:merge3
10650 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79  .h my_page_.c:my
10660 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a  _page.h name_.c:
10670 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
10680 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
10690 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
106a0 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
106b0 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
106c0 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
106d0 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
106e0 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
106f0 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
10700 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
10710 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63  e.h subscript_.c
10720 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e  :subscript.h syn
10730 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
10740 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
10750 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69  _.c:tagview.h ti
10760 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
10770 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
10780 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74  h tktconfig_.c:t
10790 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65  ktconfig.h tktse
107a0 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e  tup_.c:tktsetup.
107b0 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68  h undo_.c:undo.h
107c0 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
107d0 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
107e0 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
107f0 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
10800 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
10810 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
10820 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
10830 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
10840 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
10850 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
10860 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
10870 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
10880 20 68 65 61 64 65 72 73 0a 0a 74 69 6d 65 6c 69   headers..timeli
10890 6e 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  ne_.c:.$(SRCDIR)
108a0 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 24 28 53 52  /timeline.c $(SR
108b0 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
108c0 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
108d0 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 74  late $(SRCDIR)/t
108e0 69 6d 65 6c 69 6e 65 2e 63 20 7c 20 73 65 64 20  imeline.c | sed 
108f0 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
10900 53 49 4f 4e 20 3e 74 69 6d 65 6c 69 6e 65 5f 2e  SION >timeline_.
10910 63 0a 0a 74 69 6d 65 6c 69 6e 65 2e 6f 3a 09 74  c..timeline.o:.t
10920 69 6d 65 6c 69 6e 65 5f 2e 63 20 74 69 6d 65 6c  imeline_.c timel
10930 69 6e 65 2e 68 20 20 24 28 53 52 43 44 49 52 29  ine.h  $(SRCDIR)
10940 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
10950 43 29 20 2d 6f 20 74 69 6d 65 6c 69 6e 65 2e 6f  C) -o timeline.o
10960 20 2d 63 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 0a   -c timeline_.c.
10970 0a 74 69 6d 65 6c 69 6e 65 2e 68 3a 09 6d 61 6b  .timeline.h:.mak
10980 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
10990 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
109a0 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61  add.h admin_.c:a
109b0 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61  dmin.h bag_.c:ba
109c0 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
109d0 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
109e0 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
109f0 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
10a00 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
10a10 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
10a20 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
10a30 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
10a40 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
10a50 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
10a60 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
10a70 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
10a80 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
10a90 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
10aa0 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
10ab0 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
10ac0 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
10ad0 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
10ae0 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
10af0 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
10b00 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
10b10 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
10b20 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
10b30 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
10b40 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
10b50 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
10b60 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
10b70 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
10b80 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
10b90 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
10ba0 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
10bb0 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
10bc0 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
10bd0 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
10be0 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
10bf0 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
10c00 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
10c10 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
10c20 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
10c30 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
10c40 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
10c50 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
10c60 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
10c70 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
10c80 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
10c90 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
10ca0 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
10cb0 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
10cc0 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
10cd0 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
10ce0 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
10cf0 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
10d00 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
10d10 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
10d20 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
10d30 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
10d40 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
10d50 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
10d60 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
10d70 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
10d80 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
10d90 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
10da0 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
10db0 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
10dc0 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
10dd0 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
10de0 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
10df0 64 65 72 73 0a 0a 74 6b 74 5f 2e 63 3a 09 24 28  ders..tkt_.c:.$(
10e00 53 52 43 44 49 52 29 2f 74 6b 74 2e 63 20 24 28  SRCDIR)/tkt.c $(
10e10 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
10e20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
10e30 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
10e40 2f 74 6b 74 2e 63 20 7c 20 73 65 64 20 2d 66 20  /tkt.c | sed -f 
10e50 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
10e60 4e 20 3e 74 6b 74 5f 2e 63 0a 0a 74 6b 74 2e 6f  N >tkt_.c..tkt.o
10e70 3a 09 74 6b 74 5f 2e 63 20 74 6b 74 2e 68 20 20  :.tkt_.c tkt.h  
10e80 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
10e90 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 74  .h..$(XTCC) -o t
10ea0 6b 74 2e 6f 20 2d 63 20 74 6b 74 5f 2e 63 0a 0a  kt.o -c tkt_.c..
10eb0 74 6b 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  tkt.h:.makeheade
10ec0 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
10ed0 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
10ee0 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68  admin_.c:admin.h
10ef0 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
10f00 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
10f10 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
10f20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65  browse_.c:browse
10f30 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
10f40 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
10f50 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
10f60 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
10f70 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
10f80 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
10f90 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
10fa0 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
10fb0 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
10fc0 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
10fd0 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
10fe0 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
10ff0 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
11000 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
11010 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
11020 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
11030 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
11040 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
11050 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
11060 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
11070 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
11080 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
11090 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
110a0 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
110b0 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
110c0 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
110d0 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
110e0 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
110f0 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65  merge3.h my_page
11100 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61  _.c:my_page.h na
11110 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
11120 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
11130 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
11140 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
11150 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
11160 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
11170 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
11180 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
11190 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
111a0 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
111b0 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72  c:style.h subscr
111c0 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74  ipt_.c:subscript
111d0 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
111e0 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
111f0 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
11200 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  w.h timeline_.c:
11210 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
11220 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69  c:tkt.h tktconfi
11230 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68  g_.c:tktconfig.h
11240 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74   tktsetup_.c:tkt
11250 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a  setup.h undo_.c:
11260 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
11270 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
11280 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
11290 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
112a0 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
112b0 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
112c0 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
112d0 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
112e0 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
112f0 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
11300 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
11310 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
11320 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
11330 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 09 24 28  tktconfig_.c:.$(
11340 53 52 43 44 49 52 29 2f 74 6b 74 63 6f 6e 66 69  SRCDIR)/tktconfi
11350 67 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  g.c $(SRCDIR)/VE
11360 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
11370 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
11380 52 43 44 49 52 29 2f 74 6b 74 63 6f 6e 66 69 67  RCDIR)/tktconfig
11390 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
113a0 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 74  CDIR)/VERSION >t
113b0 6b 74 63 6f 6e 66 69 67 5f 2e 63 0a 0a 74 6b 74  ktconfig_.c..tkt
113c0 63 6f 6e 66 69 67 2e 6f 3a 09 74 6b 74 63 6f 6e  config.o:.tktcon
113d0 66 69 67 5f 2e 63 20 74 6b 74 63 6f 6e 66 69 67  fig_.c tktconfig
113e0 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
113f0 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
11400 2d 6f 20 74 6b 74 63 6f 6e 66 69 67 2e 6f 20 2d  -o tktconfig.o -
11410 63 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 0a 0a  c tktconfig_.c..
11420 74 6b 74 63 6f 6e 66 69 67 2e 68 3a 09 6d 61 6b  tktconfig.h:.mak
11430 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
11440 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
11450 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61  add.h admin_.c:a
11460 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61  dmin.h bag_.c:ba
11470 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
11480 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
11490 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
114a0 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
114b0 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
114c0 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
114d0 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
114e0 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
114f0 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
11500 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
11510 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
11520 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
11530 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
11540 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
11550 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
11560 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
11570 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
11580 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
11590 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
115a0 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
115b0 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
115c0 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
115d0 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
115e0 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
115f0 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
11600 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
11610 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
11620 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
11630 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
11640 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
11650 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
11660 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
11670 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
11680 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
11690 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
116a0 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
116b0 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
116c0 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
116d0 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
116e0 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
116f0 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
11700 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
11710 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
11720 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
11730 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
11740 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
11750 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
11760 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
11770 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
11780 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
11790 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
117a0 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
117b0 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
117c0 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
117d0 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
117e0 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
117f0 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
11800 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
11810 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
11820 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
11830 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
11840 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
11850 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
11860 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
11870 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
11880 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
11890 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
118a0 64 65 72 73 0a 0a 74 6b 74 73 65 74 75 70 5f 2e  ders..tktsetup_.
118b0 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74 6b 74  c:.$(SRCDIR)/tkt
118c0 73 65 74 75 70 2e 63 20 24 28 53 52 43 44 49 52  setup.c $(SRCDIR
118d0 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
118e0 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
118f0 20 24 28 53 52 43 44 49 52 29 2f 74 6b 74 73 65   $(SRCDIR)/tktse
11900 74 75 70 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  tup.c | sed -f $
11910 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
11920 20 3e 74 6b 74 73 65 74 75 70 5f 2e 63 0a 0a 74   >tktsetup_.c..t
11930 6b 74 73 65 74 75 70 2e 6f 3a 09 74 6b 74 73 65  ktsetup.o:.tktse
11940 74 75 70 5f 2e 63 20 74 6b 74 73 65 74 75 70 2e  tup_.c tktsetup.
11950 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
11960 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
11970 6f 20 74 6b 74 73 65 74 75 70 2e 6f 20 2d 63 20  o tktsetup.o -c 
11980 74 6b 74 73 65 74 75 70 5f 2e 63 0a 0a 74 6b 74  tktsetup_.c..tkt
11990 73 65 74 75 70 2e 68 3a 09 6d 61 6b 65 68 65 61  setup.h:.makehea
119a0 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
119b0 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
119c0 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e  h admin_.c:admin
119d0 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
119e0 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
119f0 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
11a00 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
11a10 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
11a20 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
11a30 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
11a40 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
11a50 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
11a60 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
11a70 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
11a80 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
11a90 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
11aa0 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
11ab0 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
11ac0 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
11ad0 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
11ae0 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
11af0 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
11b00 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
11b10 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
11b20 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
11b30 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
11b40 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
11b50 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
11b60 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
11b70 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
11b80 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
11b90 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
11ba0 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
11bb0 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
11bc0 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
11bd0 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
11be0 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
11bf0 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
11c00 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
11c10 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
11c20 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
11c30 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
11c40 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
11c50 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
11c60 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
11c70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
11c80 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
11c90 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
11ca0 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
11cb0 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
11cc0 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
11cd0 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
11ce0 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
11cf0 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
11d00 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
11d10 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
11d20 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
11d30 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
11d40 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
11d50 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
11d60 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
11d70 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
11d80 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
11d90 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
11da0 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
11db0 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
11dc0 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
11dd0 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
11de0 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
11df0 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
11e00 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
11e10 0a 0a 75 6e 64 6f 5f 2e 63 3a 09 24 28 53 52 43  ..undo_.c:.$(SRC
11e20 44 49 52 29 2f 75 6e 64 6f 2e 63 20 24 28 53 52  DIR)/undo.c $(SR
11e30 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
11e40 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
11e50 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 75  late $(SRCDIR)/u
11e60 6e 64 6f 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ndo.c | sed -f $
11e70 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
11e80 20 3e 75 6e 64 6f 5f 2e 63 0a 0a 75 6e 64 6f 2e   >undo_.c..undo.
11e90 6f 3a 09 75 6e 64 6f 5f 2e 63 20 75 6e 64 6f 2e  o:.undo_.c undo.
11ea0 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
11eb0 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
11ec0 6f 20 75 6e 64 6f 2e 6f 20 2d 63 20 75 6e 64 6f  o undo.o -c undo
11ed0 5f 2e 63 0a 0a 75 6e 64 6f 2e 68 3a 09 6d 61 6b  _.c..undo.h:.mak
11ee0 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
11ef0 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
11f00 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61  add.h admin_.c:a
11f10 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61  dmin.h bag_.c:ba
11f20 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
11f30 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
11f40 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
11f50 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
11f60 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
11f70 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
11f80 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
11f90 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
11fa0 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
11fb0 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
11fc0 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
11fd0 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
11fe0 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
11ff0 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
12000 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
12010 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
12020 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
12030 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
12040 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
12050 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
12060 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
12070 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
12080 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
12090 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
120a0 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
120b0 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
120c0 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
120d0 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
120e0 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
120f0 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
12100 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
12110 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
12120 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
12130 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
12140 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
12150 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
12160 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
12170 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
12180 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
12190 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
121a0 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
121b0 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
121c0 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
121d0 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
121e0 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
121f0 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
12200 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
12210 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
12220 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
12230 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
12240 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
12250 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
12260 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
12270 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
12280 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
12290 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
122a0 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
122b0 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
122c0 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
122d0 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
122e0 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
122f0 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
12300 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
12310 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
12320 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
12330 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
12340 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
12350 64 65 72 73 0a 0a 75 70 64 61 74 65 5f 2e 63 3a  ders..update_.c:
12360 09 24 28 53 52 43 44 49 52 29 2f 75 70 64 61 74  .$(SRCDIR)/updat
12370 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  e.c $(SRCDIR)/VE
12380 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
12390 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
123a0 52 43 44 49 52 29 2f 75 70 64 61 74 65 2e 63 20  RCDIR)/update.c 
123b0 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
123c0 52 29 2f 56 45 52 53 49 4f 4e 20 3e 75 70 64 61  R)/VERSION >upda
123d0 74 65 5f 2e 63 0a 0a 75 70 64 61 74 65 2e 6f 3a  te_.c..update.o:
123e0 09 75 70 64 61 74 65 5f 2e 63 20 75 70 64 61 74  .update_.c updat
123f0 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  e.h  $(SRCDIR)/c
12400 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
12410 20 2d 6f 20 75 70 64 61 74 65 2e 6f 20 2d 63 20   -o update.o -c 
12420 75 70 64 61 74 65 5f 2e 63 0a 0a 75 70 64 61 74  update_.c..updat
12430 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  e.h:.makeheaders
12440 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
12450 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
12460 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62  min_.c:admin.h b
12470 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
12480 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
12490 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72  h_.c:branch.h br
124a0 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68  owse_.c:browse.h
124b0 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
124c0 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
124d0 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
124e0 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
124f0 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
12500 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
12510 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
12520 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
12530 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
12540 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
12550 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
12560 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
12570 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
12580 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
12590 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
125a0 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
125b0 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
125c0 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
125d0 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
125e0 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
125f0 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
12600 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
12610 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
12620 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
12630 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
12640 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
12650 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
12660 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
12670 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e  rge3.h my_page_.
12680 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65  c:my_page.h name
12690 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
126a0 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
126b0 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
126c0 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
126d0 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
126e0 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
126f0 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
12700 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
12710 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
12720 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
12730 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70  style.h subscrip
12740 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68  t_.c:subscript.h
12750 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
12760 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
12770 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
12780 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
12790 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
127a0 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f  tkt.h tktconfig_
127b0 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74  .c:tktconfig.h t
127c0 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65  ktsetup_.c:tktse
127d0 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e  tup.h undo_.c:un
127e0 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  do.h update_.c:u
127f0 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
12800 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
12810 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
12820 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
12830 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
12840 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
12850 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
12860 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
12870 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
12880 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
12890 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
128a0 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 75 72  ouch headers..ur
128b0 6c 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  l_.c:.$(SRCDIR)/
128c0 75 72 6c 2e 63 20 24 28 53 52 43 44 49 52 29 2f  url.c $(SRCDIR)/
128d0 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
128e0 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
128f0 28 53 52 43 44 49 52 29 2f 75 72 6c 2e 63 20 7c  (SRCDIR)/url.c |
12900 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
12910 29 2f 56 45 52 53 49 4f 4e 20 3e 75 72 6c 5f 2e  )/VERSION >url_.
12920 63 0a 0a 75 72 6c 2e 6f 3a 09 75 72 6c 5f 2e 63  c..url.o:.url_.c
12930 20 75 72 6c 2e 68 20 20 24 28 53 52 43 44 49 52   url.h  $(SRCDIR
12940 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
12950 43 43 29 20 2d 6f 20 75 72 6c 2e 6f 20 2d 63 20  CC) -o url.o -c 
12960 75 72 6c 5f 2e 63 0a 0a 75 72 6c 2e 68 3a 09 6d  url_.c..url.h:.m
12970 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
12980 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
12990 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63  c:add.h admin_.c
129a0 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a  :admin.h bag_.c:
129b0 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
129c0 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
129d0 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e  ranch.h browse_.
129e0 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e  c:browse.h cgi_.
129f0 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f  c:cgi.h checkin_
12a00 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65  .c:checkin.h che
12a10 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75  ckout_.c:checkou
12a20 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63  t.h clearsign_.c
12a30 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f  :clearsign.h clo
12a40 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f  ne_.c:clone.h co
12a50 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f  mformat_.c:comfo
12a60 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74  rmat.h construct
12a70 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
12a80 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
12a90 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
12aa0 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
12ab0 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
12ac0 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65  tacmd.h descende
12ad0 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e  nts_.c:descenden
12ae0 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
12af0 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
12b00 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f  iffcmd.h encode_
12b10 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65  .c:encode.h file
12b20 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f  _.c:file.h http_
12b30 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e  .c:http.h info_.
12b40 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e  c:info.h login_.
12b50 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e  c:login.h main_.
12b60 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73  c:main.h manifes
12b70 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20  t_.c:manifest.h 
12b80 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72  md5_.c:md5.h mer
12b90 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65  ge_.c:merge.h me
12ba0 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68  rge3_.c:merge3.h
12bb0 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70   my_page_.c:my_p
12bc0 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  age.h name_.c:na
12bd0 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
12be0 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
12bf0 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
12c00 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
12c10 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
12c20 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
12c30 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
12c40 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
12c50 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
12c60 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
12c70 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73  h subscript_.c:s
12c80 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f  ubscript.h sync_
12c90 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63  .c:sync.h tag_.c
12ca0 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e  :tag.h tagview_.
12cb0 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65  c:tagview.h time
12cc0 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
12cd0 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20  .h tkt_.c:tkt.h 
12ce0 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74  tktconfig_.c:tkt
12cf0 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75  config.h tktsetu
12d00 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20  p_.c:tktsetup.h 
12d10 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75  undo_.c:undo.h u
12d20 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e  pdate_.c:update.
12d30 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75  h url_.c:url.h u
12d40 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65  ser_.c:user.h ve
12d50 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68  rify_.c:verify.h
12d60 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e   vfile_.c:vfile.
12d70 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68  h wiki_.c:wiki.h
12d80 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77   wikiformat_.c:w
12d90 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
12da0 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
12db0 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
12dc0 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45  )/sqlite3.h ./VE
12dd0 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68  RSION.h..touch h
12de0 65 61 64 65 72 73 0a 0a 75 73 65 72 5f 2e 63 3a  eaders..user_.c:
12df0 09 24 28 53 52 43 44 49 52 29 2f 75 73 65 72 2e  .$(SRCDIR)/user.
12e00 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
12e10 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
12e20 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
12e30 44 49 52 29 2f 75 73 65 72 2e 63 20 7c 20 73 65  DIR)/user.c | se
12e40 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
12e50 45 52 53 49 4f 4e 20 3e 75 73 65 72 5f 2e 63 0a  ERSION >user_.c.
12e60 0a 75 73 65 72 2e 6f 3a 09 75 73 65 72 5f 2e 63  .user.o:.user_.c
12e70 20 75 73 65 72 2e 68 20 20 24 28 53 52 43 44 49   user.h  $(SRCDI
12e80 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
12e90 54 43 43 29 20 2d 6f 20 75 73 65 72 2e 6f 20 2d  TCC) -o user.o -
12ea0 63 20 75 73 65 72 5f 2e 63 0a 0a 75 73 65 72 2e  c user_.c..user.
12eb0 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
12ec0 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
12ed0 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69  dd_.c:add.h admi
12ee0 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67  n_.c:admin.h bag
12ef0 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
12f00 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
12f10 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77  .c:branch.h brow
12f20 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63  se_.c:browse.h c
12f30 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
12f40 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
12f50 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
12f60 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
12f70 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
12f80 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
12f90 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
12fa0 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
12fb0 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
12fc0 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
12fd0 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
12fe0 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
12ff0 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
13000 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
13010 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
13020 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
13030 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
13040 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
13050 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
13060 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
13070 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
13080 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
13090 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
130a0 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
130b0 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
130c0 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
130d0 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
130e0 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
130f0 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a  e3.h my_page_.c:
13100 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e  my_page.h name_.
13110 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
13120 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
13130 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
13140 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
13150 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
13160 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
13170 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
13180 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
13190 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
131a0 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
131b0 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f  yle.h subscript_
131c0 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73  .c:subscript.h s
131d0 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
131e0 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
131f0 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
13200 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
13210 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
13220 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63  t.h tktconfig_.c
13230 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74  :tktconfig.h tkt
13240 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75  setup_.c:tktsetu
13250 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  p.h undo_.c:undo
13260 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
13270 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
13280 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
13290 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
132a0 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
132b0 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
132c0 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
132d0 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
132e0 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
132f0 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
13300 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
13310 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
13320 63 68 20 68 65 61 64 65 72 73 0a 0a 76 65 72 69  ch headers..veri
13330 66 79 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  fy_.c:.$(SRCDIR)
13340 2f 76 65 72 69 66 79 2e 63 20 24 28 53 52 43 44  /verify.c $(SRCD
13350 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
13360 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
13370 74 65 20 24 28 53 52 43 44 49 52 29 2f 76 65 72  te $(SRCDIR)/ver
13380 69 66 79 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ify.c | sed -f $
13390 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
133a0 20 3e 76 65 72 69 66 79 5f 2e 63 0a 0a 76 65 72   >verify_.c..ver
133b0 69 66 79 2e 6f 3a 09 76 65 72 69 66 79 5f 2e 63  ify.o:.verify_.c
133c0 20 76 65 72 69 66 79 2e 68 20 20 24 28 53 52 43   verify.h  $(SRC
133d0 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
133e0 28 58 54 43 43 29 20 2d 6f 20 76 65 72 69 66 79  (XTCC) -o verify
133f0 2e 6f 20 2d 63 20 76 65 72 69 66 79 5f 2e 63 0a  .o -c verify_.c.
13400 0a 76 65 72 69 66 79 2e 68 3a 09 6d 61 6b 65 68  .verify.h:.makeh
13410 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
13420 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
13430 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d  d.h admin_.c:adm
13440 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  in.h bag_.c:bag.
13450 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
13460 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
13470 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72  h.h browse_.c:br
13480 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67  owse.h cgi_.c:cg
13490 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
134a0 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
134b0 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
134c0 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
134d0 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
134e0 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
134f0 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
13500 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
13510 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
13520 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
13530 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
13540 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
13550 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
13560 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
13570 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
13580 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
13590 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
135a0 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
135b0 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
135c0 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
135d0 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
135e0 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
135f0 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
13600 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
13610 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
13620 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
13630 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
13640 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f  _.c:merge3.h my_
13650 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e  page_.c:my_page.
13660 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
13670 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
13680 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
13690 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
136a0 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
136b0 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
136c0 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
136d0 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
136e0 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
136f0 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
13700 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75  le_.c:style.h su
13710 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63  bscript_.c:subsc
13720 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  ript.h sync_.c:s
13730 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
13740 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
13750 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65  gview.h timeline
13760 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
13770 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63  kt_.c:tkt.h tktc
13780 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66  onfig_.c:tktconf
13790 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  ig.h tktsetup_.c
137a0 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
137b0 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
137c0 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
137d0 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
137e0 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
137f0 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
13800 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
13810 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
13820 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
13830 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
13840 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
13850 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
13860 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
13870 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
13880 72 73 0a 0a 76 66 69 6c 65 5f 2e 63 3a 09 24 28  rs..vfile_.c:.$(
13890 53 52 43 44 49 52 29 2f 76 66 69 6c 65 2e 63 20  SRCDIR)/vfile.c 
138a0 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
138b0 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
138c0 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
138d0 52 29 2f 76 66 69 6c 65 2e 63 20 7c 20 73 65 64  R)/vfile.c | sed
138e0 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
138f0 52 53 49 4f 4e 20 3e 76 66 69 6c 65 5f 2e 63 0a  RSION >vfile_.c.
13900 0a 76 66 69 6c 65 2e 6f 3a 09 76 66 69 6c 65 5f  .vfile.o:.vfile_
13910 2e 63 20 76 66 69 6c 65 2e 68 20 20 24 28 53 52  .c vfile.h  $(SR
13920 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
13930 24 28 58 54 43 43 29 20 2d 6f 20 76 66 69 6c 65  $(XTCC) -o vfile
13940 2e 6f 20 2d 63 20 76 66 69 6c 65 5f 2e 63 0a 0a  .o -c vfile_.c..
13950 76 66 69 6c 65 2e 68 3a 09 6d 61 6b 65 68 65 61  vfile.h:.makehea
13960 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
13970 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
13980 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e  h admin_.c:admin
13990 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
139a0 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
139b0 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
139c0 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
139d0 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
139e0 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
139f0 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
13a00 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
13a10 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
13a20 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
13a30 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
13a40 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
13a50 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
13a60 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
13a70 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
13a80 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
13a90 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
13aa0 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
13ab0 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
13ac0 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
13ad0 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
13ae0 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
13af0 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
13b00 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
13b10 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
13b20 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
13b30 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
13b40 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
13b50 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
13b60 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
13b70 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
13b80 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
13b90 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
13ba0 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
13bb0 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
13bc0 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
13bd0 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
13be0 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
13bf0 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
13c00 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
13c10 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
13c20 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
13c30 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
13c40 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
13c50 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
13c60 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
13c70 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
13c80 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
13c90 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
13ca0 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
13cb0 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
13cc0 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
13cd0 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
13ce0 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
13cf0 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
13d00 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
13d10 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
13d20 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
13d30 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
13d40 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
13d50 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
13d60 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
13d70 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
13d80 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
13d90 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
13da0 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
13db0 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
13dc0 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
13dd0 0a 0a 77 69 6b 69 5f 2e 63 3a 09 24 28 53 52 43  ..wiki_.c:.$(SRC
13de0 44 49 52 29 2f 77 69 6b 69 2e 63 20 24 28 53 52  DIR)/wiki.c $(SR
13df0 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
13e00 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
13e10 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 77  late $(SRCDIR)/w
13e20 69 6b 69 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  iki.c | sed -f $
13e30 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
13e40 20 3e 77 69 6b 69 5f 2e 63 0a 0a 77 69 6b 69 2e   >wiki_.c..wiki.
13e50 6f 3a 09 77 69 6b 69 5f 2e 63 20 77 69 6b 69 2e  o:.wiki_.c wiki.
13e60 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
13e70 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
13e80 6f 20 77 69 6b 69 2e 6f 20 2d 63 20 77 69 6b 69  o wiki.o -c wiki
13e90 5f 2e 63 0a 0a 77 69 6b 69 2e 68 3a 09 6d 61 6b  _.c..wiki.h:.mak
13ea0 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
13eb0 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
13ec0 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61  add.h admin_.c:a
13ed0 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61  dmin.h bag_.c:ba
13ee0 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
13ef0 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
13f00 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
13f10 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
13f20 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
13f30 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
13f40 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
13f50 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
13f60 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
13f70 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
13f80 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
13f90 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
13fa0 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
13fb0 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
13fc0 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
13fd0 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
13fe0 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
13ff0 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
14000 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
14010 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
14020 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
14030 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
14040 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
14050 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
14060 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
14070 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
14080 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
14090 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
140a0 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
140b0 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
140c0 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
140d0 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
140e0 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
140f0 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
14100 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
14110 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
14120 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
14130 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
14140 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
14150 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
14160 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
14170 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
14180 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
14190 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
141a0 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
141b0 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
141c0 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
141d0 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
141e0 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
141f0 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
14200 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
14210 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
14220 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
14230 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
14240 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
14250 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
14260 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
14270 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
14280 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
14290 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
142a0 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
142b0 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
142c0 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
142d0 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
142e0 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
142f0 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
14300 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
14310 64 65 72 73 0a 0a 77 69 6b 69 66 6f 72 6d 61 74  ders..wikiformat
14320 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 77  _.c:.$(SRCDIR)/w
14330 69 6b 69 66 6f 72 6d 61 74 2e 63 20 24 28 53 52  ikiformat.c $(SR
14340 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
14350 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
14360 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 77  late $(SRCDIR)/w
14370 69 6b 69 66 6f 72 6d 61 74 2e 63 20 7c 20 73 65  ikiformat.c | se
14380 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
14390 45 52 53 49 4f 4e 20 3e 77 69 6b 69 66 6f 72 6d  ERSION >wikiform
143a0 61 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f 72 6d 61  at_.c..wikiforma
143b0 74 2e 6f 3a 09 77 69 6b 69 66 6f 72 6d 61 74 5f  t.o:.wikiformat_
143c0 2e 63 20 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c wikiformat.h 
143d0 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
143e0 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
143f0 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 20 2d 63 20  wikiformat.o -c 
14400 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 0a 0a 77  wikiformat_.c..w
14410 69 6b 69 66 6f 72 6d 61 74 2e 68 3a 09 6d 61 6b  ikiformat.h:.mak
14420 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
14430 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
14440 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61  add.h admin_.c:a
14450 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61  dmin.h bag_.c:ba
14460 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
14470 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
14480 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
14490 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
144a0 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
144b0 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
144c0 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
144d0 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
144e0 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
144f0 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
14500 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
14510 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
14520 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
14530 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
14540 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
14550 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
14560 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
14570 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
14580 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
14590 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
145a0 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
145b0 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
145c0 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
145d0 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
145e0 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
145f0 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
14600 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
14610 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
14620 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
14630 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
14640 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
14650 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
14660 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
14670 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
14680 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
14690 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
146a0 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
146b0 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
146c0 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
146d0 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
146e0 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
146f0 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
14700 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
14710 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
14720 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
14730 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
14740 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
14750 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
14760 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
14770 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
14780 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
14790 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
147a0 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
147b0 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
147c0 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
147d0 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
147e0 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
147f0 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
14800 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
14810 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
14820 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
14830 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
14840 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
14850 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
14860 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
14870 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
14880 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
14890 64 65 72 73 0a 0a 78 66 65 72 5f 2e 63 3a 09 24  ders..xfer_.c:.$
148a0 28 53 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20  (SRCDIR)/xfer.c 
148b0 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
148c0 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
148d0 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
148e0 52 29 2f 78 66 65 72 2e 63 20 7c 20 73 65 64 20  R)/xfer.c | sed 
148f0 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
14900 53 49 4f 4e 20 3e 78 66 65 72 5f 2e 63 0a 0a 78  SION >xfer_.c..x
14910 66 65 72 2e 6f 3a 09 78 66 65 72 5f 2e 63 20 78  fer.o:.xfer_.c x
14920 66 65 72 2e 68 20 20 24 28 53 52 43 44 49 52 29  fer.h  $(SRCDIR)
14930 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
14940 43 29 20 2d 6f 20 78 66 65 72 2e 6f 20 2d 63 20  C) -o xfer.o -c 
14950 78 66 65 72 5f 2e 63 0a 0a 78 66 65 72 2e 68 3a  xfer_.c..xfer.h:
14960 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
14970 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
14980 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f  _.c:add.h admin_
14990 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e  .c:admin.h bag_.
149a0 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
149b0 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63  blob.h branch_.c
149c0 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65  :branch.h browse
149d0 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69  _.c:browse.h cgi
149e0 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69  _.c:cgi.h checki
149f0 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63  n_.c:checkin.h c
14a00 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b  heckout_.c:check
14a10 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f  out.h clearsign_
14a20 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63  .c:clearsign.h c
14a30 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20  lone_.c:clone.h 
14a40 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d  comformat_.c:com
14a50 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75  format.h constru
14a60 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
14a70 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
14a80 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
14a90 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
14aa0 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
14ab0 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
14ac0 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dents_.c:descend
14ad0 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ents.h diff_.c:d
14ae0 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
14af0 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64  :diffcmd.h encod
14b00 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69  e_.c:encode.h fi
14b10 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74  le_.c:file.h htt
14b20 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f  p_.c:http.h info
14b30 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e  _.c:info.h login
14b40 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  _.c:login.h main
14b50 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  _.c:main.h manif
14b60 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e  est_.c:manifest.
14b70 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d  h md5_.c:md5.h m
14b80 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20  erge_.c:merge.h 
14b90 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33  merge3_.c:merge3
14ba0 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79  .h my_page_.c:my
14bb0 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a  _page.h name_.c:
14bc0 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
14bd0 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
14be0 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
14bf0 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
14c00 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
14c10 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
14c20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
14c30 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
14c40 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
14c50 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
14c60 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63  e.h subscript_.c
14c70 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e  :subscript.h syn
14c80 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
14c90 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
14ca0 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69  _.c:tagview.h ti
14cb0 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
14cc0 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
14cd0 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74  h tktconfig_.c:t
14ce0 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65  ktconfig.h tktse
14cf0 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e  tup_.c:tktsetup.
14d00 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68  h undo_.c:undo.h
14d10 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
14d20 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
14d30 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
14d40 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
14d50 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
14d60 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
14d70 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
14d80 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
14d90 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
14da0 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
14db0 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
14dc0 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
14dd0 20 68 65 61 64 65 72 73 0a 0a 7a 69 70 5f 2e 63   headers..zip_.c
14de0 3a 09 24 28 53 52 43 44 49 52 29 2f 7a 69 70 2e  :.$(SRCDIR)/zip.
14df0 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
14e00 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
14e10 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
14e20 44 49 52 29 2f 7a 69 70 2e 63 20 7c 20 73 65 64  DIR)/zip.c | sed
14e30 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
14e40 52 53 49 4f 4e 20 3e 7a 69 70 5f 2e 63 0a 0a 7a  RSION >zip_.c..z
14e50 69 70 2e 6f 3a 09 7a 69 70 5f 2e 63 20 7a 69 70  ip.o:.zip_.c zip
14e60 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
14e70 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
14e80 2d 6f 20 7a 69 70 2e 6f 20 2d 63 20 7a 69 70 5f  -o zip.o -c zip_
14e90 2e 63 0a 0a 7a 69 70 2e 68 3a 09 6d 61 6b 65 68  .c..zip.h:.makeh
14ea0 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
14eb0 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
14ec0 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d  d.h admin_.c:adm
14ed0 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  in.h bag_.c:bag.
14ee0 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
14ef0 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
14f00 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72  h.h browse_.c:br
14f10 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67  owse.h cgi_.c:cg
14f20 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
14f30 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
14f40 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
14f50 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
14f60 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
14f70 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
14f80 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
14f90 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
14fa0 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
14fb0 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
14fc0 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
14fd0 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
14fe0 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
14ff0 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
15000 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
15010 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
15020 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
15030 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
15040 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
15050 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
15060 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
15070 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
15080 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
15090 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
150a0 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
150b0 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
150c0 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
150d0 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f  _.c:merge3.h my_
150e0 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e  page_.c:my_page.
150f0 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
15100 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
15110 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
15120 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
15130 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
15140 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
15150 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
15160 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
15170 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
15180 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
15190 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75  le_.c:style.h su
151a0 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63  bscript_.c:subsc
151b0 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  ript.h sync_.c:s
151c0 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
151d0 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
151e0 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65  gview.h timeline
151f0 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
15200 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63  kt_.c:tkt.h tktc
15210 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66  onfig_.c:tktconf
15220 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  ig.h tktsetup_.c
15230 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
15240 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
15250 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
15260 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
15270 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
15280 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
15290 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
152a0 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
152b0 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
152c0 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
152d0 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
152e0 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
152f0 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
15300 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
15310 72 73 0a 0a 73 71 6c 69 74 65 33 2e 6f 3a 09 24  rs..sqlite3.o:.$
15320 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
15330 2e 63 0a 09 24 28 58 54 43 43 29 20 2d 44 53 51  .c..$(XTCC) -DSQ
15340 4c 49 54 45 5f 4f 4d 49 54 5f 4c 4f 41 44 5f 45  LITE_OMIT_LOAD_E
15350 58 54 45 4e 53 49 4f 4e 3d 31 20 2d 44 53 51 4c  XTENSION=1 -DSQL
15360 49 54 45 5f 50 52 49 56 41 54 45 3d 20 2d 44 53  ITE_PRIVATE= -DS
15370 51 4c 49 54 45 5f 54 48 52 45 41 44 53 41 46 45  QLITE_THREADSAFE
15380 3d 30 20 2d 44 53 51 4c 49 54 45 5f 44 45 46 41  =0 -DSQLITE_DEFA
15390 55 4c 54 5f 46 49 4c 45 5f 46 4f 52 4d 41 54 3d  ULT_FILE_FORMAT=
153a0 34 20 2d 44 53 51 4c 49 54 45 5f 45 4e 41 42 4c  4 -DSQLITE_ENABL
153b0 45 5f 46 54 53 33 3d 31 20 2d 63 20 24 28 53 52  E_FTS3=1 -c $(SR
153c0 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 63 20  CDIR)/sqlite3.c 
153d0 2d 6f 20 73 71 6c 69 74 65 33 2e 6f 0a 0a        -o sqlite3.o..