Hex Artifact Content
Not logged in

Artifact 96738c84e585b99fd8b643f5ee7ae42be968aad5:

File src/main.mk part of check-in [fc95255785] - Added implementations for the methods "deconstruct", and "construct". by aku on 2007-08-29 02:46:41.

0000: 23 20 54 68 69 73 20 66 69 6c 65 20 69 73 20 69  # This file is i
0010: 6e 63 6c 75 64 65 64 20 62 79 20 6c 69 6e 75 78  ncluded by linux
0020: 2d 67 63 63 2e 6d 6b 20 6f 72 20 6c 69 6e 75 78  -gcc.mk or linux
0030: 2d 6d 69 6e 67 77 2e 6d 6b 20 6f 72 20 70 6f 73  -mingw.mk or pos
0040: 73 69 62 6c 65 0a 23 20 73 6f 6d 65 20 6f 74 68  sible.# some oth
0050: 65 72 20 6d 61 6b 65 66 69 6c 65 73 2e 20 20 54  er makefiles.  T
0060: 68 69 73 20 66 69 6c 65 20 63 6f 6e 74 61 69 6e  his file contain
0070: 73 20 74 68 65 20 72 75 6c 65 73 20 74 68 61 74  s the rules that
0080: 20 61 72 65 20 63 6f 6d 6d 6f 6e 0a 23 20 74 6f   are common.# to
0090: 20 62 75 69 6c 64 69 6e 67 20 72 65 67 61 72 64   building regard
00a0: 6c 65 73 73 20 6f 66 20 74 68 65 20 74 61 72 67  less of the targ
00b0: 65 74 2e 0a 23 0a 0a 58 54 43 43 20 3d 20 24 28  et..#..XTCC = $(
00c0: 54 43 43 29 20 24 28 43 46 4c 41 47 53 29 20 2d  TCC) $(CFLAGS) -
00d0: 49 2e 20 2d 49 24 28 53 52 43 44 49 52 29 0a 0a  I. -I$(SRCDIR)..
00e0: 0a 53 52 43 20 3d 20 5c 0a 20 20 24 28 53 52 43  .SRC = \.  $(SRC
00f0: 44 49 52 29 2f 61 64 64 2e 63 20 5c 0a 20 20 24  DIR)/add.c \.  $
0100: 28 53 52 43 44 49 52 29 2f 62 6c 6f 62 2e 63 20  (SRCDIR)/blob.c 
0110: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 67  \.  $(SRCDIR)/cg
0120: 69 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  i.c \.  $(SRCDIR
0130: 29 2f 63 68 65 63 6b 69 6e 2e 63 20 5c 0a 20 20  )/checkin.c \.  
0140: 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b 6f  $(SRCDIR)/checko
0150: 75 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  ut.c \.  $(SRCDI
0160: 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 5c  R)/clearsign.c \
0170: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 6c 6f  .  $(SRCDIR)/clo
0180: 6e 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  ne.c \.  $(SRCDI
0190: 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63 20 5c  R)/comformat.c \
01a0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  .  $(SRCDIR)/con
01b0: 73 74 72 75 63 74 2e 63 20 5c 0a 20 20 24 28 53  struct.c \.  $(S
01c0: 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e 74 2e 63  RCDIR)/content.c
01d0: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64   \.  $(SRCDIR)/d
01e0: 62 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  b.c \.  $(SRCDIR
01f0: 29 2f 64 65 6c 74 61 2e 63 20 5c 0a 20 20 24 28  )/delta.c \.  $(
0200: 53 52 43 44 49 52 29 2f 64 65 6c 74 61 63 6d 64  SRCDIR)/deltacmd
0210: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
0220: 2f 64 65 73 63 65 6e 64 65 6e 74 73 2e 63 20 5c  /descendents.c \
0230: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 69 66  .  $(SRCDIR)/dif
0240: 66 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  f.c \.  $(SRCDIR
0250: 29 2f 64 69 66 66 63 6d 64 2e 63 20 5c 0a 20 20  )/diffcmd.c \.  
0260: 24 28 53 52 43 44 49 52 29 2f 65 6e 63 6f 64 65  $(SRCDIR)/encode
0270: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
0280: 2f 66 69 6c 65 2e 63 20 5c 0a 20 20 24 28 53 52  /file.c \.  $(SR
0290: 43 44 49 52 29 2f 68 74 74 70 2e 63 20 5c 0a 20  CDIR)/http.c \. 
02a0: 20 24 28 53 52 43 44 49 52 29 2f 69 6e 66 6f 2e   $(SRCDIR)/info.
02b0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
02c0: 6c 6f 67 69 6e 2e 63 20 5c 0a 20 20 24 28 53 52  login.c \.  $(SR
02d0: 43 44 49 52 29 2f 6d 61 69 6e 2e 63 20 5c 0a 20  CDIR)/main.c \. 
02e0: 20 24 28 53 52 43 44 49 52 29 2f 6d 61 6e 69 66   $(SRCDIR)/manif
02f0: 65 73 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  est.c \.  $(SRCD
0300: 49 52 29 2f 6d 64 35 2e 63 20 5c 0a 20 20 24 28  IR)/md5.c \.  $(
0310: 53 52 43 44 49 52 29 2f 6d 65 72 67 65 2e 63 20  SRCDIR)/merge.c 
0320: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d 65  \.  $(SRCDIR)/me
0330: 72 67 65 33 2e 63 20 5c 0a 20 20 24 28 53 52 43  rge3.c \.  $(SRC
0340: 44 49 52 29 2f 6e 61 6d 65 2e 63 20 5c 0a 20 20  DIR)/name.c \.  
0350: 24 28 53 52 43 44 49 52 29 2f 70 69 76 6f 74 2e  $(SRCDIR)/pivot.
0360: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0370: 70 72 69 6e 74 66 2e 63 20 5c 0a 20 20 24 28 53  printf.c \.  $(S
0380: 52 43 44 49 52 29 2f 72 65 62 75 69 6c 64 2e 63  RCDIR)/rebuild.c
0390: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73   \.  $(SRCDIR)/s
03a0: 63 68 65 6d 61 2e 63 20 5c 0a 20 20 24 28 53 52  chema.c \.  $(SR
03b0: 43 44 49 52 29 2f 73 65 74 75 70 2e 63 20 5c 0a  CDIR)/setup.c \.
03c0: 20 20 24 28 53 52 43 44 49 52 29 2f 73 68 61 31    $(SRCDIR)/sha1
03d0: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
03e0: 2f 73 74 79 6c 65 2e 63 20 5c 0a 20 20 24 28 53  /style.c \.  $(S
03f0: 52 43 44 49 52 29 2f 73 79 6e 63 2e 63 20 5c 0a  RCDIR)/sync.c \.
0400: 20 20 24 28 53 52 43 44 49 52 29 2f 74 69 6d 65    $(SRCDIR)/time
0410: 6c 69 6e 65 2e 63 20 5c 0a 20 20 24 28 53 52 43  line.c \.  $(SRC
0420: 44 49 52 29 2f 75 70 64 61 74 65 2e 63 20 5c 0a  DIR)/update.c \.
0430: 20 20 24 28 53 52 43 44 49 52 29 2f 75 72 6c 2e    $(SRCDIR)/url.
0440: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0450: 75 73 65 72 2e 63 20 5c 0a 20 20 24 28 53 52 43  user.c \.  $(SRC
0460: 44 49 52 29 2f 76 65 72 69 66 79 2e 63 20 5c 0a  DIR)/verify.c \.
0470: 20 20 24 28 53 52 43 44 49 52 29 2f 76 66 69 6c    $(SRCDIR)/vfil
0480: 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  e.c \.  $(SRCDIR
0490: 29 2f 77 69 6b 69 2e 63 20 5c 0a 20 20 24 28 53  )/wiki.c \.  $(S
04a0: 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d 61  RCDIR)/wikiforma
04b0: 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  t.c \.  $(SRCDIR
04c0: 29 2f 78 66 65 72 2e 63 20 5c 0a 20 20 24 28 53  )/xfer.c \.  $(S
04d0: 52 43 44 49 52 29 2f 7a 69 70 2e 63 0a 0a 54 52  RCDIR)/zip.c..TR
04e0: 41 4e 53 5f 53 52 43 20 3d 20 5c 0a 20 20 61 64  ANS_SRC = \.  ad
04f0: 64 5f 2e 63 20 5c 0a 20 20 62 6c 6f 62 5f 2e 63  d_.c \.  blob_.c
0500: 20 5c 0a 20 20 63 67 69 5f 2e 63 20 5c 0a 20 20   \.  cgi_.c \.  
0510: 63 68 65 63 6b 69 6e 5f 2e 63 20 5c 0a 20 20 63  checkin_.c \.  c
0520: 68 65 63 6b 6f 75 74 5f 2e 63 20 5c 0a 20 20 63  heckout_.c \.  c
0530: 6c 65 61 72 73 69 67 6e 5f 2e 63 20 5c 0a 20 20  learsign_.c \.  
0540: 63 6c 6f 6e 65 5f 2e 63 20 5c 0a 20 20 63 6f 6d  clone_.c \.  com
0550: 66 6f 72 6d 61 74 5f 2e 63 20 5c 0a 20 20 63 6f  format_.c \.  co
0560: 6e 73 74 72 75 63 74 5f 2e 63 20 5c 0a 20 20 63  nstruct_.c \.  c
0570: 6f 6e 74 65 6e 74 5f 2e 63 20 5c 0a 20 20 64 62  ontent_.c \.  db
0580: 5f 2e 63 20 5c 0a 20 20 64 65 6c 74 61 5f 2e 63  _.c \.  delta_.c
0590: 20 5c 0a 20 20 64 65 6c 74 61 63 6d 64 5f 2e 63   \.  deltacmd_.c
05a0: 20 5c 0a 20 20 64 65 73 63 65 6e 64 65 6e 74 73   \.  descendents
05b0: 5f 2e 63 20 5c 0a 20 20 64 69 66 66 5f 2e 63 20  _.c \.  diff_.c 
05c0: 5c 0a 20 20 64 69 66 66 63 6d 64 5f 2e 63 20 5c  \.  diffcmd_.c \
05d0: 0a 20 20 65 6e 63 6f 64 65 5f 2e 63 20 5c 0a 20  .  encode_.c \. 
05e0: 20 66 69 6c 65 5f 2e 63 20 5c 0a 20 20 68 74 74   file_.c \.  htt
05f0: 70 5f 2e 63 20 5c 0a 20 20 69 6e 66 6f 5f 2e 63  p_.c \.  info_.c
0600: 20 5c 0a 20 20 6c 6f 67 69 6e 5f 2e 63 20 5c 0a   \.  login_.c \.
0610: 20 20 6d 61 69 6e 5f 2e 63 20 5c 0a 20 20 6d 61    main_.c \.  ma
0620: 6e 69 66 65 73 74 5f 2e 63 20 5c 0a 20 20 6d 64  nifest_.c \.  md
0630: 35 5f 2e 63 20 5c 0a 20 20 6d 65 72 67 65 5f 2e  5_.c \.  merge_.
0640: 63 20 5c 0a 20 20 6d 65 72 67 65 33 5f 2e 63 20  c \.  merge3_.c 
0650: 5c 0a 20 20 6e 61 6d 65 5f 2e 63 20 5c 0a 20 20  \.  name_.c \.  
0660: 70 69 76 6f 74 5f 2e 63 20 5c 0a 20 20 70 72 69  pivot_.c \.  pri
0670: 6e 74 66 5f 2e 63 20 5c 0a 20 20 72 65 62 75 69  ntf_.c \.  rebui
0680: 6c 64 5f 2e 63 20 5c 0a 20 20 73 63 68 65 6d 61  ld_.c \.  schema
0690: 5f 2e 63 20 5c 0a 20 20 73 65 74 75 70 5f 2e 63  _.c \.  setup_.c
06a0: 20 5c 0a 20 20 73 68 61 31 5f 2e 63 20 5c 0a 20   \.  sha1_.c \. 
06b0: 20 73 74 79 6c 65 5f 2e 63 20 5c 0a 20 20 73 79   style_.c \.  sy
06c0: 6e 63 5f 2e 63 20 5c 0a 20 20 74 69 6d 65 6c 69  nc_.c \.  timeli
06d0: 6e 65 5f 2e 63 20 5c 0a 20 20 75 70 64 61 74 65  ne_.c \.  update
06e0: 5f 2e 63 20 5c 0a 20 20 75 72 6c 5f 2e 63 20 5c  _.c \.  url_.c \
06f0: 0a 20 20 75 73 65 72 5f 2e 63 20 5c 0a 20 20 76  .  user_.c \.  v
0700: 65 72 69 66 79 5f 2e 63 20 5c 0a 20 20 76 66 69  erify_.c \.  vfi
0710: 6c 65 5f 2e 63 20 5c 0a 20 20 77 69 6b 69 5f 2e  le_.c \.  wiki_.
0720: 63 20 5c 0a 20 20 77 69 6b 69 66 6f 72 6d 61 74  c \.  wikiformat
0730: 5f 2e 63 20 5c 0a 20 20 78 66 65 72 5f 2e 63 20  _.c \.  xfer_.c 
0740: 5c 0a 20 20 7a 69 70 5f 2e 63 0a 0a 4f 42 4a 20  \.  zip_.c..OBJ 
0750: 3d 20 5c 0a 20 20 61 64 64 2e 6f 20 5c 0a 20 20  = \.  add.o \.  
0760: 62 6c 6f 62 2e 6f 20 5c 0a 20 20 63 67 69 2e 6f  blob.o \.  cgi.o
0770: 20 5c 0a 20 20 63 68 65 63 6b 69 6e 2e 6f 20 5c   \.  checkin.o \
0780: 0a 20 20 63 68 65 63 6b 6f 75 74 2e 6f 20 5c 0a  .  checkout.o \.
0790: 20 20 63 6c 65 61 72 73 69 67 6e 2e 6f 20 5c 0a    clearsign.o \.
07a0: 20 20 63 6c 6f 6e 65 2e 6f 20 5c 0a 20 20 63 6f    clone.o \.  co
07b0: 6d 66 6f 72 6d 61 74 2e 6f 20 5c 0a 20 20 63 6f  mformat.o \.  co
07c0: 6e 73 74 72 75 63 74 2e 6f 20 5c 0a 20 20 63 6f  nstruct.o \.  co
07d0: 6e 74 65 6e 74 2e 6f 20 5c 0a 20 20 64 62 2e 6f  ntent.o \.  db.o
07e0: 20 5c 0a 20 20 64 65 6c 74 61 2e 6f 20 5c 0a 20   \.  delta.o \. 
07f0: 20 64 65 6c 74 61 63 6d 64 2e 6f 20 5c 0a 20 20   deltacmd.o \.  
0800: 64 65 73 63 65 6e 64 65 6e 74 73 2e 6f 20 5c 0a  descendents.o \.
0810: 20 20 64 69 66 66 2e 6f 20 5c 0a 20 20 64 69 66    diff.o \.  dif
0820: 66 63 6d 64 2e 6f 20 5c 0a 20 20 65 6e 63 6f 64  fcmd.o \.  encod
0830: 65 2e 6f 20 5c 0a 20 20 66 69 6c 65 2e 6f 20 5c  e.o \.  file.o \
0840: 0a 20 20 68 74 74 70 2e 6f 20 5c 0a 20 20 69 6e  .  http.o \.  in
0850: 66 6f 2e 6f 20 5c 0a 20 20 6c 6f 67 69 6e 2e 6f  fo.o \.  login.o
0860: 20 5c 0a 20 20 6d 61 69 6e 2e 6f 20 5c 0a 20 20   \.  main.o \.  
0870: 6d 61 6e 69 66 65 73 74 2e 6f 20 5c 0a 20 20 6d  manifest.o \.  m
0880: 64 35 2e 6f 20 5c 0a 20 20 6d 65 72 67 65 2e 6f  d5.o \.  merge.o
0890: 20 5c 0a 20 20 6d 65 72 67 65 33 2e 6f 20 5c 0a   \.  merge3.o \.
08a0: 20 20 6e 61 6d 65 2e 6f 20 5c 0a 20 20 70 69 76    name.o \.  piv
08b0: 6f 74 2e 6f 20 5c 0a 20 20 70 72 69 6e 74 66 2e  ot.o \.  printf.
08c0: 6f 20 5c 0a 20 20 72 65 62 75 69 6c 64 2e 6f 20  o \.  rebuild.o 
08d0: 5c 0a 20 20 73 63 68 65 6d 61 2e 6f 20 5c 0a 20  \.  schema.o \. 
08e0: 20 73 65 74 75 70 2e 6f 20 5c 0a 20 20 73 68 61   setup.o \.  sha
08f0: 31 2e 6f 20 5c 0a 20 20 73 74 79 6c 65 2e 6f 20  1.o \.  style.o 
0900: 5c 0a 20 20 73 79 6e 63 2e 6f 20 5c 0a 20 20 74  \.  sync.o \.  t
0910: 69 6d 65 6c 69 6e 65 2e 6f 20 5c 0a 20 20 75 70  imeline.o \.  up
0920: 64 61 74 65 2e 6f 20 5c 0a 20 20 75 72 6c 2e 6f  date.o \.  url.o
0930: 20 5c 0a 20 20 75 73 65 72 2e 6f 20 5c 0a 20 20   \.  user.o \.  
0940: 76 65 72 69 66 79 2e 6f 20 5c 0a 20 20 76 66 69  verify.o \.  vfi
0950: 6c 65 2e 6f 20 5c 0a 20 20 77 69 6b 69 2e 6f 20  le.o \.  wiki.o 
0960: 5c 0a 20 20 77 69 6b 69 66 6f 72 6d 61 74 2e 6f  \.  wikiformat.o
0970: 20 5c 0a 20 20 78 66 65 72 2e 6f 20 5c 0a 20 20   \.  xfer.o \.  
0980: 7a 69 70 2e 6f 0a 0a 41 50 50 4e 41 4d 45 20 3d  zip.o..APPNAME =
0990: 20 66 6f 73 73 69 6c 24 28 45 29 0a 0a 0a 0a 61   fossil$(E)....a
09a0: 6c 6c 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a 0a  ll:.$(APPNAME)..
09b0: 69 6e 73 74 61 6c 6c 3a 09 24 28 41 50 50 4e 41  install:.$(APPNA
09c0: 4d 45 29 0a 09 6d 76 20 24 28 41 50 50 4e 41 4d  ME)..mv $(APPNAM
09d0: 45 29 20 24 28 49 4e 53 54 41 4c 4c 44 49 52 29  E) $(INSTALLDIR)
09e0: 0a 0a 74 72 61 6e 73 6c 61 74 65 3a 09 24 28 53  ..translate:.$(S
09f0: 52 43 44 49 52 29 2f 74 72 61 6e 73 6c 61 74 65  RCDIR)/translate
0a00: 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 74 72  .c..$(BCC) -o tr
0a10: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
0a20: 29 2f 74 72 61 6e 73 6c 61 74 65 2e 63 0a 0a 6d  )/translate.c..m
0a30: 61 6b 65 68 65 61 64 65 72 73 3a 09 24 28 53 52  akeheaders:.$(SR
0a40: 43 44 49 52 29 2f 6d 61 6b 65 68 65 61 64 65 72  CDIR)/makeheader
0a50: 73 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 6d  s.c..$(BCC) -o m
0a60: 61 6b 65 68 65 61 64 65 72 73 20 24 28 53 52 43  akeheaders $(SRC
0a70: 44 49 52 29 2f 6d 61 6b 65 68 65 61 64 65 72 73  DIR)/makeheaders
0a80: 2e 63 0a 0a 6d 6b 69 6e 64 65 78 3a 09 24 28 53  .c..mkindex:.$(S
0a90: 52 43 44 49 52 29 2f 6d 6b 69 6e 64 65 78 2e 63  RCDIR)/mkindex.c
0aa0: 0a 09 24 28 42 43 43 29 20 2d 6f 20 6d 6b 69 6e  ..$(BCC) -o mkin
0ab0: 64 65 78 20 24 28 53 52 43 44 49 52 29 2f 6d 6b  dex $(SRCDIR)/mk
0ac0: 69 6e 64 65 78 2e 63 0a 0a 23 20 57 41 52 4e 49  index.c..# WARNI
0ad0: 4e 47 2e 20 44 41 4e 47 45 52 2e 20 52 75 6e 6e  NG. DANGER. Runn
0ae0: 69 6e 67 20 74 68 65 20 74 65 73 74 73 75 69 74  ing the testsuit
0af0: 65 20 6d 6f 64 69 66 69 65 73 20 74 68 65 20 72  e modifies the r
0b00: 65 70 6f 73 69 74 6f 72 79 20 74 68 65 0a 23 20  epository the.# 
0b10: 62 75 69 6c 64 20 69 73 20 64 6f 6e 65 20 66 72  build is done fr
0b20: 6f 6d 2c 20 69 2e 65 2e 20 74 68 65 20 63 68 65  om, i.e. the che
0b30: 63 6b 6f 75 74 20 62 65 6c 6f 6e 67 73 20 74 6f  ckout belongs to
0b40: 2e 20 44 6f 20 6e 6f 74 20 73 79 6e 63 2f 70 75  . Do not sync/pu
0b50: 73 68 0a 23 20 74 68 65 20 72 65 70 6f 73 69 74  sh.# the reposit
0b60: 6f 72 79 20 61 66 74 65 72 20 72 75 6e 6e 69 6e  ory after runnin
0b70: 67 20 74 68 65 20 74 65 73 74 73 2e 0a 74 65 73  g the tests..tes
0b80: 74 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a 09 24  t:.$(APPNAME)..$
0b90: 28 54 43 4c 53 48 29 20 74 65 73 74 2f 74 65 73  (TCLSH) test/tes
0ba0: 74 65 72 2e 74 63 6c 20 24 28 41 50 50 4e 41 4d  ter.tcl $(APPNAM
0bb0: 45 29 0a 0a 56 45 52 53 49 4f 4e 2e 68 3a 09 24  E)..VERSION.h:.$
0bc0: 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69  (SRCDIR)/../mani
0bd0: 66 65 73 74 2e 75 75 69 64 0a 09 61 77 6b 20 27  fest.uuid..awk '
0be0: 7b 20 70 72 69 6e 74 66 20 22 23 64 65 66 69 6e  { printf "#defin
0bf0: 65 20 4d 41 4e 49 46 45 53 54 5f 55 55 49 44 20  e MANIFEST_UUID 
0c00: 5c 22 25 73 5c 22 5c 6e 22 2c 20 24 24 31 7d 27  \"%s\"\n", $$1}'
0c10: 20 20 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d    $(SRCDIR)/../m
0c20: 61 6e 69 66 65 73 74 2e 75 75 69 64 20 3e 56 45  anifest.uuid >VE
0c30: 52 53 49 4f 4e 2e 68 0a 0a 24 28 41 50 50 4e 41  RSION.h..$(APPNA
0c40: 4d 45 29 3a 09 68 65 61 64 65 72 73 20 24 28 4f  ME):.headers $(O
0c50: 42 4a 29 20 73 71 6c 69 74 65 33 2e 6f 0a 09 24  BJ) sqlite3.o..$
0c60: 28 54 43 43 29 20 2d 6f 20 24 28 41 50 50 4e 41  (TCC) -o $(APPNA
0c70: 4d 45 29 20 24 28 4f 42 4a 29 20 73 71 6c 69 74  ME) $(OBJ) sqlit
0c80: 65 33 2e 6f 20 24 28 4c 49 42 29 0a 0a 63 6c 65  e3.o $(LIB)..cle
0c90: 61 6e 3a 09 0a 09 72 6d 20 2d 66 20 2a 2e 6f 20  an:...rm -f *.o 
0ca0: 2a 5f 2e 63 20 24 28 41 50 50 4e 41 4d 45 29 20  *_.c $(APPNAME) 
0cb0: 56 45 52 53 49 4f 4e 2e 68 0a 09 72 6d 20 2d 66  VERSION.h..rm -f
0cc0: 20 74 72 61 6e 73 6c 61 74 65 20 6d 61 6b 65 68   translate makeh
0cd0: 65 61 64 65 72 73 20 6d 6b 69 6e 64 65 78 20 70  eaders mkindex p
0ce0: 61 67 65 5f 69 6e 64 65 78 2e 68 20 68 65 61 64  age_index.h head
0cf0: 65 72 73 0a 09 72 6d 20 2d 66 20 61 64 64 2e 68  ers..rm -f add.h
0d00: 20 62 6c 6f 62 2e 68 20 63 67 69 2e 68 20 63 68   blob.h cgi.h ch
0d10: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
0d20: 2e 68 20 63 6c 65 61 72 73 69 67 6e 2e 68 20 63  .h clearsign.h c
0d30: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
0d40: 2e 68 20 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .h construct.h c
0d50: 6f 6e 74 65 6e 74 2e 68 20 64 62 2e 68 20 64 65  ontent.h db.h de
0d60: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 2e 68  lta.h deltacmd.h
0d70: 20 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64   descendents.h d
0d80: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 2e 68 20  iff.h diffcmd.h 
0d90: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 2e 68 20  encode.h file.h 
0da0: 68 74 74 70 2e 68 20 69 6e 66 6f 2e 68 20 6c 6f  http.h info.h lo
0db0: 67 69 6e 2e 68 20 6d 61 69 6e 2e 68 20 6d 61 6e  gin.h main.h man
0dc0: 69 66 65 73 74 2e 68 20 6d 64 35 2e 68 20 6d 65  ifest.h md5.h me
0dd0: 72 67 65 2e 68 20 6d 65 72 67 65 33 2e 68 20 6e  rge.h merge3.h n
0de0: 61 6d 65 2e 68 20 70 69 76 6f 74 2e 68 20 70 72  ame.h pivot.h pr
0df0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 2e 68  intf.h rebuild.h
0e00: 20 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 2e   schema.h setup.
0e10: 68 20 73 68 61 31 2e 68 20 73 74 79 6c 65 2e 68  h sha1.h style.h
0e20: 20 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65   sync.h timeline
0e30: 2e 68 20 75 70 64 61 74 65 2e 68 20 75 72 6c 2e  .h update.h url.
0e40: 68 20 75 73 65 72 2e 68 20 76 65 72 69 66 79 2e  h user.h verify.
0e50: 68 20 76 66 69 6c 65 2e 68 20 77 69 6b 69 2e 68  h vfile.h wiki.h
0e60: 20 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66   wikiformat.h xf
0e70: 65 72 2e 68 20 7a 69 70 2e 68 0a 0a 68 65 61 64  er.h zip.h..head
0e80: 65 72 73 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  ers:.makeheaders
0e90: 20 6d 6b 69 6e 64 65 78 20 24 28 54 52 41 4e 53   mkindex $(TRANS
0ea0: 5f 53 52 43 29 20 2e 2f 56 45 52 53 49 4f 4e 2e  _SRC) ./VERSION.
0eb0: 68 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  h.../makeheaders
0ec0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
0ed0: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
0ee0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
0ef0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
0f00: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
0f10: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
0f20: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
0f30: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
0f40: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
0f50: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
0f60: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
0f70: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
0f80: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
0f90: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
0fa0: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
0fb0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
0fc0: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
0fd0: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
0fe0: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
0ff0: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
1000: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
1010: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
1020: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
1030: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
1040: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
1050: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
1060: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
1070: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
1080: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
1090: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
10a0: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
10b0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
10c0: 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  t.h printf_.c:pr
10d0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
10e0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65  c:rebuild.h sche
10f0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
1100: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
1110: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
1120: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
1130: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
1140: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
1150: 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ine.h update_.c:
1160: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
1170: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
1180: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
1190: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
11a0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
11b0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
11c0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
11d0: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
11e0: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
11f0: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
1200: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
1210: 2e 2f 6d 6b 69 6e 64 65 78 20 24 28 54 52 41 4e  ./mkindex $(TRAN
1220: 53 5f 53 52 43 29 20 3e 70 61 67 65 5f 69 6e 64  S_SRC) >page_ind
1230: 65 78 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ex.h..touch head
1240: 65 72 73 0a 0a 61 64 64 5f 2e 63 3a 09 24 28 53  ers..add_.c:.$(S
1250: 52 43 44 49 52 29 2f 61 64 64 2e 63 20 24 28 53  RCDIR)/add.c $(S
1260: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
1270: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
1280: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
1290: 61 64 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  add.c | sed -f $
12a0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
12b0: 20 3e 61 64 64 5f 2e 63 0a 0a 61 64 64 2e 6f 3a   >add_.c..add.o:
12c0: 09 61 64 64 5f 2e 63 20 61 64 64 2e 68 20 20 24  .add_.c add.h  $
12d0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
12e0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 61 64  h..$(XTCC) -o ad
12f0: 64 2e 6f 20 2d 63 20 61 64 64 5f 2e 63 0a 0a 61  d.o -c add_.c..a
1300: 64 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  dd.h:.makeheader
1310: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
1320: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
1330: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
1340: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
1350: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
1360: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
1370: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
1380: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
1390: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
13a0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
13b0: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
13c0: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
13d0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
13e0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
13f0: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
1400: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
1410: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
1420: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
1430: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
1440: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
1450: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
1460: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
1470: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
1480: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
1490: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
14a0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
14b0: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
14c0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
14d0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
14e0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
14f0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
1500: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
1510: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
1520: 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  t.h printf_.c:pr
1530: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
1540: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65  c:rebuild.h sche
1550: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
1560: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
1570: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
1580: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
1590: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
15a0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
15b0: 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ine.h update_.c:
15c0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
15d0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
15e0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
15f0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
1600: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
1610: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
1620: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
1630: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
1640: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
1650: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
1660: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
1670: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 62  touch headers..b
1680: 6c 6f 62 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  lob_.c:.$(SRCDIR
1690: 29 2f 62 6c 6f 62 2e 63 20 24 28 53 52 43 44 49  )/blob.c $(SRCDI
16a0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
16b0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
16c0: 65 20 24 28 53 52 43 44 49 52 29 2f 62 6c 6f 62  e $(SRCDIR)/blob
16d0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
16e0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 62  CDIR)/VERSION >b
16f0: 6c 6f 62 5f 2e 63 0a 0a 62 6c 6f 62 2e 6f 3a 09  lob_.c..blob.o:.
1700: 62 6c 6f 62 5f 2e 63 20 62 6c 6f 62 2e 68 20 20  blob_.c blob.h  
1710: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
1720: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 62  .h..$(XTCC) -o b
1730: 6c 6f 62 2e 6f 20 2d 63 20 62 6c 6f 62 5f 2e 63  lob.o -c blob_.c
1740: 0a 0a 62 6c 6f 62 2e 68 3a 09 6d 61 6b 65 68 65  ..blob.h:.makehe
1750: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
1760: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
1770: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
1780: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
1790: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
17a0: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
17b0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
17c0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
17d0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
17e0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
17f0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
1800: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74  nstruct_.c:const
1810: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  ruct.h content_.
1820: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
1830: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
1840: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
1850: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
1860: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
1870: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
1880: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
1890: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
18a0: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
18b0: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
18c0: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
18d0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
18e0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
18f0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
1900: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
1910: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
1920: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
1930: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
1940: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
1950: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
1960: 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e  pivot.h printf_.
1970: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
1980: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
1990: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
19a0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
19b0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
19c0: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
19d0: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63  e.h sync_.c:sync
19e0: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74  .h timeline_.c:t
19f0: 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65  imeline.h update
1a00: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
1a10: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
1a20: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
1a30: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
1a40: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
1a50: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
1a60: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
1a70: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78  rmat.h xfer_.c:x
1a80: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70  fer.h zip_.c:zip
1a90: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c  .h $(SRCDIR)/sql
1aa0: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  ite3.h ./VERSION
1ab0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
1ac0: 73 0a 0a 63 67 69 5f 2e 63 3a 09 24 28 53 52 43  s..cgi_.c:.$(SRC
1ad0: 44 49 52 29 2f 63 67 69 2e 63 20 24 28 53 52 43  DIR)/cgi.c $(SRC
1ae0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
1af0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
1b00: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 67  ate $(SRCDIR)/cg
1b10: 69 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  i.c | sed -f $(S
1b20: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
1b30: 63 67 69 5f 2e 63 0a 0a 63 67 69 2e 6f 3a 09 63  cgi_.c..cgi.o:.c
1b40: 67 69 5f 2e 63 20 63 67 69 2e 68 20 20 24 28 53  gi_.c cgi.h  $(S
1b50: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
1b60: 09 24 28 58 54 43 43 29 20 2d 6f 20 63 67 69 2e  .$(XTCC) -o cgi.
1b70: 6f 20 2d 63 20 63 67 69 5f 2e 63 0a 0a 63 67 69  o -c cgi_.c..cgi
1b80: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
1b90: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
1ba0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f  add_.c:add.h blo
1bb0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
1bc0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
1bd0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
1be0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
1bf0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
1c00: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
1c10: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
1c20: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
1c30: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63  ormat.h construc
1c40: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68  t_.c:construct.h
1c50: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
1c60: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
1c70: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
1c80: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
1c90: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
1ca0: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
1cb0: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
1cc0: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
1cd0: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
1ce0: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
1cf0: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
1d00: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
1d10: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
1d20: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
1d30: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
1d40: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
1d50: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
1d60: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
1d70: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
1d80: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
1d90: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
1da0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
1db0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
1dc0: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61  rebuild.h schema
1dd0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
1de0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
1df0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
1e00: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
1e10: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d  nc_.c:sync.h tim
1e20: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
1e30: 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  e.h update_.c:up
1e40: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
1e50: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
1e60: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
1e70: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
1e80: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
1e90: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
1ea0: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
1eb0: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
1ec0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
1ed0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
1ee0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
1ef0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 68 65  uch headers..che
1f00: 63 6b 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49  ckin_.c:.$(SRCDI
1f10: 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20 24 28 53  R)/checkin.c $(S
1f20: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
1f30: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
1f40: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
1f50: 63 68 65 63 6b 69 6e 2e 63 20 7c 20 73 65 64 20  checkin.c | sed 
1f60: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
1f70: 53 49 4f 4e 20 3e 63 68 65 63 6b 69 6e 5f 2e 63  SION >checkin_.c
1f80: 0a 0a 63 68 65 63 6b 69 6e 2e 6f 3a 09 63 68 65  ..checkin.o:.che
1f90: 63 6b 69 6e 5f 2e 63 20 63 68 65 63 6b 69 6e 2e  ckin_.c checkin.
1fa0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
1fb0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
1fc0: 6f 20 63 68 65 63 6b 69 6e 2e 6f 20 2d 63 20 63  o checkin.o -c c
1fd0: 68 65 63 6b 69 6e 5f 2e 63 0a 0a 63 68 65 63 6b  heckin_.c..check
1fe0: 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  in.h:.makeheader
1ff0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
2000: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
2010: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
2020: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
2030: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
2040: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
2050: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
2060: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
2070: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
2080: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
2090: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
20a0: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
20b0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
20c0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
20d0: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
20e0: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
20f0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
2100: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
2110: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
2120: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
2130: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
2140: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
2150: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
2160: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
2170: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
2180: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
2190: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
21a0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
21b0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
21c0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
21d0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
21e0: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
21f0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
2200: 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  t.h printf_.c:pr
2210: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
2220: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65  c:rebuild.h sche
2230: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
2240: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
2250: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
2260: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
2270: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
2280: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
2290: 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ine.h update_.c:
22a0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
22b0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
22c0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
22d0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
22e0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
22f0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
2300: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
2310: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
2320: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
2330: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
2340: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
2350: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63  touch headers..c
2360: 68 65 63 6b 6f 75 74 5f 2e 63 3a 09 24 28 53 52  heckout_.c:.$(SR
2370: 43 44 49 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63  CDIR)/checkout.c
2380: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
2390: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
23a0: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
23b0: 49 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63 20 7c  IR)/checkout.c |
23c0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
23d0: 29 2f 56 45 52 53 49 4f 4e 20 3e 63 68 65 63 6b  )/VERSION >check
23e0: 6f 75 74 5f 2e 63 0a 0a 63 68 65 63 6b 6f 75 74  out_.c..checkout
23f0: 2e 6f 3a 09 63 68 65 63 6b 6f 75 74 5f 2e 63 20  .o:.checkout_.c 
2400: 63 68 65 63 6b 6f 75 74 2e 68 20 20 24 28 53 52  checkout.h  $(SR
2410: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
2420: 24 28 58 54 43 43 29 20 2d 6f 20 63 68 65 63 6b  $(XTCC) -o check
2430: 6f 75 74 2e 6f 20 2d 63 20 63 68 65 63 6b 6f 75  out.o -c checkou
2440: 74 5f 2e 63 0a 0a 63 68 65 63 6b 6f 75 74 2e 68  t_.c..checkout.h
2450: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
2460: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
2470: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f  d_.c:add.h blob_
2480: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
2490: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
24a0: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
24b0: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
24c0: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
24d0: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
24e0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
24f0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
2500: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
2510: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
2520: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
2530: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
2540: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
2550: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
2560: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
2570: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
2580: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
2590: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
25a0: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
25b0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
25c0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
25d0: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
25e0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
25f0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
2600: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
2610: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
2620: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
2630: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
2640: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
2650: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
2660: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
2670: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
2680: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
2690: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e  build.h schema_.
26a0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
26b0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
26c0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
26d0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
26e0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c  _.c:sync.h timel
26f0: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
2700: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
2710: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
2720: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
2730: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
2740: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
2750: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
2760: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
2770: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
2780: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
2790: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
27a0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
27b0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
27c0: 68 20 68 65 61 64 65 72 73 0a 0a 63 6c 65 61 72  h headers..clear
27d0: 73 69 67 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49  sign_.c:.$(SRCDI
27e0: 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 24  R)/clearsign.c $
27f0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
2800: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
2810: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
2820: 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 7c 20  )/clearsign.c | 
2830: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
2840: 2f 56 45 52 53 49 4f 4e 20 3e 63 6c 65 61 72 73  /VERSION >clears
2850: 69 67 6e 5f 2e 63 0a 0a 63 6c 65 61 72 73 69 67  ign_.c..clearsig
2860: 6e 2e 6f 3a 09 63 6c 65 61 72 73 69 67 6e 5f 2e  n.o:.clearsign_.
2870: 63 20 63 6c 65 61 72 73 69 67 6e 2e 68 20 20 24  c clearsign.h  $
2880: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
2890: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6c  h..$(XTCC) -o cl
28a0: 65 61 72 73 69 67 6e 2e 6f 20 2d 63 20 63 6c 65  earsign.o -c cle
28b0: 61 72 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65 61 72  arsign_.c..clear
28c0: 73 69 67 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64  sign.h:.makehead
28d0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
28e0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
28f0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
2900: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
2910: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
2920: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
2930: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
2940: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
2950: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
2960: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
2970: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
2980: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
2990: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
29a0: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
29b0: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
29c0: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
29d0: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
29e0: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
29f0: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
2a00: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
2a10: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
2a20: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
2a30: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
2a40: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
2a50: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
2a60: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
2a70: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
2a80: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
2a90: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
2aa0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
2ab0: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
2ac0: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
2ad0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
2ae0: 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  vot.h printf_.c:
2af0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
2b00: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63  _.c:rebuild.h sc
2b10: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
2b20: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
2b30: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
2b40: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
2b50: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
2b60: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d   timeline_.c:tim
2b70: 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e  eline.h update_.
2b80: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
2b90: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
2ba0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
2bb0: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
2bc0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
2bd0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
2be0: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
2bf0: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
2c00: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
2c10: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
2c20: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
2c30: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
2c40: 0a 63 6c 6f 6e 65 5f 2e 63 3a 09 24 28 53 52 43  .clone_.c:.$(SRC
2c50: 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 20 24 28 53  DIR)/clone.c $(S
2c60: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
2c70: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
2c80: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
2c90: 63 6c 6f 6e 65 2e 63 20 7c 20 73 65 64 20 2d 66  clone.c | sed -f
2ca0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
2cb0: 4f 4e 20 3e 63 6c 6f 6e 65 5f 2e 63 0a 0a 63 6c  ON >clone_.c..cl
2cc0: 6f 6e 65 2e 6f 3a 09 63 6c 6f 6e 65 5f 2e 63 20  one.o:.clone_.c 
2cd0: 63 6c 6f 6e 65 2e 68 20 20 24 28 53 52 43 44 49  clone.h  $(SRCDI
2ce0: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
2cf0: 54 43 43 29 20 2d 6f 20 63 6c 6f 6e 65 2e 6f 20  TCC) -o clone.o 
2d00: 2d 63 20 63 6c 6f 6e 65 5f 2e 63 0a 0a 63 6c 6f  -c clone_.c..clo
2d10: 6e 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  ne.h:.makeheader
2d20: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
2d30: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
2d40: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
2d50: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
2d60: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
2d70: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
2d80: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
2d90: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
2da0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
2db0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
2dc0: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
2dd0: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
2de0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
2df0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
2e00: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
2e10: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
2e20: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
2e30: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
2e40: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
2e50: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
2e60: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
2e70: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
2e80: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
2e90: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
2ea0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
2eb0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
2ec0: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
2ed0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
2ee0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
2ef0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
2f00: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
2f10: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
2f20: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
2f30: 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  t.h printf_.c:pr
2f40: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
2f50: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65  c:rebuild.h sche
2f60: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
2f70: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
2f80: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
2f90: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
2fa0: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
2fb0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
2fc0: 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ine.h update_.c:
2fd0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
2fe0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
2ff0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
3000: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
3010: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
3020: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
3030: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
3040: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
3050: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
3060: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
3070: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
3080: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63  touch headers..c
3090: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 09 24 28 53  omformat_.c:.$(S
30a0: 52 43 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74  RCDIR)/comformat
30b0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
30c0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
30d0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
30e0: 43 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e  CDIR)/comformat.
30f0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
3100: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f  DIR)/VERSION >co
3110: 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 6f 6d 66  mformat_.c..comf
3120: 6f 72 6d 61 74 2e 6f 3a 09 63 6f 6d 66 6f 72 6d  ormat.o:.comform
3130: 61 74 5f 2e 63 20 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c comformat.
3140: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
3150: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
3160: 6f 20 63 6f 6d 66 6f 72 6d 61 74 2e 6f 20 2d 63  o comformat.o -c
3170: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63   comformat_.c..c
3180: 6f 6d 66 6f 72 6d 61 74 2e 68 3a 09 6d 61 6b 65  omformat.h:.make
3190: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
31a0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
31b0: 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  dd.h blob_.c:blo
31c0: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  b.h cgi_.c:cgi.h
31d0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
31e0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
31f0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
3200: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
3210: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
3220: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
3230: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
3240: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
3250: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
3260: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
3270: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
3280: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
3290: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
32a0: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
32b0: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
32c0: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
32d0: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
32e0: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
32f0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
3300: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
3310: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
3320: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
3330: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
3340: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
3350: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
3360: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
3370: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
3380: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
3390: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
33a0: 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66  c:pivot.h printf
33b0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
33c0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
33d0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
33e0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
33f0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
3400: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
3410: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
3420: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  nc.h timeline_.c
3430: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61  :timeline.h upda
3440: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
3450: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
3460: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
3470: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
3480: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
3490: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
34a0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
34b0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
34c0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
34d0: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
34e0: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
34f0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
3500: 65 72 73 0a 0a 63 6f 6e 73 74 72 75 63 74 5f 2e  ers..construct_.
3510: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  c:.$(SRCDIR)/con
3520: 73 74 72 75 63 74 2e 63 20 24 28 53 52 43 44 49  struct.c $(SRCDI
3530: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
3540: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
3550: 65 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 73  e $(SRCDIR)/cons
3560: 74 72 75 63 74 2e 63 20 7c 20 73 65 64 20 2d 66  truct.c | sed -f
3570: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
3580: 4f 4e 20 3e 63 6f 6e 73 74 72 75 63 74 5f 2e 63  ON >construct_.c
3590: 0a 0a 63 6f 6e 73 74 72 75 63 74 2e 6f 3a 09 63  ..construct.o:.c
35a0: 6f 6e 73 74 72 75 63 74 5f 2e 63 20 63 6f 6e 73  onstruct_.c cons
35b0: 74 72 75 63 74 2e 68 20 20 24 28 53 52 43 44 49  truct.h  $(SRCDI
35c0: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
35d0: 54 43 43 29 20 2d 6f 20 63 6f 6e 73 74 72 75 63  TCC) -o construc
35e0: 74 2e 6f 20 2d 63 20 63 6f 6e 73 74 72 75 63 74  t.o -c construct
35f0: 5f 2e 63 0a 0a 63 6f 6e 73 74 72 75 63 74 2e 68  _.c..construct.h
3600: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
3610: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
3620: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f  d_.c:add.h blob_
3630: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
3640: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
3650: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
3660: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
3670: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
3680: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
3690: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
36a0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
36b0: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
36c0: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
36d0: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
36e0: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
36f0: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
3700: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
3710: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
3720: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
3730: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
3740: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
3750: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
3760: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
3770: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
3780: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
3790: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
37a0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
37b0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
37c0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
37d0: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
37e0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
37f0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
3800: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
3810: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
3820: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
3830: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
3840: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e  build.h schema_.
3850: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
3860: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
3870: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
3880: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
3890: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c  _.c:sync.h timel
38a0: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
38b0: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
38c0: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
38d0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
38e0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
38f0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
3900: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
3910: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
3920: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
3930: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
3940: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
3950: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
3960: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
3970: 68 20 68 65 61 64 65 72 73 0a 0a 63 6f 6e 74 65  h headers..conte
3980: 6e 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  nt_.c:.$(SRCDIR)
3990: 2f 63 6f 6e 74 65 6e 74 2e 63 20 24 28 53 52 43  /content.c $(SRC
39a0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
39b0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
39c0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 6f  ate $(SRCDIR)/co
39d0: 6e 74 65 6e 74 2e 63 20 7c 20 73 65 64 20 2d 66  ntent.c | sed -f
39e0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
39f0: 4f 4e 20 3e 63 6f 6e 74 65 6e 74 5f 2e 63 0a 0a  ON >content_.c..
3a00: 63 6f 6e 74 65 6e 74 2e 6f 3a 09 63 6f 6e 74 65  content.o:.conte
3a10: 6e 74 5f 2e 63 20 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c content.h 
3a20: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
3a30: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
3a40: 63 6f 6e 74 65 6e 74 2e 6f 20 2d 63 20 63 6f 6e  content.o -c con
3a50: 74 65 6e 74 5f 2e 63 0a 0a 63 6f 6e 74 65 6e 74  tent_.c..content
3a60: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
3a70: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
3a80: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f  add_.c:add.h blo
3a90: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
3aa0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
3ab0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
3ac0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
3ad0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
3ae0: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
3af0: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
3b00: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
3b10: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63  ormat.h construc
3b20: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68  t_.c:construct.h
3b30: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
3b40: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
3b50: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
3b60: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
3b70: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
3b80: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
3b90: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
3ba0: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
3bb0: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
3bc0: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
3bd0: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
3be0: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
3bf0: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
3c00: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
3c10: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
3c20: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
3c30: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
3c40: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
3c50: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
3c60: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
3c70: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
3c80: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
3c90: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
3ca0: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61  rebuild.h schema
3cb0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
3cc0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
3cd0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
3ce0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
3cf0: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d  nc_.c:sync.h tim
3d00: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
3d10: 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  e.h update_.c:up
3d20: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
3d30: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
3d40: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
3d50: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
3d60: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
3d70: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
3d80: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
3d90: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
3da0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
3db0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
3dc0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
3dd0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 64 62 5f  uch headers..db_
3de0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 62  .c:.$(SRCDIR)/db
3df0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
3e00: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
3e10: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
3e20: 43 44 49 52 29 2f 64 62 2e 63 20 7c 20 73 65 64  CDIR)/db.c | sed
3e30: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
3e40: 52 53 49 4f 4e 20 3e 64 62 5f 2e 63 0a 0a 64 62  RSION >db_.c..db
3e50: 2e 6f 3a 09 64 62 5f 2e 63 20 64 62 2e 68 20 20  .o:.db_.c db.h  
3e60: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
3e70: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64  .h..$(XTCC) -o d
3e80: 62 2e 6f 20 2d 63 20 64 62 5f 2e 63 0a 0a 64 62  b.o -c db_.c..db
3e90: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
3ea0: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
3eb0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f  add_.c:add.h blo
3ec0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
3ed0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
3ee0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
3ef0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
3f00: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
3f10: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
3f20: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
3f30: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
3f40: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63  ormat.h construc
3f50: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68  t_.c:construct.h
3f60: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
3f70: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
3f80: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
3f90: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
3fa0: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
3fb0: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
3fc0: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
3fd0: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
3fe0: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
3ff0: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
4000: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
4010: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
4020: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
4030: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
4040: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
4050: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
4060: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
4070: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
4080: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
4090: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
40a0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
40b0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
40c0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
40d0: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61  rebuild.h schema
40e0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
40f0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
4100: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
4110: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
4120: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d  nc_.c:sync.h tim
4130: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
4140: 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  e.h update_.c:up
4150: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
4160: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
4170: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
4180: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
4190: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
41a0: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
41b0: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
41c0: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
41d0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
41e0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
41f0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
4200: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 64 65 6c  uch headers..del
4210: 74 61 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  ta_.c:.$(SRCDIR)
4220: 2f 64 65 6c 74 61 2e 63 20 24 28 53 52 43 44 49  /delta.c $(SRCDI
4230: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
4240: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
4250: 65 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74  e $(SRCDIR)/delt
4260: 61 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  a.c | sed -f $(S
4270: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
4280: 64 65 6c 74 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e  delta_.c..delta.
4290: 6f 3a 09 64 65 6c 74 61 5f 2e 63 20 64 65 6c 74  o:.delta_.c delt
42a0: 61 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  a.h  $(SRCDIR)/c
42b0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
42c0: 20 2d 6f 20 64 65 6c 74 61 2e 6f 20 2d 63 20 64   -o delta.o -c d
42d0: 65 6c 74 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e 68  elta_.c..delta.h
42e0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
42f0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
4300: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f  d_.c:add.h blob_
4310: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
4320: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
4330: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
4340: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
4350: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
4360: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
4370: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
4380: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
4390: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
43a0: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
43b0: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
43c0: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
43d0: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
43e0: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
43f0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
4400: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
4410: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
4420: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
4430: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
4440: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
4450: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
4460: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
4470: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
4480: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
4490: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
44a0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
44b0: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
44c0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
44d0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
44e0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
44f0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
4500: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
4510: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
4520: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e  build.h schema_.
4530: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
4540: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
4550: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
4560: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
4570: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c  _.c:sync.h timel
4580: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
4590: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
45a0: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
45b0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
45c0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
45d0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
45e0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
45f0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
4600: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
4610: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
4620: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
4630: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
4640: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
4650: 68 20 68 65 61 64 65 72 73 0a 0a 64 65 6c 74 61  h headers..delta
4660: 63 6d 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  cmd_.c:.$(SRCDIR
4670: 29 2f 64 65 6c 74 61 63 6d 64 2e 63 20 24 28 53  )/deltacmd.c $(S
4680: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
4690: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
46a0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
46b0: 64 65 6c 74 61 63 6d 64 2e 63 20 7c 20 73 65 64  deltacmd.c | sed
46c0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
46d0: 52 53 49 4f 4e 20 3e 64 65 6c 74 61 63 6d 64 5f  RSION >deltacmd_
46e0: 2e 63 0a 0a 64 65 6c 74 61 63 6d 64 2e 6f 3a 09  .c..deltacmd.o:.
46f0: 64 65 6c 74 61 63 6d 64 5f 2e 63 20 64 65 6c 74  deltacmd_.c delt
4700: 61 63 6d 64 2e 68 20 20 24 28 53 52 43 44 49 52  acmd.h  $(SRCDIR
4710: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
4720: 43 43 29 20 2d 6f 20 64 65 6c 74 61 63 6d 64 2e  CC) -o deltacmd.
4730: 6f 20 2d 63 20 64 65 6c 74 61 63 6d 64 5f 2e 63  o -c deltacmd_.c
4740: 0a 0a 64 65 6c 74 61 63 6d 64 2e 68 3a 09 6d 61  ..deltacmd.h:.ma
4750: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
4760: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
4770: 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :add.h blob_.c:b
4780: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
4790: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
47a0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
47b0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
47c0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
47d0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
47e0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
47f0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
4800: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
4810: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
4820: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
4830: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
4840: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
4850: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
4860: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
4870: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
4880: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
4890: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
48a0: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
48b0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
48c0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
48d0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
48e0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
48f0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
4900: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
4910: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
4920: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
4930: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
4940: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
4950: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
4960: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e  _.c:pivot.h prin
4970: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
4980: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
4990: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  d.h schema_.c:sc
49a0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
49b0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
49c0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
49d0: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
49e0: 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  sync.h timeline_
49f0: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70  .c:timeline.h up
4a00: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
4a10: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
4a20: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
4a30: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
4a40: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
4a50: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
4a60: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
4a70: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
4a80: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
4a90: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
4aa0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
4ab0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
4ac0: 61 64 65 72 73 0a 0a 64 65 73 63 65 6e 64 65 6e  aders..descenden
4ad0: 74 73 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  ts_.c:.$(SRCDIR)
4ae0: 2f 64 65 73 63 65 6e 64 65 6e 74 73 2e 63 20 24  /descendents.c $
4af0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
4b00: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
4b10: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
4b20: 29 2f 64 65 73 63 65 6e 64 65 6e 74 73 2e 63 20  )/descendents.c 
4b30: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
4b40: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 65 73 63  R)/VERSION >desc
4b50: 65 6e 64 65 6e 74 73 5f 2e 63 0a 0a 64 65 73 63  endents_.c..desc
4b60: 65 6e 64 65 6e 74 73 2e 6f 3a 09 64 65 73 63 65  endents.o:.desce
4b70: 6e 64 65 6e 74 73 5f 2e 63 20 64 65 73 63 65 6e  ndents_.c descen
4b80: 64 65 6e 74 73 2e 68 20 20 24 28 53 52 43 44 49  dents.h  $(SRCDI
4b90: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
4ba0: 54 43 43 29 20 2d 6f 20 64 65 73 63 65 6e 64 65  TCC) -o descende
4bb0: 6e 74 73 2e 6f 20 2d 63 20 64 65 73 63 65 6e 64  nts.o -c descend
4bc0: 65 6e 74 73 5f 2e 63 0a 0a 64 65 73 63 65 6e 64  ents_.c..descend
4bd0: 65 6e 74 73 2e 68 3a 09 6d 61 6b 65 68 65 61 64  ents.h:.makehead
4be0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
4bf0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
4c00: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
4c10: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
4c20: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
4c30: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
4c40: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
4c50: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
4c60: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
4c70: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
4c80: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
4c90: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
4ca0: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
4cb0: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
4cc0: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
4cd0: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
4ce0: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
4cf0: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
4d00: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
4d10: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
4d20: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
4d30: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
4d40: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
4d50: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
4d60: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
4d70: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
4d80: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
4d90: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
4da0: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
4db0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
4dc0: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
4dd0: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
4de0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
4df0: 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  vot.h printf_.c:
4e00: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
4e10: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63  _.c:rebuild.h sc
4e20: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
4e30: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
4e40: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
4e50: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
4e60: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
4e70: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d   timeline_.c:tim
4e80: 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e  eline.h update_.
4e90: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
4ea0: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
4eb0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
4ec0: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
4ed0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
4ee0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
4ef0: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
4f00: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
4f10: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
4f20: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
4f30: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
4f40: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
4f50: 0a 64 69 66 66 5f 2e 63 3a 09 24 28 53 52 43 44  .diff_.c:.$(SRCD
4f60: 49 52 29 2f 64 69 66 66 2e 63 20 24 28 53 52 43  IR)/diff.c $(SRC
4f70: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
4f80: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
4f90: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 69  ate $(SRCDIR)/di
4fa0: 66 66 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  ff.c | sed -f $(
4fb0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
4fc0: 3e 64 69 66 66 5f 2e 63 0a 0a 64 69 66 66 2e 6f  >diff_.c..diff.o
4fd0: 3a 09 64 69 66 66 5f 2e 63 20 64 69 66 66 2e 68  :.diff_.c diff.h
4fe0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
4ff0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
5000: 20 64 69 66 66 2e 6f 20 2d 63 20 64 69 66 66 5f   diff.o -c diff_
5010: 2e 63 0a 0a 64 69 66 66 2e 68 3a 09 6d 61 6b 65  .c..diff.h:.make
5020: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
5030: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
5040: 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  dd.h blob_.c:blo
5050: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  b.h cgi_.c:cgi.h
5060: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
5070: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
5080: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
5090: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
50a0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
50b0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
50c0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
50d0: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
50e0: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
50f0: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
5100: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
5110: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
5120: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
5130: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
5140: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
5150: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
5160: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
5170: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
5180: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
5190: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
51a0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
51b0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
51c0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
51d0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
51e0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
51f0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
5200: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
5210: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
5220: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
5230: 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66  c:pivot.h printf
5240: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
5250: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
5260: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
5270: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
5280: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
5290: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
52a0: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
52b0: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  nc.h timeline_.c
52c0: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61  :timeline.h upda
52d0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
52e0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
52f0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
5300: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
5310: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
5320: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
5330: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
5340: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
5350: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
5360: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
5370: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
5380: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
5390: 65 72 73 0a 0a 64 69 66 66 63 6d 64 5f 2e 63 3a  ers..diffcmd_.c:
53a0: 09 24 28 53 52 43 44 49 52 29 2f 64 69 66 66 63  .$(SRCDIR)/diffc
53b0: 6d 64 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  md.c $(SRCDIR)/V
53c0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
53d0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
53e0: 53 52 43 44 49 52 29 2f 64 69 66 66 63 6d 64 2e  SRCDIR)/diffcmd.
53f0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
5400: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 69  DIR)/VERSION >di
5410: 66 66 63 6d 64 5f 2e 63 0a 0a 64 69 66 66 63 6d  ffcmd_.c..diffcm
5420: 64 2e 6f 3a 09 64 69 66 66 63 6d 64 5f 2e 63 20  d.o:.diffcmd_.c 
5430: 64 69 66 66 63 6d 64 2e 68 20 20 24 28 53 52 43  diffcmd.h  $(SRC
5440: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
5450: 28 58 54 43 43 29 20 2d 6f 20 64 69 66 66 63 6d  (XTCC) -o diffcm
5460: 64 2e 6f 20 2d 63 20 64 69 66 66 63 6d 64 5f 2e  d.o -c diffcmd_.
5470: 63 0a 0a 64 69 66 66 63 6d 64 2e 68 3a 09 6d 61  c..diffcmd.h:.ma
5480: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
5490: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
54a0: 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :add.h blob_.c:b
54b0: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
54c0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
54d0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
54e0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
54f0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
5500: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
5510: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
5520: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
5530: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
5540: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
5550: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
5560: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
5570: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
5580: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
5590: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
55a0: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
55b0: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
55c0: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
55d0: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
55e0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
55f0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
5600: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
5610: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
5620: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
5630: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
5640: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
5650: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
5660: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
5670: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
5680: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
5690: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e  _.c:pivot.h prin
56a0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
56b0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
56c0: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  d.h schema_.c:sc
56d0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
56e0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
56f0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
5700: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
5710: 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  sync.h timeline_
5720: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70  .c:timeline.h up
5730: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
5740: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
5750: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
5760: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
5770: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
5780: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
5790: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
57a0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
57b0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
57c0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
57d0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
57e0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
57f0: 61 64 65 72 73 0a 0a 65 6e 63 6f 64 65 5f 2e 63  aders..encode_.c
5800: 3a 09 24 28 53 52 43 44 49 52 29 2f 65 6e 63 6f  :.$(SRCDIR)/enco
5810: 64 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  de.c $(SRCDIR)/V
5820: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
5830: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
5840: 53 52 43 44 49 52 29 2f 65 6e 63 6f 64 65 2e 63  SRCDIR)/encode.c
5850: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
5860: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 65 6e 63  IR)/VERSION >enc
5870: 6f 64 65 5f 2e 63 0a 0a 65 6e 63 6f 64 65 2e 6f  ode_.c..encode.o
5880: 3a 09 65 6e 63 6f 64 65 5f 2e 63 20 65 6e 63 6f  :.encode_.c enco
5890: 64 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  de.h  $(SRCDIR)/
58a0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
58b0: 29 20 2d 6f 20 65 6e 63 6f 64 65 2e 6f 20 2d 63  ) -o encode.o -c
58c0: 20 65 6e 63 6f 64 65 5f 2e 63 0a 0a 65 6e 63 6f   encode_.c..enco
58d0: 64 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  de.h:.makeheader
58e0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
58f0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
5900: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
5910: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
5920: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
5930: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
5940: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
5950: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
5960: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
5970: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
5980: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
5990: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
59a0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
59b0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
59c0: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
59d0: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
59e0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
59f0: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
5a00: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
5a10: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
5a20: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
5a30: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
5a40: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
5a50: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
5a60: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
5a70: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
5a80: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
5a90: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
5aa0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
5ab0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
5ac0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
5ad0: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
5ae0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
5af0: 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  t.h printf_.c:pr
5b00: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
5b10: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65  c:rebuild.h sche
5b20: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
5b30: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
5b40: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
5b50: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
5b60: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
5b70: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
5b80: 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ine.h update_.c:
5b90: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
5ba0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
5bb0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
5bc0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
5bd0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
5be0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
5bf0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
5c00: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
5c10: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
5c20: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
5c30: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
5c40: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 66  touch headers..f
5c50: 69 6c 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ile_.c:.$(SRCDIR
5c60: 29 2f 66 69 6c 65 2e 63 20 24 28 53 52 43 44 49  )/file.c $(SRCDI
5c70: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
5c80: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
5c90: 65 20 24 28 53 52 43 44 49 52 29 2f 66 69 6c 65  e $(SRCDIR)/file
5ca0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
5cb0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 66  CDIR)/VERSION >f
5cc0: 69 6c 65 5f 2e 63 0a 0a 66 69 6c 65 2e 6f 3a 09  ile_.c..file.o:.
5cd0: 66 69 6c 65 5f 2e 63 20 66 69 6c 65 2e 68 20 20  file_.c file.h  
5ce0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
5cf0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 66  .h..$(XTCC) -o f
5d00: 69 6c 65 2e 6f 20 2d 63 20 66 69 6c 65 5f 2e 63  ile.o -c file_.c
5d10: 0a 0a 66 69 6c 65 2e 68 3a 09 6d 61 6b 65 68 65  ..file.h:.makehe
5d20: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
5d30: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
5d40: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
5d50: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
5d60: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
5d70: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
5d80: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
5d90: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
5da0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
5db0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
5dc0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
5dd0: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74  nstruct_.c:const
5de0: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  ruct.h content_.
5df0: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
5e00: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
5e10: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
5e20: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
5e30: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
5e40: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
5e50: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
5e60: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
5e70: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
5e80: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
5e90: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
5ea0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
5eb0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
5ec0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
5ed0: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
5ee0: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
5ef0: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
5f00: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
5f10: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
5f20: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
5f30: 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e  pivot.h printf_.
5f40: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
5f50: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
5f60: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
5f70: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
5f80: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
5f90: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
5fa0: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63  e.h sync_.c:sync
5fb0: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74  .h timeline_.c:t
5fc0: 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65  imeline.h update
5fd0: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
5fe0: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
5ff0: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
6000: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
6010: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
6020: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
6030: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
6040: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78  rmat.h xfer_.c:x
6050: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70  fer.h zip_.c:zip
6060: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c  .h $(SRCDIR)/sql
6070: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  ite3.h ./VERSION
6080: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
6090: 73 0a 0a 68 74 74 70 5f 2e 63 3a 09 24 28 53 52  s..http_.c:.$(SR
60a0: 43 44 49 52 29 2f 68 74 74 70 2e 63 20 24 28 53  CDIR)/http.c $(S
60b0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
60c0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
60d0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
60e0: 68 74 74 70 2e 63 20 7c 20 73 65 64 20 2d 66 20  http.c | sed -f 
60f0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
6100: 4e 20 3e 68 74 74 70 5f 2e 63 0a 0a 68 74 74 70  N >http_.c..http
6110: 2e 6f 3a 09 68 74 74 70 5f 2e 63 20 68 74 74 70  .o:.http_.c http
6120: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
6130: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
6140: 2d 6f 20 68 74 74 70 2e 6f 20 2d 63 20 68 74 74  -o http.o -c htt
6150: 70 5f 2e 63 0a 0a 68 74 74 70 2e 68 3a 09 6d 61  p_.c..http.h:.ma
6160: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
6170: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
6180: 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :add.h blob_.c:b
6190: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
61a0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
61b0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
61c0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
61d0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
61e0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
61f0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
6200: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
6210: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
6220: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
6230: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
6240: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
6250: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
6260: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
6270: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
6280: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
6290: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
62a0: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
62b0: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
62c0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
62d0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
62e0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
62f0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
6300: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
6310: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
6320: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
6330: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
6340: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
6350: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
6360: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
6370: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e  _.c:pivot.h prin
6380: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
6390: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
63a0: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  d.h schema_.c:sc
63b0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
63c0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
63d0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
63e0: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
63f0: 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  sync.h timeline_
6400: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70  .c:timeline.h up
6410: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
6420: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
6430: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
6440: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
6450: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
6460: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
6470: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
6480: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
6490: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
64a0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
64b0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
64c0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
64d0: 61 64 65 72 73 0a 0a 69 6e 66 6f 5f 2e 63 3a 09  aders..info_.c:.
64e0: 24 28 53 52 43 44 49 52 29 2f 69 6e 66 6f 2e 63  $(SRCDIR)/info.c
64f0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
6500: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
6510: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
6520: 49 52 29 2f 69 6e 66 6f 2e 63 20 7c 20 73 65 64  IR)/info.c | sed
6530: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
6540: 52 53 49 4f 4e 20 3e 69 6e 66 6f 5f 2e 63 0a 0a  RSION >info_.c..
6550: 69 6e 66 6f 2e 6f 3a 09 69 6e 66 6f 5f 2e 63 20  info.o:.info_.c 
6560: 69 6e 66 6f 2e 68 20 20 24 28 53 52 43 44 49 52  info.h  $(SRCDIR
6570: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
6580: 43 43 29 20 2d 6f 20 69 6e 66 6f 2e 6f 20 2d 63  CC) -o info.o -c
6590: 20 69 6e 66 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e 68   info_.c..info.h
65a0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
65b0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
65c0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f  d_.c:add.h blob_
65d0: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
65e0: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
65f0: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
6600: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
6610: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
6620: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
6630: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
6640: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
6650: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
6660: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
6670: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
6680: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
6690: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
66a0: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
66b0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
66c0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
66d0: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
66e0: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
66f0: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
6700: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
6710: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
6720: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
6730: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
6740: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
6750: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
6760: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
6770: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
6780: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
6790: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
67a0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
67b0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
67c0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
67d0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
67e0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e  build.h schema_.
67f0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
6800: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
6810: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
6820: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
6830: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c  _.c:sync.h timel
6840: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
6850: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
6860: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
6870: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
6880: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
6890: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
68a0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
68b0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
68c0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
68d0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
68e0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
68f0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
6900: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
6910: 68 20 68 65 61 64 65 72 73 0a 0a 6c 6f 67 69 6e  h headers..login
6920: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6c  _.c:.$(SRCDIR)/l
6930: 6f 67 69 6e 2e 63 20 24 28 53 52 43 44 49 52 29  ogin.c $(SRCDIR)
6940: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
6950: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
6960: 24 28 53 52 43 44 49 52 29 2f 6c 6f 67 69 6e 2e  $(SRCDIR)/login.
6970: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
6980: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6c 6f  DIR)/VERSION >lo
6990: 67 69 6e 5f 2e 63 0a 0a 6c 6f 67 69 6e 2e 6f 3a  gin_.c..login.o:
69a0: 09 6c 6f 67 69 6e 5f 2e 63 20 6c 6f 67 69 6e 2e  .login_.c login.
69b0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
69c0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
69d0: 6f 20 6c 6f 67 69 6e 2e 6f 20 2d 63 20 6c 6f 67  o login.o -c log
69e0: 69 6e 5f 2e 63 0a 0a 6c 6f 67 69 6e 2e 68 3a 09  in_.c..login.h:.
69f0: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
6a00: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
6a10: 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63  .c:add.h blob_.c
6a20: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
6a30: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
6a40: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
6a50: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
6a60: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
6a70: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
6a80: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
6a90: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
6aa0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
6ab0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
6ac0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
6ad0: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
6ae0: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
6af0: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
6b00: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
6b10: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
6b20: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
6b30: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
6b40: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
6b50: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
6b60: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
6b70: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
6b80: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
6b90: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
6ba0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
6bb0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
6bc0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
6bd0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
6be0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
6bf0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
6c00: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72  ot_.c:pivot.h pr
6c10: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
6c20: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
6c30: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  ild.h schema_.c:
6c40: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
6c50: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
6c60: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
6c70: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
6c80: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e  c:sync.h timelin
6c90: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
6ca0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
6cb0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
6cc0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
6cd0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
6ce0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
6cf0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
6d00: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
6d10: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
6d20: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
6d30: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
6d40: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56  R)/sqlite3.h ./V
6d50: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
6d60: 68 65 61 64 65 72 73 0a 0a 6d 61 69 6e 5f 2e 63  headers..main_.c
6d70: 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 61 69 6e  :.$(SRCDIR)/main
6d80: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
6d90: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
6da0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
6db0: 43 44 49 52 29 2f 6d 61 69 6e 2e 63 20 7c 20 73  CDIR)/main.c | s
6dc0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
6dd0: 56 45 52 53 49 4f 4e 20 3e 6d 61 69 6e 5f 2e 63  VERSION >main_.c
6de0: 0a 0a 6d 61 69 6e 2e 6f 3a 09 6d 61 69 6e 5f 2e  ..main.o:.main_.
6df0: 63 20 6d 61 69 6e 2e 68 20 70 61 67 65 5f 69 6e  c main.h page_in
6e00: 64 65 78 2e 68 20 24 28 53 52 43 44 49 52 29 2f  dex.h $(SRCDIR)/
6e10: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
6e20: 29 20 2d 6f 20 6d 61 69 6e 2e 6f 20 2d 63 20 6d  ) -o main.o -c m
6e30: 61 69 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e 68 3a 09  ain_.c..main.h:.
6e40: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
6e50: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
6e60: 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63  .c:add.h blob_.c
6e70: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
6e80: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
6e90: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
6ea0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
6eb0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
6ec0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
6ed0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
6ee0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
6ef0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
6f00: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
6f10: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
6f20: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
6f30: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
6f40: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
6f50: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
6f60: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
6f70: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
6f80: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
6f90: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
6fa0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
6fb0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
6fc0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
6fd0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
6fe0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
6ff0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
7000: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
7010: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
7020: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
7030: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
7040: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
7050: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72  ot_.c:pivot.h pr
7060: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
7070: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
7080: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  ild.h schema_.c:
7090: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
70a0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
70b0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
70c0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
70d0: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e  c:sync.h timelin
70e0: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
70f0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
7100: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
7110: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
7120: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
7130: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
7140: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
7150: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
7160: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
7170: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
7180: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
7190: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56  R)/sqlite3.h ./V
71a0: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
71b0: 68 65 61 64 65 72 73 0a 0a 6d 61 6e 69 66 65 73  headers..manifes
71c0: 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  t_.c:.$(SRCDIR)/
71d0: 6d 61 6e 69 66 65 73 74 2e 63 20 24 28 53 52 43  manifest.c $(SRC
71e0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
71f0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
7200: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d 61  ate $(SRCDIR)/ma
7210: 6e 69 66 65 73 74 2e 63 20 7c 20 73 65 64 20 2d  nifest.c | sed -
7220: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
7230: 49 4f 4e 20 3e 6d 61 6e 69 66 65 73 74 5f 2e 63  ION >manifest_.c
7240: 0a 0a 6d 61 6e 69 66 65 73 74 2e 6f 3a 09 6d 61  ..manifest.o:.ma
7250: 6e 69 66 65 73 74 5f 2e 63 20 6d 61 6e 69 66 65  nifest_.c manife
7260: 73 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  st.h  $(SRCDIR)/
7270: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
7280: 29 20 2d 6f 20 6d 61 6e 69 66 65 73 74 2e 6f 20  ) -o manifest.o 
7290: 2d 63 20 6d 61 6e 69 66 65 73 74 5f 2e 63 0a 0a  -c manifest_.c..
72a0: 6d 61 6e 69 66 65 73 74 2e 68 3a 09 6d 61 6b 65  manifest.h:.make
72b0: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
72c0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
72d0: 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  dd.h blob_.c:blo
72e0: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  b.h cgi_.c:cgi.h
72f0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
7300: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
7310: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
7320: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
7330: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
7340: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
7350: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
7360: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
7370: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
7380: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
7390: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
73a0: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
73b0: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
73c0: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
73d0: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
73e0: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
73f0: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
7400: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
7410: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
7420: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
7430: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
7440: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
7450: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
7460: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
7470: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
7480: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
7490: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
74a0: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
74b0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
74c0: 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66  c:pivot.h printf
74d0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
74e0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
74f0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
7500: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
7510: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
7520: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
7530: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
7540: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  nc.h timeline_.c
7550: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61  :timeline.h upda
7560: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
7570: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
7580: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
7590: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
75a0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
75b0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
75c0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
75d0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
75e0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
75f0: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
7600: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
7610: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
7620: 65 72 73 0a 0a 6d 64 35 5f 2e 63 3a 09 24 28 53  ers..md5_.c:.$(S
7630: 52 43 44 49 52 29 2f 6d 64 35 2e 63 20 24 28 53  RCDIR)/md5.c $(S
7640: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
7650: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
7660: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
7670: 6d 64 35 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  md5.c | sed -f $
7680: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
7690: 20 3e 6d 64 35 5f 2e 63 0a 0a 6d 64 35 2e 6f 3a   >md5_.c..md5.o:
76a0: 09 6d 64 35 5f 2e 63 20 6d 64 35 2e 68 20 20 24  .md5_.c md5.h  $
76b0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
76c0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 64  h..$(XTCC) -o md
76d0: 35 2e 6f 20 2d 63 20 6d 64 35 5f 2e 63 0a 0a 6d  5.o -c md5_.c..m
76e0: 64 35 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  d5.h:.makeheader
76f0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
7700: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
7710: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
7720: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
7730: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
7740: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
7750: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
7760: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
7770: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
7780: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
7790: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
77a0: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
77b0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
77c0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
77d0: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
77e0: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
77f0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
7800: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
7810: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
7820: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
7830: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
7840: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
7850: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
7860: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
7870: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
7880: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
7890: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
78a0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
78b0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
78c0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
78d0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
78e0: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
78f0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
7900: 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  t.h printf_.c:pr
7910: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
7920: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65  c:rebuild.h sche
7930: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
7940: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
7950: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
7960: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
7970: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
7980: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
7990: 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ine.h update_.c:
79a0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
79b0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
79c0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
79d0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
79e0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
79f0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
7a00: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
7a10: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
7a20: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
7a30: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
7a40: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
7a50: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d  touch headers..m
7a60: 65 72 67 65 5f 2e 63 3a 09 24 28 53 52 43 44 49  erge_.c:.$(SRCDI
7a70: 52 29 2f 6d 65 72 67 65 2e 63 20 24 28 53 52 43  R)/merge.c $(SRC
7a80: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
7a90: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
7aa0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d 65  ate $(SRCDIR)/me
7ab0: 72 67 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  rge.c | sed -f $
7ac0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
7ad0: 20 3e 6d 65 72 67 65 5f 2e 63 0a 0a 6d 65 72 67   >merge_.c..merg
7ae0: 65 2e 6f 3a 09 6d 65 72 67 65 5f 2e 63 20 6d 65  e.o:.merge_.c me
7af0: 72 67 65 2e 68 20 20 24 28 53 52 43 44 49 52 29  rge.h  $(SRCDIR)
7b00: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
7b10: 43 29 20 2d 6f 20 6d 65 72 67 65 2e 6f 20 2d 63  C) -o merge.o -c
7b20: 20 6d 65 72 67 65 5f 2e 63 0a 0a 6d 65 72 67 65   merge_.c..merge
7b30: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
7b40: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
7b50: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f  add_.c:add.h blo
7b60: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
7b70: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
7b80: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
7b90: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
7ba0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
7bb0: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
7bc0: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
7bd0: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
7be0: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63  ormat.h construc
7bf0: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68  t_.c:construct.h
7c00: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
7c10: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
7c20: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
7c30: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
7c40: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
7c50: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
7c60: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
7c70: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
7c80: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
7c90: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
7ca0: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
7cb0: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
7cc0: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
7cd0: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
7ce0: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
7cf0: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
7d00: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
7d10: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
7d20: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
7d30: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
7d40: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
7d50: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
7d60: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
7d70: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61  rebuild.h schema
7d80: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
7d90: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
7da0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
7db0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
7dc0: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d  nc_.c:sync.h tim
7dd0: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
7de0: 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  e.h update_.c:up
7df0: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
7e00: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
7e10: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
7e20: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
7e30: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
7e40: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
7e50: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
7e60: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
7e70: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
7e80: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
7e90: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
7ea0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 65 72  uch headers..mer
7eb0: 67 65 33 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ge3_.c:.$(SRCDIR
7ec0: 29 2f 6d 65 72 67 65 33 2e 63 20 24 28 53 52 43  )/merge3.c $(SRC
7ed0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
7ee0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
7ef0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d 65  ate $(SRCDIR)/me
7f00: 72 67 65 33 2e 63 20 7c 20 73 65 64 20 2d 66 20  rge3.c | sed -f 
7f10: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
7f20: 4e 20 3e 6d 65 72 67 65 33 5f 2e 63 0a 0a 6d 65  N >merge3_.c..me
7f30: 72 67 65 33 2e 6f 3a 09 6d 65 72 67 65 33 5f 2e  rge3.o:.merge3_.
7f40: 63 20 6d 65 72 67 65 33 2e 68 20 20 24 28 53 52  c merge3.h  $(SR
7f50: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
7f60: 24 28 58 54 43 43 29 20 2d 6f 20 6d 65 72 67 65  $(XTCC) -o merge
7f70: 33 2e 6f 20 2d 63 20 6d 65 72 67 65 33 5f 2e 63  3.o -c merge3_.c
7f80: 0a 0a 6d 65 72 67 65 33 2e 68 3a 09 6d 61 6b 65  ..merge3.h:.make
7f90: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
7fa0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
7fb0: 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  dd.h blob_.c:blo
7fc0: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  b.h cgi_.c:cgi.h
7fd0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
7fe0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
7ff0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
8000: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
8010: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
8020: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
8030: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
8040: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
8050: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
8060: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
8070: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
8080: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
8090: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
80a0: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
80b0: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
80c0: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
80d0: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
80e0: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
80f0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
8100: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
8110: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
8120: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
8130: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
8140: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
8150: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
8160: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
8170: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
8180: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
8190: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
81a0: 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66  c:pivot.h printf
81b0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
81c0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
81d0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
81e0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
81f0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
8200: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
8210: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
8220: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  nc.h timeline_.c
8230: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61  :timeline.h upda
8240: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
8250: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
8260: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
8270: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
8280: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
8290: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
82a0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
82b0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
82c0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
82d0: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
82e0: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
82f0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
8300: 65 72 73 0a 0a 6e 61 6d 65 5f 2e 63 3a 09 24 28  ers..name_.c:.$(
8310: 53 52 43 44 49 52 29 2f 6e 61 6d 65 2e 63 20 24  SRCDIR)/name.c $
8320: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
8330: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
8340: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
8350: 29 2f 6e 61 6d 65 2e 63 20 7c 20 73 65 64 20 2d  )/name.c | sed -
8360: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
8370: 49 4f 4e 20 3e 6e 61 6d 65 5f 2e 63 0a 0a 6e 61  ION >name_.c..na
8380: 6d 65 2e 6f 3a 09 6e 61 6d 65 5f 2e 63 20 6e 61  me.o:.name_.c na
8390: 6d 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  me.h  $(SRCDIR)/
83a0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
83b0: 29 20 2d 6f 20 6e 61 6d 65 2e 6f 20 2d 63 20 6e  ) -o name.o -c n
83c0: 61 6d 65 5f 2e 63 0a 0a 6e 61 6d 65 2e 68 3a 09  ame_.c..name.h:.
83d0: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
83e0: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
83f0: 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63  .c:add.h blob_.c
8400: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
8410: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
8420: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
8430: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
8440: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
8450: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
8460: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
8470: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
8480: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
8490: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
84a0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
84b0: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
84c0: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
84d0: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
84e0: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
84f0: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
8500: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
8510: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
8520: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
8530: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
8540: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
8550: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
8560: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
8570: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
8580: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
8590: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
85a0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
85b0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
85c0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
85d0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
85e0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72  ot_.c:pivot.h pr
85f0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
8600: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
8610: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  ild.h schema_.c:
8620: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
8630: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
8640: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
8650: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
8660: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e  c:sync.h timelin
8670: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
8680: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
8690: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
86a0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
86b0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
86c0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
86d0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
86e0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
86f0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
8700: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
8710: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
8720: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56  R)/sqlite3.h ./V
8730: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
8740: 68 65 61 64 65 72 73 0a 0a 70 69 76 6f 74 5f 2e  headers..pivot_.
8750: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 70 69 76  c:.$(SRCDIR)/piv
8760: 6f 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ot.c $(SRCDIR)/V
8770: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
8780: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
8790: 53 52 43 44 49 52 29 2f 70 69 76 6f 74 2e 63 20  SRCDIR)/pivot.c 
87a0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
87b0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 70 69 76 6f  R)/VERSION >pivo
87c0: 74 5f 2e 63 0a 0a 70 69 76 6f 74 2e 6f 3a 09 70  t_.c..pivot.o:.p
87d0: 69 76 6f 74 5f 2e 63 20 70 69 76 6f 74 2e 68 20  ivot_.c pivot.h 
87e0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
87f0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
8800: 70 69 76 6f 74 2e 6f 20 2d 63 20 70 69 76 6f 74  pivot.o -c pivot
8810: 5f 2e 63 0a 0a 70 69 76 6f 74 2e 68 3a 09 6d 61  _.c..pivot.h:.ma
8820: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
8830: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
8840: 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :add.h blob_.c:b
8850: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
8860: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
8870: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
8880: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
8890: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
88a0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
88b0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
88c0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
88d0: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
88e0: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
88f0: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
8900: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
8910: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
8920: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
8930: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
8940: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
8950: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
8960: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
8970: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
8980: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
8990: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
89a0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
89b0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
89c0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
89d0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
89e0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
89f0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
8a00: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
8a10: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
8a20: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
8a30: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e  _.c:pivot.h prin
8a40: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
8a50: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
8a60: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  d.h schema_.c:sc
8a70: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
8a80: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
8a90: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
8aa0: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
8ab0: 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  sync.h timeline_
8ac0: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70  .c:timeline.h up
8ad0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
8ae0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
8af0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
8b00: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
8b10: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
8b20: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
8b30: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
8b40: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
8b50: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
8b60: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
8b70: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
8b80: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
8b90: 61 64 65 72 73 0a 0a 70 72 69 6e 74 66 5f 2e 63  aders..printf_.c
8ba0: 3a 09 24 28 53 52 43 44 49 52 29 2f 70 72 69 6e  :.$(SRCDIR)/prin
8bb0: 74 66 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  tf.c $(SRCDIR)/V
8bc0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
8bd0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
8be0: 53 52 43 44 49 52 29 2f 70 72 69 6e 74 66 2e 63  SRCDIR)/printf.c
8bf0: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
8c00: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 70 72 69  IR)/VERSION >pri
8c10: 6e 74 66 5f 2e 63 0a 0a 70 72 69 6e 74 66 2e 6f  ntf_.c..printf.o
8c20: 3a 09 70 72 69 6e 74 66 5f 2e 63 20 70 72 69 6e  :.printf_.c prin
8c30: 74 66 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  tf.h  $(SRCDIR)/
8c40: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
8c50: 29 20 2d 6f 20 70 72 69 6e 74 66 2e 6f 20 2d 63  ) -o printf.o -c
8c60: 20 70 72 69 6e 74 66 5f 2e 63 0a 0a 70 72 69 6e   printf_.c..prin
8c70: 74 66 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  tf.h:.makeheader
8c80: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
8c90: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
8ca0: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
8cb0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
8cc0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
8cd0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
8ce0: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
8cf0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
8d00: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
8d10: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
8d20: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
8d30: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
8d40: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
8d50: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
8d60: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
8d70: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
8d80: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
8d90: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
8da0: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
8db0: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
8dc0: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
8dd0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
8de0: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
8df0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
8e00: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
8e10: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
8e20: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
8e30: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
8e40: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
8e50: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
8e60: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
8e70: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
8e80: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
8e90: 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  t.h printf_.c:pr
8ea0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
8eb0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65  c:rebuild.h sche
8ec0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
8ed0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
8ee0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
8ef0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
8f00: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
8f10: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
8f20: 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ine.h update_.c:
8f30: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
8f40: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
8f50: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
8f60: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
8f70: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
8f80: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
8f90: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
8fa0: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
8fb0: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
8fc0: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
8fd0: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
8fe0: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 72  touch headers..r
8ff0: 65 62 75 69 6c 64 5f 2e 63 3a 09 24 28 53 52 43  ebuild_.c:.$(SRC
9000: 44 49 52 29 2f 72 65 62 75 69 6c 64 2e 63 20 24  DIR)/rebuild.c $
9010: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
9020: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
9030: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
9040: 29 2f 72 65 62 75 69 6c 64 2e 63 20 7c 20 73 65  )/rebuild.c | se
9050: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
9060: 45 52 53 49 4f 4e 20 3e 72 65 62 75 69 6c 64 5f  ERSION >rebuild_
9070: 2e 63 0a 0a 72 65 62 75 69 6c 64 2e 6f 3a 09 72  .c..rebuild.o:.r
9080: 65 62 75 69 6c 64 5f 2e 63 20 72 65 62 75 69 6c  ebuild_.c rebuil
9090: 64 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  d.h  $(SRCDIR)/c
90a0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
90b0: 20 2d 6f 20 72 65 62 75 69 6c 64 2e 6f 20 2d 63   -o rebuild.o -c
90c0: 20 72 65 62 75 69 6c 64 5f 2e 63 0a 0a 72 65 62   rebuild_.c..reb
90d0: 75 69 6c 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64  uild.h:.makehead
90e0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
90f0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
9100: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
9110: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
9120: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
9130: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
9140: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
9150: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
9160: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
9170: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
9180: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
9190: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
91a0: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
91b0: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
91c0: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
91d0: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
91e0: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
91f0: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
9200: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
9210: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
9220: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
9230: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
9240: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
9250: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
9260: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
9270: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
9280: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
9290: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
92a0: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
92b0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
92c0: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
92d0: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
92e0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
92f0: 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  vot.h printf_.c:
9300: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
9310: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63  _.c:rebuild.h sc
9320: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
9330: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
9340: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
9350: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
9360: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
9370: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d   timeline_.c:tim
9380: 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e  eline.h update_.
9390: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
93a0: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
93b0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
93c0: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
93d0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
93e0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
93f0: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
9400: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
9410: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
9420: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
9430: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
9440: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
9450: 0a 73 63 68 65 6d 61 5f 2e 63 3a 09 24 28 53 52  .schema_.c:.$(SR
9460: 43 44 49 52 29 2f 73 63 68 65 6d 61 2e 63 20 24  CDIR)/schema.c $
9470: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
9480: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
9490: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
94a0: 29 2f 73 63 68 65 6d 61 2e 63 20 7c 20 73 65 64  )/schema.c | sed
94b0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
94c0: 52 53 49 4f 4e 20 3e 73 63 68 65 6d 61 5f 2e 63  RSION >schema_.c
94d0: 0a 0a 73 63 68 65 6d 61 2e 6f 3a 09 73 63 68 65  ..schema.o:.sche
94e0: 6d 61 5f 2e 63 20 73 63 68 65 6d 61 2e 68 20 20  ma_.c schema.h  
94f0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
9500: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73  .h..$(XTCC) -o s
9510: 63 68 65 6d 61 2e 6f 20 2d 63 20 73 63 68 65 6d  chema.o -c schem
9520: 61 5f 2e 63 0a 0a 73 63 68 65 6d 61 2e 68 3a 09  a_.c..schema.h:.
9530: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
9540: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
9550: 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63  .c:add.h blob_.c
9560: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
9570: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
9580: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
9590: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
95a0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
95b0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
95c0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
95d0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
95e0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
95f0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
9600: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
9610: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
9620: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
9630: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
9640: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
9650: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
9660: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
9670: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
9680: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
9690: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
96a0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
96b0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
96c0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
96d0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
96e0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
96f0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
9700: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
9710: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
9720: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
9730: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
9740: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72  ot_.c:pivot.h pr
9750: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
9760: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
9770: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  ild.h schema_.c:
9780: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
9790: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
97a0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
97b0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
97c0: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e  c:sync.h timelin
97d0: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
97e0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
97f0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
9800: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
9810: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
9820: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
9830: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
9840: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
9850: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
9860: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
9870: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
9880: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56  R)/sqlite3.h ./V
9890: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
98a0: 68 65 61 64 65 72 73 0a 0a 73 65 74 75 70 5f 2e  headers..setup_.
98b0: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 65 74  c:.$(SRCDIR)/set
98c0: 75 70 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  up.c $(SRCDIR)/V
98d0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
98e0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
98f0: 53 52 43 44 49 52 29 2f 73 65 74 75 70 2e 63 20  SRCDIR)/setup.c 
9900: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
9910: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 65 74 75  R)/VERSION >setu
9920: 70 5f 2e 63 0a 0a 73 65 74 75 70 2e 6f 3a 09 73  p_.c..setup.o:.s
9930: 65 74 75 70 5f 2e 63 20 73 65 74 75 70 2e 68 20  etup_.c setup.h 
9940: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
9950: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
9960: 73 65 74 75 70 2e 6f 20 2d 63 20 73 65 74 75 70  setup.o -c setup
9970: 5f 2e 63 0a 0a 73 65 74 75 70 2e 68 3a 09 6d 61  _.c..setup.h:.ma
9980: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
9990: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
99a0: 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :add.h blob_.c:b
99b0: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
99c0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
99d0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
99e0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
99f0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
9a00: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
9a10: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
9a20: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
9a30: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
9a40: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
9a50: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
9a60: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
9a70: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
9a80: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
9a90: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
9aa0: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
9ab0: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
9ac0: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
9ad0: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
9ae0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
9af0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
9b00: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
9b10: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
9b20: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
9b30: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
9b40: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
9b50: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
9b60: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
9b70: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
9b80: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
9b90: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e  _.c:pivot.h prin
9ba0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
9bb0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
9bc0: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  d.h schema_.c:sc
9bd0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
9be0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
9bf0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
9c00: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
9c10: 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  sync.h timeline_
9c20: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70  .c:timeline.h up
9c30: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
9c40: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
9c50: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
9c60: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
9c70: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
9c80: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
9c90: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
9ca0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
9cb0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
9cc0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
9cd0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
9ce0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
9cf0: 61 64 65 72 73 0a 0a 73 68 61 31 5f 2e 63 3a 09  aders..sha1_.c:.
9d00: 24 28 53 52 43 44 49 52 29 2f 73 68 61 31 2e 63  $(SRCDIR)/sha1.c
9d10: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
9d20: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
9d30: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
9d40: 49 52 29 2f 73 68 61 31 2e 63 20 7c 20 73 65 64  IR)/sha1.c | sed
9d50: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
9d60: 52 53 49 4f 4e 20 3e 73 68 61 31 5f 2e 63 0a 0a  RSION >sha1_.c..
9d70: 73 68 61 31 2e 6f 3a 09 73 68 61 31 5f 2e 63 20  sha1.o:.sha1_.c 
9d80: 73 68 61 31 2e 68 20 20 24 28 53 52 43 44 49 52  sha1.h  $(SRCDIR
9d90: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
9da0: 43 43 29 20 2d 6f 20 73 68 61 31 2e 6f 20 2d 63  CC) -o sha1.o -c
9db0: 20 73 68 61 31 5f 2e 63 0a 0a 73 68 61 31 2e 68   sha1_.c..sha1.h
9dc0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
9dd0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
9de0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f  d_.c:add.h blob_
9df0: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
9e00: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
9e10: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
9e20: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
9e30: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
9e40: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
9e50: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
9e60: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
9e70: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
9e80: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
9e90: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
9ea0: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
9eb0: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
9ec0: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
9ed0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
9ee0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
9ef0: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
9f00: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
9f10: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
9f20: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
9f30: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
9f40: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
9f50: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
9f60: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
9f70: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
9f80: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
9f90: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
9fa0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
9fb0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
9fc0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
9fd0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
9fe0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
9ff0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
a000: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e  build.h schema_.
a010: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
a020: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
a030: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
a040: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
a050: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c  _.c:sync.h timel
a060: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
a070: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
a080: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
a090: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
a0a0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
a0b0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
a0c0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
a0d0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
a0e0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
a0f0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
a100: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
a110: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
a120: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
a130: 68 20 68 65 61 64 65 72 73 0a 0a 73 74 79 6c 65  h headers..style
a140: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73  _.c:.$(SRCDIR)/s
a150: 74 79 6c 65 2e 63 20 24 28 53 52 43 44 49 52 29  tyle.c $(SRCDIR)
a160: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
a170: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
a180: 24 28 53 52 43 44 49 52 29 2f 73 74 79 6c 65 2e  $(SRCDIR)/style.
a190: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
a1a0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 74  DIR)/VERSION >st
a1b0: 79 6c 65 5f 2e 63 0a 0a 73 74 79 6c 65 2e 6f 3a  yle_.c..style.o:
a1c0: 09 73 74 79 6c 65 5f 2e 63 20 73 74 79 6c 65 2e  .style_.c style.
a1d0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
a1e0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
a1f0: 6f 20 73 74 79 6c 65 2e 6f 20 2d 63 20 73 74 79  o style.o -c sty
a200: 6c 65 5f 2e 63 0a 0a 73 74 79 6c 65 2e 68 3a 09  le_.c..style.h:.
a210: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
a220: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
a230: 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63  .c:add.h blob_.c
a240: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
a250: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
a260: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
a270: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
a280: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
a290: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
a2a0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
a2b0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
a2c0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
a2d0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
a2e0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
a2f0: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
a300: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
a310: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
a320: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
a330: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
a340: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
a350: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
a360: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
a370: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
a380: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
a390: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
a3a0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
a3b0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
a3c0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
a3d0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
a3e0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
a3f0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
a400: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
a410: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
a420: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72  ot_.c:pivot.h pr
a430: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
a440: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
a450: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  ild.h schema_.c:
a460: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
a470: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
a480: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
a490: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
a4a0: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e  c:sync.h timelin
a4b0: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
a4c0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
a4d0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
a4e0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
a4f0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
a500: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
a510: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
a520: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
a530: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
a540: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
a550: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
a560: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56  R)/sqlite3.h ./V
a570: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
a580: 68 65 61 64 65 72 73 0a 0a 73 79 6e 63 5f 2e 63  headers..sync_.c
a590: 3a 09 24 28 53 52 43 44 49 52 29 2f 73 79 6e 63  :.$(SRCDIR)/sync
a5a0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
a5b0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
a5c0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
a5d0: 43 44 49 52 29 2f 73 79 6e 63 2e 63 20 7c 20 73  CDIR)/sync.c | s
a5e0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
a5f0: 56 45 52 53 49 4f 4e 20 3e 73 79 6e 63 5f 2e 63  VERSION >sync_.c
a600: 0a 0a 73 79 6e 63 2e 6f 3a 09 73 79 6e 63 5f 2e  ..sync.o:.sync_.
a610: 63 20 73 79 6e 63 2e 68 20 20 24 28 53 52 43 44  c sync.h  $(SRCD
a620: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
a630: 58 54 43 43 29 20 2d 6f 20 73 79 6e 63 2e 6f 20  XTCC) -o sync.o 
a640: 2d 63 20 73 79 6e 63 5f 2e 63 0a 0a 73 79 6e 63  -c sync_.c..sync
a650: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
a660: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
a670: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f  add_.c:add.h blo
a680: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
a690: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
a6a0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
a6b0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
a6c0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
a6d0: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
a6e0: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
a6f0: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
a700: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63  ormat.h construc
a710: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68  t_.c:construct.h
a720: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
a730: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
a740: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
a750: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
a760: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
a770: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
a780: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
a790: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
a7a0: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
a7b0: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
a7c0: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
a7d0: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
a7e0: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
a7f0: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
a800: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
a810: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
a820: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
a830: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
a840: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
a850: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
a860: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
a870: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
a880: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
a890: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61  rebuild.h schema
a8a0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
a8b0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
a8c0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
a8d0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
a8e0: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d  nc_.c:sync.h tim
a8f0: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
a900: 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  e.h update_.c:up
a910: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
a920: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
a930: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
a940: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
a950: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
a960: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
a970: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
a980: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
a990: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
a9a0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
a9b0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
a9c0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 74 69 6d  uch headers..tim
a9d0: 65 6c 69 6e 65 5f 2e 63 3a 09 24 28 53 52 43 44  eline_.c:.$(SRCD
a9e0: 49 52 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 24  IR)/timeline.c $
a9f0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
aa00: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
aa10: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
aa20: 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 7c 20 73  )/timeline.c | s
aa30: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
aa40: 56 45 52 53 49 4f 4e 20 3e 74 69 6d 65 6c 69 6e  VERSION >timelin
aa50: 65 5f 2e 63 0a 0a 74 69 6d 65 6c 69 6e 65 2e 6f  e_.c..timeline.o
aa60: 3a 09 74 69 6d 65 6c 69 6e 65 5f 2e 63 20 74 69  :.timeline_.c ti
aa70: 6d 65 6c 69 6e 65 2e 68 20 20 24 28 53 52 43 44  meline.h  $(SRCD
aa80: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
aa90: 58 54 43 43 29 20 2d 6f 20 74 69 6d 65 6c 69 6e  XTCC) -o timelin
aaa0: 65 2e 6f 20 2d 63 20 74 69 6d 65 6c 69 6e 65 5f  e.o -c timeline_
aab0: 2e 63 0a 0a 74 69 6d 65 6c 69 6e 65 2e 68 3a 09  .c..timeline.h:.
aac0: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
aad0: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
aae0: 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63  .c:add.h blob_.c
aaf0: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
ab00: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
ab10: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
ab20: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
ab30: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
ab40: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
ab50: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
ab60: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
ab70: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
ab80: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
ab90: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
aba0: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
abb0: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
abc0: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
abd0: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
abe0: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
abf0: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
ac00: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
ac10: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
ac20: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
ac30: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
ac40: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
ac50: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
ac60: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
ac70: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
ac80: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
ac90: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
aca0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
acb0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
acc0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
acd0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72  ot_.c:pivot.h pr
ace0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
acf0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
ad00: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  ild.h schema_.c:
ad10: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
ad20: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
ad30: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
ad40: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
ad50: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e  c:sync.h timelin
ad60: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
ad70: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
ad80: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
ad90: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
ada0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
adb0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
adc0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
add0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
ade0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
adf0: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
ae00: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
ae10: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56  R)/sqlite3.h ./V
ae20: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
ae30: 68 65 61 64 65 72 73 0a 0a 75 70 64 61 74 65 5f  headers..update_
ae40: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 75 70  .c:.$(SRCDIR)/up
ae50: 64 61 74 65 2e 63 20 24 28 53 52 43 44 49 52 29  date.c $(SRCDIR)
ae60: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
ae70: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
ae80: 24 28 53 52 43 44 49 52 29 2f 75 70 64 61 74 65  $(SRCDIR)/update
ae90: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
aea0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 75  CDIR)/VERSION >u
aeb0: 70 64 61 74 65 5f 2e 63 0a 0a 75 70 64 61 74 65  pdate_.c..update
aec0: 2e 6f 3a 09 75 70 64 61 74 65 5f 2e 63 20 75 70  .o:.update_.c up
aed0: 64 61 74 65 2e 68 20 20 24 28 53 52 43 44 49 52  date.h  $(SRCDIR
aee0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
aef0: 43 43 29 20 2d 6f 20 75 70 64 61 74 65 2e 6f 20  CC) -o update.o 
af00: 2d 63 20 75 70 64 61 74 65 5f 2e 63 0a 0a 75 70  -c update_.c..up
af10: 64 61 74 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64  date.h:.makehead
af20: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
af30: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
af40: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
af50: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
af60: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
af70: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
af80: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
af90: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
afa0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
afb0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
afc0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73  comformat.h cons
afd0: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75  truct_.c:constru
afe0: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ct.h content_.c:
aff0: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a  content.h db_.c:
b000: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65  db.h delta_.c:de
b010: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e  lta.h deltacmd_.
b020: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73  c:deltacmd.h des
b030: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63  cendents_.c:desc
b040: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e  endents.h diff_.
b050: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  c:diff.h diffcmd
b060: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e  _.c:diffcmd.h en
b070: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
b080: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
b090: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
b0a0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
b0b0: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
b0c0: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
b0d0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
b0e0: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
b0f0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
b100: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
b110: 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61  ge3.h name_.c:na
b120: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69  me.h pivot_.c:pi
b130: 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a  vot.h printf_.c:
b140: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64  printf.h rebuild
b150: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63  _.c:rebuild.h sc
b160: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68  hema_.c:schema.h
b170: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e   setup_.c:setup.
b180: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68  h sha1_.c:sha1.h
b190: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e   style_.c:style.
b1a0: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68  h sync_.c:sync.h
b1b0: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d   timeline_.c:tim
b1c0: 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e  eline.h update_.
b1d0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e  c:update.h url_.
b1e0: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a  c:url.h user_.c:
b1f0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63  user.h verify_.c
b200: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f  :verify.h vfile_
b210: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f  .c:vfile.h wiki_
b220: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f  .c:wiki.h wikifo
b230: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d  rmat_.c:wikiform
b240: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65  at.h xfer_.c:xfe
b250: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68  r.h zip_.c:zip.h
b260: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
b270: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68  e3.h ./VERSION.h
b280: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a  ..touch headers.
b290: 0a 75 72 6c 5f 2e 63 3a 09 24 28 53 52 43 44 49  .url_.c:.$(SRCDI
b2a0: 52 29 2f 75 72 6c 2e 63 20 24 28 53 52 43 44 49  R)/url.c $(SRCDI
b2b0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
b2c0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
b2d0: 65 20 24 28 53 52 43 44 49 52 29 2f 75 72 6c 2e  e $(SRCDIR)/url.
b2e0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
b2f0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 75 72  DIR)/VERSION >ur
b300: 6c 5f 2e 63 0a 0a 75 72 6c 2e 6f 3a 09 75 72 6c  l_.c..url.o:.url
b310: 5f 2e 63 20 75 72 6c 2e 68 20 20 24 28 53 52 43  _.c url.h  $(SRC
b320: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
b330: 28 58 54 43 43 29 20 2d 6f 20 75 72 6c 2e 6f 20  (XTCC) -o url.o 
b340: 2d 63 20 75 72 6c 5f 2e 63 0a 0a 75 72 6c 2e 68  -c url_.c..url.h
b350: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
b360: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
b370: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f  d_.c:add.h blob_
b380: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
b390: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
b3a0: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
b3b0: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
b3c0: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
b3d0: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
b3e0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
b3f0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
b400: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f  mat.h construct_
b410: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63  .c:construct.h c
b420: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
b430: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
b440: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
b450: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
b460: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
b470: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
b480: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
b490: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
b4a0: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
b4b0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
b4c0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
b4d0: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
b4e0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
b4f0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
b500: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
b510: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
b520: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
b530: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
b540: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
b550: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
b560: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
b570: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
b580: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
b590: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e  build.h schema_.
b5a0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
b5b0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
b5c0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
b5d0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
b5e0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c  _.c:sync.h timel
b5f0: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
b600: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
b610: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
b620: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
b630: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
b640: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
b650: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
b660: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
b670: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
b680: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
b690: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
b6a0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
b6b0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
b6c0: 68 20 68 65 61 64 65 72 73 0a 0a 75 73 65 72 5f  h headers..user_
b6d0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 75 73  .c:.$(SRCDIR)/us
b6e0: 65 72 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  er.c $(SRCDIR)/V
b6f0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
b700: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
b710: 53 52 43 44 49 52 29 2f 75 73 65 72 2e 63 20 7c  SRCDIR)/user.c |
b720: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
b730: 29 2f 56 45 52 53 49 4f 4e 20 3e 75 73 65 72 5f  )/VERSION >user_
b740: 2e 63 0a 0a 75 73 65 72 2e 6f 3a 09 75 73 65 72  .c..user.o:.user
b750: 5f 2e 63 20 75 73 65 72 2e 68 20 20 24 28 53 52  _.c user.h  $(SR
b760: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
b770: 24 28 58 54 43 43 29 20 2d 6f 20 75 73 65 72 2e  $(XTCC) -o user.
b780: 6f 20 2d 63 20 75 73 65 72 5f 2e 63 0a 0a 75 73  o -c user_.c..us
b790: 65 72 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  er.h:.makeheader
b7a0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
b7b0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
b7c0: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
b7d0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
b7e0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
b7f0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
b800: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
b810: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
b820: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
b830: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
b840: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72  mformat.h constr
b850: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74  uct_.c:construct
b860: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
b870: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
b880: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
b890: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
b8a0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
b8b0: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
b8c0: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
b8d0: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
b8e0: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
b8f0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
b900: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
b910: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
b920: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
b930: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
b940: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
b950: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
b960: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
b970: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
b980: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
b990: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
b9a0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
b9b0: 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  t.h printf_.c:pr
b9c0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
b9d0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65  c:rebuild.h sche
b9e0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
b9f0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
ba00: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
ba10: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
ba20: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
ba30: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
ba40: 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ine.h update_.c:
ba50: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
ba60: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
ba70: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
ba80: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
ba90: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
baa0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
bab0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
bac0: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
bad0: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
bae0: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
baf0: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
bb00: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 76  touch headers..v
bb10: 65 72 69 66 79 5f 2e 63 3a 09 24 28 53 52 43 44  erify_.c:.$(SRCD
bb20: 49 52 29 2f 76 65 72 69 66 79 2e 63 20 24 28 53  IR)/verify.c $(S
bb30: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
bb40: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
bb50: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
bb60: 76 65 72 69 66 79 2e 63 20 7c 20 73 65 64 20 2d  verify.c | sed -
bb70: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
bb80: 49 4f 4e 20 3e 76 65 72 69 66 79 5f 2e 63 0a 0a  ION >verify_.c..
bb90: 76 65 72 69 66 79 2e 6f 3a 09 76 65 72 69 66 79  verify.o:.verify
bba0: 5f 2e 63 20 76 65 72 69 66 79 2e 68 20 20 24 28  _.c verify.h  $(
bbb0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
bbc0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 76 65 72  ..$(XTCC) -o ver
bbd0: 69 66 79 2e 6f 20 2d 63 20 76 65 72 69 66 79 5f  ify.o -c verify_
bbe0: 2e 63 0a 0a 76 65 72 69 66 79 2e 68 3a 09 6d 61  .c..verify.h:.ma
bbf0: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
bc00: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
bc10: 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :add.h blob_.c:b
bc20: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
bc30: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
bc40: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
bc50: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
bc60: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
bc70: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
bc80: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
bc90: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
bca0: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
bcb0: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
bcc0: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
bcd0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
bce0: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
bcf0: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
bd00: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
bd10: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
bd20: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
bd30: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
bd40: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
bd50: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
bd60: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
bd70: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
bd80: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
bd90: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
bda0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
bdb0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
bdc0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
bdd0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
bde0: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
bdf0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
be00: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e  _.c:pivot.h prin
be10: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
be20: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
be30: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  d.h schema_.c:sc
be40: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
be50: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
be60: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
be70: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
be80: 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  sync.h timeline_
be90: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70  .c:timeline.h up
bea0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
beb0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
bec0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
bed0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
bee0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
bef0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
bf00: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
bf10: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
bf20: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
bf30: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
bf40: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
bf50: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
bf60: 61 64 65 72 73 0a 0a 76 66 69 6c 65 5f 2e 63 3a  aders..vfile_.c:
bf70: 09 24 28 53 52 43 44 49 52 29 2f 76 66 69 6c 65  .$(SRCDIR)/vfile
bf80: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
bf90: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
bfa0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
bfb0: 43 44 49 52 29 2f 76 66 69 6c 65 2e 63 20 7c 20  CDIR)/vfile.c | 
bfc0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
bfd0: 2f 56 45 52 53 49 4f 4e 20 3e 76 66 69 6c 65 5f  /VERSION >vfile_
bfe0: 2e 63 0a 0a 76 66 69 6c 65 2e 6f 3a 09 76 66 69  .c..vfile.o:.vfi
bff0: 6c 65 5f 2e 63 20 76 66 69 6c 65 2e 68 20 20 24  le_.c vfile.h  $
c000: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
c010: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 76 66  h..$(XTCC) -o vf
c020: 69 6c 65 2e 6f 20 2d 63 20 76 66 69 6c 65 5f 2e  ile.o -c vfile_.
c030: 63 0a 0a 76 66 69 6c 65 2e 68 3a 09 6d 61 6b 65  c..vfile.h:.make
c040: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
c050: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
c060: 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  dd.h blob_.c:blo
c070: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  b.h cgi_.c:cgi.h
c080: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
c090: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
c0a0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
c0b0: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
c0c0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
c0d0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
c0e0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
c0f0: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
c100: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
c110: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
c120: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
c130: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
c140: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
c150: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
c160: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
c170: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
c180: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
c190: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
c1a0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
c1b0: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
c1c0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
c1d0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
c1e0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
c1f0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
c200: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
c210: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
c220: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
c230: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
c240: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
c250: 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66  c:pivot.h printf
c260: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
c270: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
c280: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
c290: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
c2a0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
c2b0: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
c2c0: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
c2d0: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  nc.h timeline_.c
c2e0: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61  :timeline.h upda
c2f0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
c300: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
c310: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
c320: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
c330: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
c340: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
c350: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
c360: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
c370: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
c380: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
c390: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
c3a0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
c3b0: 65 72 73 0a 0a 77 69 6b 69 5f 2e 63 3a 09 24 28  ers..wiki_.c:.$(
c3c0: 53 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 20 24  SRCDIR)/wiki.c $
c3d0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
c3e0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
c3f0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
c400: 29 2f 77 69 6b 69 2e 63 20 7c 20 73 65 64 20 2d  )/wiki.c | sed -
c410: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
c420: 49 4f 4e 20 3e 77 69 6b 69 5f 2e 63 0a 0a 77 69  ION >wiki_.c..wi
c430: 6b 69 2e 6f 3a 09 77 69 6b 69 5f 2e 63 20 77 69  ki.o:.wiki_.c wi
c440: 6b 69 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  ki.h  $(SRCDIR)/
c450: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
c460: 29 20 2d 6f 20 77 69 6b 69 2e 6f 20 2d 63 20 77  ) -o wiki.o -c w
c470: 69 6b 69 5f 2e 63 0a 0a 77 69 6b 69 2e 68 3a 09  iki_.c..wiki.h:.
c480: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
c490: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
c4a0: 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63  .c:add.h blob_.c
c4b0: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
c4c0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
c4d0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
c4e0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
c4f0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
c500: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
c510: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
c520: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
c530: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
c540: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
c550: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
c560: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
c570: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
c580: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
c590: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
c5a0: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
c5b0: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
c5c0: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
c5d0: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
c5e0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
c5f0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
c600: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
c610: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
c620: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
c630: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
c640: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
c650: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
c660: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
c670: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
c680: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
c690: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72  ot_.c:pivot.h pr
c6a0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
c6b0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
c6c0: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  ild.h schema_.c:
c6d0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
c6e0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
c6f0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
c700: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
c710: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e  c:sync.h timelin
c720: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
c730: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
c740: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
c750: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
c760: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
c770: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
c780: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
c790: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
c7a0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
c7b0: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
c7c0: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
c7d0: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56  R)/sqlite3.h ./V
c7e0: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
c7f0: 68 65 61 64 65 72 73 0a 0a 77 69 6b 69 66 6f 72  headers..wikifor
c800: 6d 61 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  mat_.c:.$(SRCDIR
c810: 29 2f 77 69 6b 69 66 6f 72 6d 61 74 2e 63 20 24  )/wikiformat.c $
c820: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
c830: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
c840: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
c850: 29 2f 77 69 6b 69 66 6f 72 6d 61 74 2e 63 20 7c  )/wikiformat.c |
c860: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
c870: 29 2f 56 45 52 53 49 4f 4e 20 3e 77 69 6b 69 66  )/VERSION >wikif
c880: 6f 72 6d 61 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f  ormat_.c..wikifo
c890: 72 6d 61 74 2e 6f 3a 09 77 69 6b 69 66 6f 72 6d  rmat.o:.wikiform
c8a0: 61 74 5f 2e 63 20 77 69 6b 69 66 6f 72 6d 61 74  at_.c wikiformat
c8b0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
c8c0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
c8d0: 2d 6f 20 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 20  -o wikiformat.o 
c8e0: 2d 63 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  -c wikiformat_.c
c8f0: 0a 0a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 3a 09  ..wikiformat.h:.
c900: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
c910: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
c920: 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63  .c:add.h blob_.c
c930: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
c940: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
c950: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
c960: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
c970: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
c980: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
c990: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
c9a0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
c9b0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63  t.h construct_.c
c9c0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e  :construct.h con
c9d0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
c9e0: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
c9f0: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
ca00: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
ca10: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
ca20: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
ca30: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
ca40: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
ca50: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
ca60: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
ca70: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
ca80: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
ca90: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
caa0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
cab0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
cac0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
cad0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
cae0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
caf0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
cb00: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
cb10: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72  ot_.c:pivot.h pr
cb20: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
cb30: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
cb40: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  ild.h schema_.c:
cb50: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
cb60: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
cb70: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
cb80: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
cb90: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e  c:sync.h timelin
cba0: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
cbb0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
cbc0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
cbd0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
cbe0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
cbf0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
cc00: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
cc10: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
cc20: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
cc30: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
cc40: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
cc50: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56  R)/sqlite3.h ./V
cc60: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
cc70: 68 65 61 64 65 72 73 0a 0a 78 66 65 72 5f 2e 63  headers..xfer_.c
cc80: 3a 09 24 28 53 52 43 44 49 52 29 2f 78 66 65 72  :.$(SRCDIR)/xfer
cc90: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
cca0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
ccb0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
ccc0: 43 44 49 52 29 2f 78 66 65 72 2e 63 20 7c 20 73  CDIR)/xfer.c | s
ccd0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
cce0: 56 45 52 53 49 4f 4e 20 3e 78 66 65 72 5f 2e 63  VERSION >xfer_.c
ccf0: 0a 0a 78 66 65 72 2e 6f 3a 09 78 66 65 72 5f 2e  ..xfer.o:.xfer_.
cd00: 63 20 78 66 65 72 2e 68 20 20 24 28 53 52 43 44  c xfer.h  $(SRCD
cd10: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
cd20: 58 54 43 43 29 20 2d 6f 20 78 66 65 72 2e 6f 20  XTCC) -o xfer.o 
cd30: 2d 63 20 78 66 65 72 5f 2e 63 0a 0a 78 66 65 72  -c xfer_.c..xfer
cd40: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
cd50: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
cd60: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f  add_.c:add.h blo
cd70: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
cd80: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
cd90: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
cda0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
cdb0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
cdc0: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
cdd0: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
cde0: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
cdf0: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63  ormat.h construc
ce00: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68  t_.c:construct.h
ce10: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
ce20: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
ce30: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
ce40: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
ce50: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
ce60: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
ce70: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
ce80: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
ce90: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
cea0: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
ceb0: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
cec0: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
ced0: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
cee0: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
cef0: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
cf00: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
cf10: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
cf20: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
cf30: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
cf40: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
cf50: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
cf60: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
cf70: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
cf80: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61  rebuild.h schema
cf90: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
cfa0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
cfb0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
cfc0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
cfd0: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d  nc_.c:sync.h tim
cfe0: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
cff0: 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  e.h update_.c:up
d000: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
d010: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
d020: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
d030: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
d040: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
d050: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
d060: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
d070: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
d080: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
d090: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
d0a0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
d0b0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 7a 69 70  uch headers..zip
d0c0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 7a  _.c:.$(SRCDIR)/z
d0d0: 69 70 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ip.c $(SRCDIR)/V
d0e0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
d0f0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
d100: 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 20 7c 20  SRCDIR)/zip.c | 
d110: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
d120: 2f 56 45 52 53 49 4f 4e 20 3e 7a 69 70 5f 2e 63  /VERSION >zip_.c
d130: 0a 0a 7a 69 70 2e 6f 3a 09 7a 69 70 5f 2e 63 20  ..zip.o:.zip_.c 
d140: 7a 69 70 2e 68 20 20 24 28 53 52 43 44 49 52 29  zip.h  $(SRCDIR)
d150: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
d160: 43 29 20 2d 6f 20 7a 69 70 2e 6f 20 2d 63 20 7a  C) -o zip.o -c z
d170: 69 70 5f 2e 63 0a 0a 7a 69 70 2e 68 3a 09 6d 61  ip_.c..zip.h:.ma
d180: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
d190: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
d1a0: 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :add.h blob_.c:b
d1b0: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
d1c0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
d1d0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
d1e0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
d1f0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
d200: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
d210: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
d220: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
d230: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63  h construct_.c:c
d240: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65  onstruct.h conte
d250: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
d260: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
d270: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
d280: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
d290: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
d2a0: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
d2b0: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
d2c0: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
d2d0: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
d2e0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
d2f0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
d300: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
d310: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
d320: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
d330: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
d340: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
d350: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
d360: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
d370: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
d380: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
d390: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e  _.c:pivot.h prin
d3a0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
d3b0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
d3c0: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  d.h schema_.c:sc
d3d0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
d3e0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
d3f0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
d400: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
d410: 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  sync.h timeline_
d420: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70  .c:timeline.h up
d430: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
d440: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
d450: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
d460: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
d470: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
d480: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
d490: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
d4a0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
d4b0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
d4c0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
d4d0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
d4e0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
d4f0: 61 64 65 72 73 0a 0a 73 71 6c 69 74 65 33 2e 6f  aders..sqlite3.o
d500: 3a 09 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  :.$(SRCDIR)/sqli
d510: 74 65 33 2e 63 0a 09 24 28 58 54 43 43 29 20 2d  te3.c..$(XTCC) -
d520: 44 53 51 4c 49 54 45 5f 4f 4d 49 54 5f 4c 4f 41  DSQLITE_OMIT_LOA
d530: 44 5f 45 58 54 45 4e 53 49 4f 4e 3d 31 20 2d 44  D_EXTENSION=1 -D
d540: 53 51 4c 49 54 45 5f 50 52 49 56 41 54 45 3d 20  SQLITE_PRIVATE= 
d550: 2d 44 54 48 52 45 41 44 53 41 46 45 3d 30 20 2d  -DTHREADSAFE=0 -
d560: 44 53 51 4c 49 54 45 5f 44 45 46 41 55 4c 54 5f  DSQLITE_DEFAULT_
d570: 46 49 4c 45 5f 46 4f 52 4d 41 54 3d 34 20 2d 63  FILE_FORMAT=4 -c
d580: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74   $(SRCDIR)/sqlit
d590: 65 33 2e 63 20 2d 6f 20 73 71 6c 69 74 65 33 2e  e3.c -o sqlite3.
d5a0: 6f 0a 0a                                         o..