Hex Artifact Content
Not logged in

Artifact 50f94ba447d3411647e4023c04de568db9c9b6a4:

File src/main.mk part of check-in [76e637a945] - Remove tokenize_path.c. Is not used for anything and does not follow the coding style of the rest of fossil. The 16-line hyperlinked_path() function in browse.c seems to accomplish the same thing. by drh on 2008-02-07 13:33:13. Also file src/main.mk part of check-in [41cf3e7c1d] - Remove string_xform.c from the makefile. Require a "sym-" prefix on tags used to name baselines or branches. The prefix is omitted when the tag is used for this purpose; it is only there to avoid ambiguity with other built-in tag names. by drh on 2008-02-06 03:05:42.

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 5f  $(SRCDIR)/admin_
01c0: 73 71 6c 5f 70 61 67 65 2e 63 20 5c 0a 20 20 24  sql_page.c \.  $
01d0: 28 53 52 43 44 49 52 29 2f 62 61 67 2e 63 20 5c  (SRCDIR)/bag.c \
01e0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 62 6c 6f  .  $(SRCDIR)/blo
01f0: 62 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  b.c \.  $(SRCDIR
0200: 29 2f 62 72 61 6e 63 68 2e 63 20 5c 0a 20 20 24  )/branch.c \.  $
0210: 28 53 52 43 44 49 52 29 2f 62 72 6f 77 73 65 2e  (SRCDIR)/browse.
0220: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0230: 63 67 69 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  cgi.c \.  $(SRCD
0240: 49 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20 5c 0a  IR)/checkin.c \.
0250: 20 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 63    $(SRCDIR)/chec
0260: 6b 6f 75 74 2e 63 20 5c 0a 20 20 24 28 53 52 43  kout.c \.  $(SRC
0270: 44 49 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63  DIR)/clearsign.c
0280: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63   \.  $(SRCDIR)/c
0290: 6c 6f 6e 65 2e 63 20 5c 0a 20 20 24 28 53 52 43  lone.c \.  $(SRC
02a0: 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63  DIR)/comformat.c
02b0: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63   \.  $(SRCDIR)/c
02c0: 6f 6e 73 74 72 75 63 74 2e 63 20 5c 0a 20 20 24  onstruct.c \.  $
02d0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e 74  (SRCDIR)/content
02e0: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
02f0: 2f 64 62 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  /db.c \.  $(SRCD
0300: 49 52 29 2f 64 65 6c 74 61 2e 63 20 5c 0a 20 20  IR)/delta.c \.  
0310: 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 63  $(SRCDIR)/deltac
0320: 6d 64 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  md.c \.  $(SRCDI
0330: 52 29 2f 64 65 73 63 65 6e 64 65 6e 74 73 2e 63  R)/descendents.c
0340: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64   \.  $(SRCDIR)/d
0350: 69 66 66 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  iff.c \.  $(SRCD
0360: 49 52 29 2f 64 69 66 66 63 6d 64 2e 63 20 5c 0a  IR)/diffcmd.c \.
0370: 20 20 24 28 53 52 43 44 49 52 29 2f 65 6e 63 6f    $(SRCDIR)/enco
0380: 64 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  de.c \.  $(SRCDI
0390: 52 29 2f 66 69 6c 65 2e 63 20 5c 0a 20 20 24 28  R)/file.c \.  $(
03a0: 53 52 43 44 49 52 29 2f 68 74 74 70 2e 63 20 5c  SRCDIR)/http.c \
03b0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 69 6e 66  .  $(SRCDIR)/inf
03c0: 6f 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  o.c \.  $(SRCDIR
03d0: 29 2f 6c 6f 67 69 6e 2e 63 20 5c 0a 20 20 24 28  )/login.c \.  $(
03e0: 53 52 43 44 49 52 29 2f 6d 61 69 6e 2e 63 20 5c  SRCDIR)/main.c \
03f0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d 61 6e  .  $(SRCDIR)/man
0400: 69 66 65 73 74 2e 63 20 5c 0a 20 20 24 28 53 52  ifest.c \.  $(SR
0410: 43 44 49 52 29 2f 6d 64 35 2e 63 20 5c 0a 20 20  CDIR)/md5.c \.  
0420: 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 2e  $(SRCDIR)/merge.
0430: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0440: 6d 65 72 67 65 33 2e 63 20 5c 0a 20 20 24 28 53  merge3.c \.  $(S
0450: 52 43 44 49 52 29 2f 6d 79 5f 70 61 67 65 2e 63  RCDIR)/my_page.c
0460: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6e   \.  $(SRCDIR)/n
0470: 61 6d 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  ame.c \.  $(SRCD
0480: 49 52 29 2f 70 69 76 6f 74 2e 63 20 5c 0a 20 20  IR)/pivot.c \.  
0490: 24 28 53 52 43 44 49 52 29 2f 70 71 75 65 75 65  $(SRCDIR)/pqueue
04a0: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
04b0: 2f 70 72 69 6e 74 66 2e 63 20 5c 0a 20 20 24 28  /printf.c \.  $(
04c0: 53 52 43 44 49 52 29 2f 72 65 62 75 69 6c 64 2e  SRCDIR)/rebuild.
04d0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
04e0: 72 73 73 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  rss.c \.  $(SRCD
04f0: 49 52 29 2f 73 63 68 65 6d 61 2e 63 20 5c 0a 20  IR)/schema.c \. 
0500: 20 24 28 53 52 43 44 49 52 29 2f 73 65 74 75 70   $(SRCDIR)/setup
0510: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
0520: 2f 73 68 61 31 2e 63 20 5c 0a 20 20 24 28 53 52  /sha1.c \.  $(SR
0530: 43 44 49 52 29 2f 73 74 79 6c 65 2e 63 20 5c 0a  CDIR)/style.c \.
0540: 20 20 24 28 53 52 43 44 49 52 29 2f 73 75 62 73    $(SRCDIR)/subs
0550: 63 72 69 70 74 2e 63 20 5c 0a 20 20 24 28 53 52  cript.c \.  $(SR
0560: 43 44 49 52 29 2f 73 79 6e 63 2e 63 20 5c 0a 20  CDIR)/sync.c \. 
0570: 20 24 28 53 52 43 44 49 52 29 2f 74 61 67 2e 63   $(SRCDIR)/tag.c
0580: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 74   \.  $(SRCDIR)/t
0590: 61 67 76 69 65 77 2e 63 20 5c 0a 20 20 24 28 53  agview.c \.  $(S
05a0: 52 43 44 49 52 29 2f 74 69 6d 65 6c 69 6e 65 2e  RCDIR)/timeline.
05b0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
05c0: 74 6b 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  tkt.c \.  $(SRCD
05d0: 49 52 29 2f 74 6b 74 63 6f 6e 66 69 67 2e 63 20  IR)/tktconfig.c 
05e0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 74 6b  \.  $(SRCDIR)/tk
05f0: 74 73 65 74 75 70 2e 63 20 5c 0a 20 20 24 28 53  tsetup.c \.  $(S
0600: 52 43 44 49 52 29 2f 75 6e 64 6f 2e 63 20 5c 0a  RCDIR)/undo.c \.
0610: 20 20 24 28 53 52 43 44 49 52 29 2f 75 70 64 61    $(SRCDIR)/upda
0620: 74 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  te.c \.  $(SRCDI
0630: 52 29 2f 75 72 6c 2e 63 20 5c 0a 20 20 24 28 53  R)/url.c \.  $(S
0640: 52 43 44 49 52 29 2f 75 73 65 72 2e 63 20 5c 0a  RCDIR)/user.c \.
0650: 20 20 24 28 53 52 43 44 49 52 29 2f 76 65 72 69    $(SRCDIR)/veri
0660: 66 79 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  fy.c \.  $(SRCDI
0670: 52 29 2f 76 66 69 6c 65 2e 63 20 5c 0a 20 20 24  R)/vfile.c \.  $
0680: 28 53 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 20  (SRCDIR)/wiki.c 
0690: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 77 69  \.  $(SRCDIR)/wi
06a0: 6b 69 66 6f 72 6d 61 74 2e 63 20 5c 0a 20 20 24  kiformat.c \.  $
06b0: 28 53 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20  (SRCDIR)/xfer.c 
06c0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 7a 69  \.  $(SRCDIR)/zi
06d0: 70 2e 63 0a 0a 54 52 41 4e 53 5f 53 52 43 20 3d  p.c..TRANS_SRC =
06e0: 20 5c 0a 20 20 61 64 64 5f 2e 63 20 5c 0a 20 20   \.  add_.c \.  
06f0: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e  admin_sql_page_.
0700: 63 20 5c 0a 20 20 62 61 67 5f 2e 63 20 5c 0a 20  c \.  bag_.c \. 
0710: 20 62 6c 6f 62 5f 2e 63 20 5c 0a 20 20 62 72 61   blob_.c \.  bra
0720: 6e 63 68 5f 2e 63 20 5c 0a 20 20 62 72 6f 77 73  nch_.c \.  brows
0730: 65 5f 2e 63 20 5c 0a 20 20 63 67 69 5f 2e 63 20  e_.c \.  cgi_.c 
0740: 5c 0a 20 20 63 68 65 63 6b 69 6e 5f 2e 63 20 5c  \.  checkin_.c \
0750: 0a 20 20 63 68 65 63 6b 6f 75 74 5f 2e 63 20 5c  .  checkout_.c \
0760: 0a 20 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 20  .  clearsign_.c 
0770: 5c 0a 20 20 63 6c 6f 6e 65 5f 2e 63 20 5c 0a 20  \.  clone_.c \. 
0780: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 20 5c 0a   comformat_.c \.
0790: 20 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 20 5c    construct_.c \
07a0: 0a 20 20 63 6f 6e 74 65 6e 74 5f 2e 63 20 5c 0a  .  content_.c \.
07b0: 20 20 64 62 5f 2e 63 20 5c 0a 20 20 64 65 6c 74    db_.c \.  delt
07c0: 61 5f 2e 63 20 5c 0a 20 20 64 65 6c 74 61 63 6d  a_.c \.  deltacm
07d0: 64 5f 2e 63 20 5c 0a 20 20 64 65 73 63 65 6e 64  d_.c \.  descend
07e0: 65 6e 74 73 5f 2e 63 20 5c 0a 20 20 64 69 66 66  ents_.c \.  diff
07f0: 5f 2e 63 20 5c 0a 20 20 64 69 66 66 63 6d 64 5f  _.c \.  diffcmd_
0800: 2e 63 20 5c 0a 20 20 65 6e 63 6f 64 65 5f 2e 63  .c \.  encode_.c
0810: 20 5c 0a 20 20 66 69 6c 65 5f 2e 63 20 5c 0a 20   \.  file_.c \. 
0820: 20 68 74 74 70 5f 2e 63 20 5c 0a 20 20 69 6e 66   http_.c \.  inf
0830: 6f 5f 2e 63 20 5c 0a 20 20 6c 6f 67 69 6e 5f 2e  o_.c \.  login_.
0840: 63 20 5c 0a 20 20 6d 61 69 6e 5f 2e 63 20 5c 0a  c \.  main_.c \.
0850: 20 20 6d 61 6e 69 66 65 73 74 5f 2e 63 20 5c 0a    manifest_.c \.
0860: 20 20 6d 64 35 5f 2e 63 20 5c 0a 20 20 6d 65 72    md5_.c \.  mer
0870: 67 65 5f 2e 63 20 5c 0a 20 20 6d 65 72 67 65 33  ge_.c \.  merge3
0880: 5f 2e 63 20 5c 0a 20 20 6d 79 5f 70 61 67 65 5f  _.c \.  my_page_
0890: 2e 63 20 5c 0a 20 20 6e 61 6d 65 5f 2e 63 20 5c  .c \.  name_.c \
08a0: 0a 20 20 70 69 76 6f 74 5f 2e 63 20 5c 0a 20 20  .  pivot_.c \.  
08b0: 70 71 75 65 75 65 5f 2e 63 20 5c 0a 20 20 70 72  pqueue_.c \.  pr
08c0: 69 6e 74 66 5f 2e 63 20 5c 0a 20 20 72 65 62 75  intf_.c \.  rebu
08d0: 69 6c 64 5f 2e 63 20 5c 0a 20 20 72 73 73 5f 2e  ild_.c \.  rss_.
08e0: 63 20 5c 0a 20 20 73 63 68 65 6d 61 5f 2e 63 20  c \.  schema_.c 
08f0: 5c 0a 20 20 73 65 74 75 70 5f 2e 63 20 5c 0a 20  \.  setup_.c \. 
0900: 20 73 68 61 31 5f 2e 63 20 5c 0a 20 20 73 74 79   sha1_.c \.  sty
0910: 6c 65 5f 2e 63 20 5c 0a 20 20 73 75 62 73 63 72  le_.c \.  subscr
0920: 69 70 74 5f 2e 63 20 5c 0a 20 20 73 79 6e 63 5f  ipt_.c \.  sync_
0930: 2e 63 20 5c 0a 20 20 74 61 67 5f 2e 63 20 5c 0a  .c \.  tag_.c \.
0940: 20 20 74 61 67 76 69 65 77 5f 2e 63 20 5c 0a 20    tagview_.c \. 
0950: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 20 5c 0a 20   timeline_.c \. 
0960: 20 74 6b 74 5f 2e 63 20 5c 0a 20 20 74 6b 74 63   tkt_.c \.  tktc
0970: 6f 6e 66 69 67 5f 2e 63 20 5c 0a 20 20 74 6b 74  onfig_.c \.  tkt
0980: 73 65 74 75 70 5f 2e 63 20 5c 0a 20 20 75 6e 64  setup_.c \.  und
0990: 6f 5f 2e 63 20 5c 0a 20 20 75 70 64 61 74 65 5f  o_.c \.  update_
09a0: 2e 63 20 5c 0a 20 20 75 72 6c 5f 2e 63 20 5c 0a  .c \.  url_.c \.
09b0: 20 20 75 73 65 72 5f 2e 63 20 5c 0a 20 20 76 65    user_.c \.  ve
09c0: 72 69 66 79 5f 2e 63 20 5c 0a 20 20 76 66 69 6c  rify_.c \.  vfil
09d0: 65 5f 2e 63 20 5c 0a 20 20 77 69 6b 69 5f 2e 63  e_.c \.  wiki_.c
09e0: 20 5c 0a 20 20 77 69 6b 69 66 6f 72 6d 61 74 5f   \.  wikiformat_
09f0: 2e 63 20 5c 0a 20 20 78 66 65 72 5f 2e 63 20 5c  .c \.  xfer_.c \
0a00: 0a 20 20 7a 69 70 5f 2e 63 0a 0a 4f 42 4a 20 3d  .  zip_.c..OBJ =
0a10: 20 5c 0a 20 20 61 64 64 2e 6f 20 5c 0a 20 20 61   \.  add.o \.  a
0a20: 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 6f 20  dmin_sql_page.o 
0a30: 5c 0a 20 20 62 61 67 2e 6f 20 5c 0a 20 20 62 6c  \.  bag.o \.  bl
0a40: 6f 62 2e 6f 20 5c 0a 20 20 62 72 61 6e 63 68 2e  ob.o \.  branch.
0a50: 6f 20 5c 0a 20 20 62 72 6f 77 73 65 2e 6f 20 5c  o \.  browse.o \
0a60: 0a 20 20 63 67 69 2e 6f 20 5c 0a 20 20 63 68 65  .  cgi.o \.  che
0a70: 63 6b 69 6e 2e 6f 20 5c 0a 20 20 63 68 65 63 6b  ckin.o \.  check
0a80: 6f 75 74 2e 6f 20 5c 0a 20 20 63 6c 65 61 72 73  out.o \.  clears
0a90: 69 67 6e 2e 6f 20 5c 0a 20 20 63 6c 6f 6e 65 2e  ign.o \.  clone.
0aa0: 6f 20 5c 0a 20 20 63 6f 6d 66 6f 72 6d 61 74 2e  o \.  comformat.
0ab0: 6f 20 5c 0a 20 20 63 6f 6e 73 74 72 75 63 74 2e  o \.  construct.
0ac0: 6f 20 5c 0a 20 20 63 6f 6e 74 65 6e 74 2e 6f 20  o \.  content.o 
0ad0: 5c 0a 20 20 64 62 2e 6f 20 5c 0a 20 20 64 65 6c  \.  db.o \.  del
0ae0: 74 61 2e 6f 20 5c 0a 20 20 64 65 6c 74 61 63 6d  ta.o \.  deltacm
0af0: 64 2e 6f 20 5c 0a 20 20 64 65 73 63 65 6e 64 65  d.o \.  descende
0b00: 6e 74 73 2e 6f 20 5c 0a 20 20 64 69 66 66 2e 6f  nts.o \.  diff.o
0b10: 20 5c 0a 20 20 64 69 66 66 63 6d 64 2e 6f 20 5c   \.  diffcmd.o \
0b20: 0a 20 20 65 6e 63 6f 64 65 2e 6f 20 5c 0a 20 20  .  encode.o \.  
0b30: 66 69 6c 65 2e 6f 20 5c 0a 20 20 68 74 74 70 2e  file.o \.  http.
0b40: 6f 20 5c 0a 20 20 69 6e 66 6f 2e 6f 20 5c 0a 20  o \.  info.o \. 
0b50: 20 6c 6f 67 69 6e 2e 6f 20 5c 0a 20 20 6d 61 69   login.o \.  mai
0b60: 6e 2e 6f 20 5c 0a 20 20 6d 61 6e 69 66 65 73 74  n.o \.  manifest
0b70: 2e 6f 20 5c 0a 20 20 6d 64 35 2e 6f 20 5c 0a 20  .o \.  md5.o \. 
0b80: 20 6d 65 72 67 65 2e 6f 20 5c 0a 20 20 6d 65 72   merge.o \.  mer
0b90: 67 65 33 2e 6f 20 5c 0a 20 20 6d 79 5f 70 61 67  ge3.o \.  my_pag
0ba0: 65 2e 6f 20 5c 0a 20 20 6e 61 6d 65 2e 6f 20 5c  e.o \.  name.o \
0bb0: 0a 20 20 70 69 76 6f 74 2e 6f 20 5c 0a 20 20 70  .  pivot.o \.  p
0bc0: 71 75 65 75 65 2e 6f 20 5c 0a 20 20 70 72 69 6e  queue.o \.  prin
0bd0: 74 66 2e 6f 20 5c 0a 20 20 72 65 62 75 69 6c 64  tf.o \.  rebuild
0be0: 2e 6f 20 5c 0a 20 20 72 73 73 2e 6f 20 5c 0a 20  .o \.  rss.o \. 
0bf0: 20 73 63 68 65 6d 61 2e 6f 20 5c 0a 20 20 73 65   schema.o \.  se
0c00: 74 75 70 2e 6f 20 5c 0a 20 20 73 68 61 31 2e 6f  tup.o \.  sha1.o
0c10: 20 5c 0a 20 20 73 74 79 6c 65 2e 6f 20 5c 0a 20   \.  style.o \. 
0c20: 20 73 75 62 73 63 72 69 70 74 2e 6f 20 5c 0a 20   subscript.o \. 
0c30: 20 73 79 6e 63 2e 6f 20 5c 0a 20 20 74 61 67 2e   sync.o \.  tag.
0c40: 6f 20 5c 0a 20 20 74 61 67 76 69 65 77 2e 6f 20  o \.  tagview.o 
0c50: 5c 0a 20 20 74 69 6d 65 6c 69 6e 65 2e 6f 20 5c  \.  timeline.o \
0c60: 0a 20 20 74 6b 74 2e 6f 20 5c 0a 20 20 74 6b 74  .  tkt.o \.  tkt
0c70: 63 6f 6e 66 69 67 2e 6f 20 5c 0a 20 20 74 6b 74  config.o \.  tkt
0c80: 73 65 74 75 70 2e 6f 20 5c 0a 20 20 75 6e 64 6f  setup.o \.  undo
0c90: 2e 6f 20 5c 0a 20 20 75 70 64 61 74 65 2e 6f 20  .o \.  update.o 
0ca0: 5c 0a 20 20 75 72 6c 2e 6f 20 5c 0a 20 20 75 73  \.  url.o \.  us
0cb0: 65 72 2e 6f 20 5c 0a 20 20 76 65 72 69 66 79 2e  er.o \.  verify.
0cc0: 6f 20 5c 0a 20 20 76 66 69 6c 65 2e 6f 20 5c 0a  o \.  vfile.o \.
0cd0: 20 20 77 69 6b 69 2e 6f 20 5c 0a 20 20 77 69 6b    wiki.o \.  wik
0ce0: 69 66 6f 72 6d 61 74 2e 6f 20 5c 0a 20 20 78 66  iformat.o \.  xf
0cf0: 65 72 2e 6f 20 5c 0a 20 20 7a 69 70 2e 6f 0a 0a  er.o \.  zip.o..
0d00: 41 50 50 4e 41 4d 45 20 3d 20 66 6f 73 73 69 6c  APPNAME = fossil
0d10: 24 28 45 29 0a 0a 0a 0a 61 6c 6c 3a 09 24 28 41  $(E)....all:.$(A
0d20: 50 50 4e 41 4d 45 29 0a 0a 69 6e 73 74 61 6c 6c  PPNAME)..install
0d30: 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a 09 6d 76  :.$(APPNAME)..mv
0d40: 20 24 28 41 50 50 4e 41 4d 45 29 20 24 28 49 4e   $(APPNAME) $(IN
0d50: 53 54 41 4c 4c 44 49 52 29 0a 0a 74 72 61 6e 73  STALLDIR)..trans
0d60: 6c 61 74 65 3a 09 24 28 53 52 43 44 49 52 29 2f  late:.$(SRCDIR)/
0d70: 74 72 61 6e 73 6c 61 74 65 2e 63 0a 09 24 28 42  translate.c..$(B
0d80: 43 43 29 20 2d 6f 20 74 72 61 6e 73 6c 61 74 65  CC) -o translate
0d90: 20 24 28 53 52 43 44 49 52 29 2f 74 72 61 6e 73   $(SRCDIR)/trans
0da0: 6c 61 74 65 2e 63 0a 0a 6d 61 6b 65 68 65 61 64  late.c..makehead
0db0: 65 72 73 3a 09 24 28 53 52 43 44 49 52 29 2f 6d  ers:.$(SRCDIR)/m
0dc0: 61 6b 65 68 65 61 64 65 72 73 2e 63 0a 09 24 28  akeheaders.c..$(
0dd0: 42 43 43 29 20 2d 6f 20 6d 61 6b 65 68 65 61 64  BCC) -o makehead
0de0: 65 72 73 20 24 28 53 52 43 44 49 52 29 2f 6d 61  ers $(SRCDIR)/ma
0df0: 6b 65 68 65 61 64 65 72 73 2e 63 0a 0a 6d 6b 69  keheaders.c..mki
0e00: 6e 64 65 78 3a 09 24 28 53 52 43 44 49 52 29 2f  ndex:.$(SRCDIR)/
0e10: 6d 6b 69 6e 64 65 78 2e 63 0a 09 24 28 42 43 43  mkindex.c..$(BCC
0e20: 29 20 2d 6f 20 6d 6b 69 6e 64 65 78 20 24 28 53  ) -o mkindex $(S
0e30: 52 43 44 49 52 29 2f 6d 6b 69 6e 64 65 78 2e 63  RCDIR)/mkindex.c
0e40: 0a 0a 23 20 57 41 52 4e 49 4e 47 2e 20 44 41 4e  ..# WARNING. DAN
0e50: 47 45 52 2e 20 52 75 6e 6e 69 6e 67 20 74 68 65  GER. Running the
0e60: 20 74 65 73 74 73 75 69 74 65 20 6d 6f 64 69 66   testsuite modif
0e70: 69 65 73 20 74 68 65 20 72 65 70 6f 73 69 74 6f  ies the reposito
0e80: 72 79 20 74 68 65 0a 23 20 62 75 69 6c 64 20 69  ry the.# build i
0e90: 73 20 64 6f 6e 65 20 66 72 6f 6d 2c 20 69 2e 65  s done from, i.e
0ea0: 2e 20 74 68 65 20 63 68 65 63 6b 6f 75 74 20 62  . the checkout b
0eb0: 65 6c 6f 6e 67 73 20 74 6f 2e 20 44 6f 20 6e 6f  elongs to. Do no
0ec0: 74 20 73 79 6e 63 2f 70 75 73 68 0a 23 20 74 68  t sync/push.# th
0ed0: 65 20 72 65 70 6f 73 69 74 6f 72 79 20 61 66 74  e repository aft
0ee0: 65 72 20 72 75 6e 6e 69 6e 67 20 74 68 65 20 74  er running the t
0ef0: 65 73 74 73 2e 0a 74 65 73 74 3a 09 24 28 41 50  ests..test:.$(AP
0f00: 50 4e 41 4d 45 29 0a 09 24 28 54 43 4c 53 48 29  PNAME)..$(TCLSH)
0f10: 20 74 65 73 74 2f 74 65 73 74 65 72 2e 74 63 6c   test/tester.tcl
0f20: 20 24 28 41 50 50 4e 41 4d 45 29 0a 0a 56 45 52   $(APPNAME)..VER
0f30: 53 49 4f 4e 2e 68 3a 09 24 28 53 52 43 44 49 52  SION.h:.$(SRCDIR
0f40: 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 2e 75 75  )/../manifest.uu
0f50: 69 64 20 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f  id $(SRCDIR)/../
0f60: 6d 61 6e 69 66 65 73 74 0a 09 61 77 6b 20 27 7b  manifest..awk '{
0f70: 20 70 72 69 6e 74 66 20 22 23 64 65 66 69 6e 65   printf "#define
0f80: 20 4d 41 4e 49 46 45 53 54 5f 55 55 49 44 20 5c   MANIFEST_UUID \
0f90: 22 25 73 5c 22 5c 6e 22 2c 20 24 24 31 7d 27 20  "%s\"\n", $$1}' 
0fa0: 20 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61   $(SRCDIR)/../ma
0fb0: 6e 69 66 65 73 74 2e 75 75 69 64 20 3e 56 45 52  nifest.uuid >VER
0fc0: 53 49 4f 4e 2e 68 0a 09 61 77 6b 20 27 7b 20 70  SION.h..awk '{ p
0fd0: 72 69 6e 74 66 20 22 23 64 65 66 69 6e 65 20 4d  rintf "#define M
0fe0: 41 4e 49 46 45 53 54 5f 56 45 52 53 49 4f 4e 20  ANIFEST_VERSION 
0ff0: 5c 22 5b 25 2e 31 30 73 5d 5c 22 5c 6e 22 2c 20  \"[%.10s]\"\n", 
1000: 24 24 31 7d 27 20 20 24 28 53 52 43 44 49 52 29  $$1}'  $(SRCDIR)
1010: 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 2e 75 75 69  /../manifest.uui
1020: 64 20 3e 3e 56 45 52 53 49 4f 4e 2e 68 0a 09 61  d >>VERSION.h..a
1030: 77 6b 20 27 24 24 31 3d 3d 22 44 22 7b 70 72 69  wk '$$1=="D"{pri
1040: 6e 74 66 20 22 23 64 65 66 69 6e 65 20 4d 41 4e  ntf "#define MAN
1050: 49 46 45 53 54 5f 44 41 54 45 20 5c 22 25 73 20  IFEST_DATE \"%s 
1060: 25 73 5c 22 5c 6e 22 2c 20 73 75 62 73 74 72 28  %s\"\n", substr(
1070: 24 24 32 2c 31 2c 31 30 29 2c 73 75 62 73 74 72  $$2,1,10),substr
1080: 28 24 24 32 2c 31 32 29 7d 27 20 20 24 28 53 52  ($$2,12)}'  $(SR
1090: 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73  CDIR)/../manifes
10a0: 74 20 3e 3e 56 45 52 53 49 4f 4e 2e 68 0a 0a 24  t >>VERSION.h..$
10b0: 28 41 50 50 4e 41 4d 45 29 3a 09 68 65 61 64 65  (APPNAME):.heade
10c0: 72 73 20 24 28 4f 42 4a 29 20 73 71 6c 69 74 65  rs $(OBJ) sqlite
10d0: 33 2e 6f 0a 09 24 28 54 43 43 29 20 2d 6f 20 24  3.o..$(TCC) -o $
10e0: 28 41 50 50 4e 41 4d 45 29 20 24 28 4f 42 4a 29  (APPNAME) $(OBJ)
10f0: 20 73 71 6c 69 74 65 33 2e 6f 20 24 28 4c 49 42   sqlite3.o $(LIB
1100: 29 0a 0a 23 20 54 68 69 73 20 72 75 6c 65 20 70  )..# This rule p
1110: 72 65 76 65 6e 74 73 20 6d 61 6b 65 20 66 72 6f  revents make fro
1120: 6d 20 75 73 69 6e 67 20 69 74 73 20 64 65 66 61  m using its defa
1130: 75 6c 74 20 72 75 6c 65 73 20 74 6f 20 74 72 79  ult rules to try
1140: 20 62 75 69 6c 64 0a 23 20 61 6e 20 65 78 65 63   build.# an exec
1150: 75 74 61 62 6c 65 20 6e 61 6d 65 64 20 22 6d 61  utable named "ma
1160: 6e 69 66 65 73 74 22 20 6f 75 74 20 6f 66 20 74  nifest" out of t
1170: 68 65 20 66 69 6c 65 20 6e 61 6d 65 64 20 22 6d  he file named "m
1180: 61 6e 69 66 65 73 74 2e 63 22 0a 23 0a 24 28 53  anifest.c".#.$(S
1190: 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65  RCDIR)/../manife
11a0: 73 74 3a 09 0a 09 23 20 6e 6f 6f 70 0a 0a 63 6c  st:...# noop..cl
11b0: 65 61 6e 3a 09 0a 09 72 6d 20 2d 66 20 2a 2e 6f  ean:...rm -f *.o
11c0: 20 2a 5f 2e 63 20 24 28 41 50 50 4e 41 4d 45 29   *_.c $(APPNAME)
11d0: 20 56 45 52 53 49 4f 4e 2e 68 0a 09 72 6d 20 2d   VERSION.h..rm -
11e0: 66 20 74 72 61 6e 73 6c 61 74 65 20 6d 61 6b 65  f translate make
11f0: 68 65 61 64 65 72 73 20 6d 6b 69 6e 64 65 78 20  headers mkindex 
1200: 70 61 67 65 5f 69 6e 64 65 78 2e 68 20 68 65 61  page_index.h hea
1210: 64 65 72 73 0a 09 72 6d 20 2d 66 20 61 64 64 2e  ders..rm -f add.
1220: 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  h admin_sql_page
1230: 2e 68 20 62 61 67 2e 68 20 62 6c 6f 62 2e 68 20  .h bag.h blob.h 
1240: 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 2e  branch.h browse.
1250: 68 20 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 2e  h cgi.h checkin.
1260: 68 20 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  h checkout.h cle
1270: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 2e 68  arsign.h clone.h
1280: 20 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e   comformat.h con
1290: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
12a0: 2e 68 20 64 62 2e 68 20 64 65 6c 74 61 2e 68 20  .h db.h delta.h 
12b0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
12c0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 2e 68 20  ndents.h diff.h 
12d0: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
12e0: 2e 68 20 66 69 6c 65 2e 68 20 68 74 74 70 2e 68  .h file.h http.h
12f0: 20 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 2e 68 20   info.h login.h 
1300: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 2e  main.h manifest.
1310: 68 20 6d 64 35 2e 68 20 6d 65 72 67 65 2e 68 20  h md5.h merge.h 
1320: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65  merge3.h my_page
1330: 2e 68 20 6e 61 6d 65 2e 68 20 70 69 76 6f 74 2e  .h name.h pivot.
1340: 68 20 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  h pqueue.h print
1350: 66 2e 68 20 72 65 62 75 69 6c 64 2e 68 20 72 73  f.h rebuild.h rs
1360: 73 2e 68 20 73 63 68 65 6d 61 2e 68 20 73 65 74  s.h schema.h set
1370: 75 70 2e 68 20 73 68 61 31 2e 68 20 73 74 79 6c  up.h sha1.h styl
1380: 65 2e 68 20 73 75 62 73 63 72 69 70 74 2e 68 20  e.h subscript.h 
1390: 73 79 6e 63 2e 68 20 74 61 67 2e 68 20 74 61 67  sync.h tag.h tag
13a0: 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 2e  view.h timeline.
13b0: 68 20 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69  h tkt.h tktconfi
13c0: 67 2e 68 20 74 6b 74 73 65 74 75 70 2e 68 20 75  g.h tktsetup.h u
13d0: 6e 64 6f 2e 68 20 75 70 64 61 74 65 2e 68 20 75  ndo.h update.h u
13e0: 72 6c 2e 68 20 75 73 65 72 2e 68 20 76 65 72 69  rl.h user.h veri
13f0: 66 79 2e 68 20 76 66 69 6c 65 2e 68 20 77 69 6b  fy.h vfile.h wik
1400: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 2e 68  i.h wikiformat.h
1410: 20 78 66 65 72 2e 68 20 7a 69 70 2e 68 0a 0a 68   xfer.h zip.h..h
1420: 65 61 64 65 72 73 3a 09 6d 61 6b 65 68 65 61 64  eaders:.makehead
1430: 65 72 73 20 6d 6b 69 6e 64 65 78 20 24 28 54 52  ers mkindex $(TR
1440: 41 4e 53 5f 53 52 43 29 20 2e 2f 56 45 52 53 49  ANS_SRC) ./VERSI
1450: 4f 4e 2e 68 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ON.h.../makehead
1460: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
1470: 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  h admin_sql_page
1480: 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  _.c:admin_sql_pa
1490: 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  ge.h bag_.c:bag.
14a0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
14b0: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
14c0: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72  h.h browse_.c:br
14d0: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67  owse.h cgi_.c:cg
14e0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
14f0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
1500: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
1510: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
1520: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
1530: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
1540: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
1550: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
1560: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
1570: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
1580: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
1590: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
15a0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
15b0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
15c0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
15d0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
15e0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
15f0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
1600: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
1610: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
1620: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
1630: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
1640: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
1650: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
1660: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
1670: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
1680: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
1690: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f  _.c:merge3.h my_
16a0: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e  page_.c:my_page.
16b0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
16c0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
16d0: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
16e0: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
16f0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
1700: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
1710: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
1720: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
1730: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
1740: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
1750: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75  le_.c:style.h su
1760: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63  bscript_.c:subsc
1770: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  ript.h sync_.c:s
1780: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
1790: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
17a0: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65  gview.h timeline
17b0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
17c0: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63  kt_.c:tkt.h tktc
17d0: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66  onfig_.c:tktconf
17e0: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  ig.h tktsetup_.c
17f0: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
1800: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
1810: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
1820: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
1830: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
1840: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
1850: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
1860: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
1870: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
1880: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
1890: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
18a0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
18b0: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
18c0: 4e 2e 68 0a 09 2e 2f 6d 6b 69 6e 64 65 78 20 24  N.h.../mkindex $
18d0: 28 54 52 41 4e 53 5f 53 52 43 29 20 3e 70 61 67  (TRANS_SRC) >pag
18e0: 65 5f 69 6e 64 65 78 2e 68 0a 09 74 6f 75 63 68  e_index.h..touch
18f0: 20 68 65 61 64 65 72 73 0a 0a 61 64 64 5f 2e 63   headers..add_.c
1900: 3a 09 24 28 53 52 43 44 49 52 29 2f 61 64 64 2e  :.$(SRCDIR)/add.
1910: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
1920: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
1930: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
1940: 44 49 52 29 2f 61 64 64 2e 63 20 7c 20 73 65 64  DIR)/add.c | sed
1950: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
1960: 52 53 49 4f 4e 20 3e 61 64 64 5f 2e 63 0a 0a 61  RSION >add_.c..a
1970: 64 64 2e 6f 3a 09 61 64 64 5f 2e 63 20 61 64 64  dd.o:.add_.c add
1980: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
1990: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
19a0: 2d 6f 20 61 64 64 2e 6f 20 2d 63 20 61 64 64 5f  -o add.o -c add_
19b0: 2e 63 0a 0a 61 64 64 2e 68 3a 09 6d 61 6b 65 68  .c..add.h:.makeh
19c0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
19d0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
19e0: 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  d.h admin_sql_pa
19f0: 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f  ge_.c:admin_sql_
1a00: 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61  page.h bag_.c:ba
1a10: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
1a20: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
1a30: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
1a40: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
1a50: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
1a60: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
1a70: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
1a80: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
1a90: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
1aa0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
1ab0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
1ac0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
1ad0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
1ae0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
1af0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
1b00: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
1b10: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
1b20: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
1b30: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
1b40: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
1b50: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
1b60: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
1b70: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
1b80: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
1b90: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
1ba0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
1bb0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
1bc0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
1bd0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
1be0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
1bf0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
1c00: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
1c10: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
1c20: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
1c30: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
1c40: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
1c50: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
1c60: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
1c70: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
1c80: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
1c90: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
1ca0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
1cb0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
1cc0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
1cd0: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
1ce0: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
1cf0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
1d00: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
1d10: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
1d20: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
1d30: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
1d40: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
1d50: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
1d60: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
1d70: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
1d80: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
1d90: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
1da0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
1db0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
1dc0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
1dd0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
1de0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
1df0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
1e00: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
1e10: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
1e20: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
1e30: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
1e40: 64 65 72 73 0a 0a 61 64 6d 69 6e 5f 73 71 6c 5f  ders..admin_sql_
1e50: 70 61 67 65 5f 2e 63 3a 09 24 28 53 52 43 44 49  page_.c:.$(SRCDI
1e60: 52 29 2f 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67  R)/admin_sql_pag
1e70: 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  e.c $(SRCDIR)/VE
1e80: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
1e90: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
1ea0: 52 43 44 49 52 29 2f 61 64 6d 69 6e 5f 73 71 6c  RCDIR)/admin_sql
1eb0: 5f 70 61 67 65 2e 63 20 7c 20 73 65 64 20 2d 66  _page.c | sed -f
1ec0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
1ed0: 4f 4e 20 3e 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  ON >admin_sql_pa
1ee0: 67 65 5f 2e 63 0a 0a 61 64 6d 69 6e 5f 73 71 6c  ge_.c..admin_sql
1ef0: 5f 70 61 67 65 2e 6f 3a 09 61 64 6d 69 6e 5f 73  _page.o:.admin_s
1f00: 71 6c 5f 70 61 67 65 5f 2e 63 20 61 64 6d 69 6e  ql_page_.c admin
1f10: 5f 73 71 6c 5f 70 61 67 65 2e 68 20 20 24 28 53  _sql_page.h  $(S
1f20: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
1f30: 09 24 28 58 54 43 43 29 20 2d 6f 20 61 64 6d 69  .$(XTCC) -o admi
1f40: 6e 5f 73 71 6c 5f 70 61 67 65 2e 6f 20 2d 63 20  n_sql_page.o -c 
1f50: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e  admin_sql_page_.
1f60: 63 0a 0a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67  c..admin_sql_pag
1f70: 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  e.h:.makeheaders
1f80: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
1f90: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
1fa0: 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a  min_sql_page_.c:
1fb0: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68  admin_sql_page.h
1fc0: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
1fd0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
1fe0: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
1ff0: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65  browse_.c:browse
2000: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
2010: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
2020: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
2030: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
2040: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
2050: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
2060: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
2070: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
2080: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
2090: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
20a0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
20b0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
20c0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
20d0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
20e0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
20f0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
2100: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
2110: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
2120: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
2130: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
2140: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
2150: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
2160: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
2170: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
2180: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
2190: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
21a0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
21b0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
21c0: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65  merge3.h my_page
21d0: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61  _.c:my_page.h na
21e0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
21f0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
2200: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
2210: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
2220: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
2230: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
2240: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
2250: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
2260: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
2270: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
2280: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72  c:style.h subscr
2290: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74  ipt_.c:subscript
22a0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
22b0: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
22c0: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
22d0: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  w.h timeline_.c:
22e0: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
22f0: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69  c:tkt.h tktconfi
2300: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68  g_.c:tktconfig.h
2310: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74   tktsetup_.c:tkt
2320: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a  setup.h undo_.c:
2330: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
2340: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
2350: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
2360: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
2370: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
2380: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
2390: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
23a0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
23b0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
23c0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
23d0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
23e0: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
23f0: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
2400: 62 61 67 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  bag_.c:.$(SRCDIR
2410: 29 2f 62 61 67 2e 63 20 24 28 53 52 43 44 49 52  )/bag.c $(SRCDIR
2420: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
2430: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
2440: 20 24 28 53 52 43 44 49 52 29 2f 62 61 67 2e 63   $(SRCDIR)/bag.c
2450: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
2460: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 62 61 67  IR)/VERSION >bag
2470: 5f 2e 63 0a 0a 62 61 67 2e 6f 3a 09 62 61 67 5f  _.c..bag.o:.bag_
2480: 2e 63 20 62 61 67 2e 68 20 20 24 28 53 52 43 44  .c bag.h  $(SRCD
2490: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
24a0: 58 54 43 43 29 20 2d 6f 20 62 61 67 2e 6f 20 2d  XTCC) -o bag.o -
24b0: 63 20 62 61 67 5f 2e 63 0a 0a 62 61 67 2e 68 3a  c bag_.c..bag.h:
24c0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
24d0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
24e0: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f  _.c:add.h admin_
24f0: 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69  sql_page_.c:admi
2500: 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67  n_sql_page.h bag
2510: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
2520: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
2530: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77  .c:branch.h brow
2540: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63  se_.c:browse.h c
2550: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
2560: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
2570: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
2580: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
2590: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
25a0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
25b0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
25c0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
25d0: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
25e0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
25f0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
2600: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
2610: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
2620: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
2630: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
2640: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
2650: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
2660: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
2670: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
2680: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
2690: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
26a0: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
26b0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
26c0: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
26d0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
26e0: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
26f0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
2700: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
2710: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a  e3.h my_page_.c:
2720: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e  my_page.h name_.
2730: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
2740: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
2750: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
2760: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
2770: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
2780: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
2790: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
27a0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
27b0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
27c0: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
27d0: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f  yle.h subscript_
27e0: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73  .c:subscript.h s
27f0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
2800: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
2810: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
2820: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
2830: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
2840: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63  t.h tktconfig_.c
2850: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74  :tktconfig.h tkt
2860: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75  setup_.c:tktsetu
2870: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  p.h undo_.c:undo
2880: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
2890: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
28a0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
28b0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
28c0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
28d0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
28e0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
28f0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
2900: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
2910: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
2920: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
2930: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
2940: 63 68 20 68 65 61 64 65 72 73 0a 0a 62 6c 6f 62  ch headers..blob
2950: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 62  _.c:.$(SRCDIR)/b
2960: 6c 6f 62 2e 63 20 24 28 53 52 43 44 49 52 29 2f  lob.c $(SRCDIR)/
2970: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
2980: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
2990: 28 53 52 43 44 49 52 29 2f 62 6c 6f 62 2e 63 20  (SRCDIR)/blob.c 
29a0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
29b0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 62 6c 6f 62  R)/VERSION >blob
29c0: 5f 2e 63 0a 0a 62 6c 6f 62 2e 6f 3a 09 62 6c 6f  _.c..blob.o:.blo
29d0: 62 5f 2e 63 20 62 6c 6f 62 2e 68 20 20 24 28 53  b_.c blob.h  $(S
29e0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
29f0: 09 24 28 58 54 43 43 29 20 2d 6f 20 62 6c 6f 62  .$(XTCC) -o blob
2a00: 2e 6f 20 2d 63 20 62 6c 6f 62 5f 2e 63 0a 0a 62  .o -c blob_.c..b
2a10: 6c 6f 62 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  lob.h:.makeheade
2a20: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
2a30: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
2a40: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e  admin_sql_page_.
2a50: 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  c:admin_sql_page
2a60: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
2a70: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
2a80: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
2a90: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
2aa0: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
2ab0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
2ac0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
2ad0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
2ae0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
2af0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
2b00: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
2b10: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
2b20: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
2b30: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
2b40: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
2b50: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
2b60: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
2b70: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
2b80: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
2b90: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
2ba0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
2bb0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
2bc0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
2bd0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
2be0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
2bf0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
2c00: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
2c10: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
2c20: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
2c30: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
2c40: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
2c50: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
2c60: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
2c70: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
2c80: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
2c90: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
2ca0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
2cb0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
2cc0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
2cd0: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
2ce0: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
2cf0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
2d00: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
2d10: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
2d20: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
2d30: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
2d40: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
2d50: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
2d60: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
2d70: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
2d80: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
2d90: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
2da0: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
2db0: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
2dc0: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
2dd0: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
2de0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
2df0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
2e00: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
2e10: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
2e20: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
2e30: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
2e40: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
2e50: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
2e60: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
2e70: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
2e80: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
2e90: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
2ea0: 0a 0a 62 72 61 6e 63 68 5f 2e 63 3a 09 24 28 53  ..branch_.c:.$(S
2eb0: 52 43 44 49 52 29 2f 62 72 61 6e 63 68 2e 63 20  RCDIR)/branch.c 
2ec0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
2ed0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
2ee0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
2ef0: 52 29 2f 62 72 61 6e 63 68 2e 63 20 7c 20 73 65  R)/branch.c | se
2f00: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
2f10: 45 52 53 49 4f 4e 20 3e 62 72 61 6e 63 68 5f 2e  ERSION >branch_.
2f20: 63 0a 0a 62 72 61 6e 63 68 2e 6f 3a 09 62 72 61  c..branch.o:.bra
2f30: 6e 63 68 5f 2e 63 20 62 72 61 6e 63 68 2e 68 20  nch_.c branch.h 
2f40: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
2f50: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
2f60: 62 72 61 6e 63 68 2e 6f 20 2d 63 20 62 72 61 6e  branch.o -c bran
2f70: 63 68 5f 2e 63 0a 0a 62 72 61 6e 63 68 2e 68 3a  ch_.c..branch.h:
2f80: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
2f90: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
2fa0: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f  _.c:add.h admin_
2fb0: 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69  sql_page_.c:admi
2fc0: 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67  n_sql_page.h bag
2fd0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
2fe0: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
2ff0: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77  .c:branch.h brow
3000: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63  se_.c:browse.h c
3010: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
3020: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
3030: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
3040: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
3050: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
3060: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
3070: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
3080: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
3090: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
30a0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
30b0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
30c0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
30d0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
30e0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
30f0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
3100: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
3110: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
3120: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
3130: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
3140: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
3150: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
3160: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
3170: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
3180: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
3190: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
31a0: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
31b0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
31c0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
31d0: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a  e3.h my_page_.c:
31e0: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e  my_page.h name_.
31f0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
3200: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
3210: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
3220: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
3230: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
3240: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
3250: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
3260: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
3270: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
3280: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
3290: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f  yle.h subscript_
32a0: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73  .c:subscript.h s
32b0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
32c0: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
32d0: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
32e0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
32f0: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
3300: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63  t.h tktconfig_.c
3310: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74  :tktconfig.h tkt
3320: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75  setup_.c:tktsetu
3330: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  p.h undo_.c:undo
3340: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
3350: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
3360: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
3370: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
3380: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
3390: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
33a0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
33b0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
33c0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
33d0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
33e0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
33f0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
3400: 63 68 20 68 65 61 64 65 72 73 0a 0a 62 72 6f 77  ch headers..brow
3410: 73 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  se_.c:.$(SRCDIR)
3420: 2f 62 72 6f 77 73 65 2e 63 20 24 28 53 52 43 44  /browse.c $(SRCD
3430: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
3440: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
3450: 74 65 20 24 28 53 52 43 44 49 52 29 2f 62 72 6f  te $(SRCDIR)/bro
3460: 77 73 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  wse.c | sed -f $
3470: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
3480: 20 3e 62 72 6f 77 73 65 5f 2e 63 0a 0a 62 72 6f   >browse_.c..bro
3490: 77 73 65 2e 6f 3a 09 62 72 6f 77 73 65 5f 2e 63  wse.o:.browse_.c
34a0: 20 62 72 6f 77 73 65 2e 68 20 20 24 28 53 52 43   browse.h  $(SRC
34b0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
34c0: 28 58 54 43 43 29 20 2d 6f 20 62 72 6f 77 73 65  (XTCC) -o browse
34d0: 2e 6f 20 2d 63 20 62 72 6f 77 73 65 5f 2e 63 0a  .o -c browse_.c.
34e0: 0a 62 72 6f 77 73 65 2e 68 3a 09 6d 61 6b 65 68  .browse.h:.makeh
34f0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
3500: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
3510: 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  d.h admin_sql_pa
3520: 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f  ge_.c:admin_sql_
3530: 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61  page.h bag_.c:ba
3540: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
3550: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
3560: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
3570: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
3580: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
3590: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
35a0: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
35b0: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
35c0: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
35d0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
35e0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
35f0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
3600: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
3610: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
3620: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
3630: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
3640: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
3650: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
3660: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
3670: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
3680: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
3690: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
36a0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
36b0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
36c0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
36d0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
36e0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
36f0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
3700: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
3710: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
3720: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
3730: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
3740: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
3750: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
3760: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
3770: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
3780: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
3790: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
37a0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
37b0: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
37c0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
37d0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
37e0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
37f0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
3800: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
3810: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
3820: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
3830: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
3840: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
3850: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
3860: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
3870: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
3880: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
3890: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
38a0: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
38b0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
38c0: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
38d0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
38e0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
38f0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
3900: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
3910: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
3920: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
3930: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
3940: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
3950: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
3960: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
3970: 64 65 72 73 0a 0a 63 67 69 5f 2e 63 3a 09 24 28  ders..cgi_.c:.$(
3980: 53 52 43 44 49 52 29 2f 63 67 69 2e 63 20 24 28  SRCDIR)/cgi.c $(
3990: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
39a0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
39b0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
39c0: 2f 63 67 69 2e 63 20 7c 20 73 65 64 20 2d 66 20  /cgi.c | sed -f 
39d0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
39e0: 4e 20 3e 63 67 69 5f 2e 63 0a 0a 63 67 69 2e 6f  N >cgi_.c..cgi.o
39f0: 3a 09 63 67 69 5f 2e 63 20 63 67 69 2e 68 20 20  :.cgi_.c cgi.h  
3a00: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
3a10: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63  .h..$(XTCC) -o c
3a20: 67 69 2e 6f 20 2d 63 20 63 67 69 5f 2e 63 0a 0a  gi.o -c cgi_.c..
3a30: 63 67 69 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  cgi.h:.makeheade
3a40: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
3a50: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
3a60: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e  admin_sql_page_.
3a70: 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  c:admin_sql_page
3a80: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
3a90: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
3aa0: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
3ab0: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
3ac0: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
3ad0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
3ae0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
3af0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
3b00: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
3b10: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
3b20: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
3b30: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
3b40: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
3b50: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
3b60: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
3b70: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
3b80: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
3b90: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
3ba0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
3bb0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
3bc0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
3bd0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
3be0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
3bf0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
3c00: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
3c10: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
3c20: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
3c30: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
3c40: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
3c50: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
3c60: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
3c70: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
3c80: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
3c90: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
3ca0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
3cb0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
3cc0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
3cd0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
3ce0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
3cf0: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
3d00: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
3d10: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
3d20: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
3d30: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
3d40: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
3d50: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
3d60: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
3d70: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
3d80: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
3d90: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
3da0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
3db0: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
3dc0: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
3dd0: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
3de0: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
3df0: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
3e00: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
3e10: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
3e20: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
3e30: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
3e40: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
3e50: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
3e60: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
3e70: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
3e80: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
3e90: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
3ea0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
3eb0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
3ec0: 0a 0a 63 68 65 63 6b 69 6e 5f 2e 63 3a 09 24 28  ..checkin_.c:.$(
3ed0: 53 52 43 44 49 52 29 2f 63 68 65 63 6b 69 6e 2e  SRCDIR)/checkin.
3ee0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
3ef0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
3f00: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
3f10: 44 49 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20 7c  DIR)/checkin.c |
3f20: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
3f30: 29 2f 56 45 52 53 49 4f 4e 20 3e 63 68 65 63 6b  )/VERSION >check
3f40: 69 6e 5f 2e 63 0a 0a 63 68 65 63 6b 69 6e 2e 6f  in_.c..checkin.o
3f50: 3a 09 63 68 65 63 6b 69 6e 5f 2e 63 20 63 68 65  :.checkin_.c che
3f60: 63 6b 69 6e 2e 68 20 20 24 28 53 52 43 44 49 52  ckin.h  $(SRCDIR
3f70: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
3f80: 43 43 29 20 2d 6f 20 63 68 65 63 6b 69 6e 2e 6f  CC) -o checkin.o
3f90: 20 2d 63 20 63 68 65 63 6b 69 6e 5f 2e 63 0a 0a   -c checkin_.c..
3fa0: 63 68 65 63 6b 69 6e 2e 68 3a 09 6d 61 6b 65 68  checkin.h:.makeh
3fb0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
3fc0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
3fd0: 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  d.h admin_sql_pa
3fe0: 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f  ge_.c:admin_sql_
3ff0: 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61  page.h bag_.c:ba
4000: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
4010: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
4020: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
4030: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
4040: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
4050: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
4060: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
4070: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
4080: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
4090: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
40a0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
40b0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
40c0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
40d0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
40e0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
40f0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
4100: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
4110: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
4120: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
4130: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
4140: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
4150: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
4160: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
4170: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
4180: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
4190: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
41a0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
41b0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
41c0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
41d0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
41e0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
41f0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
4200: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
4210: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
4220: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
4230: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
4240: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
4250: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
4260: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
4270: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
4280: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
4290: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
42a0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
42b0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
42c0: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
42d0: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
42e0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
42f0: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
4300: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
4310: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
4320: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
4330: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
4340: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
4350: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
4360: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
4370: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
4380: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
4390: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
43a0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
43b0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
43c0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
43d0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
43e0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
43f0: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
4400: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
4410: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
4420: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
4430: 64 65 72 73 0a 0a 63 68 65 63 6b 6f 75 74 5f 2e  ders..checkout_.
4440: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 68 65  c:.$(SRCDIR)/che
4450: 63 6b 6f 75 74 2e 63 20 24 28 53 52 43 44 49 52  ckout.c $(SRCDIR
4460: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
4470: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
4480: 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b   $(SRCDIR)/check
4490: 6f 75 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  out.c | sed -f $
44a0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
44b0: 20 3e 63 68 65 63 6b 6f 75 74 5f 2e 63 0a 0a 63   >checkout_.c..c
44c0: 68 65 63 6b 6f 75 74 2e 6f 3a 09 63 68 65 63 6b  heckout.o:.check
44d0: 6f 75 74 5f 2e 63 20 63 68 65 63 6b 6f 75 74 2e  out_.c checkout.
44e0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
44f0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
4500: 6f 20 63 68 65 63 6b 6f 75 74 2e 6f 20 2d 63 20  o checkout.o -c 
4510: 63 68 65 63 6b 6f 75 74 5f 2e 63 0a 0a 63 68 65  checkout_.c..che
4520: 63 6b 6f 75 74 2e 68 3a 09 6d 61 6b 65 68 65 61  ckout.h:.makehea
4530: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
4540: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
4550: 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  h admin_sql_page
4560: 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  _.c:admin_sql_pa
4570: 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  ge.h bag_.c:bag.
4580: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
4590: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
45a0: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72  h.h browse_.c:br
45b0: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67  owse.h cgi_.c:cg
45c0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
45d0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
45e0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
45f0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
4600: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
4610: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
4620: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
4630: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
4640: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
4650: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
4660: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
4670: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
4680: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
4690: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
46a0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
46b0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
46c0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
46d0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
46e0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
46f0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
4700: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
4710: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
4720: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
4730: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
4740: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
4750: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
4760: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
4770: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f  _.c:merge3.h my_
4780: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e  page_.c:my_page.
4790: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
47a0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
47b0: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
47c0: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
47d0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
47e0: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
47f0: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
4800: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
4810: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
4820: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
4830: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75  le_.c:style.h su
4840: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63  bscript_.c:subsc
4850: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  ript.h sync_.c:s
4860: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
4870: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
4880: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65  gview.h timeline
4890: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
48a0: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63  kt_.c:tkt.h tktc
48b0: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66  onfig_.c:tktconf
48c0: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  ig.h tktsetup_.c
48d0: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
48e0: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
48f0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
4900: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
4910: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
4920: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
4930: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
4940: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
4950: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
4960: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
4970: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
4980: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
4990: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
49a0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
49b0: 72 73 0a 0a 63 6c 65 61 72 73 69 67 6e 5f 2e 63  rs..clearsign_.c
49c0: 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6c 65 61  :.$(SRCDIR)/clea
49d0: 72 73 69 67 6e 2e 63 20 24 28 53 52 43 44 49 52  rsign.c $(SRCDIR
49e0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
49f0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
4a00: 20 24 28 53 52 43 44 49 52 29 2f 63 6c 65 61 72   $(SRCDIR)/clear
4a10: 73 69 67 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20  sign.c | sed -f 
4a20: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
4a30: 4e 20 3e 63 6c 65 61 72 73 69 67 6e 5f 2e 63 0a  N >clearsign_.c.
4a40: 0a 63 6c 65 61 72 73 69 67 6e 2e 6f 3a 09 63 6c  .clearsign.o:.cl
4a50: 65 61 72 73 69 67 6e 5f 2e 63 20 63 6c 65 61 72  earsign_.c clear
4a60: 73 69 67 6e 2e 68 20 20 24 28 53 52 43 44 49 52  sign.h  $(SRCDIR
4a70: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
4a80: 43 43 29 20 2d 6f 20 63 6c 65 61 72 73 69 67 6e  CC) -o clearsign
4a90: 2e 6f 20 2d 63 20 63 6c 65 61 72 73 69 67 6e 5f  .o -c clearsign_
4aa0: 2e 63 0a 0a 63 6c 65 61 72 73 69 67 6e 2e 68 3a  .c..clearsign.h:
4ab0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
4ac0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
4ad0: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f  _.c:add.h admin_
4ae0: 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69  sql_page_.c:admi
4af0: 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67  n_sql_page.h bag
4b00: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
4b10: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
4b20: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77  .c:branch.h brow
4b30: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63  se_.c:browse.h c
4b40: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
4b50: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
4b60: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
4b70: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
4b80: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
4b90: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
4ba0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
4bb0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
4bc0: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
4bd0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
4be0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
4bf0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
4c00: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
4c10: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
4c20: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
4c30: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
4c40: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
4c50: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
4c60: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
4c70: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
4c80: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
4c90: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
4ca0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
4cb0: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
4cc0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
4cd0: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
4ce0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
4cf0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
4d00: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a  e3.h my_page_.c:
4d10: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e  my_page.h name_.
4d20: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
4d30: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
4d40: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
4d50: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
4d60: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
4d70: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
4d80: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
4d90: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
4da0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
4db0: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
4dc0: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f  yle.h subscript_
4dd0: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73  .c:subscript.h s
4de0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
4df0: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
4e00: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
4e10: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
4e20: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
4e30: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63  t.h tktconfig_.c
4e40: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74  :tktconfig.h tkt
4e50: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75  setup_.c:tktsetu
4e60: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  p.h undo_.c:undo
4e70: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
4e80: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
4e90: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
4ea0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
4eb0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
4ec0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
4ed0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
4ee0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
4ef0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
4f00: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
4f10: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
4f20: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
4f30: 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6c 6f 6e  ch headers..clon
4f40: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  e_.c:.$(SRCDIR)/
4f50: 63 6c 6f 6e 65 2e 63 20 24 28 53 52 43 44 49 52  clone.c $(SRCDIR
4f60: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
4f70: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
4f80: 20 24 28 53 52 43 44 49 52 29 2f 63 6c 6f 6e 65   $(SRCDIR)/clone
4f90: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
4fa0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63  CDIR)/VERSION >c
4fb0: 6c 6f 6e 65 5f 2e 63 0a 0a 63 6c 6f 6e 65 2e 6f  lone_.c..clone.o
4fc0: 3a 09 63 6c 6f 6e 65 5f 2e 63 20 63 6c 6f 6e 65  :.clone_.c clone
4fd0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
4fe0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
4ff0: 2d 6f 20 63 6c 6f 6e 65 2e 6f 20 2d 63 20 63 6c  -o clone.o -c cl
5000: 6f 6e 65 5f 2e 63 0a 0a 63 6c 6f 6e 65 2e 68 3a  one_.c..clone.h:
5010: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
5020: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
5030: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f  _.c:add.h admin_
5040: 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69  sql_page_.c:admi
5050: 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67  n_sql_page.h bag
5060: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
5070: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
5080: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77  .c:branch.h brow
5090: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63  se_.c:browse.h c
50a0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
50b0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
50c0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
50d0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
50e0: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
50f0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
5100: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
5110: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
5120: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
5130: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
5140: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
5150: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
5160: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
5170: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
5180: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
5190: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
51a0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
51b0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
51c0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
51d0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
51e0: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
51f0: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
5200: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
5210: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
5220: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
5230: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
5240: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
5250: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
5260: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a  e3.h my_page_.c:
5270: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e  my_page.h name_.
5280: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
5290: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
52a0: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
52b0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
52c0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
52d0: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
52e0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
52f0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
5300: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
5310: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
5320: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f  yle.h subscript_
5330: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73  .c:subscript.h s
5340: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
5350: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
5360: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
5370: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
5380: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
5390: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63  t.h tktconfig_.c
53a0: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74  :tktconfig.h tkt
53b0: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75  setup_.c:tktsetu
53c0: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  p.h undo_.c:undo
53d0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
53e0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
53f0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
5400: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
5410: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
5420: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
5430: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
5440: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
5450: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
5460: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
5470: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
5480: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
5490: 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6f 6d 66  ch headers..comf
54a0: 6f 72 6d 61 74 5f 2e 63 3a 09 24 28 53 52 43 44  ormat_.c:.$(SRCD
54b0: 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63 20  IR)/comformat.c 
54c0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
54d0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
54e0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
54f0: 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63 20 7c  R)/comformat.c |
5500: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
5510: 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6d 66 6f  )/VERSION >comfo
5520: 72 6d 61 74 5f 2e 63 0a 0a 63 6f 6d 66 6f 72 6d  rmat_.c..comform
5530: 61 74 2e 6f 3a 09 63 6f 6d 66 6f 72 6d 61 74 5f  at.o:.comformat_
5540: 2e 63 20 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 20  .c comformat.h  
5550: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
5560: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63  .h..$(XTCC) -o c
5570: 6f 6d 66 6f 72 6d 61 74 2e 6f 20 2d 63 20 63 6f  omformat.o -c co
5580: 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 6f 6d 66  mformat_.c..comf
5590: 6f 72 6d 61 74 2e 68 3a 09 6d 61 6b 65 68 65 61  ormat.h:.makehea
55a0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
55b0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
55c0: 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  h admin_sql_page
55d0: 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  _.c:admin_sql_pa
55e0: 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  ge.h bag_.c:bag.
55f0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
5600: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
5610: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72  h.h browse_.c:br
5620: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67  owse.h cgi_.c:cg
5630: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
5640: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
5650: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
5660: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
5670: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
5680: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
5690: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
56a0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
56b0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
56c0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
56d0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
56e0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
56f0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
5700: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
5710: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
5720: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
5730: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
5740: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
5750: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
5760: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
5770: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
5780: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
5790: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
57a0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
57b0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
57c0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
57d0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
57e0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f  _.c:merge3.h my_
57f0: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e  page_.c:my_page.
5800: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
5810: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
5820: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
5830: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
5840: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
5850: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
5860: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
5870: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
5880: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
5890: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
58a0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75  le_.c:style.h su
58b0: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63  bscript_.c:subsc
58c0: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  ript.h sync_.c:s
58d0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
58e0: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
58f0: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65  gview.h timeline
5900: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
5910: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63  kt_.c:tkt.h tktc
5920: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66  onfig_.c:tktconf
5930: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  ig.h tktsetup_.c
5940: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
5950: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
5960: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
5970: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
5980: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
5990: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
59a0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
59b0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
59c0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
59d0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
59e0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
59f0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
5a00: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
5a10: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
5a20: 72 73 0a 0a 63 6f 6e 73 74 72 75 63 74 5f 2e 63  rs..construct_.c
5a30: 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 73  :.$(SRCDIR)/cons
5a40: 74 72 75 63 74 2e 63 20 24 28 53 52 43 44 49 52  truct.c $(SRCDIR
5a50: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
5a60: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
5a70: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 73 74   $(SRCDIR)/const
5a80: 72 75 63 74 2e 63 20 7c 20 73 65 64 20 2d 66 20  ruct.c | sed -f 
5a90: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
5aa0: 4e 20 3e 63 6f 6e 73 74 72 75 63 74 5f 2e 63 0a  N >construct_.c.
5ab0: 0a 63 6f 6e 73 74 72 75 63 74 2e 6f 3a 09 63 6f  .construct.o:.co
5ac0: 6e 73 74 72 75 63 74 5f 2e 63 20 63 6f 6e 73 74  nstruct_.c const
5ad0: 72 75 63 74 2e 68 20 20 24 28 53 52 43 44 49 52  ruct.h  $(SRCDIR
5ae0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
5af0: 43 43 29 20 2d 6f 20 63 6f 6e 73 74 72 75 63 74  CC) -o construct
5b00: 2e 6f 20 2d 63 20 63 6f 6e 73 74 72 75 63 74 5f  .o -c construct_
5b10: 2e 63 0a 0a 63 6f 6e 73 74 72 75 63 74 2e 68 3a  .c..construct.h:
5b20: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
5b30: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
5b40: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f  _.c:add.h admin_
5b50: 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69  sql_page_.c:admi
5b60: 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67  n_sql_page.h bag
5b70: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
5b80: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
5b90: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77  .c:branch.h brow
5ba0: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63  se_.c:browse.h c
5bb0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
5bc0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
5bd0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
5be0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
5bf0: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
5c00: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
5c10: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
5c20: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
5c30: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
5c40: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
5c50: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
5c60: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
5c70: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
5c80: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
5c90: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
5ca0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
5cb0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
5cc0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
5cd0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
5ce0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
5cf0: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
5d00: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
5d10: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
5d20: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
5d30: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
5d40: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
5d50: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
5d60: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
5d70: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a  e3.h my_page_.c:
5d80: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e  my_page.h name_.
5d90: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
5da0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
5db0: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
5dc0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
5dd0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
5de0: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
5df0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
5e00: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
5e10: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
5e20: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
5e30: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f  yle.h subscript_
5e40: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73  .c:subscript.h s
5e50: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
5e60: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
5e70: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
5e80: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
5e90: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
5ea0: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63  t.h tktconfig_.c
5eb0: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74  :tktconfig.h tkt
5ec0: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75  setup_.c:tktsetu
5ed0: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  p.h undo_.c:undo
5ee0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
5ef0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
5f00: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
5f10: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
5f20: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
5f30: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
5f40: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
5f50: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
5f60: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
5f70: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
5f80: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
5f90: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
5fa0: 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6f 6e 74  ch headers..cont
5fb0: 65 6e 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ent_.c:.$(SRCDIR
5fc0: 29 2f 63 6f 6e 74 65 6e 74 2e 63 20 24 28 53 52  )/content.c $(SR
5fd0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
5fe0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
5ff0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63  late $(SRCDIR)/c
6000: 6f 6e 74 65 6e 74 2e 63 20 7c 20 73 65 64 20 2d  ontent.c | sed -
6010: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
6020: 49 4f 4e 20 3e 63 6f 6e 74 65 6e 74 5f 2e 63 0a  ION >content_.c.
6030: 0a 63 6f 6e 74 65 6e 74 2e 6f 3a 09 63 6f 6e 74  .content.o:.cont
6040: 65 6e 74 5f 2e 63 20 63 6f 6e 74 65 6e 74 2e 68  ent_.c content.h
6050: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
6060: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
6070: 20 63 6f 6e 74 65 6e 74 2e 6f 20 2d 63 20 63 6f   content.o -c co
6080: 6e 74 65 6e 74 5f 2e 63 0a 0a 63 6f 6e 74 65 6e  ntent_.c..conten
6090: 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  t.h:.makeheaders
60a0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
60b0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
60c0: 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a  min_sql_page_.c:
60d0: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68  admin_sql_page.h
60e0: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
60f0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
6100: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
6110: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65  browse_.c:browse
6120: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
6130: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
6140: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
6150: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
6160: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
6170: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
6180: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
6190: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
61a0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
61b0: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
61c0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
61d0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
61e0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
61f0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
6200: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
6210: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
6220: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
6230: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
6240: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
6250: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
6260: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
6270: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
6280: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
6290: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
62a0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
62b0: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
62c0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
62d0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
62e0: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65  merge3.h my_page
62f0: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61  _.c:my_page.h na
6300: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
6310: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
6320: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
6330: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
6340: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
6350: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
6360: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
6370: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
6380: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
6390: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
63a0: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72  c:style.h subscr
63b0: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74  ipt_.c:subscript
63c0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
63d0: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
63e0: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
63f0: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  w.h timeline_.c:
6400: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
6410: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69  c:tkt.h tktconfi
6420: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68  g_.c:tktconfig.h
6430: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74   tktsetup_.c:tkt
6440: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a  setup.h undo_.c:
6450: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
6460: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
6470: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
6480: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
6490: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
64a0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
64b0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
64c0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
64d0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
64e0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
64f0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
6500: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
6510: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
6520: 64 62 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  db_.c:.$(SRCDIR)
6530: 2f 64 62 2e 63 20 24 28 53 52 43 44 49 52 29 2f  /db.c $(SRCDIR)/
6540: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
6550: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
6560: 28 53 52 43 44 49 52 29 2f 64 62 2e 63 20 7c 20  (SRCDIR)/db.c | 
6570: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
6580: 2f 56 45 52 53 49 4f 4e 20 3e 64 62 5f 2e 63 0a  /VERSION >db_.c.
6590: 0a 64 62 2e 6f 3a 09 64 62 5f 2e 63 20 64 62 2e  .db.o:.db_.c db.
65a0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
65b0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
65c0: 6f 20 64 62 2e 6f 20 2d 63 20 64 62 5f 2e 63 0a  o db.o -c db_.c.
65d0: 0a 64 62 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  .db.h:.makeheade
65e0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
65f0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
6600: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e  admin_sql_page_.
6610: 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  c:admin_sql_page
6620: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
6630: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
6640: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
6650: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
6660: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
6670: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
6680: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
6690: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
66a0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
66b0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
66c0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
66d0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
66e0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
66f0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
6700: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
6710: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
6720: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
6730: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
6740: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
6750: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
6760: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
6770: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
6780: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
6790: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
67a0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
67b0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
67c0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
67d0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
67e0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
67f0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
6800: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
6810: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
6820: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
6830: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
6840: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
6850: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
6860: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
6870: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
6880: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
6890: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
68a0: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
68b0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
68c0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
68d0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
68e0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
68f0: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
6900: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
6910: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
6920: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
6930: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
6940: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
6950: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
6960: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
6970: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
6980: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
6990: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
69a0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
69b0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
69c0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
69d0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
69e0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
69f0: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
6a00: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
6a10: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
6a20: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
6a30: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
6a40: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
6a50: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
6a60: 0a 0a 64 65 6c 74 61 5f 2e 63 3a 09 24 28 53 52  ..delta_.c:.$(SR
6a70: 43 44 49 52 29 2f 64 65 6c 74 61 2e 63 20 24 28  CDIR)/delta.c $(
6a80: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
6a90: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
6aa0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
6ab0: 2f 64 65 6c 74 61 2e 63 20 7c 20 73 65 64 20 2d  /delta.c | sed -
6ac0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
6ad0: 49 4f 4e 20 3e 64 65 6c 74 61 5f 2e 63 0a 0a 64  ION >delta_.c..d
6ae0: 65 6c 74 61 2e 6f 3a 09 64 65 6c 74 61 5f 2e 63  elta.o:.delta_.c
6af0: 20 64 65 6c 74 61 2e 68 20 20 24 28 53 52 43 44   delta.h  $(SRCD
6b00: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
6b10: 58 54 43 43 29 20 2d 6f 20 64 65 6c 74 61 2e 6f  XTCC) -o delta.o
6b20: 20 2d 63 20 64 65 6c 74 61 5f 2e 63 0a 0a 64 65   -c delta_.c..de
6b30: 6c 74 61 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  lta.h:.makeheade
6b40: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
6b50: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
6b60: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e  admin_sql_page_.
6b70: 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  c:admin_sql_page
6b80: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
6b90: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
6ba0: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
6bb0: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
6bc0: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
6bd0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
6be0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
6bf0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
6c00: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
6c10: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
6c20: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
6c30: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
6c40: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
6c50: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
6c60: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
6c70: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
6c80: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
6c90: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
6ca0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
6cb0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
6cc0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
6cd0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
6ce0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
6cf0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
6d00: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
6d10: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
6d20: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
6d30: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
6d40: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
6d50: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
6d60: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
6d70: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
6d80: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
6d90: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
6da0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
6db0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
6dc0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
6dd0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
6de0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
6df0: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
6e00: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
6e10: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
6e20: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
6e30: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
6e40: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
6e50: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
6e60: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
6e70: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
6e80: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
6e90: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
6ea0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
6eb0: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
6ec0: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
6ed0: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
6ee0: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
6ef0: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
6f00: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
6f10: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
6f20: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
6f30: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
6f40: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
6f50: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
6f60: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
6f70: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
6f80: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
6f90: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
6fa0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
6fb0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
6fc0: 0a 0a 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 09 24  ..deltacmd_.c:.$
6fd0: 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 63 6d  (SRCDIR)/deltacm
6fe0: 64 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  d.c $(SRCDIR)/VE
6ff0: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
7000: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
7010: 52 43 44 49 52 29 2f 64 65 6c 74 61 63 6d 64 2e  RCDIR)/deltacmd.
7020: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
7030: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 65  DIR)/VERSION >de
7040: 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74 61  ltacmd_.c..delta
7050: 63 6d 64 2e 6f 3a 09 64 65 6c 74 61 63 6d 64 5f  cmd.o:.deltacmd_
7060: 2e 63 20 64 65 6c 74 61 63 6d 64 2e 68 20 20 24  .c deltacmd.h  $
7070: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
7080: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 65  h..$(XTCC) -o de
7090: 6c 74 61 63 6d 64 2e 6f 20 2d 63 20 64 65 6c 74  ltacmd.o -c delt
70a0: 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74 61 63 6d  acmd_.c..deltacm
70b0: 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  d.h:.makeheaders
70c0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
70d0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
70e0: 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a  min_sql_page_.c:
70f0: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68  admin_sql_page.h
7100: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
7110: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
7120: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
7130: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65  browse_.c:browse
7140: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
7150: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
7160: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
7170: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
7180: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
7190: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
71a0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
71b0: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
71c0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
71d0: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
71e0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
71f0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
7200: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
7210: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
7220: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
7230: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
7240: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
7250: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
7260: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
7270: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
7280: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
7290: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
72a0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
72b0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
72c0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
72d0: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
72e0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
72f0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
7300: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65  merge3.h my_page
7310: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61  _.c:my_page.h na
7320: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
7330: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
7340: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
7350: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
7360: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
7370: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
7380: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
7390: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
73a0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
73b0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
73c0: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72  c:style.h subscr
73d0: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74  ipt_.c:subscript
73e0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
73f0: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
7400: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
7410: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  w.h timeline_.c:
7420: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
7430: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69  c:tkt.h tktconfi
7440: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68  g_.c:tktconfig.h
7450: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74   tktsetup_.c:tkt
7460: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a  setup.h undo_.c:
7470: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
7480: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
7490: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
74a0: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
74b0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
74c0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
74d0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
74e0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
74f0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
7500: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
7510: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
7520: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
7530: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
7540: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 09  descendents_.c:.
7550: 24 28 53 52 43 44 49 52 29 2f 64 65 73 63 65 6e  $(SRCDIR)/descen
7560: 64 65 6e 74 73 2e 63 20 24 28 53 52 43 44 49 52  dents.c $(SRCDIR
7570: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
7580: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
7590: 20 24 28 53 52 43 44 49 52 29 2f 64 65 73 63 65   $(SRCDIR)/desce
75a0: 6e 64 65 6e 74 73 2e 63 20 7c 20 73 65 64 20 2d  ndents.c | sed -
75b0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
75c0: 49 4f 4e 20 3e 64 65 73 63 65 6e 64 65 6e 74 73  ION >descendents
75d0: 5f 2e 63 0a 0a 64 65 73 63 65 6e 64 65 6e 74 73  _.c..descendents
75e0: 2e 6f 3a 09 64 65 73 63 65 6e 64 65 6e 74 73 5f  .o:.descendents_
75f0: 2e 63 20 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c descendents.h
7600: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
7610: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
7620: 20 64 65 73 63 65 6e 64 65 6e 74 73 2e 6f 20 2d   descendents.o -
7630: 63 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  c descendents_.c
7640: 0a 0a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 3a  ..descendents.h:
7650: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
7660: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
7670: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f  _.c:add.h admin_
7680: 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69  sql_page_.c:admi
7690: 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67  n_sql_page.h bag
76a0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
76b0: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
76c0: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77  .c:branch.h brow
76d0: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63  se_.c:browse.h c
76e0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
76f0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
7700: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
7710: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
7720: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
7730: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
7740: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
7750: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
7760: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
7770: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
7780: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
7790: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
77a0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
77b0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
77c0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
77d0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
77e0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
77f0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
7800: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
7810: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
7820: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
7830: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
7840: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
7850: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
7860: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
7870: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
7880: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
7890: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
78a0: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a  e3.h my_page_.c:
78b0: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e  my_page.h name_.
78c0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
78d0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
78e0: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
78f0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
7900: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
7910: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
7920: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
7930: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
7940: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
7950: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
7960: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f  yle.h subscript_
7970: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73  .c:subscript.h s
7980: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
7990: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
79a0: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
79b0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
79c0: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
79d0: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63  t.h tktconfig_.c
79e0: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74  :tktconfig.h tkt
79f0: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75  setup_.c:tktsetu
7a00: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  p.h undo_.c:undo
7a10: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
7a20: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
7a30: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
7a40: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
7a50: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
7a60: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
7a70: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
7a80: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
7a90: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
7aa0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
7ab0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
7ac0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
7ad0: 63 68 20 68 65 61 64 65 72 73 0a 0a 64 69 66 66  ch headers..diff
7ae0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64  _.c:.$(SRCDIR)/d
7af0: 69 66 66 2e 63 20 24 28 53 52 43 44 49 52 29 2f  iff.c $(SRCDIR)/
7b00: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
7b10: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
7b20: 28 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63 20  (SRCDIR)/diff.c 
7b30: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
7b40: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 69 66 66  R)/VERSION >diff
7b50: 5f 2e 63 0a 0a 64 69 66 66 2e 6f 3a 09 64 69 66  _.c..diff.o:.dif
7b60: 66 5f 2e 63 20 64 69 66 66 2e 68 20 20 24 28 53  f_.c diff.h  $(S
7b70: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
7b80: 09 24 28 58 54 43 43 29 20 2d 6f 20 64 69 66 66  .$(XTCC) -o diff
7b90: 2e 6f 20 2d 63 20 64 69 66 66 5f 2e 63 0a 0a 64  .o -c diff_.c..d
7ba0: 69 66 66 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  iff.h:.makeheade
7bb0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
7bc0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
7bd0: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e  admin_sql_page_.
7be0: 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  c:admin_sql_page
7bf0: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
7c00: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
7c10: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
7c20: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
7c30: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
7c40: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
7c50: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
7c60: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
7c70: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
7c80: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
7c90: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
7ca0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
7cb0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
7cc0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
7cd0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
7ce0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
7cf0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
7d00: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
7d10: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
7d20: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
7d30: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
7d40: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
7d50: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
7d60: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
7d70: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
7d80: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
7d90: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
7da0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
7db0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
7dc0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
7dd0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
7de0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
7df0: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
7e00: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
7e10: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
7e20: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
7e30: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
7e40: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
7e50: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
7e60: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
7e70: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
7e80: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
7e90: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
7ea0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
7eb0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
7ec0: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
7ed0: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
7ee0: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
7ef0: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
7f00: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
7f10: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
7f20: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
7f30: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
7f40: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
7f50: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
7f60: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
7f70: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
7f80: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
7f90: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
7fa0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
7fb0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
7fc0: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
7fd0: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
7fe0: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
7ff0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
8000: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
8010: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
8020: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
8030: 0a 0a 64 69 66 66 63 6d 64 5f 2e 63 3a 09 24 28  ..diffcmd_.c:.$(
8040: 53 52 43 44 49 52 29 2f 64 69 66 66 63 6d 64 2e  SRCDIR)/diffcmd.
8050: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
8060: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
8070: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
8080: 44 49 52 29 2f 64 69 66 66 63 6d 64 2e 63 20 7c  DIR)/diffcmd.c |
8090: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
80a0: 29 2f 56 45 52 53 49 4f 4e 20 3e 64 69 66 66 63  )/VERSION >diffc
80b0: 6d 64 5f 2e 63 0a 0a 64 69 66 66 63 6d 64 2e 6f  md_.c..diffcmd.o
80c0: 3a 09 64 69 66 66 63 6d 64 5f 2e 63 20 64 69 66  :.diffcmd_.c dif
80d0: 66 63 6d 64 2e 68 20 20 24 28 53 52 43 44 49 52  fcmd.h  $(SRCDIR
80e0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
80f0: 43 43 29 20 2d 6f 20 64 69 66 66 63 6d 64 2e 6f  CC) -o diffcmd.o
8100: 20 2d 63 20 64 69 66 66 63 6d 64 5f 2e 63 0a 0a   -c diffcmd_.c..
8110: 64 69 66 66 63 6d 64 2e 68 3a 09 6d 61 6b 65 68  diffcmd.h:.makeh
8120: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
8130: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
8140: 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  d.h admin_sql_pa
8150: 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f  ge_.c:admin_sql_
8160: 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61  page.h bag_.c:ba
8170: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
8180: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
8190: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
81a0: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
81b0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
81c0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
81d0: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
81e0: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
81f0: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
8200: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
8210: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
8220: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
8230: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
8240: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
8250: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
8260: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
8270: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
8280: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
8290: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
82a0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
82b0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
82c0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
82d0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
82e0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
82f0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
8300: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
8310: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
8320: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
8330: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
8340: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
8350: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
8360: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
8370: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
8380: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
8390: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
83a0: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
83b0: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
83c0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
83d0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
83e0: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
83f0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
8400: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
8410: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
8420: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
8430: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
8440: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
8450: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
8460: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
8470: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
8480: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
8490: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
84a0: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
84b0: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
84c0: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
84d0: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
84e0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
84f0: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
8500: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
8510: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
8520: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
8530: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
8540: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
8550: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
8560: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
8570: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
8580: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
8590: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
85a0: 64 65 72 73 0a 0a 65 6e 63 6f 64 65 5f 2e 63 3a  ders..encode_.c:
85b0: 09 24 28 53 52 43 44 49 52 29 2f 65 6e 63 6f 64  .$(SRCDIR)/encod
85c0: 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  e.c $(SRCDIR)/VE
85d0: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
85e0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
85f0: 52 43 44 49 52 29 2f 65 6e 63 6f 64 65 2e 63 20  RCDIR)/encode.c 
8600: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
8610: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 65 6e 63 6f  R)/VERSION >enco
8620: 64 65 5f 2e 63 0a 0a 65 6e 63 6f 64 65 2e 6f 3a  de_.c..encode.o:
8630: 09 65 6e 63 6f 64 65 5f 2e 63 20 65 6e 63 6f 64  .encode_.c encod
8640: 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  e.h  $(SRCDIR)/c
8650: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
8660: 20 2d 6f 20 65 6e 63 6f 64 65 2e 6f 20 2d 63 20   -o encode.o -c 
8670: 65 6e 63 6f 64 65 5f 2e 63 0a 0a 65 6e 63 6f 64  encode_.c..encod
8680: 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  e.h:.makeheaders
8690: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
86a0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
86b0: 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a  min_sql_page_.c:
86c0: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68  admin_sql_page.h
86d0: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
86e0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
86f0: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
8700: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65  browse_.c:browse
8710: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
8720: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
8730: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
8740: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
8750: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
8760: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
8770: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
8780: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
8790: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
87a0: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
87b0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
87c0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
87d0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
87e0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
87f0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
8800: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
8810: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
8820: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
8830: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
8840: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
8850: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
8860: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
8870: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
8880: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
8890: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
88a0: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
88b0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
88c0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
88d0: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65  merge3.h my_page
88e0: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61  _.c:my_page.h na
88f0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
8900: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
8910: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
8920: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
8930: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
8940: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
8950: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
8960: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
8970: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
8980: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
8990: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72  c:style.h subscr
89a0: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74  ipt_.c:subscript
89b0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
89c0: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
89d0: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
89e0: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  w.h timeline_.c:
89f0: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
8a00: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69  c:tkt.h tktconfi
8a10: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68  g_.c:tktconfig.h
8a20: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74   tktsetup_.c:tkt
8a30: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a  setup.h undo_.c:
8a40: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
8a50: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
8a60: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
8a70: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
8a80: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
8a90: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
8aa0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
8ab0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
8ac0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
8ad0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
8ae0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
8af0: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
8b00: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
8b10: 66 69 6c 65 5f 2e 63 3a 09 24 28 53 52 43 44 49  file_.c:.$(SRCDI
8b20: 52 29 2f 66 69 6c 65 2e 63 20 24 28 53 52 43 44  R)/file.c $(SRCD
8b30: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
8b40: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
8b50: 74 65 20 24 28 53 52 43 44 49 52 29 2f 66 69 6c  te $(SRCDIR)/fil
8b60: 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  e.c | sed -f $(S
8b70: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
8b80: 66 69 6c 65 5f 2e 63 0a 0a 66 69 6c 65 2e 6f 3a  file_.c..file.o:
8b90: 09 66 69 6c 65 5f 2e 63 20 66 69 6c 65 2e 68 20  .file_.c file.h 
8ba0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
8bb0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
8bc0: 66 69 6c 65 2e 6f 20 2d 63 20 66 69 6c 65 5f 2e  file.o -c file_.
8bd0: 63 0a 0a 66 69 6c 65 2e 68 3a 09 6d 61 6b 65 68  c..file.h:.makeh
8be0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
8bf0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
8c00: 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  d.h admin_sql_pa
8c10: 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f  ge_.c:admin_sql_
8c20: 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61  page.h bag_.c:ba
8c30: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
8c40: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
8c50: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
8c60: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
8c70: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
8c80: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
8c90: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
8ca0: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
8cb0: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
8cc0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
8cd0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
8ce0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
8cf0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
8d00: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
8d10: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
8d20: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
8d30: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
8d40: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
8d50: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
8d60: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
8d70: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
8d80: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
8d90: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
8da0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
8db0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
8dc0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
8dd0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
8de0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
8df0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
8e00: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
8e10: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
8e20: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
8e30: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
8e40: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
8e50: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
8e60: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
8e70: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
8e80: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
8e90: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
8ea0: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
8eb0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
8ec0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
8ed0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
8ee0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
8ef0: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
8f00: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
8f10: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
8f20: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
8f30: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
8f40: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
8f50: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
8f60: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
8f70: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
8f80: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
8f90: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
8fa0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
8fb0: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
8fc0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
8fd0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
8fe0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
8ff0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
9000: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
9010: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
9020: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
9030: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
9040: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
9050: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
9060: 64 65 72 73 0a 0a 68 74 74 70 5f 2e 63 3a 09 24  ders..http_.c:.$
9070: 28 53 52 43 44 49 52 29 2f 68 74 74 70 2e 63 20  (SRCDIR)/http.c 
9080: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
9090: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
90a0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
90b0: 52 29 2f 68 74 74 70 2e 63 20 7c 20 73 65 64 20  R)/http.c | sed 
90c0: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
90d0: 53 49 4f 4e 20 3e 68 74 74 70 5f 2e 63 0a 0a 68  SION >http_.c..h
90e0: 74 74 70 2e 6f 3a 09 68 74 74 70 5f 2e 63 20 68  ttp.o:.http_.c h
90f0: 74 74 70 2e 68 20 20 24 28 53 52 43 44 49 52 29  ttp.h  $(SRCDIR)
9100: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
9110: 43 29 20 2d 6f 20 68 74 74 70 2e 6f 20 2d 63 20  C) -o http.o -c 
9120: 68 74 74 70 5f 2e 63 0a 0a 68 74 74 70 2e 68 3a  http_.c..http.h:
9130: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
9140: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
9150: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f  _.c:add.h admin_
9160: 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69  sql_page_.c:admi
9170: 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67  n_sql_page.h bag
9180: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
9190: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
91a0: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77  .c:branch.h brow
91b0: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63  se_.c:browse.h c
91c0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
91d0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
91e0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
91f0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
9200: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
9210: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
9220: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
9230: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
9240: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
9250: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
9260: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
9270: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
9280: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
9290: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
92a0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
92b0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
92c0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
92d0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
92e0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
92f0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
9300: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
9310: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
9320: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
9330: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
9340: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
9350: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
9360: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
9370: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
9380: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a  e3.h my_page_.c:
9390: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e  my_page.h name_.
93a0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
93b0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
93c0: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
93d0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
93e0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
93f0: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
9400: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
9410: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
9420: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
9430: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
9440: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f  yle.h subscript_
9450: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73  .c:subscript.h s
9460: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
9470: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
9480: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
9490: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
94a0: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
94b0: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63  t.h tktconfig_.c
94c0: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74  :tktconfig.h tkt
94d0: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75  setup_.c:tktsetu
94e0: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  p.h undo_.c:undo
94f0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
9500: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
9510: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
9520: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
9530: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
9540: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
9550: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
9560: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
9570: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
9580: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
9590: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
95a0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
95b0: 63 68 20 68 65 61 64 65 72 73 0a 0a 69 6e 66 6f  ch headers..info
95c0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 69  _.c:.$(SRCDIR)/i
95d0: 6e 66 6f 2e 63 20 24 28 53 52 43 44 49 52 29 2f  nfo.c $(SRCDIR)/
95e0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
95f0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
9600: 28 53 52 43 44 49 52 29 2f 69 6e 66 6f 2e 63 20  (SRCDIR)/info.c 
9610: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
9620: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 69 6e 66 6f  R)/VERSION >info
9630: 5f 2e 63 0a 0a 69 6e 66 6f 2e 6f 3a 09 69 6e 66  _.c..info.o:.inf
9640: 6f 5f 2e 63 20 69 6e 66 6f 2e 68 20 20 24 28 53  o_.c info.h  $(S
9650: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
9660: 09 24 28 58 54 43 43 29 20 2d 6f 20 69 6e 66 6f  .$(XTCC) -o info
9670: 2e 6f 20 2d 63 20 69 6e 66 6f 5f 2e 63 0a 0a 69  .o -c info_.c..i
9680: 6e 66 6f 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  nfo.h:.makeheade
9690: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
96a0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
96b0: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e  admin_sql_page_.
96c0: 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  c:admin_sql_page
96d0: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
96e0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
96f0: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
9700: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
9710: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
9720: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
9730: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
9740: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
9750: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
9760: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
9770: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
9780: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
9790: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
97a0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
97b0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
97c0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
97d0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
97e0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
97f0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
9800: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
9810: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
9820: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
9830: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
9840: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
9850: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
9860: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
9870: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
9880: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
9890: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
98a0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
98b0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
98c0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
98d0: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
98e0: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
98f0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
9900: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
9910: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
9920: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
9930: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
9940: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
9950: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
9960: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
9970: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
9980: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
9990: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
99a0: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
99b0: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
99c0: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
99d0: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
99e0: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
99f0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
9a00: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
9a10: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
9a20: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
9a30: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
9a40: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
9a50: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
9a60: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
9a70: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
9a80: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
9a90: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
9aa0: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
9ab0: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
9ac0: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
9ad0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
9ae0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
9af0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
9b00: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
9b10: 0a 0a 6c 6f 67 69 6e 5f 2e 63 3a 09 24 28 53 52  ..login_.c:.$(SR
9b20: 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 24 28  CDIR)/login.c $(
9b30: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
9b40: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
9b50: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
9b60: 2f 6c 6f 67 69 6e 2e 63 20 7c 20 73 65 64 20 2d  /login.c | sed -
9b70: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
9b80: 49 4f 4e 20 3e 6c 6f 67 69 6e 5f 2e 63 0a 0a 6c  ION >login_.c..l
9b90: 6f 67 69 6e 2e 6f 3a 09 6c 6f 67 69 6e 5f 2e 63  ogin.o:.login_.c
9ba0: 20 6c 6f 67 69 6e 2e 68 20 20 24 28 53 52 43 44   login.h  $(SRCD
9bb0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
9bc0: 58 54 43 43 29 20 2d 6f 20 6c 6f 67 69 6e 2e 6f  XTCC) -o login.o
9bd0: 20 2d 63 20 6c 6f 67 69 6e 5f 2e 63 0a 0a 6c 6f   -c login_.c..lo
9be0: 67 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  gin.h:.makeheade
9bf0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
9c00: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
9c10: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e  admin_sql_page_.
9c20: 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  c:admin_sql_page
9c30: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
9c40: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
9c50: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
9c60: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
9c70: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
9c80: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
9c90: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
9ca0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
9cb0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
9cc0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
9cd0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
9ce0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
9cf0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
9d00: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
9d10: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
9d20: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
9d30: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
9d40: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
9d50: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
9d60: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
9d70: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
9d80: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
9d90: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
9da0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
9db0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
9dc0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
9dd0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
9de0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
9df0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
9e00: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
9e10: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
9e20: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
9e30: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
9e40: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
9e50: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
9e60: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
9e70: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
9e80: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
9e90: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
9ea0: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
9eb0: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
9ec0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
9ed0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
9ee0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
9ef0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
9f00: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
9f10: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
9f20: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
9f30: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
9f40: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
9f50: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
9f60: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
9f70: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
9f80: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
9f90: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
9fa0: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
9fb0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
9fc0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
9fd0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
9fe0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
9ff0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
a000: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
a010: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
a020: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
a030: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
a040: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
a050: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
a060: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
a070: 0a 0a 6d 61 69 6e 5f 2e 63 3a 09 24 28 53 52 43  ..main_.c:.$(SRC
a080: 44 49 52 29 2f 6d 61 69 6e 2e 63 20 24 28 53 52  DIR)/main.c $(SR
a090: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
a0a0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
a0b0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d  late $(SRCDIR)/m
a0c0: 61 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ain.c | sed -f $
a0d0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
a0e0: 20 3e 6d 61 69 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e   >main_.c..main.
a0f0: 6f 3a 09 6d 61 69 6e 5f 2e 63 20 6d 61 69 6e 2e  o:.main_.c main.
a100: 68 20 70 61 67 65 5f 69 6e 64 65 78 2e 68 20 24  h page_index.h $
a110: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
a120: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 61  h..$(XTCC) -o ma
a130: 69 6e 2e 6f 20 2d 63 20 6d 61 69 6e 5f 2e 63 0a  in.o -c main_.c.
a140: 0a 6d 61 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61  .main.h:.makehea
a150: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
a160: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
a170: 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  h admin_sql_page
a180: 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  _.c:admin_sql_pa
a190: 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  ge.h bag_.c:bag.
a1a0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
a1b0: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
a1c0: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72  h.h browse_.c:br
a1d0: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67  owse.h cgi_.c:cg
a1e0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
a1f0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
a200: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
a210: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
a220: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
a230: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
a240: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
a250: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
a260: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
a270: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
a280: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
a290: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
a2a0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
a2b0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
a2c0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
a2d0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
a2e0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
a2f0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
a300: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
a310: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
a320: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
a330: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
a340: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
a350: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
a360: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
a370: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
a380: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
a390: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f  _.c:merge3.h my_
a3a0: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e  page_.c:my_page.
a3b0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
a3c0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
a3d0: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
a3e0: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
a3f0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
a400: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
a410: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
a420: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
a430: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
a440: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
a450: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75  le_.c:style.h su
a460: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63  bscript_.c:subsc
a470: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  ript.h sync_.c:s
a480: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
a490: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
a4a0: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65  gview.h timeline
a4b0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
a4c0: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63  kt_.c:tkt.h tktc
a4d0: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66  onfig_.c:tktconf
a4e0: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  ig.h tktsetup_.c
a4f0: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
a500: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
a510: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
a520: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
a530: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
a540: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
a550: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
a560: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
a570: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
a580: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
a590: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
a5a0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
a5b0: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
a5c0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
a5d0: 72 73 0a 0a 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  rs..manifest_.c:
a5e0: 09 24 28 53 52 43 44 49 52 29 2f 6d 61 6e 69 66  .$(SRCDIR)/manif
a5f0: 65 73 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f  est.c $(SRCDIR)/
a600: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
a610: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
a620: 28 53 52 43 44 49 52 29 2f 6d 61 6e 69 66 65 73  (SRCDIR)/manifes
a630: 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  t.c | sed -f $(S
a640: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
a650: 6d 61 6e 69 66 65 73 74 5f 2e 63 0a 0a 6d 61 6e  manifest_.c..man
a660: 69 66 65 73 74 2e 6f 3a 09 6d 61 6e 69 66 65 73  ifest.o:.manifes
a670: 74 5f 2e 63 20 6d 61 6e 69 66 65 73 74 2e 68 20  t_.c manifest.h 
a680: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
a690: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
a6a0: 6d 61 6e 69 66 65 73 74 2e 6f 20 2d 63 20 6d 61  manifest.o -c ma
a6b0: 6e 69 66 65 73 74 5f 2e 63 0a 0a 6d 61 6e 69 66  nifest_.c..manif
a6c0: 65 73 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  est.h:.makeheade
a6d0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
a6e0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
a6f0: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e  admin_sql_page_.
a700: 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  c:admin_sql_page
a710: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
a720: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
a730: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
a740: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
a750: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
a760: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
a770: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
a780: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
a790: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
a7a0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
a7b0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
a7c0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
a7d0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
a7e0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
a7f0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
a800: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
a810: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
a820: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
a830: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
a840: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
a850: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
a860: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
a870: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
a880: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
a890: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
a8a0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
a8b0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
a8c0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
a8d0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
a8e0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
a8f0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
a900: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
a910: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
a920: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
a930: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
a940: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
a950: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
a960: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
a970: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
a980: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
a990: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
a9a0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
a9b0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
a9c0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
a9d0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
a9e0: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
a9f0: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
aa00: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
aa10: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
aa20: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
aa30: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
aa40: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
aa50: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
aa60: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
aa70: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
aa80: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
aa90: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
aaa0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
aab0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
aac0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
aad0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
aae0: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
aaf0: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
ab00: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
ab10: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
ab20: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
ab30: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
ab40: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
ab50: 0a 0a 6d 64 35 5f 2e 63 3a 09 24 28 53 52 43 44  ..md5_.c:.$(SRCD
ab60: 49 52 29 2f 6d 64 35 2e 63 20 24 28 53 52 43 44  IR)/md5.c $(SRCD
ab70: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
ab80: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
ab90: 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d 64 35  te $(SRCDIR)/md5
aba0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
abb0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d  CDIR)/VERSION >m
abc0: 64 35 5f 2e 63 0a 0a 6d 64 35 2e 6f 3a 09 6d 64  d5_.c..md5.o:.md
abd0: 35 5f 2e 63 20 6d 64 35 2e 68 20 20 24 28 53 52  5_.c md5.h  $(SR
abe0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
abf0: 24 28 58 54 43 43 29 20 2d 6f 20 6d 64 35 2e 6f  $(XTCC) -o md5.o
ac00: 20 2d 63 20 6d 64 35 5f 2e 63 0a 0a 6d 64 35 2e   -c md5_.c..md5.
ac10: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
ac20: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
ac30: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69  dd_.c:add.h admi
ac40: 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64  n_sql_page_.c:ad
ac50: 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62  min_sql_page.h b
ac60: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
ac70: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
ac80: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72  h_.c:branch.h br
ac90: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68  owse_.c:browse.h
aca0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
acb0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
acc0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
acd0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
ace0: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
acf0: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
ad00: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
ad10: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
ad20: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
ad30: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
ad40: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
ad50: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
ad60: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
ad70: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
ad80: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
ad90: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
ada0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
adb0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
adc0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
add0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
ade0: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
adf0: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
ae00: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
ae10: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
ae20: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
ae30: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
ae40: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
ae50: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
ae60: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e  rge3.h my_page_.
ae70: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65  c:my_page.h name
ae80: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
ae90: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
aea0: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
aeb0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
aec0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
aed0: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
aee0: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
aef0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
af00: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
af10: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
af20: 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70  style.h subscrip
af30: 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68  t_.c:subscript.h
af40: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
af50: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
af60: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
af70: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
af80: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
af90: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f  tkt.h tktconfig_
afa0: 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74  .c:tktconfig.h t
afb0: 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65  ktsetup_.c:tktse
afc0: 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e  tup.h undo_.c:un
afd0: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  do.h update_.c:u
afe0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
aff0: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
b000: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
b010: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
b020: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
b030: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
b040: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
b050: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
b060: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
b070: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
b080: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
b090: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 65  ouch headers..me
b0a0: 72 67 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  rge_.c:.$(SRCDIR
b0b0: 29 2f 6d 65 72 67 65 2e 63 20 24 28 53 52 43 44  )/merge.c $(SRCD
b0c0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
b0d0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
b0e0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d 65 72  te $(SRCDIR)/mer
b0f0: 67 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  ge.c | sed -f $(
b100: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
b110: 3e 6d 65 72 67 65 5f 2e 63 0a 0a 6d 65 72 67 65  >merge_.c..merge
b120: 2e 6f 3a 09 6d 65 72 67 65 5f 2e 63 20 6d 65 72  .o:.merge_.c mer
b130: 67 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  ge.h  $(SRCDIR)/
b140: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
b150: 29 20 2d 6f 20 6d 65 72 67 65 2e 6f 20 2d 63 20  ) -o merge.o -c 
b160: 6d 65 72 67 65 5f 2e 63 0a 0a 6d 65 72 67 65 2e  merge_.c..merge.
b170: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
b180: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
b190: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69  dd_.c:add.h admi
b1a0: 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64  n_sql_page_.c:ad
b1b0: 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62  min_sql_page.h b
b1c0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
b1d0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
b1e0: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72  h_.c:branch.h br
b1f0: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68  owse_.c:browse.h
b200: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
b210: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
b220: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
b230: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
b240: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
b250: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
b260: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
b270: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
b280: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
b290: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
b2a0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
b2b0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
b2c0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
b2d0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
b2e0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
b2f0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
b300: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
b310: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
b320: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
b330: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
b340: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
b350: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
b360: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
b370: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
b380: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
b390: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
b3a0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
b3b0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
b3c0: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e  rge3.h my_page_.
b3d0: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65  c:my_page.h name
b3e0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
b3f0: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
b400: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
b410: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
b420: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
b430: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
b440: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
b450: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
b460: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
b470: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
b480: 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70  style.h subscrip
b490: 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68  t_.c:subscript.h
b4a0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
b4b0: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
b4c0: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
b4d0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
b4e0: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
b4f0: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f  tkt.h tktconfig_
b500: 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74  .c:tktconfig.h t
b510: 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65  ktsetup_.c:tktse
b520: 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e  tup.h undo_.c:un
b530: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  do.h update_.c:u
b540: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
b550: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
b560: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
b570: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
b580: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
b590: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
b5a0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
b5b0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
b5c0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
b5d0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
b5e0: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
b5f0: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 65  ouch headers..me
b600: 72 67 65 33 5f 2e 63 3a 09 24 28 53 52 43 44 49  rge3_.c:.$(SRCDI
b610: 52 29 2f 6d 65 72 67 65 33 2e 63 20 24 28 53 52  R)/merge3.c $(SR
b620: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
b630: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
b640: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d  late $(SRCDIR)/m
b650: 65 72 67 65 33 2e 63 20 7c 20 73 65 64 20 2d 66  erge3.c | sed -f
b660: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
b670: 4f 4e 20 3e 6d 65 72 67 65 33 5f 2e 63 0a 0a 6d  ON >merge3_.c..m
b680: 65 72 67 65 33 2e 6f 3a 09 6d 65 72 67 65 33 5f  erge3.o:.merge3_
b690: 2e 63 20 6d 65 72 67 65 33 2e 68 20 20 24 28 53  .c merge3.h  $(S
b6a0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
b6b0: 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 65 72 67  .$(XTCC) -o merg
b6c0: 65 33 2e 6f 20 2d 63 20 6d 65 72 67 65 33 5f 2e  e3.o -c merge3_.
b6d0: 63 0a 0a 6d 65 72 67 65 33 2e 68 3a 09 6d 61 6b  c..merge3.h:.mak
b6e0: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
b6f0: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
b700: 61 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f  add.h admin_sql_
b710: 70 61 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71  page_.c:admin_sq
b720: 6c 5f 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a  l_page.h bag_.c:
b730: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
b740: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
b750: 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e  ranch.h browse_.
b760: 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e  c:browse.h cgi_.
b770: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f  c:cgi.h checkin_
b780: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65  .c:checkin.h che
b790: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75  ckout_.c:checkou
b7a0: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63  t.h clearsign_.c
b7b0: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f  :clearsign.h clo
b7c0: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f  ne_.c:clone.h co
b7d0: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f  mformat_.c:comfo
b7e0: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74  rmat.h construct
b7f0: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
b800: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
b810: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
b820: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
b830: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
b840: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65  tacmd.h descende
b850: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e  nts_.c:descenden
b860: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
b870: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
b880: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f  iffcmd.h encode_
b890: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65  .c:encode.h file
b8a0: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f  _.c:file.h http_
b8b0: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e  .c:http.h info_.
b8c0: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e  c:info.h login_.
b8d0: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e  c:login.h main_.
b8e0: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73  c:main.h manifes
b8f0: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20  t_.c:manifest.h 
b900: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72  md5_.c:md5.h mer
b910: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65  ge_.c:merge.h me
b920: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68  rge3_.c:merge3.h
b930: 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70   my_page_.c:my_p
b940: 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  age.h name_.c:na
b950: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
b960: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
b970: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
b980: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
b990: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
b9a0: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
b9b0: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
b9c0: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
b9d0: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
b9e0: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
b9f0: 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73  h subscript_.c:s
ba00: 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f  ubscript.h sync_
ba10: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63  .c:sync.h tag_.c
ba20: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e  :tag.h tagview_.
ba30: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65  c:tagview.h time
ba40: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
ba50: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20  .h tkt_.c:tkt.h 
ba60: 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74  tktconfig_.c:tkt
ba70: 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75  config.h tktsetu
ba80: 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20  p_.c:tktsetup.h 
ba90: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75  undo_.c:undo.h u
baa0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e  pdate_.c:update.
bab0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75  h url_.c:url.h u
bac0: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65  ser_.c:user.h ve
bad0: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68  rify_.c:verify.h
bae0: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e   vfile_.c:vfile.
baf0: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68  h wiki_.c:wiki.h
bb00: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77   wikiformat_.c:w
bb10: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
bb20: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
bb30: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
bb40: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45  )/sqlite3.h ./VE
bb50: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68  RSION.h..touch h
bb60: 65 61 64 65 72 73 0a 0a 6d 79 5f 70 61 67 65 5f  eaders..my_page_
bb70: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 79  .c:.$(SRCDIR)/my
bb80: 5f 70 61 67 65 2e 63 20 24 28 53 52 43 44 49 52  _page.c $(SRCDIR
bb90: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
bba0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
bbb0: 20 24 28 53 52 43 44 49 52 29 2f 6d 79 5f 70 61   $(SRCDIR)/my_pa
bbc0: 67 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  ge.c | sed -f $(
bbd0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
bbe0: 3e 6d 79 5f 70 61 67 65 5f 2e 63 0a 0a 6d 79 5f  >my_page_.c..my_
bbf0: 70 61 67 65 2e 6f 3a 09 6d 79 5f 70 61 67 65 5f  page.o:.my_page_
bc00: 2e 63 20 6d 79 5f 70 61 67 65 2e 68 20 20 24 28  .c my_page.h  $(
bc10: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
bc20: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 79 5f  ..$(XTCC) -o my_
bc30: 70 61 67 65 2e 6f 20 2d 63 20 6d 79 5f 70 61 67  page.o -c my_pag
bc40: 65 5f 2e 63 0a 0a 6d 79 5f 70 61 67 65 2e 68 3a  e_.c..my_page.h:
bc50: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
bc60: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
bc70: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f  _.c:add.h admin_
bc80: 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69  sql_page_.c:admi
bc90: 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67  n_sql_page.h bag
bca0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
bcb0: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
bcc0: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77  .c:branch.h brow
bcd0: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63  se_.c:browse.h c
bce0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
bcf0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
bd00: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
bd10: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
bd20: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
bd30: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
bd40: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
bd50: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
bd60: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
bd70: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
bd80: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
bd90: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
bda0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
bdb0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
bdc0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
bdd0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
bde0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
bdf0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
be00: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
be10: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
be20: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
be30: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
be40: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
be50: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
be60: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
be70: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
be80: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
be90: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
bea0: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a  e3.h my_page_.c:
beb0: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e  my_page.h name_.
bec0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
bed0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
bee0: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
bef0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
bf00: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
bf10: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
bf20: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
bf30: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
bf40: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
bf50: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
bf60: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f  yle.h subscript_
bf70: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73  .c:subscript.h s
bf80: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
bf90: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
bfa0: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
bfb0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
bfc0: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
bfd0: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63  t.h tktconfig_.c
bfe0: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74  :tktconfig.h tkt
bff0: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75  setup_.c:tktsetu
c000: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  p.h undo_.c:undo
c010: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
c020: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
c030: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
c040: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
c050: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
c060: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
c070: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
c080: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
c090: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
c0a0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
c0b0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
c0c0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
c0d0: 63 68 20 68 65 61 64 65 72 73 0a 0a 6e 61 6d 65  ch headers..name
c0e0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6e  _.c:.$(SRCDIR)/n
c0f0: 61 6d 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f  ame.c $(SRCDIR)/
c100: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
c110: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
c120: 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 2e 63 20  (SRCDIR)/name.c 
c130: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
c140: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6e 61 6d 65  R)/VERSION >name
c150: 5f 2e 63 0a 0a 6e 61 6d 65 2e 6f 3a 09 6e 61 6d  _.c..name.o:.nam
c160: 65 5f 2e 63 20 6e 61 6d 65 2e 68 20 20 24 28 53  e_.c name.h  $(S
c170: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
c180: 09 24 28 58 54 43 43 29 20 2d 6f 20 6e 61 6d 65  .$(XTCC) -o name
c190: 2e 6f 20 2d 63 20 6e 61 6d 65 5f 2e 63 0a 0a 6e  .o -c name_.c..n
c1a0: 61 6d 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  ame.h:.makeheade
c1b0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
c1c0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
c1d0: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e  admin_sql_page_.
c1e0: 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  c:admin_sql_page
c1f0: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
c200: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
c210: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
c220: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
c230: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
c240: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
c250: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
c260: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
c270: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
c280: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
c290: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
c2a0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
c2b0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
c2c0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
c2d0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
c2e0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
c2f0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
c300: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
c310: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
c320: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
c330: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
c340: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
c350: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
c360: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
c370: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
c380: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
c390: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
c3a0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
c3b0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
c3c0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
c3d0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
c3e0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
c3f0: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
c400: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
c410: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
c420: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
c430: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
c440: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
c450: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
c460: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
c470: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
c480: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
c490: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
c4a0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
c4b0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
c4c0: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
c4d0: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
c4e0: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
c4f0: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
c500: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
c510: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
c520: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
c530: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
c540: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
c550: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
c560: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
c570: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
c580: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
c590: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
c5a0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
c5b0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
c5c0: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
c5d0: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
c5e0: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
c5f0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
c600: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
c610: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
c620: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
c630: 0a 0a 70 69 76 6f 74 5f 2e 63 3a 09 24 28 53 52  ..pivot_.c:.$(SR
c640: 43 44 49 52 29 2f 70 69 76 6f 74 2e 63 20 24 28  CDIR)/pivot.c $(
c650: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
c660: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
c670: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
c680: 2f 70 69 76 6f 74 2e 63 20 7c 20 73 65 64 20 2d  /pivot.c | sed -
c690: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
c6a0: 49 4f 4e 20 3e 70 69 76 6f 74 5f 2e 63 0a 0a 70  ION >pivot_.c..p
c6b0: 69 76 6f 74 2e 6f 3a 09 70 69 76 6f 74 5f 2e 63  ivot.o:.pivot_.c
c6c0: 20 70 69 76 6f 74 2e 68 20 20 24 28 53 52 43 44   pivot.h  $(SRCD
c6d0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
c6e0: 58 54 43 43 29 20 2d 6f 20 70 69 76 6f 74 2e 6f  XTCC) -o pivot.o
c6f0: 20 2d 63 20 70 69 76 6f 74 5f 2e 63 0a 0a 70 69   -c pivot_.c..pi
c700: 76 6f 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  vot.h:.makeheade
c710: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
c720: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
c730: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e  admin_sql_page_.
c740: 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  c:admin_sql_page
c750: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
c760: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
c770: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
c780: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
c790: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
c7a0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
c7b0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
c7c0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
c7d0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
c7e0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
c7f0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
c800: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
c810: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
c820: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
c830: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
c840: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
c850: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
c860: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
c870: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
c880: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
c890: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
c8a0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
c8b0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
c8c0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
c8d0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
c8e0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
c8f0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
c900: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
c910: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
c920: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
c930: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
c940: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
c950: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
c960: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
c970: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
c980: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
c990: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
c9a0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
c9b0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
c9c0: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
c9d0: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
c9e0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
c9f0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
ca00: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
ca10: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
ca20: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
ca30: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
ca40: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
ca50: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
ca60: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
ca70: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
ca80: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
ca90: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
caa0: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
cab0: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
cac0: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
cad0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
cae0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
caf0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
cb00: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
cb10: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
cb20: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
cb30: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
cb40: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
cb50: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
cb60: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
cb70: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
cb80: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
cb90: 0a 0a 70 71 75 65 75 65 5f 2e 63 3a 09 24 28 53  ..pqueue_.c:.$(S
cba0: 52 43 44 49 52 29 2f 70 71 75 65 75 65 2e 63 20  RCDIR)/pqueue.c 
cbb0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
cbc0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
cbd0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
cbe0: 52 29 2f 70 71 75 65 75 65 2e 63 20 7c 20 73 65  R)/pqueue.c | se
cbf0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
cc00: 45 52 53 49 4f 4e 20 3e 70 71 75 65 75 65 5f 2e  ERSION >pqueue_.
cc10: 63 0a 0a 70 71 75 65 75 65 2e 6f 3a 09 70 71 75  c..pqueue.o:.pqu
cc20: 65 75 65 5f 2e 63 20 70 71 75 65 75 65 2e 68 20  eue_.c pqueue.h 
cc30: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
cc40: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
cc50: 70 71 75 65 75 65 2e 6f 20 2d 63 20 70 71 75 65  pqueue.o -c pque
cc60: 75 65 5f 2e 63 0a 0a 70 71 75 65 75 65 2e 68 3a  ue_.c..pqueue.h:
cc70: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f  .makeheaders.../
cc80: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64  makeheaders  add
cc90: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f  _.c:add.h admin_
cca0: 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69  sql_page_.c:admi
ccb0: 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67  n_sql_page.h bag
ccc0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e  _.c:bag.h blob_.
ccd0: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f  c:blob.h branch_
cce0: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77  .c:branch.h brow
ccf0: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63  se_.c:browse.h c
cd00: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
cd10: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
cd20: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
cd30: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
cd40: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
cd50: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
cd60: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
cd70: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74  omformat.h const
cd80: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63  ruct_.c:construc
cd90: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
cda0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
cdb0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
cdc0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
cdd0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
cde0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
cdf0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
ce00: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
ce10: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
ce20: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
ce30: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
ce40: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
ce50: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
ce60: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
ce70: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
ce80: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
ce90: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
cea0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
ceb0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
cec0: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a  e3.h my_page_.c:
ced0: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e  my_page.h name_.
cee0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
cef0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65  c:pivot.h pqueue
cf00: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69  _.c:pqueue.h pri
cf10: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
cf20: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
cf30: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e  ld.h rss_.c:rss.
cf40: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
cf50: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
cf60: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
cf70: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
cf80: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f  yle.h subscript_
cf90: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73  .c:subscript.h s
cfa0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61  ync_.c:sync.h ta
cfb0: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69  g_.c:tag.h tagvi
cfc0: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20  ew_.c:tagview.h 
cfd0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
cfe0: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b  line.h tkt_.c:tk
cff0: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63  t.h tktconfig_.c
d000: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74  :tktconfig.h tkt
d010: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75  setup_.c:tktsetu
d020: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f  p.h undo_.c:undo
d030: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
d040: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
d050: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
d060: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
d070: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
d080: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
d090: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
d0a0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
d0b0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
d0c0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
d0d0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
d0e0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
d0f0: 63 68 20 68 65 61 64 65 72 73 0a 0a 70 72 69 6e  ch headers..prin
d100: 74 66 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  tf_.c:.$(SRCDIR)
d110: 2f 70 72 69 6e 74 66 2e 63 20 24 28 53 52 43 44  /printf.c $(SRCD
d120: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
d130: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
d140: 74 65 20 24 28 53 52 43 44 49 52 29 2f 70 72 69  te $(SRCDIR)/pri
d150: 6e 74 66 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ntf.c | sed -f $
d160: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
d170: 20 3e 70 72 69 6e 74 66 5f 2e 63 0a 0a 70 72 69   >printf_.c..pri
d180: 6e 74 66 2e 6f 3a 09 70 72 69 6e 74 66 5f 2e 63  ntf.o:.printf_.c
d190: 20 70 72 69 6e 74 66 2e 68 20 20 24 28 53 52 43   printf.h  $(SRC
d1a0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
d1b0: 28 58 54 43 43 29 20 2d 6f 20 70 72 69 6e 74 66  (XTCC) -o printf
d1c0: 2e 6f 20 2d 63 20 70 72 69 6e 74 66 5f 2e 63 0a  .o -c printf_.c.
d1d0: 0a 70 72 69 6e 74 66 2e 68 3a 09 6d 61 6b 65 68  .printf.h:.makeh
d1e0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
d1f0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
d200: 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  d.h admin_sql_pa
d210: 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f  ge_.c:admin_sql_
d220: 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61  page.h bag_.c:ba
d230: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
d240: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
d250: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
d260: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
d270: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
d280: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
d290: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
d2a0: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
d2b0: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
d2c0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
d2d0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
d2e0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
d2f0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
d300: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
d310: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
d320: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
d330: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
d340: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
d350: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
d360: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
d370: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
d380: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
d390: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
d3a0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
d3b0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
d3c0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
d3d0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
d3e0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
d3f0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
d400: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
d410: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
d420: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
d430: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
d440: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
d450: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
d460: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
d470: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
d480: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
d490: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
d4a0: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
d4b0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
d4c0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
d4d0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
d4e0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
d4f0: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
d500: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
d510: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
d520: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
d530: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
d540: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
d550: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
d560: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
d570: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
d580: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
d590: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
d5a0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
d5b0: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
d5c0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
d5d0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
d5e0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
d5f0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
d600: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
d610: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
d620: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
d630: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
d640: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
d650: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
d660: 64 65 72 73 0a 0a 72 65 62 75 69 6c 64 5f 2e 63  ders..rebuild_.c
d670: 3a 09 24 28 53 52 43 44 49 52 29 2f 72 65 62 75  :.$(SRCDIR)/rebu
d680: 69 6c 64 2e 63 20 24 28 53 52 43 44 49 52 29 2f  ild.c $(SRCDIR)/
d690: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
d6a0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
d6b0: 28 53 52 43 44 49 52 29 2f 72 65 62 75 69 6c 64  (SRCDIR)/rebuild
d6c0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
d6d0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 72  CDIR)/VERSION >r
d6e0: 65 62 75 69 6c 64 5f 2e 63 0a 0a 72 65 62 75 69  ebuild_.c..rebui
d6f0: 6c 64 2e 6f 3a 09 72 65 62 75 69 6c 64 5f 2e 63  ld.o:.rebuild_.c
d700: 20 72 65 62 75 69 6c 64 2e 68 20 20 24 28 53 52   rebuild.h  $(SR
d710: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
d720: 24 28 58 54 43 43 29 20 2d 6f 20 72 65 62 75 69  $(XTCC) -o rebui
d730: 6c 64 2e 6f 20 2d 63 20 72 65 62 75 69 6c 64 5f  ld.o -c rebuild_
d740: 2e 63 0a 0a 72 65 62 75 69 6c 64 2e 68 3a 09 6d  .c..rebuild.h:.m
d750: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
d760: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
d770: 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71  c:add.h admin_sq
d780: 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f  l_page_.c:admin_
d790: 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 5f 2e  sql_page.h bag_.
d7a0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
d7b0: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63  blob.h branch_.c
d7c0: 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65  :branch.h browse
d7d0: 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69  _.c:browse.h cgi
d7e0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69  _.c:cgi.h checki
d7f0: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63  n_.c:checkin.h c
d800: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b  heckout_.c:check
d810: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f  out.h clearsign_
d820: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63  .c:clearsign.h c
d830: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20  lone_.c:clone.h 
d840: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d  comformat_.c:com
d850: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75  format.h constru
d860: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
d870: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
d880: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
d890: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
d8a0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
d8b0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
d8c0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dents_.c:descend
d8d0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ents.h diff_.c:d
d8e0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
d8f0: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64  :diffcmd.h encod
d900: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69  e_.c:encode.h fi
d910: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74  le_.c:file.h htt
d920: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f  p_.c:http.h info
d930: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e  _.c:info.h login
d940: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  _.c:login.h main
d950: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  _.c:main.h manif
d960: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e  est_.c:manifest.
d970: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d  h md5_.c:md5.h m
d980: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20  erge_.c:merge.h 
d990: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33  merge3_.c:merge3
d9a0: 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79  .h my_page_.c:my
d9b0: 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a  _page.h name_.c:
d9c0: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
d9d0: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
d9e0: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
d9f0: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
da00: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
da10: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
da20: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
da30: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
da40: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
da50: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
da60: 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63  e.h subscript_.c
da70: 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e  :subscript.h syn
da80: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
da90: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
daa0: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69  _.c:tagview.h ti
dab0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
dac0: 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
dad0: 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74  h tktconfig_.c:t
dae0: 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65  ktconfig.h tktse
daf0: 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e  tup_.c:tktsetup.
db00: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68  h undo_.c:undo.h
db10: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
db20: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
db30: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
db40: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
db50: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
db60: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
db70: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
db80: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
db90: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
dba0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
dbb0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
dbc0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
dbd0: 20 68 65 61 64 65 72 73 0a 0a 72 73 73 5f 2e 63   headers..rss_.c
dbe0: 3a 09 24 28 53 52 43 44 49 52 29 2f 72 73 73 2e  :.$(SRCDIR)/rss.
dbf0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
dc00: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
dc10: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
dc20: 44 49 52 29 2f 72 73 73 2e 63 20 7c 20 73 65 64  DIR)/rss.c | sed
dc30: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
dc40: 52 53 49 4f 4e 20 3e 72 73 73 5f 2e 63 0a 0a 72  RSION >rss_.c..r
dc50: 73 73 2e 6f 3a 09 72 73 73 5f 2e 63 20 72 73 73  ss.o:.rss_.c rss
dc60: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
dc70: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
dc80: 2d 6f 20 72 73 73 2e 6f 20 2d 63 20 72 73 73 5f  -o rss.o -c rss_
dc90: 2e 63 0a 0a 72 73 73 2e 68 3a 09 6d 61 6b 65 68  .c..rss.h:.makeh
dca0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
dcb0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
dcc0: 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  d.h admin_sql_pa
dcd0: 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f  ge_.c:admin_sql_
dce0: 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61  page.h bag_.c:ba
dcf0: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
dd00: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
dd10: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
dd20: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
dd30: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
dd40: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
dd50: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
dd60: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
dd70: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
dd80: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
dd90: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
dda0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
ddb0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
ddc0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
ddd0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
dde0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
ddf0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
de00: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
de10: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
de20: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
de30: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
de40: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
de50: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
de60: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
de70: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
de80: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
de90: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
dea0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
deb0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
dec0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
ded0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
dee0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
def0: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
df00: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
df10: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
df20: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
df30: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
df40: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
df50: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
df60: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
df70: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
df80: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
df90: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
dfa0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
dfb0: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
dfc0: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
dfd0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
dfe0: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
dff0: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
e000: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
e010: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
e020: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
e030: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
e040: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
e050: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
e060: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
e070: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
e080: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
e090: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
e0a0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
e0b0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
e0c0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
e0d0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
e0e0: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
e0f0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
e100: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
e110: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
e120: 64 65 72 73 0a 0a 73 63 68 65 6d 61 5f 2e 63 3a  ders..schema_.c:
e130: 09 24 28 53 52 43 44 49 52 29 2f 73 63 68 65 6d  .$(SRCDIR)/schem
e140: 61 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  a.c $(SRCDIR)/VE
e150: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
e160: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
e170: 52 43 44 49 52 29 2f 73 63 68 65 6d 61 2e 63 20  RCDIR)/schema.c 
e180: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
e190: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 63 68 65  R)/VERSION >sche
e1a0: 6d 61 5f 2e 63 0a 0a 73 63 68 65 6d 61 2e 6f 3a  ma_.c..schema.o:
e1b0: 09 73 63 68 65 6d 61 5f 2e 63 20 73 63 68 65 6d  .schema_.c schem
e1c0: 61 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  a.h  $(SRCDIR)/c
e1d0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
e1e0: 20 2d 6f 20 73 63 68 65 6d 61 2e 6f 20 2d 63 20   -o schema.o -c 
e1f0: 73 63 68 65 6d 61 5f 2e 63 0a 0a 73 63 68 65 6d  schema_.c..schem
e200: 61 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  a.h:.makeheaders
e210: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
e220: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
e230: 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a  min_sql_page_.c:
e240: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68  admin_sql_page.h
e250: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
e260: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
e270: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
e280: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65  browse_.c:browse
e290: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
e2a0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
e2b0: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
e2c0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
e2d0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
e2e0: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
e2f0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
e300: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
e310: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
e320: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
e330: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
e340: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
e350: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
e360: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
e370: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
e380: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
e390: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
e3a0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
e3b0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
e3c0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
e3d0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
e3e0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
e3f0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
e400: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
e410: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
e420: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
e430: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
e440: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
e450: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65  merge3.h my_page
e460: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61  _.c:my_page.h na
e470: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
e480: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
e490: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
e4a0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
e4b0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
e4c0: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
e4d0: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
e4e0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
e4f0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
e500: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
e510: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72  c:style.h subscr
e520: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74  ipt_.c:subscript
e530: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
e540: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
e550: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
e560: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  w.h timeline_.c:
e570: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
e580: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69  c:tkt.h tktconfi
e590: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68  g_.c:tktconfig.h
e5a0: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74   tktsetup_.c:tkt
e5b0: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a  setup.h undo_.c:
e5c0: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
e5d0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
e5e0: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
e5f0: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
e600: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
e610: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
e620: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
e630: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
e640: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
e650: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
e660: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
e670: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
e680: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
e690: 73 65 74 75 70 5f 2e 63 3a 09 24 28 53 52 43 44  setup_.c:.$(SRCD
e6a0: 49 52 29 2f 73 65 74 75 70 2e 63 20 24 28 53 52  IR)/setup.c $(SR
e6b0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
e6c0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
e6d0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 73  late $(SRCDIR)/s
e6e0: 65 74 75 70 2e 63 20 7c 20 73 65 64 20 2d 66 20  etup.c | sed -f 
e6f0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
e700: 4e 20 3e 73 65 74 75 70 5f 2e 63 0a 0a 73 65 74  N >setup_.c..set
e710: 75 70 2e 6f 3a 09 73 65 74 75 70 5f 2e 63 20 73  up.o:.setup_.c s
e720: 65 74 75 70 2e 68 20 20 24 28 53 52 43 44 49 52  etup.h  $(SRCDIR
e730: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
e740: 43 43 29 20 2d 6f 20 73 65 74 75 70 2e 6f 20 2d  CC) -o setup.o -
e750: 63 20 73 65 74 75 70 5f 2e 63 0a 0a 73 65 74 75  c setup_.c..setu
e760: 70 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  p.h:.makeheaders
e770: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
e780: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
e790: 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a  min_sql_page_.c:
e7a0: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68  admin_sql_page.h
e7b0: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
e7c0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
e7d0: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
e7e0: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65  browse_.c:browse
e7f0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
e800: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
e810: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
e820: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
e830: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
e840: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
e850: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
e860: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
e870: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
e880: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
e890: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
e8a0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
e8b0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
e8c0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
e8d0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
e8e0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
e8f0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
e900: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
e910: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
e920: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
e930: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
e940: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
e950: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
e960: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
e970: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
e980: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
e990: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
e9a0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
e9b0: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65  merge3.h my_page
e9c0: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61  _.c:my_page.h na
e9d0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
e9e0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
e9f0: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
ea00: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
ea10: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
ea20: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
ea30: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
ea40: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
ea50: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
ea60: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
ea70: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72  c:style.h subscr
ea80: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74  ipt_.c:subscript
ea90: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
eaa0: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
eab0: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
eac0: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  w.h timeline_.c:
ead0: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
eae0: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69  c:tkt.h tktconfi
eaf0: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68  g_.c:tktconfig.h
eb00: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74   tktsetup_.c:tkt
eb10: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a  setup.h undo_.c:
eb20: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
eb30: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
eb40: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
eb50: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
eb60: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
eb70: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
eb80: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
eb90: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
eba0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
ebb0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
ebc0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
ebd0: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
ebe0: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
ebf0: 73 68 61 31 5f 2e 63 3a 09 24 28 53 52 43 44 49  sha1_.c:.$(SRCDI
ec00: 52 29 2f 73 68 61 31 2e 63 20 24 28 53 52 43 44  R)/sha1.c $(SRCD
ec10: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
ec20: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
ec30: 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 68 61  te $(SRCDIR)/sha
ec40: 31 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  1.c | sed -f $(S
ec50: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
ec60: 73 68 61 31 5f 2e 63 0a 0a 73 68 61 31 2e 6f 3a  sha1_.c..sha1.o:
ec70: 09 73 68 61 31 5f 2e 63 20 73 68 61 31 2e 68 20  .sha1_.c sha1.h 
ec80: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
ec90: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
eca0: 73 68 61 31 2e 6f 20 2d 63 20 73 68 61 31 5f 2e  sha1.o -c sha1_.
ecb0: 63 0a 0a 73 68 61 31 2e 68 3a 09 6d 61 6b 65 68  c..sha1.h:.makeh
ecc0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
ecd0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
ece0: 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  d.h admin_sql_pa
ecf0: 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f  ge_.c:admin_sql_
ed00: 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61  page.h bag_.c:ba
ed10: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
ed20: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
ed30: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
ed40: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
ed50: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
ed60: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
ed70: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
ed80: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
ed90: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
eda0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
edb0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
edc0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
edd0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
ede0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
edf0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
ee00: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
ee10: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
ee20: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
ee30: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
ee40: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
ee50: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
ee60: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
ee70: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
ee80: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
ee90: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
eea0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
eeb0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
eec0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
eed0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
eee0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
eef0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
ef00: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
ef10: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
ef20: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
ef30: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
ef40: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
ef50: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
ef60: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
ef70: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
ef80: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
ef90: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
efa0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
efb0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
efc0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
efd0: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
efe0: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
eff0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
f000: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
f010: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
f020: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
f030: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
f040: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
f050: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
f060: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
f070: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
f080: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
f090: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
f0a0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
f0b0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
f0c0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
f0d0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
f0e0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
f0f0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
f100: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
f110: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
f120: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
f130: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
f140: 64 65 72 73 0a 0a 73 74 79 6c 65 5f 2e 63 3a 09  ders..style_.c:.
f150: 24 28 53 52 43 44 49 52 29 2f 73 74 79 6c 65 2e  $(SRCDIR)/style.
f160: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
f170: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
f180: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
f190: 44 49 52 29 2f 73 74 79 6c 65 2e 63 20 7c 20 73  DIR)/style.c | s
f1a0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
f1b0: 56 45 52 53 49 4f 4e 20 3e 73 74 79 6c 65 5f 2e  VERSION >style_.
f1c0: 63 0a 0a 73 74 79 6c 65 2e 6f 3a 09 73 74 79 6c  c..style.o:.styl
f1d0: 65 5f 2e 63 20 73 74 79 6c 65 2e 68 20 20 24 28  e_.c style.h  $(
f1e0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
f1f0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73 74 79  ..$(XTCC) -o sty
f200: 6c 65 2e 6f 20 2d 63 20 73 74 79 6c 65 5f 2e 63  le.o -c style_.c
f210: 0a 0a 73 74 79 6c 65 2e 68 3a 09 6d 61 6b 65 68  ..style.h:.makeh
f220: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
f230: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
f240: 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  d.h admin_sql_pa
f250: 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f  ge_.c:admin_sql_
f260: 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61  page.h bag_.c:ba
f270: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
f280: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
f290: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
f2a0: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
f2b0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
f2c0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
f2d0: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
f2e0: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
f2f0: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
f300: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
f310: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
f320: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
f330: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
f340: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
f350: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
f360: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
f370: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
f380: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
f390: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
f3a0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
f3b0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
f3c0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
f3d0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
f3e0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
f3f0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
f400: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
f410: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
f420: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
f430: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
f440: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
f450: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
f460: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
f470: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
f480: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
f490: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
f4a0: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
f4b0: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
f4c0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
f4d0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
f4e0: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
f4f0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
f500: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
f510: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
f520: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
f530: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
f540: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
f550: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
f560: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
f570: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
f580: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
f590: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
f5a0: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
f5b0: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
f5c0: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
f5d0: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
f5e0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
f5f0: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
f600: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
f610: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
f620: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
f630: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
f640: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
f650: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
f660: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
f670: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
f680: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
f690: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
f6a0: 64 65 72 73 0a 0a 73 75 62 73 63 72 69 70 74 5f  ders..subscript_
f6b0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 75  .c:.$(SRCDIR)/su
f6c0: 62 73 63 72 69 70 74 2e 63 20 24 28 53 52 43 44  bscript.c $(SRCD
f6d0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
f6e0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
f6f0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 75 62  te $(SRCDIR)/sub
f700: 73 63 72 69 70 74 2e 63 20 7c 20 73 65 64 20 2d  script.c | sed -
f710: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
f720: 49 4f 4e 20 3e 73 75 62 73 63 72 69 70 74 5f 2e  ION >subscript_.
f730: 63 0a 0a 73 75 62 73 63 72 69 70 74 2e 6f 3a 09  c..subscript.o:.
f740: 73 75 62 73 63 72 69 70 74 5f 2e 63 20 73 75 62  subscript_.c sub
f750: 73 63 72 69 70 74 2e 68 20 20 24 28 53 52 43 44  script.h  $(SRCD
f760: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
f770: 58 54 43 43 29 20 2d 6f 20 73 75 62 73 63 72 69  XTCC) -o subscri
f780: 70 74 2e 6f 20 2d 63 20 73 75 62 73 63 72 69 70  pt.o -c subscrip
f790: 74 5f 2e 63 0a 0a 73 75 62 73 63 72 69 70 74 2e  t_.c..subscript.
f7a0: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
f7b0: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
f7c0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69  dd_.c:add.h admi
f7d0: 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64  n_sql_page_.c:ad
f7e0: 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62  min_sql_page.h b
f7f0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
f800: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
f810: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72  h_.c:branch.h br
f820: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68  owse_.c:browse.h
f830: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
f840: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
f850: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
f860: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
f870: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
f880: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
f890: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
f8a0: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
f8b0: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
f8c0: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
f8d0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
f8e0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
f8f0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
f900: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
f910: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
f920: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
f930: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
f940: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
f950: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
f960: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
f970: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
f980: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
f990: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
f9a0: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
f9b0: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
f9c0: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
f9d0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
f9e0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
f9f0: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e  rge3.h my_page_.
fa00: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65  c:my_page.h name
fa10: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
fa20: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
fa30: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
fa40: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
fa50: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
fa60: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
fa70: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
fa80: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
fa90: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
faa0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
fab0: 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70  style.h subscrip
fac0: 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68  t_.c:subscript.h
fad0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
fae0: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
faf0: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
fb00: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
fb10: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
fb20: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f  tkt.h tktconfig_
fb30: 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74  .c:tktconfig.h t
fb40: 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65  ktsetup_.c:tktse
fb50: 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e  tup.h undo_.c:un
fb60: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  do.h update_.c:u
fb70: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
fb80: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
fb90: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
fba0: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
fbb0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
fbc0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
fbd0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
fbe0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
fbf0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
fc00: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
fc10: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
fc20: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73 79  ouch headers..sy
fc30: 6e 63 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  nc_.c:.$(SRCDIR)
fc40: 2f 73 79 6e 63 2e 63 20 24 28 53 52 43 44 49 52  /sync.c $(SRCDIR
fc50: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
fc60: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
fc70: 20 24 28 53 52 43 44 49 52 29 2f 73 79 6e 63 2e   $(SRCDIR)/sync.
fc80: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
fc90: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 79  DIR)/VERSION >sy
fca0: 6e 63 5f 2e 63 0a 0a 73 79 6e 63 2e 6f 3a 09 73  nc_.c..sync.o:.s
fcb0: 79 6e 63 5f 2e 63 20 73 79 6e 63 2e 68 20 20 24  ync_.c sync.h  $
fcc0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
fcd0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73 79  h..$(XTCC) -o sy
fce0: 6e 63 2e 6f 20 2d 63 20 73 79 6e 63 5f 2e 63 0a  nc.o -c sync_.c.
fcf0: 0a 73 79 6e 63 2e 68 3a 09 6d 61 6b 65 68 65 61  .sync.h:.makehea
fd00: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
fd10: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
fd20: 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  h admin_sql_page
fd30: 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  _.c:admin_sql_pa
fd40: 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  ge.h bag_.c:bag.
fd50: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
fd60: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
fd70: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72  h.h browse_.c:br
fd80: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67  owse.h cgi_.c:cg
fd90: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
fda0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
fdb0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
fdc0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
fdd0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
fde0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
fdf0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
fe00: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
fe10: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
fe20: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
fe30: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
fe40: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
fe50: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
fe60: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
fe70: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
fe80: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
fe90: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
fea0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
feb0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
fec0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
fed0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
fee0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
fef0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
ff00: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
ff10: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
ff20: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
ff30: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
ff40: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f  _.c:merge3.h my_
ff50: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e  page_.c:my_page.
ff60: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
ff70: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
ff80: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
ff90: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
ffa0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
ffb0: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
ffc0: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
ffd0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
ffe0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
fff0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
10000 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75  le_.c:style.h su
10010 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63  bscript_.c:subsc
10020 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  ript.h sync_.c:s
10030 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
10040 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
10050 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65  gview.h timeline
10060 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
10070 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63  kt_.c:tkt.h tktc
10080 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66  onfig_.c:tktconf
10090 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  ig.h tktsetup_.c
100a0 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
100b0 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
100c0 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
100d0 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
100e0 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
100f0 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
10100 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
10110 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
10120 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
10130 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
10140 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
10150 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
10160 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
10170 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
10180 72 73 0a 0a 74 61 67 5f 2e 63 3a 09 24 28 53 52  rs..tag_.c:.$(SR
10190 43 44 49 52 29 2f 74 61 67 2e 63 20 24 28 53 52  CDIR)/tag.c $(SR
101a0 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
101b0 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
101c0 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 74  late $(SRCDIR)/t
101d0 61 67 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  ag.c | sed -f $(
101e0 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
101f0 3e 74 61 67 5f 2e 63 0a 0a 74 61 67 2e 6f 3a 09  >tag_.c..tag.o:.
10200 74 61 67 5f 2e 63 20 74 61 67 2e 68 20 20 24 28  tag_.c tag.h  $(
10210 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
10220 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 74 61 67  ..$(XTCC) -o tag
10230 2e 6f 20 2d 63 20 74 61 67 5f 2e 63 0a 0a 74 61  .o -c tag_.c..ta
10240 67 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  g.h:.makeheaders
10250 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
10260 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
10270 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a  min_sql_page_.c:
10280 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68  admin_sql_page.h
10290 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
102a0 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
102b0 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
102c0 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65  browse_.c:browse
102d0 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
102e0 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
102f0 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
10300 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
10310 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
10320 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
10330 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
10340 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
10350 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
10360 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
10370 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
10380 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
10390 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
103a0 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
103b0 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
103c0 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
103d0 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
103e0 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
103f0 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
10400 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
10410 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
10420 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
10430 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
10440 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
10450 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
10460 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
10470 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
10480 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
10490 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65  merge3.h my_page
104a0 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61  _.c:my_page.h na
104b0 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
104c0 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
104d0 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
104e0 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
104f0 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
10500 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
10510 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
10520 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
10530 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
10540 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
10550 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72  c:style.h subscr
10560 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74  ipt_.c:subscript
10570 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
10580 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
10590 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
105a0 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  w.h timeline_.c:
105b0 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
105c0 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69  c:tkt.h tktconfi
105d0 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68  g_.c:tktconfig.h
105e0 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74   tktsetup_.c:tkt
105f0 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a  setup.h undo_.c:
10600 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
10610 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
10620 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
10630 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
10640 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
10650 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
10660 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
10670 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
10680 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
10690 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
106a0 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
106b0 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
106c0 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
106d0 74 61 67 76 69 65 77 5f 2e 63 3a 09 24 28 53 52  tagview_.c:.$(SR
106e0 43 44 49 52 29 2f 74 61 67 76 69 65 77 2e 63 20  CDIR)/tagview.c 
106f0 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
10700 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
10710 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
10720 52 29 2f 74 61 67 76 69 65 77 2e 63 20 7c 20 73  R)/tagview.c | s
10730 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
10740 56 45 52 53 49 4f 4e 20 3e 74 61 67 76 69 65 77  VERSION >tagview
10750 5f 2e 63 0a 0a 74 61 67 76 69 65 77 2e 6f 3a 09  _.c..tagview.o:.
10760 74 61 67 76 69 65 77 5f 2e 63 20 74 61 67 76 69  tagview_.c tagvi
10770 65 77 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  ew.h  $(SRCDIR)/
10780 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
10790 29 20 2d 6f 20 74 61 67 76 69 65 77 2e 6f 20 2d  ) -o tagview.o -
107a0 63 20 74 61 67 76 69 65 77 5f 2e 63 0a 0a 74 61  c tagview_.c..ta
107b0 67 76 69 65 77 2e 68 3a 09 6d 61 6b 65 68 65 61  gview.h:.makehea
107c0 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
107d0 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
107e0 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  h admin_sql_page
107f0 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  _.c:admin_sql_pa
10800 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  ge.h bag_.c:bag.
10810 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
10820 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
10830 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72  h.h browse_.c:br
10840 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67  owse.h cgi_.c:cg
10850 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
10860 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
10870 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
10880 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
10890 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
108a0 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
108b0 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
108c0 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
108d0 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
108e0 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
108f0 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
10900 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
10910 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
10920 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
10930 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
10940 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
10950 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
10960 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
10970 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
10980 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
10990 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
109a0 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
109b0 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
109c0 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
109d0 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
109e0 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
109f0 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
10a00 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f  _.c:merge3.h my_
10a10 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e  page_.c:my_page.
10a20 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
10a30 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
10a40 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
10a50 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
10a60 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
10a70 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
10a80 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
10a90 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
10aa0 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
10ab0 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
10ac0 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75  le_.c:style.h su
10ad0 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63  bscript_.c:subsc
10ae0 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  ript.h sync_.c:s
10af0 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
10b00 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
10b10 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65  gview.h timeline
10b20 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
10b30 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63  kt_.c:tkt.h tktc
10b40 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66  onfig_.c:tktconf
10b50 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  ig.h tktsetup_.c
10b60 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
10b70 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
10b80 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
10b90 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
10ba0 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
10bb0 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
10bc0 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
10bd0 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
10be0 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
10bf0 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
10c00 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
10c10 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
10c20 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
10c30 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
10c40 72 73 0a 0a 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  rs..timeline_.c:
10c50 09 24 28 53 52 43 44 49 52 29 2f 74 69 6d 65 6c  .$(SRCDIR)/timel
10c60 69 6e 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f  ine.c $(SRCDIR)/
10c70 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
10c80 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
10c90 28 53 52 43 44 49 52 29 2f 74 69 6d 65 6c 69 6e  (SRCDIR)/timelin
10ca0 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  e.c | sed -f $(S
10cb0 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
10cc0 74 69 6d 65 6c 69 6e 65 5f 2e 63 0a 0a 74 69 6d  timeline_.c..tim
10cd0 65 6c 69 6e 65 2e 6f 3a 09 74 69 6d 65 6c 69 6e  eline.o:.timelin
10ce0 65 5f 2e 63 20 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c timeline.h 
10cf0 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
10d00 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
10d10 74 69 6d 65 6c 69 6e 65 2e 6f 20 2d 63 20 74 69  timeline.o -c ti
10d20 6d 65 6c 69 6e 65 5f 2e 63 0a 0a 74 69 6d 65 6c  meline_.c..timel
10d30 69 6e 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  ine.h:.makeheade
10d40 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
10d50 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
10d60 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e  admin_sql_page_.
10d70 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  c:admin_sql_page
10d80 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20  .h bag_.c:bag.h 
10d90 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62  blob_.c:blob.h b
10da0 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e  ranch_.c:branch.
10db0 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77  h browse_.c:brow
10dc0 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  se.h cgi_.c:cgi.
10dd0 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
10de0 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
10df0 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
10e00 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
10e10 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
10e20 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
10e30 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
10e40 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f   construct_.c:co
10e50 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e  nstruct.h conten
10e60 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
10e70 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
10e80 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
10e90 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
10ea0 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
10eb0 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
10ec0 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
10ed0 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
10ee0 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
10ef0 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
10f00 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
10f10 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
10f20 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
10f30 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
10f40 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
10f50 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
10f60 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
10f70 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
10f80 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61  c:merge3.h my_pa
10f90 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20  ge_.c:my_page.h 
10fa0 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
10fb0 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
10fc0 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65  pqueue_.c:pqueue
10fd0 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
10fe0 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
10ff0 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e  :rebuild.h rss_.
11000 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e  c:rss.h schema_.
11010 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
11020 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
11030 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
11040 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73  _.c:style.h subs
11050 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69  cript_.c:subscri
11060 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  pt.h sync_.c:syn
11070 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68  c.h tag_.c:tag.h
11080 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76   tagview_.c:tagv
11090 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  iew.h timeline_.
110a0 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74  c:timeline.h tkt
110b0 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e  _.c:tkt.h tktcon
110c0 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67  fig_.c:tktconfig
110d0 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
110e0 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
110f0 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
11100 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
11110 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
11120 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
11130 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
11140 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
11150 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
11160 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
11170 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
11180 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
11190 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
111a0 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
111b0 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
111c0 0a 0a 74 6b 74 5f 2e 63 3a 09 24 28 53 52 43 44  ..tkt_.c:.$(SRCD
111d0 49 52 29 2f 74 6b 74 2e 63 20 24 28 53 52 43 44  IR)/tkt.c $(SRCD
111e0 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
111f0 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
11200 74 65 20 24 28 53 52 43 44 49 52 29 2f 74 6b 74  te $(SRCDIR)/tkt
11210 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
11220 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 74  CDIR)/VERSION >t
11230 6b 74 5f 2e 63 0a 0a 74 6b 74 2e 6f 3a 09 74 6b  kt_.c..tkt.o:.tk
11240 74 5f 2e 63 20 74 6b 74 2e 68 20 20 24 28 53 52  t_.c tkt.h  $(SR
11250 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
11260 24 28 58 54 43 43 29 20 2d 6f 20 74 6b 74 2e 6f  $(XTCC) -o tkt.o
11270 20 2d 63 20 74 6b 74 5f 2e 63 0a 0a 74 6b 74 2e   -c tkt_.c..tkt.
11280 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
11290 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
112a0 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69  dd_.c:add.h admi
112b0 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64  n_sql_page_.c:ad
112c0 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62  min_sql_page.h b
112d0 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
112e0 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
112f0 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72  h_.c:branch.h br
11300 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68  owse_.c:browse.h
11310 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
11320 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
11330 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
11340 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
11350 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
11360 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
11370 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
11380 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
11390 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
113a0 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
113b0 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
113c0 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
113d0 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
113e0 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
113f0 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
11400 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
11410 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
11420 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
11430 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
11440 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
11450 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
11460 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
11470 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
11480 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
11490 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
114a0 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
114b0 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
114c0 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
114d0 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e  rge3.h my_page_.
114e0 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65  c:my_page.h name
114f0 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
11500 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
11510 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
11520 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
11530 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
11540 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
11550 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
11560 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
11570 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
11580 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
11590 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70  style.h subscrip
115a0 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68  t_.c:subscript.h
115b0 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
115c0 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
115d0 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
115e0 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
115f0 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
11600 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f  tkt.h tktconfig_
11610 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74  .c:tktconfig.h t
11620 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65  ktsetup_.c:tktse
11630 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e  tup.h undo_.c:un
11640 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  do.h update_.c:u
11650 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
11660 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
11670 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
11680 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
11690 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
116a0 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
116b0 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
116c0 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
116d0 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
116e0 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
116f0 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
11700 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 74 6b  ouch headers..tk
11710 74 63 6f 6e 66 69 67 5f 2e 63 3a 09 24 28 53 52  tconfig_.c:.$(SR
11720 43 44 49 52 29 2f 74 6b 74 63 6f 6e 66 69 67 2e  CDIR)/tktconfig.
11730 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
11740 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
11750 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
11760 44 49 52 29 2f 74 6b 74 63 6f 6e 66 69 67 2e 63  DIR)/tktconfig.c
11770 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
11780 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 74 6b 74  IR)/VERSION >tkt
11790 63 6f 6e 66 69 67 5f 2e 63 0a 0a 74 6b 74 63 6f  config_.c..tktco
117a0 6e 66 69 67 2e 6f 3a 09 74 6b 74 63 6f 6e 66 69  nfig.o:.tktconfi
117b0 67 5f 2e 63 20 74 6b 74 63 6f 6e 66 69 67 2e 68  g_.c tktconfig.h
117c0 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
117d0 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
117e0 20 74 6b 74 63 6f 6e 66 69 67 2e 6f 20 2d 63 20   tktconfig.o -c 
117f0 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 0a 0a 74 6b  tktconfig_.c..tk
11800 74 63 6f 6e 66 69 67 2e 68 3a 09 6d 61 6b 65 68  tconfig.h:.makeh
11810 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
11820 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
11830 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  d.h admin_sql_pa
11840 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f  ge_.c:admin_sql_
11850 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61  page.h bag_.c:ba
11860 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
11870 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
11880 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
11890 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
118a0 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
118b0 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
118c0 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
118d0 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
118e0 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
118f0 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
11900 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
11910 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
11920 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
11930 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
11940 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
11950 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
11960 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
11970 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
11980 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
11990 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
119a0 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
119b0 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
119c0 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
119d0 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
119e0 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
119f0 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
11a00 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
11a10 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
11a20 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
11a30 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
11a40 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
11a50 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
11a60 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
11a70 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
11a80 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
11a90 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
11aa0 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
11ab0 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
11ac0 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
11ad0 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
11ae0 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
11af0 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
11b00 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
11b10 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
11b20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
11b30 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
11b40 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
11b50 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
11b60 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
11b70 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
11b80 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
11b90 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
11ba0 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
11bb0 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
11bc0 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
11bd0 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
11be0 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
11bf0 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
11c00 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
11c10 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
11c20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
11c30 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
11c40 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
11c50 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
11c60 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
11c70 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
11c80 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
11c90 64 65 72 73 0a 0a 74 6b 74 73 65 74 75 70 5f 2e  ders..tktsetup_.
11ca0 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74 6b 74  c:.$(SRCDIR)/tkt
11cb0 73 65 74 75 70 2e 63 20 24 28 53 52 43 44 49 52  setup.c $(SRCDIR
11cc0 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
11cd0 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
11ce0 20 24 28 53 52 43 44 49 52 29 2f 74 6b 74 73 65   $(SRCDIR)/tktse
11cf0 74 75 70 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  tup.c | sed -f $
11d00 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
11d10 20 3e 74 6b 74 73 65 74 75 70 5f 2e 63 0a 0a 74   >tktsetup_.c..t
11d20 6b 74 73 65 74 75 70 2e 6f 3a 09 74 6b 74 73 65  ktsetup.o:.tktse
11d30 74 75 70 5f 2e 63 20 74 6b 74 73 65 74 75 70 2e  tup_.c tktsetup.
11d40 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
11d50 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
11d60 6f 20 74 6b 74 73 65 74 75 70 2e 6f 20 2d 63 20  o tktsetup.o -c 
11d70 74 6b 74 73 65 74 75 70 5f 2e 63 0a 0a 74 6b 74  tktsetup_.c..tkt
11d80 73 65 74 75 70 2e 68 3a 09 6d 61 6b 65 68 65 61  setup.h:.makehea
11d90 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
11da0 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
11db0 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  h admin_sql_page
11dc0 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  _.c:admin_sql_pa
11dd0 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  ge.h bag_.c:bag.
11de0 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
11df0 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
11e00 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72  h.h browse_.c:br
11e10 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67  owse.h cgi_.c:cg
11e20 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
11e30 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
11e40 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
11e50 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
11e60 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
11e70 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
11e80 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
11e90 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
11ea0 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
11eb0 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
11ec0 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
11ed0 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
11ee0 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
11ef0 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
11f00 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
11f10 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
11f20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
11f30 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
11f40 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
11f50 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
11f60 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
11f70 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
11f80 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
11f90 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
11fa0 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
11fb0 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
11fc0 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
11fd0 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f  _.c:merge3.h my_
11fe0 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e  page_.c:my_page.
11ff0 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
12000 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
12010 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
12020 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
12030 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
12040 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
12050 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
12060 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
12070 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
12080 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
12090 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75  le_.c:style.h su
120a0 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63  bscript_.c:subsc
120b0 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  ript.h sync_.c:s
120c0 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
120d0 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
120e0 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65  gview.h timeline
120f0 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
12100 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63  kt_.c:tkt.h tktc
12110 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66  onfig_.c:tktconf
12120 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  ig.h tktsetup_.c
12130 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
12140 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
12150 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
12160 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
12170 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
12180 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
12190 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
121a0 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
121b0 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
121c0 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
121d0 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
121e0 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
121f0 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
12200 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
12210 72 73 0a 0a 75 6e 64 6f 5f 2e 63 3a 09 24 28 53  rs..undo_.c:.$(S
12220 52 43 44 49 52 29 2f 75 6e 64 6f 2e 63 20 24 28  RCDIR)/undo.c $(
12230 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
12240 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
12250 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
12260 2f 75 6e 64 6f 2e 63 20 7c 20 73 65 64 20 2d 66  /undo.c | sed -f
12270 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
12280 4f 4e 20 3e 75 6e 64 6f 5f 2e 63 0a 0a 75 6e 64  ON >undo_.c..und
12290 6f 2e 6f 3a 09 75 6e 64 6f 5f 2e 63 20 75 6e 64  o.o:.undo_.c und
122a0 6f 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  o.h  $(SRCDIR)/c
122b0 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
122c0 20 2d 6f 20 75 6e 64 6f 2e 6f 20 2d 63 20 75 6e   -o undo.o -c un
122d0 64 6f 5f 2e 63 0a 0a 75 6e 64 6f 2e 68 3a 09 6d  do_.c..undo.h:.m
122e0 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
122f0 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
12300 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71  c:add.h admin_sq
12310 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f  l_page_.c:admin_
12320 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 5f 2e  sql_page.h bag_.
12330 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
12340 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63  blob.h branch_.c
12350 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65  :branch.h browse
12360 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69  _.c:browse.h cgi
12370 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69  _.c:cgi.h checki
12380 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63  n_.c:checkin.h c
12390 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b  heckout_.c:check
123a0 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f  out.h clearsign_
123b0 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63  .c:clearsign.h c
123c0 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20  lone_.c:clone.h 
123d0 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d  comformat_.c:com
123e0 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75  format.h constru
123f0 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
12400 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
12410 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
12420 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
12430 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
12440 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
12450 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dents_.c:descend
12460 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ents.h diff_.c:d
12470 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
12480 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64  :diffcmd.h encod
12490 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69  e_.c:encode.h fi
124a0 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74  le_.c:file.h htt
124b0 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f  p_.c:http.h info
124c0 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e  _.c:info.h login
124d0 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  _.c:login.h main
124e0 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  _.c:main.h manif
124f0 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e  est_.c:manifest.
12500 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d  h md5_.c:md5.h m
12510 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20  erge_.c:merge.h 
12520 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33  merge3_.c:merge3
12530 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79  .h my_page_.c:my
12540 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a  _page.h name_.c:
12550 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
12560 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
12570 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
12580 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
12590 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
125a0 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
125b0 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
125c0 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
125d0 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
125e0 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
125f0 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63  e.h subscript_.c
12600 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e  :subscript.h syn
12610 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
12620 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
12630 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69  _.c:tagview.h ti
12640 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
12650 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
12660 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74  h tktconfig_.c:t
12670 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65  ktconfig.h tktse
12680 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e  tup_.c:tktsetup.
12690 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68  h undo_.c:undo.h
126a0 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
126b0 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
126c0 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
126d0 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
126e0 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
126f0 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
12700 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
12710 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
12720 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
12730 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
12740 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
12750 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
12760 20 68 65 61 64 65 72 73 0a 0a 75 70 64 61 74 65   headers..update
12770 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 75  _.c:.$(SRCDIR)/u
12780 70 64 61 74 65 2e 63 20 24 28 53 52 43 44 49 52  pdate.c $(SRCDIR
12790 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
127a0 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
127b0 20 24 28 53 52 43 44 49 52 29 2f 75 70 64 61 74   $(SRCDIR)/updat
127c0 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  e.c | sed -f $(S
127d0 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
127e0 75 70 64 61 74 65 5f 2e 63 0a 0a 75 70 64 61 74  update_.c..updat
127f0 65 2e 6f 3a 09 75 70 64 61 74 65 5f 2e 63 20 75  e.o:.update_.c u
12800 70 64 61 74 65 2e 68 20 20 24 28 53 52 43 44 49  pdate.h  $(SRCDI
12810 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
12820 54 43 43 29 20 2d 6f 20 75 70 64 61 74 65 2e 6f  TCC) -o update.o
12830 20 2d 63 20 75 70 64 61 74 65 5f 2e 63 0a 0a 75   -c update_.c..u
12840 70 64 61 74 65 2e 68 3a 09 6d 61 6b 65 68 65 61  pdate.h:.makehea
12850 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
12860 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
12870 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65  h admin_sql_page
12880 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  _.c:admin_sql_pa
12890 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e  ge.h bag_.c:bag.
128a0 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
128b0 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63   branch_.c:branc
128c0 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72  h.h browse_.c:br
128d0 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67  owse.h cgi_.c:cg
128e0 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
128f0 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
12900 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
12910 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
12920 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
12930 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
12940 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
12950 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  .h construct_.c:
12960 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74  construct.h cont
12970 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
12980 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
12990 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
129a0 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
129b0 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
129c0 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
129d0 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
129e0 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
129f0 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
12a00 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
12a10 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
12a20 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
12a30 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
12a40 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
12a50 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
12a60 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
12a70 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
12a80 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
12a90 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f  _.c:merge3.h my_
12aa0 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e  page_.c:my_page.
12ab0 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
12ac0 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
12ad0 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65  h pqueue_.c:pque
12ae0 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ue.h printf_.c:p
12af0 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
12b00 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73  .c:rebuild.h rss
12b10 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61  _.c:rss.h schema
12b20 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
12b30 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
12b40 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
12b50 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75  le_.c:style.h su
12b60 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63  bscript_.c:subsc
12b70 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  ript.h sync_.c:s
12b80 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67  ync.h tag_.c:tag
12b90 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61  .h tagview_.c:ta
12ba0 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65  gview.h timeline
12bb0 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74  _.c:timeline.h t
12bc0 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63  kt_.c:tkt.h tktc
12bd0 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66  onfig_.c:tktconf
12be0 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  ig.h tktsetup_.c
12bf0 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
12c00 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
12c10 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
12c20 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
12c30 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
12c40 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
12c50 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
12c60 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
12c70 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
12c80 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
12c90 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
12ca0 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
12cb0 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
12cc0 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
12cd0 72 73 0a 0a 75 72 6c 5f 2e 63 3a 09 24 28 53 52  rs..url_.c:.$(SR
12ce0 43 44 49 52 29 2f 75 72 6c 2e 63 20 24 28 53 52  CDIR)/url.c $(SR
12cf0 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
12d00 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
12d10 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 75  late $(SRCDIR)/u
12d20 72 6c 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  rl.c | sed -f $(
12d30 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
12d40 3e 75 72 6c 5f 2e 63 0a 0a 75 72 6c 2e 6f 3a 09  >url_.c..url.o:.
12d50 75 72 6c 5f 2e 63 20 75 72 6c 2e 68 20 20 24 28  url_.c url.h  $(
12d60 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
12d70 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 75 72 6c  ..$(XTCC) -o url
12d80 2e 6f 20 2d 63 20 75 72 6c 5f 2e 63 0a 0a 75 72  .o -c url_.c..ur
12d90 6c 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  l.h:.makeheaders
12da0 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
12db0 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
12dc0 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a  min_sql_page_.c:
12dd0 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68  admin_sql_page.h
12de0 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
12df0 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
12e00 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
12e10 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65  browse_.c:browse
12e20 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
12e30 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
12e40 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
12e50 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
12e60 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
12e70 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
12e80 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
12e90 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
12ea0 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
12eb0 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
12ec0 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
12ed0 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
12ee0 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
12ef0 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
12f00 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
12f10 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
12f20 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
12f30 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
12f40 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
12f50 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
12f60 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
12f70 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
12f80 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
12f90 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
12fa0 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
12fb0 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
12fc0 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
12fd0 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
12fe0 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65  merge3.h my_page
12ff0 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61  _.c:my_page.h na
13000 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
13010 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
13020 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
13030 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
13040 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
13050 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
13060 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
13070 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
13080 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
13090 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
130a0 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72  c:style.h subscr
130b0 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74  ipt_.c:subscript
130c0 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
130d0 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
130e0 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
130f0 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  w.h timeline_.c:
13100 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
13110 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69  c:tkt.h tktconfi
13120 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68  g_.c:tktconfig.h
13130 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74   tktsetup_.c:tkt
13140 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a  setup.h undo_.c:
13150 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
13160 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
13170 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
13180 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
13190 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
131a0 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
131b0 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
131c0 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
131d0 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
131e0 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
131f0 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
13200 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
13210 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
13220 75 73 65 72 5f 2e 63 3a 09 24 28 53 52 43 44 49  user_.c:.$(SRCDI
13230 52 29 2f 75 73 65 72 2e 63 20 24 28 53 52 43 44  R)/user.c $(SRCD
13240 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
13250 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
13260 74 65 20 24 28 53 52 43 44 49 52 29 2f 75 73 65  te $(SRCDIR)/use
13270 72 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  r.c | sed -f $(S
13280 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
13290 75 73 65 72 5f 2e 63 0a 0a 75 73 65 72 2e 6f 3a  user_.c..user.o:
132a0 09 75 73 65 72 5f 2e 63 20 75 73 65 72 2e 68 20  .user_.c user.h 
132b0 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
132c0 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
132d0 75 73 65 72 2e 6f 20 2d 63 20 75 73 65 72 5f 2e  user.o -c user_.
132e0 63 0a 0a 75 73 65 72 2e 68 3a 09 6d 61 6b 65 68  c..user.h:.makeh
132f0 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
13300 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
13310 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  d.h admin_sql_pa
13320 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f  ge_.c:admin_sql_
13330 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61  page.h bag_.c:ba
13340 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
13350 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
13360 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
13370 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
13380 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
13390 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
133a0 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
133b0 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
133c0 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
133d0 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
133e0 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
133f0 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
13400 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
13410 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
13420 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
13430 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
13440 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
13450 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
13460 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
13470 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
13480 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
13490 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
134a0 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
134b0 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
134c0 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
134d0 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
134e0 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
134f0 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
13500 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
13510 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
13520 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
13530 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
13540 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
13550 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
13560 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
13570 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
13580 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
13590 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
135a0 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
135b0 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
135c0 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
135d0 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
135e0 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
135f0 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
13600 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
13610 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
13620 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
13630 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
13640 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
13650 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
13660 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
13670 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
13680 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
13690 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
136a0 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
136b0 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
136c0 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
136d0 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
136e0 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
136f0 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
13700 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
13710 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
13720 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
13730 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
13740 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
13750 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
13760 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
13770 64 65 72 73 0a 0a 76 65 72 69 66 79 5f 2e 63 3a  ders..verify_.c:
13780 09 24 28 53 52 43 44 49 52 29 2f 76 65 72 69 66  .$(SRCDIR)/verif
13790 79 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  y.c $(SRCDIR)/VE
137a0 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
137b0 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
137c0 52 43 44 49 52 29 2f 76 65 72 69 66 79 2e 63 20  RCDIR)/verify.c 
137d0 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
137e0 52 29 2f 56 45 52 53 49 4f 4e 20 3e 76 65 72 69  R)/VERSION >veri
137f0 66 79 5f 2e 63 0a 0a 76 65 72 69 66 79 2e 6f 3a  fy_.c..verify.o:
13800 09 76 65 72 69 66 79 5f 2e 63 20 76 65 72 69 66  .verify_.c verif
13810 79 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  y.h  $(SRCDIR)/c
13820 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
13830 20 2d 6f 20 76 65 72 69 66 79 2e 6f 20 2d 63 20   -o verify.o -c 
13840 76 65 72 69 66 79 5f 2e 63 0a 0a 76 65 72 69 66  verify_.c..verif
13850 79 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  y.h:.makeheaders
13860 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
13870 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
13880 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a  min_sql_page_.c:
13890 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68  admin_sql_page.h
138a0 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
138b0 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
138c0 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
138d0 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65  browse_.c:browse
138e0 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
138f0 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
13900 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
13910 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
13920 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
13930 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
13940 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
13950 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
13960 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
13970 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
13980 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
13990 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
139a0 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
139b0 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
139c0 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
139d0 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
139e0 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
139f0 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
13a00 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
13a10 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
13a20 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
13a30 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
13a40 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
13a50 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
13a60 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
13a70 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
13a80 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
13a90 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
13aa0 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65  merge3.h my_page
13ab0 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61  _.c:my_page.h na
13ac0 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
13ad0 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
13ae0 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
13af0 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
13b00 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
13b10 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
13b20 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
13b30 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
13b40 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
13b50 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
13b60 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72  c:style.h subscr
13b70 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74  ipt_.c:subscript
13b80 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
13b90 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
13ba0 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
13bb0 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  w.h timeline_.c:
13bc0 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
13bd0 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69  c:tkt.h tktconfi
13be0 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68  g_.c:tktconfig.h
13bf0 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74   tktsetup_.c:tkt
13c00 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a  setup.h undo_.c:
13c10 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
13c20 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
13c30 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
13c40 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
13c50 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
13c60 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
13c70 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
13c80 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
13c90 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
13ca0 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
13cb0 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
13cc0 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
13cd0 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
13ce0 76 66 69 6c 65 5f 2e 63 3a 09 24 28 53 52 43 44  vfile_.c:.$(SRCD
13cf0 49 52 29 2f 76 66 69 6c 65 2e 63 20 24 28 53 52  IR)/vfile.c $(SR
13d00 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
13d10 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
13d20 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 76  late $(SRCDIR)/v
13d30 66 69 6c 65 2e 63 20 7c 20 73 65 64 20 2d 66 20  file.c | sed -f 
13d40 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
13d50 4e 20 3e 76 66 69 6c 65 5f 2e 63 0a 0a 76 66 69  N >vfile_.c..vfi
13d60 6c 65 2e 6f 3a 09 76 66 69 6c 65 5f 2e 63 20 76  le.o:.vfile_.c v
13d70 66 69 6c 65 2e 68 20 20 24 28 53 52 43 44 49 52  file.h  $(SRCDIR
13d80 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
13d90 43 43 29 20 2d 6f 20 76 66 69 6c 65 2e 6f 20 2d  CC) -o vfile.o -
13da0 63 20 76 66 69 6c 65 5f 2e 63 0a 0a 76 66 69 6c  c vfile_.c..vfil
13db0 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  e.h:.makeheaders
13dc0 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
13dd0 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64   add_.c:add.h ad
13de0 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a  min_sql_page_.c:
13df0 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68  admin_sql_page.h
13e00 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c   bag_.c:bag.h bl
13e10 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61  ob_.c:blob.h bra
13e20 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20  nch_.c:branch.h 
13e30 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65  browse_.c:browse
13e40 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
13e50 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
13e60 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
13e70 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
13e80 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
13e90 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
13ea0 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
13eb0 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
13ec0 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
13ed0 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
13ee0 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
13ef0 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
13f00 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
13f10 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
13f20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
13f30 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
13f40 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
13f50 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
13f60 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
13f70 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
13f80 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
13f90 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
13fa0 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
13fb0 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
13fc0 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
13fd0 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
13fe0 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
13ff0 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
14000 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65  merge3.h my_page
14010 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61  _.c:my_page.h na
14020 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
14030 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71  ot_.c:pivot.h pq
14040 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68  ueue_.c:pqueue.h
14050 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
14060 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
14070 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a  ebuild.h rss_.c:
14080 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  rss.h schema_.c:
14090 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
140a0 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
140b0 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
140c0 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72  c:style.h subscr
140d0 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74  ipt_.c:subscript
140e0 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
140f0 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74  h tag_.c:tag.h t
14100 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65  agview_.c:tagvie
14110 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  w.h timeline_.c:
14120 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e  timeline.h tkt_.
14130 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69  c:tkt.h tktconfi
14140 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68  g_.c:tktconfig.h
14150 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74   tktsetup_.c:tkt
14160 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a  setup.h undo_.c:
14170 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63  undo.h update_.c
14180 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
14190 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
141a0 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
141b0 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
141c0 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
141d0 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
141e0 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
141f0 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
14200 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
14210 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
14220 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
14230 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
14240 77 69 6b 69 5f 2e 63 3a 09 24 28 53 52 43 44 49  wiki_.c:.$(SRCDI
14250 52 29 2f 77 69 6b 69 2e 63 20 24 28 53 52 43 44  R)/wiki.c $(SRCD
14260 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
14270 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
14280 74 65 20 24 28 53 52 43 44 49 52 29 2f 77 69 6b  te $(SRCDIR)/wik
14290 69 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  i.c | sed -f $(S
142a0 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
142b0 77 69 6b 69 5f 2e 63 0a 0a 77 69 6b 69 2e 6f 3a  wiki_.c..wiki.o:
142c0 09 77 69 6b 69 5f 2e 63 20 77 69 6b 69 2e 68 20  .wiki_.c wiki.h 
142d0 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
142e0 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
142f0 77 69 6b 69 2e 6f 20 2d 63 20 77 69 6b 69 5f 2e  wiki.o -c wiki_.
14300 63 0a 0a 77 69 6b 69 2e 68 3a 09 6d 61 6b 65 68  c..wiki.h:.makeh
14310 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
14320 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
14330 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61  d.h admin_sql_pa
14340 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f  ge_.c:admin_sql_
14350 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61  page.h bag_.c:ba
14360 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  g.h blob_.c:blob
14370 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61  .h branch_.c:bra
14380 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a  nch.h browse_.c:
14390 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a  browse.h cgi_.c:
143a0 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63  cgi.h checkin_.c
143b0 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b  :checkin.h check
143c0 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e  out_.c:checkout.
143d0 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63  h clearsign_.c:c
143e0 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65  learsign.h clone
143f0 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66  _.c:clone.h comf
14400 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d  ormat_.c:comform
14410 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e  at.h construct_.
14420 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f  c:construct.h co
14430 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
14440 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
14450 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
14460 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
14470 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
14480 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
14490 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
144a0 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
144b0 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
144c0 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
144d0 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
144e0 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
144f0 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
14500 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
14510 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
14520 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
14530 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
14540 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
14550 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d  e3_.c:merge3.h m
14560 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67  y_page_.c:my_pag
14570 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  e.h name_.c:name
14580 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
14590 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71  t.h pqueue_.c:pq
145a0 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ueue.h printf_.c
145b0 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
145c0 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72  d_.c:rebuild.h r
145d0 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65  ss_.c:rss.h sche
145e0 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
145f0 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
14600 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
14610 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
14620 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62  subscript_.c:sub
14630 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63  script.h sync_.c
14640 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
14650 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
14660 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69  tagview.h timeli
14670 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
14680 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b   tkt_.c:tkt.h tk
14690 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f  tconfig_.c:tktco
146a0 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f  nfig.h tktsetup_
146b0 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e  .c:tktsetup.h un
146c0 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64  do_.c:undo.h upd
146d0 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
146e0 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
146f0 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
14700 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
14710 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
14720 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
14730 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
14740 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
14750 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
14760 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
14770 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
14780 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
14790 64 65 72 73 0a 0a 77 69 6b 69 66 6f 72 6d 61 74  ders..wikiformat
147a0 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 77  _.c:.$(SRCDIR)/w
147b0 69 6b 69 66 6f 72 6d 61 74 2e 63 20 24 28 53 52  ikiformat.c $(SR
147c0 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
147d0 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
147e0 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 77  late $(SRCDIR)/w
147f0 69 6b 69 66 6f 72 6d 61 74 2e 63 20 7c 20 73 65  ikiformat.c | se
14800 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
14810 45 52 53 49 4f 4e 20 3e 77 69 6b 69 66 6f 72 6d  ERSION >wikiform
14820 61 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f 72 6d 61  at_.c..wikiforma
14830 74 2e 6f 3a 09 77 69 6b 69 66 6f 72 6d 61 74 5f  t.o:.wikiformat_
14840 2e 63 20 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c wikiformat.h 
14850 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
14860 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
14870 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 20 2d 63 20  wikiformat.o -c 
14880 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 0a 0a 77  wikiformat_.c..w
14890 69 6b 69 66 6f 72 6d 61 74 2e 68 3a 09 6d 61 6b  ikiformat.h:.mak
148a0 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
148b0 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
148c0 61 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f  add.h admin_sql_
148d0 70 61 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71  page_.c:admin_sq
148e0 6c 5f 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a  l_page.h bag_.c:
148f0 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
14900 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
14910 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e  ranch.h browse_.
14920 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e  c:browse.h cgi_.
14930 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f  c:cgi.h checkin_
14940 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65  .c:checkin.h che
14950 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75  ckout_.c:checkou
14960 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63  t.h clearsign_.c
14970 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f  :clearsign.h clo
14980 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f  ne_.c:clone.h co
14990 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f  mformat_.c:comfo
149a0 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74  rmat.h construct
149b0 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20  _.c:construct.h 
149c0 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
149d0 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
149e0 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
149f0 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
14a00 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65  tacmd.h descende
14a10 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e  nts_.c:descenden
14a20 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
14a30 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
14a40 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f  iffcmd.h encode_
14a50 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65  .c:encode.h file
14a60 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f  _.c:file.h http_
14a70 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e  .c:http.h info_.
14a80 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e  c:info.h login_.
14a90 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e  c:login.h main_.
14aa0 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73  c:main.h manifes
14ab0 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20  t_.c:manifest.h 
14ac0 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72  md5_.c:md5.h mer
14ad0 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65  ge_.c:merge.h me
14ae0 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68  rge3_.c:merge3.h
14af0 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70   my_page_.c:my_p
14b00 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  age.h name_.c:na
14b10 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
14b20 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a  vot.h pqueue_.c:
14b30 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f  pqueue.h printf_
14b40 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
14b50 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
14b60 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63   rss_.c:rss.h sc
14b70 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
14b80 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
14b90 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
14ba0 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
14bb0 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73  h subscript_.c:s
14bc0 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f  ubscript.h sync_
14bd0 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63  .c:sync.h tag_.c
14be0 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e  :tag.h tagview_.
14bf0 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65  c:tagview.h time
14c00 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
14c10 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20  .h tkt_.c:tkt.h 
14c20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74  tktconfig_.c:tkt
14c30 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75  config.h tktsetu
14c40 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20  p_.c:tktsetup.h 
14c50 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75  undo_.c:undo.h u
14c60 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e  pdate_.c:update.
14c70 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75  h url_.c:url.h u
14c80 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65  ser_.c:user.h ve
14c90 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68  rify_.c:verify.h
14ca0 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e   vfile_.c:vfile.
14cb0 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68  h wiki_.c:wiki.h
14cc0 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77   wikiformat_.c:w
14cd0 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
14ce0 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
14cf0 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
14d00 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45  )/sqlite3.h ./VE
14d10 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68  RSION.h..touch h
14d20 65 61 64 65 72 73 0a 0a 78 66 65 72 5f 2e 63 3a  eaders..xfer_.c:
14d30 09 24 28 53 52 43 44 49 52 29 2f 78 66 65 72 2e  .$(SRCDIR)/xfer.
14d40 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
14d50 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
14d60 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
14d70 44 49 52 29 2f 78 66 65 72 2e 63 20 7c 20 73 65  DIR)/xfer.c | se
14d80 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
14d90 45 52 53 49 4f 4e 20 3e 78 66 65 72 5f 2e 63 0a  ERSION >xfer_.c.
14da0 0a 78 66 65 72 2e 6f 3a 09 78 66 65 72 5f 2e 63  .xfer.o:.xfer_.c
14db0 20 78 66 65 72 2e 68 20 20 24 28 53 52 43 44 49   xfer.h  $(SRCDI
14dc0 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
14dd0 54 43 43 29 20 2d 6f 20 78 66 65 72 2e 6f 20 2d  TCC) -o xfer.o -
14de0 63 20 78 66 65 72 5f 2e 63 0a 0a 78 66 65 72 2e  c xfer_.c..xfer.
14df0 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
14e00 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
14e10 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69  dd_.c:add.h admi
14e20 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64  n_sql_page_.c:ad
14e30 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62  min_sql_page.h b
14e40 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62  ag_.c:bag.h blob
14e50 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63  _.c:blob.h branc
14e60 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72  h_.c:branch.h br
14e70 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68  owse_.c:browse.h
14e80 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
14e90 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
14ea0 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
14eb0 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
14ec0 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
14ed0 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
14ee0 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
14ef0 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
14f00 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72  struct_.c:constr
14f10 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  uct.h content_.c
14f20 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
14f30 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
14f40 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
14f50 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
14f60 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
14f70 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
14f80 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
14f90 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
14fa0 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
14fb0 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
14fc0 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
14fd0 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
14fe0 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
14ff0 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
15000 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
15010 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
15020 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
15030 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
15040 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e  rge3.h my_page_.
15050 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65  c:my_page.h name
15060 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
15070 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
15080 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
15090 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
150a0 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
150b0 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73  uild.h rss_.c:rs
150c0 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  s.h schema_.c:sc
150d0 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
150e0 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
150f0 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
15100 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70  style.h subscrip
15110 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68  t_.c:subscript.h
15120 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
15130 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67  tag_.c:tag.h tag
15140 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e  view_.c:tagview.
15150 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
15160 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a  meline.h tkt_.c:
15170 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f  tkt.h tktconfig_
15180 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74  .c:tktconfig.h t
15190 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65  ktsetup_.c:tktse
151a0 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e  tup.h undo_.c:un
151b0 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  do.h update_.c:u
151c0 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
151d0 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
151e0 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
151f0 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
15200 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
15210 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
15220 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
15230 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
15240 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
15250 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
15260 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
15270 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 7a 69  ouch headers..zi
15280 70 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  p_.c:.$(SRCDIR)/
15290 7a 69 70 2e 63 20 24 28 53 52 43 44 49 52 29 2f  zip.c $(SRCDIR)/
152a0 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
152b0 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
152c0 28 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 20 7c  (SRCDIR)/zip.c |
152d0 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
152e0 29 2f 56 45 52 53 49 4f 4e 20 3e 7a 69 70 5f 2e  )/VERSION >zip_.
152f0 63 0a 0a 7a 69 70 2e 6f 3a 09 7a 69 70 5f 2e 63  c..zip.o:.zip_.c
15300 20 7a 69 70 2e 68 20 20 24 28 53 52 43 44 49 52   zip.h  $(SRCDIR
15310 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
15320 43 43 29 20 2d 6f 20 7a 69 70 2e 6f 20 2d 63 20  CC) -o zip.o -c 
15330 7a 69 70 5f 2e 63 0a 0a 7a 69 70 2e 68 3a 09 6d  zip_.c..zip.h:.m
15340 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
15350 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
15360 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71  c:add.h admin_sq
15370 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f  l_page_.c:admin_
15380 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 5f 2e  sql_page.h bag_.
15390 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:bag.h blob_.c:
153a0 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63  blob.h branch_.c
153b0 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65  :branch.h browse
153c0 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69  _.c:browse.h cgi
153d0 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69  _.c:cgi.h checki
153e0 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63  n_.c:checkin.h c
153f0 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b  heckout_.c:check
15400 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f  out.h clearsign_
15410 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63  .c:clearsign.h c
15420 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20  lone_.c:clone.h 
15430 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d  comformat_.c:com
15440 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75  format.h constru
15450 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e  ct_.c:construct.
15460 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
15470 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
15480 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
15490 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
154a0 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
154b0 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dents_.c:descend
154c0 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ents.h diff_.c:d
154d0 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
154e0 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64  :diffcmd.h encod
154f0 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69  e_.c:encode.h fi
15500 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74  le_.c:file.h htt
15510 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f  p_.c:http.h info
15520 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e  _.c:info.h login
15530 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  _.c:login.h main
15540 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  _.c:main.h manif
15550 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e  est_.c:manifest.
15560 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d  h md5_.c:md5.h m
15570 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20  erge_.c:merge.h 
15580 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33  merge3_.c:merge3
15590 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79  .h my_page_.c:my
155a0 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a  _page.h name_.c:
155b0 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
155c0 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e  pivot.h pqueue_.
155d0 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74  c:pqueue.h print
155e0 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
155f0 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
15600 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20  .h rss_.c:rss.h 
15610 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
15620 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
15630 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
15640 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
15650 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63  e.h subscript_.c
15660 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e  :subscript.h syn
15670 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f  c_.c:sync.h tag_
15680 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77  .c:tag.h tagview
15690 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69  _.c:tagview.h ti
156a0 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
156b0 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e  ne.h tkt_.c:tkt.
156c0 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74  h tktconfig_.c:t
156d0 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65  ktconfig.h tktse
156e0 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e  tup_.c:tktsetup.
156f0 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68  h undo_.c:undo.h
15700 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
15710 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
15720 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
15730 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
15740 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
15750 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
15760 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
15770 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
15780 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
15790 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
157a0 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
157b0 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
157c0 20 68 65 61 64 65 72 73 0a 0a 73 71 6c 69 74 65   headers..sqlite
157d0 33 2e 6f 3a 09 24 28 53 52 43 44 49 52 29 2f 73  3.o:.$(SRCDIR)/s
157e0 71 6c 69 74 65 33 2e 63 0a 09 24 28 58 54 43 43  qlite3.c..$(XTCC
157f0 29 20 2d 44 53 51 4c 49 54 45 5f 4f 4d 49 54 5f  ) -DSQLITE_OMIT_
15800 4c 4f 41 44 5f 45 58 54 45 4e 53 49 4f 4e 3d 31  LOAD_EXTENSION=1
15810 20 2d 44 53 51 4c 49 54 45 5f 50 52 49 56 41 54   -DSQLITE_PRIVAT
15820 45 3d 20 2d 44 53 51 4c 49 54 45 5f 54 48 52 45  E= -DSQLITE_THRE
15830 41 44 53 41 46 45 3d 30 20 2d 44 53 51 4c 49 54  ADSAFE=0 -DSQLIT
15840 45 5f 44 45 46 41 55 4c 54 5f 46 49 4c 45 5f 46  E_DEFAULT_FILE_F
15850 4f 52 4d 41 54 3d 34 20 2d 44 53 51 4c 49 54 45  ORMAT=4 -DSQLITE
15860 5f 45 4e 41 42 4c 45 5f 46 54 53 33 3d 31 20 2d  _ENABLE_FTS3=1 -
15870 63 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  c $(SRCDIR)/sqli
15880 74 65 33 2e 63 20 2d 6f 20 73 71 6c 69 74 65 33  te3.c -o sqlite3
15890 2e 6f 0a 0a                                      .o..