Hex Artifact Content
Not logged in

Artifact 7b8ae816c0619d22294cd74ceeb184a64a0eb59b:

File src/main.mk part of check-in [b4571bb75e] - Fix a makefile dependency to force a rebuild whenever the manifest.uuid changes. by drh on 2007-08-25 19:45:38.

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: 74 65 6e 74 2e 63 20 5c 0a 20 20 24 28 53 52 43  tent.c \.  $(SRC
01c0: 44 49 52 29 2f 64 62 2e 63 20 5c 0a 20 20 24 28  DIR)/db.c \.  $(
01d0: 53 52 43 44 49 52 29 2f 64 65 6c 74 61 2e 63 20  SRCDIR)/delta.c 
01e0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 65  \.  $(SRCDIR)/de
01f0: 6c 74 61 63 6d 64 2e 63 20 5c 0a 20 20 24 28 53  ltacmd.c \.  $(S
0200: 52 43 44 49 52 29 2f 64 65 73 63 65 6e 64 65 6e  RCDIR)/descenden
0210: 74 73 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  ts.c \.  $(SRCDI
0220: 52 29 2f 64 69 66 66 2e 63 20 5c 0a 20 20 24 28  R)/diff.c \.  $(
0230: 53 52 43 44 49 52 29 2f 64 69 66 66 63 6d 64 2e  SRCDIR)/diffcmd.
0240: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0250: 65 6e 63 6f 64 65 2e 63 20 5c 0a 20 20 24 28 53  encode.c \.  $(S
0260: 52 43 44 49 52 29 2f 66 69 6c 65 2e 63 20 5c 0a  RCDIR)/file.c \.
0270: 20 20 24 28 53 52 43 44 49 52 29 2f 68 74 74 70    $(SRCDIR)/http
0280: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
0290: 2f 69 6e 66 6f 2e 63 20 5c 0a 20 20 24 28 53 52  /info.c \.  $(SR
02a0: 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 5c 0a  CDIR)/login.c \.
02b0: 20 20 24 28 53 52 43 44 49 52 29 2f 6d 61 69 6e    $(SRCDIR)/main
02c0: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
02d0: 2f 6d 61 6e 69 66 65 73 74 2e 63 20 5c 0a 20 20  /manifest.c \.  
02e0: 24 28 53 52 43 44 49 52 29 2f 6d 64 35 2e 63 20  $(SRCDIR)/md5.c 
02f0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d 65  \.  $(SRCDIR)/me
0300: 72 67 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  rge.c \.  $(SRCD
0310: 49 52 29 2f 6d 65 72 67 65 33 2e 63 20 5c 0a 20  IR)/merge3.c \. 
0320: 20 24 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 2e   $(SRCDIR)/name.
0330: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0340: 70 69 76 6f 74 2e 63 20 5c 0a 20 20 24 28 53 52  pivot.c \.  $(SR
0350: 43 44 49 52 29 2f 70 72 69 6e 74 66 2e 63 20 5c  CDIR)/printf.c \
0360: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 72 65 62  .  $(SRCDIR)/reb
0370: 75 69 6c 64 2e 63 20 5c 0a 20 20 24 28 53 52 43  uild.c \.  $(SRC
0380: 44 49 52 29 2f 73 63 68 65 6d 61 2e 63 20 5c 0a  DIR)/schema.c \.
0390: 20 20 24 28 53 52 43 44 49 52 29 2f 73 65 74 75    $(SRCDIR)/setu
03a0: 70 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  p.c \.  $(SRCDIR
03b0: 29 2f 73 68 61 31 2e 63 20 5c 0a 20 20 24 28 53  )/sha1.c \.  $(S
03c0: 52 43 44 49 52 29 2f 73 74 79 6c 65 2e 63 20 5c  RCDIR)/style.c \
03d0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 79 6e  .  $(SRCDIR)/syn
03e0: 63 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  c.c \.  $(SRCDIR
03f0: 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 5c 0a 20  )/timeline.c \. 
0400: 20 24 28 53 52 43 44 49 52 29 2f 75 70 64 61 74   $(SRCDIR)/updat
0410: 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  e.c \.  $(SRCDIR
0420: 29 2f 75 72 6c 2e 63 20 5c 0a 20 20 24 28 53 52  )/url.c \.  $(SR
0430: 43 44 49 52 29 2f 75 73 65 72 2e 63 20 5c 0a 20  CDIR)/user.c \. 
0440: 20 24 28 53 52 43 44 49 52 29 2f 76 65 72 69 66   $(SRCDIR)/verif
0450: 79 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  y.c \.  $(SRCDIR
0460: 29 2f 76 66 69 6c 65 2e 63 20 5c 0a 20 20 24 28  )/vfile.c \.  $(
0470: 53 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 20 5c  SRCDIR)/wiki.c \
0480: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 77 69 6b  .  $(SRCDIR)/wik
0490: 69 66 6f 72 6d 61 74 2e 63 20 5c 0a 20 20 24 28  iformat.c \.  $(
04a0: 53 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20 5c  SRCDIR)/xfer.c \
04b0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 7a 69 70  .  $(SRCDIR)/zip
04c0: 2e 63 0a 0a 54 52 41 4e 53 5f 53 52 43 20 3d 20  .c..TRANS_SRC = 
04d0: 5c 0a 20 20 61 64 64 5f 2e 63 20 5c 0a 20 20 62  \.  add_.c \.  b
04e0: 6c 6f 62 5f 2e 63 20 5c 0a 20 20 63 67 69 5f 2e  lob_.c \.  cgi_.
04f0: 63 20 5c 0a 20 20 63 68 65 63 6b 69 6e 5f 2e 63  c \.  checkin_.c
0500: 20 5c 0a 20 20 63 68 65 63 6b 6f 75 74 5f 2e 63   \.  checkout_.c
0510: 20 5c 0a 20 20 63 6c 65 61 72 73 69 67 6e 5f 2e   \.  clearsign_.
0520: 63 20 5c 0a 20 20 63 6c 6f 6e 65 5f 2e 63 20 5c  c \.  clone_.c \
0530: 0a 20 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 20  .  comformat_.c 
0540: 5c 0a 20 20 63 6f 6e 74 65 6e 74 5f 2e 63 20 5c  \.  content_.c \
0550: 0a 20 20 64 62 5f 2e 63 20 5c 0a 20 20 64 65 6c  .  db_.c \.  del
0560: 74 61 5f 2e 63 20 5c 0a 20 20 64 65 6c 74 61 63  ta_.c \.  deltac
0570: 6d 64 5f 2e 63 20 5c 0a 20 20 64 65 73 63 65 6e  md_.c \.  descen
0580: 64 65 6e 74 73 5f 2e 63 20 5c 0a 20 20 64 69 66  dents_.c \.  dif
0590: 66 5f 2e 63 20 5c 0a 20 20 64 69 66 66 63 6d 64  f_.c \.  diffcmd
05a0: 5f 2e 63 20 5c 0a 20 20 65 6e 63 6f 64 65 5f 2e  _.c \.  encode_.
05b0: 63 20 5c 0a 20 20 66 69 6c 65 5f 2e 63 20 5c 0a  c \.  file_.c \.
05c0: 20 20 68 74 74 70 5f 2e 63 20 5c 0a 20 20 69 6e    http_.c \.  in
05d0: 66 6f 5f 2e 63 20 5c 0a 20 20 6c 6f 67 69 6e 5f  fo_.c \.  login_
05e0: 2e 63 20 5c 0a 20 20 6d 61 69 6e 5f 2e 63 20 5c  .c \.  main_.c \
05f0: 0a 20 20 6d 61 6e 69 66 65 73 74 5f 2e 63 20 5c  .  manifest_.c \
0600: 0a 20 20 6d 64 35 5f 2e 63 20 5c 0a 20 20 6d 65  .  md5_.c \.  me
0610: 72 67 65 5f 2e 63 20 5c 0a 20 20 6d 65 72 67 65  rge_.c \.  merge
0620: 33 5f 2e 63 20 5c 0a 20 20 6e 61 6d 65 5f 2e 63  3_.c \.  name_.c
0630: 20 5c 0a 20 20 70 69 76 6f 74 5f 2e 63 20 5c 0a   \.  pivot_.c \.
0640: 20 20 70 72 69 6e 74 66 5f 2e 63 20 5c 0a 20 20    printf_.c \.  
0650: 72 65 62 75 69 6c 64 5f 2e 63 20 5c 0a 20 20 73  rebuild_.c \.  s
0660: 63 68 65 6d 61 5f 2e 63 20 5c 0a 20 20 73 65 74  chema_.c \.  set
0670: 75 70 5f 2e 63 20 5c 0a 20 20 73 68 61 31 5f 2e  up_.c \.  sha1_.
0680: 63 20 5c 0a 20 20 73 74 79 6c 65 5f 2e 63 20 5c  c \.  style_.c \
0690: 0a 20 20 73 79 6e 63 5f 2e 63 20 5c 0a 20 20 74  .  sync_.c \.  t
06a0: 69 6d 65 6c 69 6e 65 5f 2e 63 20 5c 0a 20 20 75  imeline_.c \.  u
06b0: 70 64 61 74 65 5f 2e 63 20 5c 0a 20 20 75 72 6c  pdate_.c \.  url
06c0: 5f 2e 63 20 5c 0a 20 20 75 73 65 72 5f 2e 63 20  _.c \.  user_.c 
06d0: 5c 0a 20 20 76 65 72 69 66 79 5f 2e 63 20 5c 0a  \.  verify_.c \.
06e0: 20 20 76 66 69 6c 65 5f 2e 63 20 5c 0a 20 20 77    vfile_.c \.  w
06f0: 69 6b 69 5f 2e 63 20 5c 0a 20 20 77 69 6b 69 66  iki_.c \.  wikif
0700: 6f 72 6d 61 74 5f 2e 63 20 5c 0a 20 20 78 66 65  ormat_.c \.  xfe
0710: 72 5f 2e 63 20 5c 0a 20 20 7a 69 70 5f 2e 63 0a  r_.c \.  zip_.c.
0720: 0a 4f 42 4a 20 3d 20 5c 0a 20 20 61 64 64 2e 6f  .OBJ = \.  add.o
0730: 20 5c 0a 20 20 62 6c 6f 62 2e 6f 20 5c 0a 20 20   \.  blob.o \.  
0740: 63 67 69 2e 6f 20 5c 0a 20 20 63 68 65 63 6b 69  cgi.o \.  checki
0750: 6e 2e 6f 20 5c 0a 20 20 63 68 65 63 6b 6f 75 74  n.o \.  checkout
0760: 2e 6f 20 5c 0a 20 20 63 6c 65 61 72 73 69 67 6e  .o \.  clearsign
0770: 2e 6f 20 5c 0a 20 20 63 6c 6f 6e 65 2e 6f 20 5c  .o \.  clone.o \
0780: 0a 20 20 63 6f 6d 66 6f 72 6d 61 74 2e 6f 20 5c  .  comformat.o \
0790: 0a 20 20 63 6f 6e 74 65 6e 74 2e 6f 20 5c 0a 20  .  content.o \. 
07a0: 20 64 62 2e 6f 20 5c 0a 20 20 64 65 6c 74 61 2e   db.o \.  delta.
07b0: 6f 20 5c 0a 20 20 64 65 6c 74 61 63 6d 64 2e 6f  o \.  deltacmd.o
07c0: 20 5c 0a 20 20 64 65 73 63 65 6e 64 65 6e 74 73   \.  descendents
07d0: 2e 6f 20 5c 0a 20 20 64 69 66 66 2e 6f 20 5c 0a  .o \.  diff.o \.
07e0: 20 20 64 69 66 66 63 6d 64 2e 6f 20 5c 0a 20 20    diffcmd.o \.  
07f0: 65 6e 63 6f 64 65 2e 6f 20 5c 0a 20 20 66 69 6c  encode.o \.  fil
0800: 65 2e 6f 20 5c 0a 20 20 68 74 74 70 2e 6f 20 5c  e.o \.  http.o \
0810: 0a 20 20 69 6e 66 6f 2e 6f 20 5c 0a 20 20 6c 6f  .  info.o \.  lo
0820: 67 69 6e 2e 6f 20 5c 0a 20 20 6d 61 69 6e 2e 6f  gin.o \.  main.o
0830: 20 5c 0a 20 20 6d 61 6e 69 66 65 73 74 2e 6f 20   \.  manifest.o 
0840: 5c 0a 20 20 6d 64 35 2e 6f 20 5c 0a 20 20 6d 65  \.  md5.o \.  me
0850: 72 67 65 2e 6f 20 5c 0a 20 20 6d 65 72 67 65 33  rge.o \.  merge3
0860: 2e 6f 20 5c 0a 20 20 6e 61 6d 65 2e 6f 20 5c 0a  .o \.  name.o \.
0870: 20 20 70 69 76 6f 74 2e 6f 20 5c 0a 20 20 70 72    pivot.o \.  pr
0880: 69 6e 74 66 2e 6f 20 5c 0a 20 20 72 65 62 75 69  intf.o \.  rebui
0890: 6c 64 2e 6f 20 5c 0a 20 20 73 63 68 65 6d 61 2e  ld.o \.  schema.
08a0: 6f 20 5c 0a 20 20 73 65 74 75 70 2e 6f 20 5c 0a  o \.  setup.o \.
08b0: 20 20 73 68 61 31 2e 6f 20 5c 0a 20 20 73 74 79    sha1.o \.  sty
08c0: 6c 65 2e 6f 20 5c 0a 20 20 73 79 6e 63 2e 6f 20  le.o \.  sync.o 
08d0: 5c 0a 20 20 74 69 6d 65 6c 69 6e 65 2e 6f 20 5c  \.  timeline.o \
08e0: 0a 20 20 75 70 64 61 74 65 2e 6f 20 5c 0a 20 20  .  update.o \.  
08f0: 75 72 6c 2e 6f 20 5c 0a 20 20 75 73 65 72 2e 6f  url.o \.  user.o
0900: 20 5c 0a 20 20 76 65 72 69 66 79 2e 6f 20 5c 0a   \.  verify.o \.
0910: 20 20 76 66 69 6c 65 2e 6f 20 5c 0a 20 20 77 69    vfile.o \.  wi
0920: 6b 69 2e 6f 20 5c 0a 20 20 77 69 6b 69 66 6f 72  ki.o \.  wikifor
0930: 6d 61 74 2e 6f 20 5c 0a 20 20 78 66 65 72 2e 6f  mat.o \.  xfer.o
0940: 20 5c 0a 20 20 7a 69 70 2e 6f 0a 0a 41 50 50 4e   \.  zip.o..APPN
0950: 41 4d 45 20 3d 20 66 6f 73 73 69 6c 24 28 45 29  AME = fossil$(E)
0960: 0a 0a 0a 0a 61 6c 6c 3a 09 24 28 41 50 50 4e 41  ....all:.$(APPNA
0970: 4d 45 29 0a 0a 69 6e 73 74 61 6c 6c 3a 09 24 28  ME)..install:.$(
0980: 41 50 50 4e 41 4d 45 29 0a 09 6d 76 20 24 28 41  APPNAME)..mv $(A
0990: 50 50 4e 41 4d 45 29 20 24 28 49 4e 53 54 41 4c  PPNAME) $(INSTAL
09a0: 4c 44 49 52 29 0a 0a 74 72 61 6e 73 6c 61 74 65  LDIR)..translate
09b0: 3a 09 24 28 53 52 43 44 49 52 29 2f 74 72 61 6e  :.$(SRCDIR)/tran
09c0: 73 6c 61 74 65 2e 63 0a 09 24 28 42 43 43 29 20  slate.c..$(BCC) 
09d0: 2d 6f 20 74 72 61 6e 73 6c 61 74 65 20 24 28 53  -o translate $(S
09e0: 52 43 44 49 52 29 2f 74 72 61 6e 73 6c 61 74 65  RCDIR)/translate
09f0: 2e 63 0a 0a 6d 61 6b 65 68 65 61 64 65 72 73 3a  .c..makeheaders:
0a00: 09 24 28 53 52 43 44 49 52 29 2f 6d 61 6b 65 68  .$(SRCDIR)/makeh
0a10: 65 61 64 65 72 73 2e 63 0a 09 24 28 42 43 43 29  eaders.c..$(BCC)
0a20: 20 2d 6f 20 6d 61 6b 65 68 65 61 64 65 72 73 20   -o makeheaders 
0a30: 24 28 53 52 43 44 49 52 29 2f 6d 61 6b 65 68 65  $(SRCDIR)/makehe
0a40: 61 64 65 72 73 2e 63 0a 0a 6d 6b 69 6e 64 65 78  aders.c..mkindex
0a50: 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 6b 69 6e  :.$(SRCDIR)/mkin
0a60: 64 65 78 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f  dex.c..$(BCC) -o
0a70: 20 6d 6b 69 6e 64 65 78 20 24 28 53 52 43 44 49   mkindex $(SRCDI
0a80: 52 29 2f 6d 6b 69 6e 64 65 78 2e 63 0a 0a 56 45  R)/mkindex.c..VE
0a90: 52 53 49 4f 4e 2e 68 3a 09 24 28 53 52 43 44 49  RSION.h:.$(SRCDI
0aa0: 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 2e 75  R)/../manifest.u
0ab0: 75 69 64 0a 09 61 77 6b 20 27 7b 20 70 72 69 6e  uid..awk '{ prin
0ac0: 74 66 20 22 23 64 65 66 69 6e 65 20 4d 41 4e 49  tf "#define MANI
0ad0: 46 45 53 54 5f 55 55 49 44 20 5c 22 25 73 5c 22  FEST_UUID \"%s\"
0ae0: 5c 6e 22 2c 20 24 24 31 7d 27 20 20 24 28 53 52  \n", $$1}'  $(SR
0af0: 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73  CDIR)/../manifes
0b00: 74 2e 75 75 69 64 20 3e 56 45 52 53 49 4f 4e 2e  t.uuid >VERSION.
0b10: 68 0a 0a 24 28 41 50 50 4e 41 4d 45 29 3a 09 68  h..$(APPNAME):.h
0b20: 65 61 64 65 72 73 20 24 28 4f 42 4a 29 20 73 71  eaders $(OBJ) sq
0b30: 6c 69 74 65 33 2e 6f 0a 09 24 28 54 43 43 29 20  lite3.o..$(TCC) 
0b40: 2d 6f 20 24 28 41 50 50 4e 41 4d 45 29 20 24 28  -o $(APPNAME) $(
0b50: 4f 42 4a 29 20 73 71 6c 69 74 65 33 2e 6f 20 24  OBJ) sqlite3.o $
0b60: 28 4c 49 42 29 0a 0a 63 6c 65 61 6e 3a 09 0a 09  (LIB)..clean:...
0b70: 72 6d 20 2d 66 20 2a 2e 6f 20 2a 5f 2e 63 20 24  rm -f *.o *_.c $
0b80: 28 41 50 50 4e 41 4d 45 29 20 56 45 52 53 49 4f  (APPNAME) VERSIO
0b90: 4e 2e 68 0a 09 72 6d 20 2d 66 20 74 72 61 6e 73  N.h..rm -f trans
0ba0: 6c 61 74 65 20 6d 61 6b 65 68 65 61 64 65 72 73  late makeheaders
0bb0: 20 6d 6b 69 6e 64 65 78 20 70 61 67 65 5f 69 6e   mkindex page_in
0bc0: 64 65 78 2e 68 20 68 65 61 64 65 72 73 0a 09 72  dex.h headers..r
0bd0: 6d 20 2d 66 20 61 64 64 2e 68 20 62 6c 6f 62 2e  m -f add.h blob.
0be0: 68 20 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 2e  h cgi.h checkin.
0bf0: 68 20 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  h checkout.h cle
0c00: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 2e 68  arsign.h clone.h
0c10: 20 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e   comformat.h con
0c20: 74 65 6e 74 2e 68 20 64 62 2e 68 20 64 65 6c 74  tent.h db.h delt
0c30: 61 2e 68 20 64 65 6c 74 61 63 6d 64 2e 68 20 64  a.h deltacmd.h d
0c40: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
0c50: 66 2e 68 20 64 69 66 66 63 6d 64 2e 68 20 65 6e  f.h diffcmd.h en
0c60: 63 6f 64 65 2e 68 20 66 69 6c 65 2e 68 20 68 74  code.h file.h ht
0c70: 74 70 2e 68 20 69 6e 66 6f 2e 68 20 6c 6f 67 69  tp.h info.h logi
0c80: 6e 2e 68 20 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  n.h main.h manif
0c90: 65 73 74 2e 68 20 6d 64 35 2e 68 20 6d 65 72 67  est.h md5.h merg
0ca0: 65 2e 68 20 6d 65 72 67 65 33 2e 68 20 6e 61 6d  e.h merge3.h nam
0cb0: 65 2e 68 20 70 69 76 6f 74 2e 68 20 70 72 69 6e  e.h pivot.h prin
0cc0: 74 66 2e 68 20 72 65 62 75 69 6c 64 2e 68 20 73  tf.h rebuild.h s
0cd0: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 2e 68 20  chema.h setup.h 
0ce0: 73 68 61 31 2e 68 20 73 74 79 6c 65 2e 68 20 73  sha1.h style.h s
0cf0: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 2e 68  ync.h timeline.h
0d00: 20 75 70 64 61 74 65 2e 68 20 75 72 6c 2e 68 20   update.h url.h 
0d10: 75 73 65 72 2e 68 20 76 65 72 69 66 79 2e 68 20  user.h verify.h 
0d20: 76 66 69 6c 65 2e 68 20 77 69 6b 69 2e 68 20 77  vfile.h wiki.h w
0d30: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
0d40: 2e 68 20 7a 69 70 2e 68 0a 0a 68 65 61 64 65 72  .h zip.h..header
0d50: 73 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 20 6d  s:.makeheaders m
0d60: 6b 69 6e 64 65 78 20 24 28 54 52 41 4e 53 5f 53  kindex $(TRANS_S
0d70: 52 43 29 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  RC) ./VERSION.h.
0d80: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
0d90: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f  add_.c:add.h blo
0da0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
0db0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
0dc0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
0dd0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
0de0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
0df0: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
0e00: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
0e10: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
0e20: 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  ormat.h content_
0e30: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
0e40: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
0e50: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
0e60: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
0e70: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
0e80: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
0e90: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
0ea0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
0eb0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
0ec0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
0ed0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
0ee0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
0ef0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
0f00: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
0f10: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
0f20: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
0f30: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
0f40: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
0f50: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63  merge3.h name_.c
0f60: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
0f70: 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f  :pivot.h printf_
0f80: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
0f90: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
0fa0: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d   schema_.c:schem
0fb0: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74  a.h setup_.c:set
0fc0: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61  up.h sha1_.c:sha
0fd0: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  1.h style_.c:sty
0fe0: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
0ff0: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  c.h timeline_.c:
1000: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74  timeline.h updat
1010: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
1020: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
1030: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
1040: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
1050: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
1060: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
1070: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
1080: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
1090: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
10a0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
10b0: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
10c0: 4e 2e 68 0a 09 2e 2f 6d 6b 69 6e 64 65 78 20 24  N.h.../mkindex $
10d0: 28 54 52 41 4e 53 5f 53 52 43 29 20 3e 70 61 67  (TRANS_SRC) >pag
10e0: 65 5f 69 6e 64 65 78 2e 68 0a 09 74 6f 75 63 68  e_index.h..touch
10f0: 20 68 65 61 64 65 72 73 0a 0a 61 64 64 5f 2e 63   headers..add_.c
1100: 3a 09 24 28 53 52 43 44 49 52 29 2f 61 64 64 2e  :.$(SRCDIR)/add.
1110: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
1120: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
1130: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
1140: 44 49 52 29 2f 61 64 64 2e 63 20 7c 20 73 65 64  DIR)/add.c | sed
1150: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
1160: 52 53 49 4f 4e 20 3e 61 64 64 5f 2e 63 0a 0a 61  RSION >add_.c..a
1170: 64 64 2e 6f 3a 09 61 64 64 5f 2e 63 20 61 64 64  dd.o:.add_.c add
1180: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
1190: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
11a0: 2d 6f 20 61 64 64 2e 6f 20 2d 63 20 61 64 64 5f  -o add.o -c add_
11b0: 2e 63 0a 0a 61 64 64 2e 68 3a 09 6d 61 6b 65 68  .c..add.h:.makeh
11c0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
11d0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
11e0: 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  d.h blob_.c:blob
11f0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
1200: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
1210: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
1220: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
1230: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
1240: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
1250: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
1260: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
1270: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
1280: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
1290: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
12a0: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
12b0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
12c0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
12d0: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
12e0: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
12f0: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
1300: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
1310: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
1320: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
1330: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
1340: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
1350: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
1360: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
1370: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
1380: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
1390: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
13a0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
13b0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
13c0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
13d0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
13e0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e  build.h schema_.
13f0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
1400: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
1410: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
1420: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
1430: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c  _.c:sync.h timel
1440: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
1450: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
1460: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
1470: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
1480: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
1490: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
14a0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
14b0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
14c0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
14d0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
14e0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
14f0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
1500: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
1510: 68 20 68 65 61 64 65 72 73 0a 0a 62 6c 6f 62 5f  h headers..blob_
1520: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 62 6c  .c:.$(SRCDIR)/bl
1530: 6f 62 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ob.c $(SRCDIR)/V
1540: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
1550: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
1560: 53 52 43 44 49 52 29 2f 62 6c 6f 62 2e 63 20 7c  SRCDIR)/blob.c |
1570: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
1580: 29 2f 56 45 52 53 49 4f 4e 20 3e 62 6c 6f 62 5f  )/VERSION >blob_
1590: 2e 63 0a 0a 62 6c 6f 62 2e 6f 3a 09 62 6c 6f 62  .c..blob.o:.blob
15a0: 5f 2e 63 20 62 6c 6f 62 2e 68 20 20 24 28 53 52  _.c blob.h  $(SR
15b0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
15c0: 24 28 58 54 43 43 29 20 2d 6f 20 62 6c 6f 62 2e  $(XTCC) -o blob.
15d0: 6f 20 2d 63 20 62 6c 6f 62 5f 2e 63 0a 0a 62 6c  o -c blob_.c..bl
15e0: 6f 62 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  ob.h:.makeheader
15f0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
1600: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
1610: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
1620: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
1630: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
1640: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
1650: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
1660: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
1670: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
1680: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
1690: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e  mformat.h conten
16a0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
16b0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
16c0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
16d0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
16e0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
16f0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
1700: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
1710: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
1720: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
1730: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
1740: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
1750: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
1760: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
1770: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
1780: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
1790: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
17a0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
17b0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
17c0: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f  c:merge3.h name_
17d0: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
17e0: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74  .c:pivot.h print
17f0: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
1800: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
1810: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68  .h schema_.c:sch
1820: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73  ema.h setup_.c:s
1830: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73  etup.h sha1_.c:s
1840: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  ha1.h style_.c:s
1850: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
1860: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ync.h timeline_.
1870: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64  c:timeline.h upd
1880: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
1890: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
18a0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
18b0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
18c0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
18d0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
18e0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
18f0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
1900: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
1910: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
1920: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
1930: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
1940: 64 65 72 73 0a 0a 63 67 69 5f 2e 63 3a 09 24 28  ders..cgi_.c:.$(
1950: 53 52 43 44 49 52 29 2f 63 67 69 2e 63 20 24 28  SRCDIR)/cgi.c $(
1960: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
1970: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
1980: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
1990: 2f 63 67 69 2e 63 20 7c 20 73 65 64 20 2d 66 20  /cgi.c | sed -f 
19a0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
19b0: 4e 20 3e 63 67 69 5f 2e 63 0a 0a 63 67 69 2e 6f  N >cgi_.c..cgi.o
19c0: 3a 09 63 67 69 5f 2e 63 20 63 67 69 2e 68 20 20  :.cgi_.c cgi.h  
19d0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
19e0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63  .h..$(XTCC) -o c
19f0: 67 69 2e 6f 20 2d 63 20 63 67 69 5f 2e 63 0a 0a  gi.o -c cgi_.c..
1a00: 63 67 69 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  cgi.h:.makeheade
1a10: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
1a20: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
1a30: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63  blob_.c:blob.h c
1a40: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
1a50: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
1a60: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
1a70: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
1a80: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
1a90: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
1aa0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
1ab0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65  omformat.h conte
1ac0: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
1ad0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
1ae0: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
1af0: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
1b00: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
1b10: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
1b20: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
1b30: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
1b40: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
1b50: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
1b60: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
1b70: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
1b80: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
1b90: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
1ba0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
1bb0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
1bc0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
1bd0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
1be0: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
1bf0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
1c00: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e  _.c:pivot.h prin
1c10: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
1c20: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
1c30: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  d.h schema_.c:sc
1c40: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
1c50: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
1c60: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
1c70: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
1c80: 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  sync.h timeline_
1c90: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70  .c:timeline.h up
1ca0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
1cb0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
1cc0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
1cd0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
1ce0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
1cf0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
1d00: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
1d10: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
1d20: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
1d30: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
1d40: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
1d50: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
1d60: 61 64 65 72 73 0a 0a 63 68 65 63 6b 69 6e 5f 2e  aders..checkin_.
1d70: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 68 65  c:.$(SRCDIR)/che
1d80: 63 6b 69 6e 2e 63 20 24 28 53 52 43 44 49 52 29  ckin.c $(SRCDIR)
1d90: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
1da0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
1db0: 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b 69  $(SRCDIR)/checki
1dc0: 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  n.c | sed -f $(S
1dd0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
1de0: 63 68 65 63 6b 69 6e 5f 2e 63 0a 0a 63 68 65 63  checkin_.c..chec
1df0: 6b 69 6e 2e 6f 3a 09 63 68 65 63 6b 69 6e 5f 2e  kin.o:.checkin_.
1e00: 63 20 63 68 65 63 6b 69 6e 2e 68 20 20 24 28 53  c checkin.h  $(S
1e10: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
1e20: 09 24 28 58 54 43 43 29 20 2d 6f 20 63 68 65 63  .$(XTCC) -o chec
1e30: 6b 69 6e 2e 6f 20 2d 63 20 63 68 65 63 6b 69 6e  kin.o -c checkin
1e40: 5f 2e 63 0a 0a 63 68 65 63 6b 69 6e 2e 68 3a 09  _.c..checkin.h:.
1e50: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
1e60: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
1e70: 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63  .c:add.h blob_.c
1e80: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
1e90: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
1ea0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
1eb0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
1ec0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
1ed0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
1ee0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
1ef0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
1f00: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
1f10: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
1f20: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
1f30: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
1f40: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
1f50: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
1f60: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
1f70: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
1f80: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
1f90: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
1fa0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
1fb0: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
1fc0: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
1fd0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
1fe0: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
1ff0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
2000: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
2010: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
2020: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
2030: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  e3.h name_.c:nam
2040: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
2050: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ot.h printf_.c:p
2060: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
2070: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68  .c:rebuild.h sch
2080: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20  ema_.c:schema.h 
2090: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68  setup_.c:setup.h
20a0: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20   sha1_.c:sha1.h 
20b0: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
20c0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
20d0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
20e0: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63  line.h update_.c
20f0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
2100: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
2110: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
2120: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
2130: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
2140: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
2150: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
2160: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
2170: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
2180: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
2190: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
21a0: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
21b0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 09 24 28 53  checkout_.c:.$(S
21c0: 52 43 44 49 52 29 2f 63 68 65 63 6b 6f 75 74 2e  RCDIR)/checkout.
21d0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
21e0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
21f0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
2200: 44 49 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63 20  DIR)/checkout.c 
2210: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
2220: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 68 65 63  R)/VERSION >chec
2230: 6b 6f 75 74 5f 2e 63 0a 0a 63 68 65 63 6b 6f 75  kout_.c..checkou
2240: 74 2e 6f 3a 09 63 68 65 63 6b 6f 75 74 5f 2e 63  t.o:.checkout_.c
2250: 20 63 68 65 63 6b 6f 75 74 2e 68 20 20 24 28 53   checkout.h  $(S
2260: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
2270: 09 24 28 58 54 43 43 29 20 2d 6f 20 63 68 65 63  .$(XTCC) -o chec
2280: 6b 6f 75 74 2e 6f 20 2d 63 20 63 68 65 63 6b 6f  kout.o -c checko
2290: 75 74 5f 2e 63 0a 0a 63 68 65 63 6b 6f 75 74 2e  ut_.c..checkout.
22a0: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
22b0: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
22c0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62  dd_.c:add.h blob
22d0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e  _.c:blob.h cgi_.
22e0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f  c:cgi.h checkin_
22f0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65  .c:checkin.h che
2300: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75  ckout_.c:checkou
2310: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63  t.h clearsign_.c
2320: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f  :clearsign.h clo
2330: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f  ne_.c:clone.h co
2340: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f  mformat_.c:comfo
2350: 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  rmat.h content_.
2360: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
2370: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
2380: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
2390: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
23a0: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
23b0: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
23c0: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
23d0: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
23e0: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
23f0: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
2400: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
2410: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
2420: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
2430: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
2440: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
2450: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
2460: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
2470: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
2480: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
2490: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
24a0: 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e  pivot.h printf_.
24b0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
24c0: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
24d0: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
24e0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
24f0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
2500: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
2510: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63  e.h sync_.c:sync
2520: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74  .h timeline_.c:t
2530: 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65  imeline.h update
2540: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
2550: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
2560: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
2570: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
2580: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
2590: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
25a0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
25b0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78  rmat.h xfer_.c:x
25c0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70  fer.h zip_.c:zip
25d0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c  .h $(SRCDIR)/sql
25e0: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  ite3.h ./VERSION
25f0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
2600: 73 0a 0a 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  s..clearsign_.c:
2610: 09 24 28 53 52 43 44 49 52 29 2f 63 6c 65 61 72  .$(SRCDIR)/clear
2620: 73 69 67 6e 2e 63 20 24 28 53 52 43 44 49 52 29  sign.c $(SRCDIR)
2630: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
2640: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
2650: 24 28 53 52 43 44 49 52 29 2f 63 6c 65 61 72 73  $(SRCDIR)/clears
2660: 69 67 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ign.c | sed -f $
2670: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
2680: 20 3e 63 6c 65 61 72 73 69 67 6e 5f 2e 63 0a 0a   >clearsign_.c..
2690: 63 6c 65 61 72 73 69 67 6e 2e 6f 3a 09 63 6c 65  clearsign.o:.cle
26a0: 61 72 73 69 67 6e 5f 2e 63 20 63 6c 65 61 72 73  arsign_.c clears
26b0: 69 67 6e 2e 68 20 20 24 28 53 52 43 44 49 52 29  ign.h  $(SRCDIR)
26c0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
26d0: 43 29 20 2d 6f 20 63 6c 65 61 72 73 69 67 6e 2e  C) -o clearsign.
26e0: 6f 20 2d 63 20 63 6c 65 61 72 73 69 67 6e 5f 2e  o -c clearsign_.
26f0: 63 0a 0a 63 6c 65 61 72 73 69 67 6e 2e 68 3a 09  c..clearsign.h:.
2700: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d  makeheaders.../m
2710: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f  akeheaders  add_
2720: 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63  .c:add.h blob_.c
2730: 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63  :blob.h cgi_.c:c
2740: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a  gi.h checkin_.c:
2750: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f  checkin.h checko
2760: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68  ut_.c:checkout.h
2770: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c   clearsign_.c:cl
2780: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f  earsign.h clone_
2790: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f  .c:clone.h comfo
27a0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61  rmat_.c:comforma
27b0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63  t.h content_.c:c
27c0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64  ontent.h db_.c:d
27d0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c  b.h delta_.c:del
27e0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63  ta.h deltacmd_.c
27f0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63  :deltacmd.h desc
2800: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65  endents_.c:desce
2810: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63  ndents.h diff_.c
2820: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f  :diff.h diffcmd_
2830: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63  .c:diffcmd.h enc
2840: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20  ode_.c:encode.h 
2850: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68  file_.c:file.h h
2860: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e  ttp_.c:http.h in
2870: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67  fo_.c:info.h log
2880: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61  in_.c:login.h ma
2890: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e  in_.c:main.h man
28a0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73  ifest_.c:manifes
28b0: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68  t.h md5_.c:md5.h
28c0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e   merge_.c:merge.
28d0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67  h merge3_.c:merg
28e0: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d  e3.h name_.c:nam
28f0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76  e.h pivot_.c:piv
2900: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70  ot.h printf_.c:p
2910: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f  rintf.h rebuild_
2920: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68  .c:rebuild.h sch
2930: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20  ema_.c:schema.h 
2940: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68  setup_.c:setup.h
2950: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20   sha1_.c:sha1.h 
2960: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68  style_.c:style.h
2970: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20   sync_.c:sync.h 
2980: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65  timeline_.c:time
2990: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63  line.h update_.c
29a0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63  :update.h url_.c
29b0: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75  :url.h user_.c:u
29c0: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a  ser.h verify_.c:
29d0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e  verify.h vfile_.
29e0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e  c:vfile.h wiki_.
29f0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72  c:wiki.h wikifor
2a00: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61  mat_.c:wikiforma
2a10: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72  t.h xfer_.c:xfer
2a20: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20  .h zip_.c:zip.h 
2a30: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65  $(SRCDIR)/sqlite
2a40: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a  3.h ./VERSION.h.
2a50: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a  .touch headers..
2a60: 63 6c 6f 6e 65 5f 2e 63 3a 09 24 28 53 52 43 44  clone_.c:.$(SRCD
2a70: 49 52 29 2f 63 6c 6f 6e 65 2e 63 20 24 28 53 52  IR)/clone.c $(SR
2a80: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
2a90: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
2aa0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63  late $(SRCDIR)/c
2ab0: 6c 6f 6e 65 2e 63 20 7c 20 73 65 64 20 2d 66 20  lone.c | sed -f 
2ac0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
2ad0: 4e 20 3e 63 6c 6f 6e 65 5f 2e 63 0a 0a 63 6c 6f  N >clone_.c..clo
2ae0: 6e 65 2e 6f 3a 09 63 6c 6f 6e 65 5f 2e 63 20 63  ne.o:.clone_.c c
2af0: 6c 6f 6e 65 2e 68 20 20 24 28 53 52 43 44 49 52  lone.h  $(SRCDIR
2b00: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
2b10: 43 43 29 20 2d 6f 20 63 6c 6f 6e 65 2e 6f 20 2d  CC) -o clone.o -
2b20: 63 20 63 6c 6f 6e 65 5f 2e 63 0a 0a 63 6c 6f 6e  c clone_.c..clon
2b30: 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73  e.h:.makeheaders
2b40: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20  .../makeheaders 
2b50: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c   add_.c:add.h bl
2b60: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69  ob_.c:blob.h cgi
2b70: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69  _.c:cgi.h checki
2b80: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63  n_.c:checkin.h c
2b90: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b  heckout_.c:check
2ba0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f  out.h clearsign_
2bb0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63  .c:clearsign.h c
2bc0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20  lone_.c:clone.h 
2bd0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d  comformat_.c:com
2be0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74  format.h content
2bf0: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
2c00: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
2c10: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
2c20: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
2c30: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a   descendents_.c:
2c40: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69  descendents.h di
2c50: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
2c60: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
2c70: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f  h encode_.c:enco
2c80: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c  de.h file_.c:fil
2c90: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70  e.h http_.c:http
2ca0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e  .h info_.c:info.
2cb0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e  h login_.c:login
2cc0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e  .h main_.c:main.
2cd0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61  h manifest_.c:ma
2ce0: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a  nifest.h md5_.c:
2cf0: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d  md5.h merge_.c:m
2d00: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63  erge.h merge3_.c
2d10: 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e  :merge3.h name_.
2d20: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e  c:name.h pivot_.
2d30: 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66  c:pivot.h printf
2d40: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62  _.c:printf.h reb
2d50: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e  uild_.c:rebuild.
2d60: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65  h schema_.c:sche
2d70: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65  ma.h setup_.c:se
2d80: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68  tup.h sha1_.c:sh
2d90: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74  a1.h style_.c:st
2da0: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79  yle.h sync_.c:sy
2db0: 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63  nc.h timeline_.c
2dc0: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61  :timeline.h upda
2dd0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75  te_.c:update.h u
2de0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72  rl_.c:url.h user
2df0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66  _.c:user.h verif
2e00: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66  y_.c:verify.h vf
2e10: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77  ile_.c:vfile.h w
2e20: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69  iki_.c:wiki.h wi
2e30: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69  kiformat_.c:wiki
2e40: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63  format.h xfer_.c
2e50: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a  :xfer.h zip_.c:z
2e60: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73  ip.h $(SRCDIR)/s
2e70: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49  qlite3.h ./VERSI
2e80: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64  ON.h..touch head
2e90: 65 72 73 0a 0a 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ers..comformat_.
2ea0: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6f 6d  c:.$(SRCDIR)/com
2eb0: 66 6f 72 6d 61 74 2e 63 20 24 28 53 52 43 44 49  format.c $(SRCDI
2ec0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
2ed0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
2ee0: 65 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6d 66  e $(SRCDIR)/comf
2ef0: 6f 72 6d 61 74 2e 63 20 7c 20 73 65 64 20 2d 66  ormat.c | sed -f
2f00: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
2f10: 4f 4e 20 3e 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  ON >comformat_.c
2f20: 0a 0a 63 6f 6d 66 6f 72 6d 61 74 2e 6f 3a 09 63  ..comformat.o:.c
2f30: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 20 63 6f 6d 66  omformat_.c comf
2f40: 6f 72 6d 61 74 2e 68 20 20 24 28 53 52 43 44 49  ormat.h  $(SRCDI
2f50: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
2f60: 54 43 43 29 20 2d 6f 20 63 6f 6d 66 6f 72 6d 61  TCC) -o comforma
2f70: 74 2e 6f 20 2d 63 20 63 6f 6d 66 6f 72 6d 61 74  t.o -c comformat
2f80: 5f 2e 63 0a 0a 63 6f 6d 66 6f 72 6d 61 74 2e 68  _.c..comformat.h
2f90: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
2fa0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
2fb0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f  d_.c:add.h blob_
2fc0: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
2fd0: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
2fe0: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
2ff0: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
3000: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
3010: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
3020: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
3030: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
3040: 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  mat.h content_.c
3050: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
3060: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
3070: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
3080: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
3090: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
30a0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
30b0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
30c0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
30d0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
30e0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
30f0: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
3100: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
3110: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
3120: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
3130: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
3140: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
3150: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
3160: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
3170: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  rge3.h name_.c:n
3180: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
3190: 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ivot.h printf_.c
31a0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
31b0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73  d_.c:rebuild.h s
31c0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e  chema_.c:schema.
31d0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70  h setup_.c:setup
31e0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e  .h sha1_.c:sha1.
31f0: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
3200: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
3210: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
3220: 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f  meline.h update_
3230: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
3240: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
3250: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
3260: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
3270: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
3280: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
3290: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
32a0: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
32b0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
32c0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
32d0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
32e0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
32f0: 0a 0a 63 6f 6e 74 65 6e 74 5f 2e 63 3a 09 24 28  ..content_.c:.$(
3300: 53 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e 74 2e  SRCDIR)/content.
3310: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
3320: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
3330: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
3340: 44 49 52 29 2f 63 6f 6e 74 65 6e 74 2e 63 20 7c  DIR)/content.c |
3350: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
3360: 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6e 74 65  )/VERSION >conte
3370: 6e 74 5f 2e 63 0a 0a 63 6f 6e 74 65 6e 74 2e 6f  nt_.c..content.o
3380: 3a 09 63 6f 6e 74 65 6e 74 5f 2e 63 20 63 6f 6e  :.content_.c con
3390: 74 65 6e 74 2e 68 20 20 24 28 53 52 43 44 49 52  tent.h  $(SRCDIR
33a0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
33b0: 43 43 29 20 2d 6f 20 63 6f 6e 74 65 6e 74 2e 6f  CC) -o content.o
33c0: 20 2d 63 20 63 6f 6e 74 65 6e 74 5f 2e 63 0a 0a   -c content_.c..
33d0: 63 6f 6e 74 65 6e 74 2e 68 3a 09 6d 61 6b 65 68  content.h:.makeh
33e0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
33f0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
3400: 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  d.h blob_.c:blob
3410: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
3420: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
3430: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
3440: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
3450: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
3460: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
3470: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
3480: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
3490: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
34a0: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
34b0: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
34c0: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
34d0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
34e0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
34f0: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
3500: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
3510: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
3520: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
3530: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
3540: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
3550: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
3560: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
3570: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
3580: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
3590: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
35a0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
35b0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
35c0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
35d0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
35e0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
35f0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
3600: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e  build.h schema_.
3610: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
3620: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
3630: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
3640: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
3650: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c  _.c:sync.h timel
3660: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
3670: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
3680: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
3690: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
36a0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
36b0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
36c0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
36d0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
36e0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
36f0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
3700: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
3710: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
3720: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
3730: 68 20 68 65 61 64 65 72 73 0a 0a 64 62 5f 2e 63  h headers..db_.c
3740: 3a 09 24 28 53 52 43 44 49 52 29 2f 64 62 2e 63  :.$(SRCDIR)/db.c
3750: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
3760: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
3770: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
3780: 49 52 29 2f 64 62 2e 63 20 7c 20 73 65 64 20 2d  IR)/db.c | sed -
3790: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
37a0: 49 4f 4e 20 3e 64 62 5f 2e 63 0a 0a 64 62 2e 6f  ION >db_.c..db.o
37b0: 3a 09 64 62 5f 2e 63 20 64 62 2e 68 20 20 24 28  :.db_.c db.h  $(
37c0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
37d0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 62 2e  ..$(XTCC) -o db.
37e0: 6f 20 2d 63 20 64 62 5f 2e 63 0a 0a 64 62 2e 68  o -c db_.c..db.h
37f0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
3800: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
3810: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f  d_.c:add.h blob_
3820: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
3830: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
3840: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
3850: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
3860: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
3870: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
3880: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
3890: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
38a0: 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  mat.h content_.c
38b0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
38c0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
38d0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
38e0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
38f0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
3900: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
3910: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
3920: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
3930: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
3940: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
3950: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
3960: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
3970: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
3980: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
3990: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
39a0: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
39b0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
39c0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
39d0: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  rge3.h name_.c:n
39e0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
39f0: 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ivot.h printf_.c
3a00: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
3a10: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73  d_.c:rebuild.h s
3a20: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e  chema_.c:schema.
3a30: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70  h setup_.c:setup
3a40: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e  .h sha1_.c:sha1.
3a50: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
3a60: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
3a70: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
3a80: 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f  meline.h update_
3a90: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
3aa0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
3ab0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
3ac0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
3ad0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
3ae0: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
3af0: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
3b00: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
3b10: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
3b20: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
3b30: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
3b40: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
3b50: 0a 0a 64 65 6c 74 61 5f 2e 63 3a 09 24 28 53 52  ..delta_.c:.$(SR
3b60: 43 44 49 52 29 2f 64 65 6c 74 61 2e 63 20 24 28  CDIR)/delta.c $(
3b70: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
3b80: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
3b90: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
3ba0: 2f 64 65 6c 74 61 2e 63 20 7c 20 73 65 64 20 2d  /delta.c | sed -
3bb0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
3bc0: 49 4f 4e 20 3e 64 65 6c 74 61 5f 2e 63 0a 0a 64  ION >delta_.c..d
3bd0: 65 6c 74 61 2e 6f 3a 09 64 65 6c 74 61 5f 2e 63  elta.o:.delta_.c
3be0: 20 64 65 6c 74 61 2e 68 20 20 24 28 53 52 43 44   delta.h  $(SRCD
3bf0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
3c00: 58 54 43 43 29 20 2d 6f 20 64 65 6c 74 61 2e 6f  XTCC) -o delta.o
3c10: 20 2d 63 20 64 65 6c 74 61 5f 2e 63 0a 0a 64 65   -c delta_.c..de
3c20: 6c 74 61 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  lta.h:.makeheade
3c30: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
3c40: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
3c50: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63  blob_.c:blob.h c
3c60: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
3c70: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
3c80: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
3c90: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
3ca0: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
3cb0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
3cc0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
3cd0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65  omformat.h conte
3ce0: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
3cf0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
3d00: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
3d10: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
3d20: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
3d30: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
3d40: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
3d50: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
3d60: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
3d70: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
3d80: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
3d90: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
3da0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
3db0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
3dc0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
3dd0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
3de0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
3df0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
3e00: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
3e10: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
3e20: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e  _.c:pivot.h prin
3e30: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
3e40: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
3e50: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  d.h schema_.c:sc
3e60: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
3e70: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
3e80: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
3e90: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
3ea0: 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  sync.h timeline_
3eb0: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70  .c:timeline.h up
3ec0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
3ed0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
3ee0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
3ef0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
3f00: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
3f10: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
3f20: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
3f30: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
3f40: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
3f50: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
3f60: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
3f70: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
3f80: 61 64 65 72 73 0a 0a 64 65 6c 74 61 63 6d 64 5f  aders..deltacmd_
3f90: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 65  .c:.$(SRCDIR)/de
3fa0: 6c 74 61 63 6d 64 2e 63 20 24 28 53 52 43 44 49  ltacmd.c $(SRCDI
3fb0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
3fc0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
3fd0: 65 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74  e $(SRCDIR)/delt
3fe0: 61 63 6d 64 2e 63 20 7c 20 73 65 64 20 2d 66 20  acmd.c | sed -f 
3ff0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
4000: 4e 20 3e 64 65 6c 74 61 63 6d 64 5f 2e 63 0a 0a  N >deltacmd_.c..
4010: 64 65 6c 74 61 63 6d 64 2e 6f 3a 09 64 65 6c 74  deltacmd.o:.delt
4020: 61 63 6d 64 5f 2e 63 20 64 65 6c 74 61 63 6d 64  acmd_.c deltacmd
4030: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
4040: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
4050: 2d 6f 20 64 65 6c 74 61 63 6d 64 2e 6f 20 2d 63  -o deltacmd.o -c
4060: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 65   deltacmd_.c..de
4070: 6c 74 61 63 6d 64 2e 68 3a 09 6d 61 6b 65 68 65  ltacmd.h:.makehe
4080: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
4090: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
40a0: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
40b0: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
40c0: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
40d0: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
40e0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
40f0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
4100: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
4110: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
4120: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
4130: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
4140: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
4150: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
4160: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
4170: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
4180: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
4190: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
41a0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
41b0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
41c0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
41d0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
41e0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
41f0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
4200: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
4210: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
4220: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
4230: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
4240: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
4250: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e  e3_.c:merge3.h n
4260: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
4270: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
4280: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
4290: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
42a0: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63  uild.h schema_.c
42b0: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
42c0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
42d0: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f  .c:sha1.h style_
42e0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
42f0: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69  .c:sync.h timeli
4300: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
4310: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
4320: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
4330: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
4340: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
4350: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
4360: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
4370: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
4380: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
4390: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
43a0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
43b0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
43c0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
43d0: 20 68 65 61 64 65 72 73 0a 0a 64 65 73 63 65 6e   headers..descen
43e0: 64 65 6e 74 73 5f 2e 63 3a 09 24 28 53 52 43 44  dents_.c:.$(SRCD
43f0: 49 52 29 2f 64 65 73 63 65 6e 64 65 6e 74 73 2e  IR)/descendents.
4400: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
4410: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
4420: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
4430: 44 49 52 29 2f 64 65 73 63 65 6e 64 65 6e 74 73  DIR)/descendents
4440: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
4450: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64  CDIR)/VERSION >d
4460: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 0a 0a 64  escendents_.c..d
4470: 65 73 63 65 6e 64 65 6e 74 73 2e 6f 3a 09 64 65  escendents.o:.de
4480: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 20 64 65 73  scendents_.c des
4490: 63 65 6e 64 65 6e 74 73 2e 68 20 20 24 28 53 52  cendents.h  $(SR
44a0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
44b0: 24 28 58 54 43 43 29 20 2d 6f 20 64 65 73 63 65  $(XTCC) -o desce
44c0: 6e 64 65 6e 74 73 2e 6f 20 2d 63 20 64 65 73 63  ndents.o -c desc
44d0: 65 6e 64 65 6e 74 73 5f 2e 63 0a 0a 64 65 73 63  endents_.c..desc
44e0: 65 6e 64 65 6e 74 73 2e 68 3a 09 6d 61 6b 65 68  endents.h:.makeh
44f0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
4500: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
4510: 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  d.h blob_.c:blob
4520: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
4530: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
4540: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
4550: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
4560: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
4570: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
4580: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
4590: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
45a0: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
45b0: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
45c0: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
45d0: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
45e0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
45f0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
4600: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
4610: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
4620: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
4630: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
4640: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
4650: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
4660: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
4670: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
4680: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
4690: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
46a0: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
46b0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
46c0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
46d0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
46e0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
46f0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
4700: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
4710: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e  build.h schema_.
4720: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
4730: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
4740: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
4750: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
4760: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c  _.c:sync.h timel
4770: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
4780: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
4790: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
47a0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
47b0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
47c0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
47d0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
47e0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
47f0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
4800: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
4810: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
4820: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
4830: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
4840: 68 20 68 65 61 64 65 72 73 0a 0a 64 69 66 66 5f  h headers..diff_
4850: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 69  .c:.$(SRCDIR)/di
4860: 66 66 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ff.c $(SRCDIR)/V
4870: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
4880: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
4890: 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63 20 7c  SRCDIR)/diff.c |
48a0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
48b0: 29 2f 56 45 52 53 49 4f 4e 20 3e 64 69 66 66 5f  )/VERSION >diff_
48c0: 2e 63 0a 0a 64 69 66 66 2e 6f 3a 09 64 69 66 66  .c..diff.o:.diff
48d0: 5f 2e 63 20 64 69 66 66 2e 68 20 20 24 28 53 52  _.c diff.h  $(SR
48e0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
48f0: 24 28 58 54 43 43 29 20 2d 6f 20 64 69 66 66 2e  $(XTCC) -o diff.
4900: 6f 20 2d 63 20 64 69 66 66 5f 2e 63 0a 0a 64 69  o -c diff_.c..di
4910: 66 66 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72  ff.h:.makeheader
4920: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73  s.../makeheaders
4930: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62    add_.c:add.h b
4940: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67  lob_.c:blob.h cg
4950: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b  i_.c:cgi.h check
4960: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20  in_.c:checkin.h 
4970: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63  checkout_.c:chec
4980: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e  kout.h clearsign
4990: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20  _.c:clearsign.h 
49a0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68  clone_.c:clone.h
49b0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f   comformat_.c:co
49c0: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e  mformat.h conten
49d0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64  t_.c:content.h d
49e0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f  b_.c:db.h delta_
49f0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61  .c:delta.h delta
4a00: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e  cmd_.c:deltacmd.
4a10: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63  h descendents_.c
4a20: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64  :descendents.h d
4a30: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69  iff_.c:diff.h di
4a40: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64  ffcmd_.c:diffcmd
4a50: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63  .h encode_.c:enc
4a60: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69  ode.h file_.c:fi
4a70: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74  le.h http_.c:htt
4a80: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f  p.h info_.c:info
4a90: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69  .h login_.c:logi
4aa0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e  n.h main_.c:main
4ab0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d  .h manifest_.c:m
4ac0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63  anifest.h md5_.c
4ad0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a  :md5.h merge_.c:
4ae0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e  merge.h merge3_.
4af0: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f  c:merge3.h name_
4b00: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
4b10: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74  .c:pivot.h print
4b20: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65  f_.c:printf.h re
4b30: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64  build_.c:rebuild
4b40: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68  .h schema_.c:sch
4b50: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73  ema.h setup_.c:s
4b60: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73  etup.h sha1_.c:s
4b70: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73  ha1.h style_.c:s
4b80: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73  tyle.h sync_.c:s
4b90: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e  ync.h timeline_.
4ba0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64  c:timeline.h upd
4bb0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20  ate_.c:update.h 
4bc0: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65  url_.c:url.h use
4bd0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69  r_.c:user.h veri
4be0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76  fy_.c:verify.h v
4bf0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20  file_.c:vfile.h 
4c00: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77  wiki_.c:wiki.h w
4c10: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b  ikiformat_.c:wik
4c20: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e  iformat.h xfer_.
4c30: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a  c:xfer.h zip_.c:
4c40: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f  zip.h $(SRCDIR)/
4c50: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53  sqlite3.h ./VERS
4c60: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
4c70: 64 65 72 73 0a 0a 64 69 66 66 63 6d 64 5f 2e 63  ders..diffcmd_.c
4c80: 3a 09 24 28 53 52 43 44 49 52 29 2f 64 69 66 66  :.$(SRCDIR)/diff
4c90: 63 6d 64 2e 63 20 24 28 53 52 43 44 49 52 29 2f  cmd.c $(SRCDIR)/
4ca0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
4cb0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
4cc0: 28 53 52 43 44 49 52 29 2f 64 69 66 66 63 6d 64  (SRCDIR)/diffcmd
4cd0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
4ce0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64  CDIR)/VERSION >d
4cf0: 69 66 66 63 6d 64 5f 2e 63 0a 0a 64 69 66 66 63  iffcmd_.c..diffc
4d00: 6d 64 2e 6f 3a 09 64 69 66 66 63 6d 64 5f 2e 63  md.o:.diffcmd_.c
4d10: 20 64 69 66 66 63 6d 64 2e 68 20 20 24 28 53 52   diffcmd.h  $(SR
4d20: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
4d30: 24 28 58 54 43 43 29 20 2d 6f 20 64 69 66 66 63  $(XTCC) -o diffc
4d40: 6d 64 2e 6f 20 2d 63 20 64 69 66 66 63 6d 64 5f  md.o -c diffcmd_
4d50: 2e 63 0a 0a 64 69 66 66 63 6d 64 2e 68 3a 09 6d  .c..diffcmd.h:.m
4d60: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
4d70: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
4d80: 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:add.h blob_.c:
4d90: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67  blob.h cgi_.c:cg
4da0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
4db0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
4dc0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
4dd0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
4de0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
4df0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
4e00: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
4e10: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
4e20: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
4e30: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
4e40: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
4e50: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
4e60: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
4e70: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
4e80: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
4e90: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
4ea0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
4eb0: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
4ec0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
4ed0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
4ee0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
4ef0: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
4f00: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
4f10: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
4f20: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
4f30: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
4f40: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
4f50: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
4f60: 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  t.h printf_.c:pr
4f70: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
4f80: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65  c:rebuild.h sche
4f90: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
4fa0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
4fb0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
4fc0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
4fd0: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
4fe0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
4ff0: 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ine.h update_.c:
5000: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
5010: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
5020: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
5030: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
5040: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
5050: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
5060: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
5070: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
5080: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
5090: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
50a0: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
50b0: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 65  touch headers..e
50c0: 6e 63 6f 64 65 5f 2e 63 3a 09 24 28 53 52 43 44  ncode_.c:.$(SRCD
50d0: 49 52 29 2f 65 6e 63 6f 64 65 2e 63 20 24 28 53  IR)/encode.c $(S
50e0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
50f0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
5100: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
5110: 65 6e 63 6f 64 65 2e 63 20 7c 20 73 65 64 20 2d  encode.c | sed -
5120: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
5130: 49 4f 4e 20 3e 65 6e 63 6f 64 65 5f 2e 63 0a 0a  ION >encode_.c..
5140: 65 6e 63 6f 64 65 2e 6f 3a 09 65 6e 63 6f 64 65  encode.o:.encode
5150: 5f 2e 63 20 65 6e 63 6f 64 65 2e 68 20 20 24 28  _.c encode.h  $(
5160: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
5170: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 65 6e 63  ..$(XTCC) -o enc
5180: 6f 64 65 2e 6f 20 2d 63 20 65 6e 63 6f 64 65 5f  ode.o -c encode_
5190: 2e 63 0a 0a 65 6e 63 6f 64 65 2e 68 3a 09 6d 61  .c..encode.h:.ma
51a0: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
51b0: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
51c0: 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :add.h blob_.c:b
51d0: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
51e0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
51f0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
5200: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
5210: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
5220: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
5230: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
5240: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
5250: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
5260: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
5270: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
5280: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
5290: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
52a0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dents_.c:descend
52b0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ents.h diff_.c:d
52c0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
52d0: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64  :diffcmd.h encod
52e0: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69  e_.c:encode.h fi
52f0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74  le_.c:file.h htt
5300: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f  p_.c:http.h info
5310: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e  _.c:info.h login
5320: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  _.c:login.h main
5330: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  _.c:main.h manif
5340: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e  est_.c:manifest.
5350: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d  h md5_.c:md5.h m
5360: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20  erge_.c:merge.h 
5370: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33  merge3_.c:merge3
5380: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
5390: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
53a0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
53b0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
53c0: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d  :rebuild.h schem
53d0: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65  a_.c:schema.h se
53e0: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73  tup_.c:setup.h s
53f0: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74  ha1_.c:sha1.h st
5400: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
5410: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69  ync_.c:sync.h ti
5420: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
5430: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  ne.h update_.c:u
5440: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
5450: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
5460: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
5470: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
5480: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
5490: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
54a0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
54b0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
54c0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
54d0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
54e0: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
54f0: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 66 69  ouch headers..fi
5500: 6c 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  le_.c:.$(SRCDIR)
5510: 2f 66 69 6c 65 2e 63 20 24 28 53 52 43 44 49 52  /file.c $(SRCDIR
5520: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
5530: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
5540: 20 24 28 53 52 43 44 49 52 29 2f 66 69 6c 65 2e   $(SRCDIR)/file.
5550: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
5560: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 66 69  DIR)/VERSION >fi
5570: 6c 65 5f 2e 63 0a 0a 66 69 6c 65 2e 6f 3a 09 66  le_.c..file.o:.f
5580: 69 6c 65 5f 2e 63 20 66 69 6c 65 2e 68 20 20 24  ile_.c file.h  $
5590: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
55a0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 66 69  h..$(XTCC) -o fi
55b0: 6c 65 2e 6f 20 2d 63 20 66 69 6c 65 5f 2e 63 0a  le.o -c file_.c.
55c0: 0a 66 69 6c 65 2e 68 3a 09 6d 61 6b 65 68 65 61  .file.h:.makehea
55d0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
55e0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
55f0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
5600: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
5610: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
5620: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
5630: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
5640: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
5650: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
5660: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
5670: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
5680: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
5690: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
56a0: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
56b0: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
56c0: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
56d0: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
56e0: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
56f0: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
5700: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
5710: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
5720: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
5730: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
5740: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
5750: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
5760: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
5770: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
5780: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
5790: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
57a0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
57b0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
57c0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72  ot_.c:pivot.h pr
57d0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
57e0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
57f0: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  ild.h schema_.c:
5800: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
5810: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
5820: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
5830: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
5840: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e  c:sync.h timelin
5850: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
5860: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
5870: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
5880: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
5890: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
58a0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
58b0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
58c0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
58d0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
58e0: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
58f0: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
5900: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56  R)/sqlite3.h ./V
5910: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
5920: 68 65 61 64 65 72 73 0a 0a 68 74 74 70 5f 2e 63  headers..http_.c
5930: 3a 09 24 28 53 52 43 44 49 52 29 2f 68 74 74 70  :.$(SRCDIR)/http
5940: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
5950: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
5960: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
5970: 43 44 49 52 29 2f 68 74 74 70 2e 63 20 7c 20 73  CDIR)/http.c | s
5980: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
5990: 56 45 52 53 49 4f 4e 20 3e 68 74 74 70 5f 2e 63  VERSION >http_.c
59a0: 0a 0a 68 74 74 70 2e 6f 3a 09 68 74 74 70 5f 2e  ..http.o:.http_.
59b0: 63 20 68 74 74 70 2e 68 20 20 24 28 53 52 43 44  c http.h  $(SRCD
59c0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
59d0: 58 54 43 43 29 20 2d 6f 20 68 74 74 70 2e 6f 20  XTCC) -o http.o 
59e0: 2d 63 20 68 74 74 70 5f 2e 63 0a 0a 68 74 74 70  -c http_.c..http
59f0: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
5a00: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
5a10: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f  add_.c:add.h blo
5a20: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
5a30: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
5a40: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
5a50: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
5a60: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
5a70: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
5a80: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
5a90: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
5aa0: 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  ormat.h content_
5ab0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
5ac0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
5ad0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
5ae0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
5af0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
5b00: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
5b10: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
5b20: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
5b30: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
5b40: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
5b50: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
5b60: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
5b70: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
5b80: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
5b90: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
5ba0: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
5bb0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
5bc0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
5bd0: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63  merge3.h name_.c
5be0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
5bf0: 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f  :pivot.h printf_
5c00: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
5c10: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
5c20: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d   schema_.c:schem
5c30: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74  a.h setup_.c:set
5c40: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61  up.h sha1_.c:sha
5c50: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  1.h style_.c:sty
5c60: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
5c70: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  c.h timeline_.c:
5c80: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74  timeline.h updat
5c90: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
5ca0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
5cb0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
5cc0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
5cd0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
5ce0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
5cf0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
5d00: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
5d10: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
5d20: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
5d30: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
5d40: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
5d50: 72 73 0a 0a 69 6e 66 6f 5f 2e 63 3a 09 24 28 53  rs..info_.c:.$(S
5d60: 52 43 44 49 52 29 2f 69 6e 66 6f 2e 63 20 24 28  RCDIR)/info.c $(
5d70: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
5d80: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
5d90: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
5da0: 2f 69 6e 66 6f 2e 63 20 7c 20 73 65 64 20 2d 66  /info.c | sed -f
5db0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
5dc0: 4f 4e 20 3e 69 6e 66 6f 5f 2e 63 0a 0a 69 6e 66  ON >info_.c..inf
5dd0: 6f 2e 6f 3a 09 69 6e 66 6f 5f 2e 63 20 69 6e 66  o.o:.info_.c inf
5de0: 6f 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  o.h  $(SRCDIR)/c
5df0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
5e00: 20 2d 6f 20 69 6e 66 6f 2e 6f 20 2d 63 20 69 6e   -o info.o -c in
5e10: 66 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e 68 3a 09 6d  fo_.c..info.h:.m
5e20: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
5e30: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
5e40: 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:add.h blob_.c:
5e50: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67  blob.h cgi_.c:cg
5e60: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
5e70: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
5e80: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
5e90: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
5ea0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
5eb0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
5ec0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
5ed0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
5ee0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
5ef0: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
5f00: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
5f10: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
5f20: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
5f30: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
5f40: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
5f50: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
5f60: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
5f70: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
5f80: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
5f90: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
5fa0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
5fb0: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
5fc0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
5fd0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
5fe0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
5ff0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
6000: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
6010: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
6020: 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  t.h printf_.c:pr
6030: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
6040: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65  c:rebuild.h sche
6050: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
6060: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
6070: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
6080: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
6090: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
60a0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
60b0: 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ine.h update_.c:
60c0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
60d0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
60e0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
60f0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
6100: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
6110: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
6120: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
6130: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
6140: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
6150: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
6160: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
6170: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6c  touch headers..l
6180: 6f 67 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49  ogin_.c:.$(SRCDI
6190: 52 29 2f 6c 6f 67 69 6e 2e 63 20 24 28 53 52 43  R)/login.c $(SRC
61a0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
61b0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
61c0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6c 6f  ate $(SRCDIR)/lo
61d0: 67 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  gin.c | sed -f $
61e0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
61f0: 20 3e 6c 6f 67 69 6e 5f 2e 63 0a 0a 6c 6f 67 69   >login_.c..logi
6200: 6e 2e 6f 3a 09 6c 6f 67 69 6e 5f 2e 63 20 6c 6f  n.o:.login_.c lo
6210: 67 69 6e 2e 68 20 20 24 28 53 52 43 44 49 52 29  gin.h  $(SRCDIR)
6220: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
6230: 43 29 20 2d 6f 20 6c 6f 67 69 6e 2e 6f 20 2d 63  C) -o login.o -c
6240: 20 6c 6f 67 69 6e 5f 2e 63 0a 0a 6c 6f 67 69 6e   login_.c..login
6250: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
6260: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
6270: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f  add_.c:add.h blo
6280: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
6290: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
62a0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
62b0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
62c0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
62d0: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
62e0: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
62f0: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
6300: 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  ormat.h content_
6310: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
6320: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
6330: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
6340: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
6350: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
6360: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
6370: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
6380: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
6390: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
63a0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
63b0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
63c0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
63d0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
63e0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
63f0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
6400: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
6410: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
6420: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
6430: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63  merge3.h name_.c
6440: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
6450: 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f  :pivot.h printf_
6460: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
6470: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
6480: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d   schema_.c:schem
6490: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74  a.h setup_.c:set
64a0: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61  up.h sha1_.c:sha
64b0: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  1.h style_.c:sty
64c0: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
64d0: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  c.h timeline_.c:
64e0: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74  timeline.h updat
64f0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
6500: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
6510: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
6520: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
6530: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
6540: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
6550: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
6560: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
6570: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
6580: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
6590: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
65a0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
65b0: 72 73 0a 0a 6d 61 69 6e 5f 2e 63 3a 09 24 28 53  rs..main_.c:.$(S
65c0: 52 43 44 49 52 29 2f 6d 61 69 6e 2e 63 20 24 28  RCDIR)/main.c $(
65d0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
65e0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
65f0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
6600: 2f 6d 61 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66  /main.c | sed -f
6610: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
6620: 4f 4e 20 3e 6d 61 69 6e 5f 2e 63 0a 0a 6d 61 69  ON >main_.c..mai
6630: 6e 2e 6f 3a 09 6d 61 69 6e 5f 2e 63 20 6d 61 69  n.o:.main_.c mai
6640: 6e 2e 68 20 70 61 67 65 5f 69 6e 64 65 78 2e 68  n.h page_index.h
6650: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
6660: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
6670: 6d 61 69 6e 2e 6f 20 2d 63 20 6d 61 69 6e 5f 2e  main.o -c main_.
6680: 63 0a 0a 6d 61 69 6e 2e 68 3a 09 6d 61 6b 65 68  c..main.h:.makeh
6690: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
66a0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
66b0: 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  d.h blob_.c:blob
66c0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
66d0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
66e0: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
66f0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
6700: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
6710: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
6720: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
6730: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
6740: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
6750: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
6760: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
6770: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
6780: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
6790: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
67a0: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
67b0: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
67c0: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
67d0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
67e0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
67f0: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
6800: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
6810: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
6820: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
6830: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
6840: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
6850: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
6860: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
6870: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
6880: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
6890: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
68a0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
68b0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e  build.h schema_.
68c0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
68d0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
68e0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
68f0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
6900: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c  _.c:sync.h timel
6910: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
6920: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
6930: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
6940: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
6950: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
6960: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
6970: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
6980: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
6990: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
69a0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
69b0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
69c0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
69d0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
69e0: 68 20 68 65 61 64 65 72 73 0a 0a 6d 61 6e 69 66  h headers..manif
69f0: 65 73 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  est_.c:.$(SRCDIR
6a00: 29 2f 6d 61 6e 69 66 65 73 74 2e 63 20 24 28 53  )/manifest.c $(S
6a10: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
6a20: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
6a30: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
6a40: 6d 61 6e 69 66 65 73 74 2e 63 20 7c 20 73 65 64  manifest.c | sed
6a50: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
6a60: 52 53 49 4f 4e 20 3e 6d 61 6e 69 66 65 73 74 5f  RSION >manifest_
6a70: 2e 63 0a 0a 6d 61 6e 69 66 65 73 74 2e 6f 3a 09  .c..manifest.o:.
6a80: 6d 61 6e 69 66 65 73 74 5f 2e 63 20 6d 61 6e 69  manifest_.c mani
6a90: 66 65 73 74 2e 68 20 20 24 28 53 52 43 44 49 52  fest.h  $(SRCDIR
6aa0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
6ab0: 43 43 29 20 2d 6f 20 6d 61 6e 69 66 65 73 74 2e  CC) -o manifest.
6ac0: 6f 20 2d 63 20 6d 61 6e 69 66 65 73 74 5f 2e 63  o -c manifest_.c
6ad0: 0a 0a 6d 61 6e 69 66 65 73 74 2e 68 3a 09 6d 61  ..manifest.h:.ma
6ae0: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
6af0: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
6b00: 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :add.h blob_.c:b
6b10: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
6b20: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
6b30: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
6b40: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
6b50: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
6b60: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
6b70: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
6b80: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
6b90: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
6ba0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
6bb0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
6bc0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
6bd0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
6be0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dents_.c:descend
6bf0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ents.h diff_.c:d
6c00: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
6c10: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64  :diffcmd.h encod
6c20: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69  e_.c:encode.h fi
6c30: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74  le_.c:file.h htt
6c40: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f  p_.c:http.h info
6c50: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e  _.c:info.h login
6c60: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  _.c:login.h main
6c70: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  _.c:main.h manif
6c80: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e  est_.c:manifest.
6c90: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d  h md5_.c:md5.h m
6ca0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20  erge_.c:merge.h 
6cb0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33  merge3_.c:merge3
6cc0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
6cd0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
6ce0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
6cf0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
6d00: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d  :rebuild.h schem
6d10: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65  a_.c:schema.h se
6d20: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73  tup_.c:setup.h s
6d30: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74  ha1_.c:sha1.h st
6d40: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
6d50: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69  ync_.c:sync.h ti
6d60: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
6d70: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  ne.h update_.c:u
6d80: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
6d90: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
6da0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
6db0: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
6dc0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
6dd0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
6de0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
6df0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
6e00: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
6e10: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
6e20: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
6e30: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 64  ouch headers..md
6e40: 35 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  5_.c:.$(SRCDIR)/
6e50: 6d 64 35 2e 63 20 24 28 53 52 43 44 49 52 29 2f  md5.c $(SRCDIR)/
6e60: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
6e70: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
6e80: 28 53 52 43 44 49 52 29 2f 6d 64 35 2e 63 20 7c  (SRCDIR)/md5.c |
6e90: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
6ea0: 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 64 35 5f 2e  )/VERSION >md5_.
6eb0: 63 0a 0a 6d 64 35 2e 6f 3a 09 6d 64 35 5f 2e 63  c..md5.o:.md5_.c
6ec0: 20 6d 64 35 2e 68 20 20 24 28 53 52 43 44 49 52   md5.h  $(SRCDIR
6ed0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
6ee0: 43 43 29 20 2d 6f 20 6d 64 35 2e 6f 20 2d 63 20  CC) -o md5.o -c 
6ef0: 6d 64 35 5f 2e 63 0a 0a 6d 64 35 2e 68 3a 09 6d  md5_.c..md5.h:.m
6f00: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
6f10: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
6f20: 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:add.h blob_.c:
6f30: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67  blob.h cgi_.c:cg
6f40: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
6f50: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
6f60: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
6f70: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
6f80: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
6f90: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
6fa0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
6fb0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
6fc0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
6fd0: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
6fe0: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
6ff0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
7000: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
7010: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
7020: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
7030: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
7040: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
7050: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
7060: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
7070: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
7080: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
7090: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
70a0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
70b0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
70c0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
70d0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
70e0: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
70f0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
7100: 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  t.h printf_.c:pr
7110: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
7120: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65  c:rebuild.h sche
7130: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
7140: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
7150: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
7160: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
7170: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
7180: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
7190: 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ine.h update_.c:
71a0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
71b0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
71c0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
71d0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
71e0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
71f0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
7200: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
7210: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
7220: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
7230: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
7240: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
7250: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d  touch headers..m
7260: 65 72 67 65 5f 2e 63 3a 09 24 28 53 52 43 44 49  erge_.c:.$(SRCDI
7270: 52 29 2f 6d 65 72 67 65 2e 63 20 24 28 53 52 43  R)/merge.c $(SRC
7280: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
7290: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
72a0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d 65  ate $(SRCDIR)/me
72b0: 72 67 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  rge.c | sed -f $
72c0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
72d0: 20 3e 6d 65 72 67 65 5f 2e 63 0a 0a 6d 65 72 67   >merge_.c..merg
72e0: 65 2e 6f 3a 09 6d 65 72 67 65 5f 2e 63 20 6d 65  e.o:.merge_.c me
72f0: 72 67 65 2e 68 20 20 24 28 53 52 43 44 49 52 29  rge.h  $(SRCDIR)
7300: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
7310: 43 29 20 2d 6f 20 6d 65 72 67 65 2e 6f 20 2d 63  C) -o merge.o -c
7320: 20 6d 65 72 67 65 5f 2e 63 0a 0a 6d 65 72 67 65   merge_.c..merge
7330: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a  .h:.makeheaders.
7340: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20  ../makeheaders  
7350: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f  add_.c:add.h blo
7360: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f  b_.c:blob.h cgi_
7370: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e  .c:cgi.h checkin
7380: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68  _.c:checkin.h ch
7390: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f  eckout_.c:checko
73a0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e  ut.h clearsign_.
73b0: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c  c:clearsign.h cl
73c0: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63  one_.c:clone.h c
73d0: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66  omformat_.c:comf
73e0: 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  ormat.h content_
73f0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
7400: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
7410: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
7420: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
7430: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64  descendents_.c:d
7440: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66  escendents.h dif
7450: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
7460: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
7470: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64   encode_.c:encod
7480: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65  e.h file_.c:file
7490: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e  .h http_.c:http.
74a0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68  h info_.c:info.h
74b0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e   login_.c:login.
74c0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68  h main_.c:main.h
74d0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e   manifest_.c:man
74e0: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d  ifest.h md5_.c:m
74f0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65  d5.h merge_.c:me
7500: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a  rge.h merge3_.c:
7510: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63  merge3.h name_.c
7520: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63  :name.h pivot_.c
7530: 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f  :pivot.h printf_
7540: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75  .c:printf.h rebu
7550: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68  ild_.c:rebuild.h
7560: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d   schema_.c:schem
7570: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74  a.h setup_.c:set
7580: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61  up.h sha1_.c:sha
7590: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79  1.h style_.c:sty
75a0: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e  le.h sync_.c:syn
75b0: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a  c.h timeline_.c:
75c0: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74  timeline.h updat
75d0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
75e0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
75f0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
7600: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
7610: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
7620: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
7630: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
7640: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a  ormat.h xfer_.c:
7650: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69  xfer.h zip_.c:zi
7660: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71  p.h $(SRCDIR)/sq
7670: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f  lite3.h ./VERSIO
7680: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
7690: 72 73 0a 0a 6d 65 72 67 65 33 5f 2e 63 3a 09 24  rs..merge3_.c:.$
76a0: 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 33 2e  (SRCDIR)/merge3.
76b0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
76c0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
76d0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
76e0: 44 49 52 29 2f 6d 65 72 67 65 33 2e 63 20 7c 20  DIR)/merge3.c | 
76f0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
7700: 2f 56 45 52 53 49 4f 4e 20 3e 6d 65 72 67 65 33  /VERSION >merge3
7710: 5f 2e 63 0a 0a 6d 65 72 67 65 33 2e 6f 3a 09 6d  _.c..merge3.o:.m
7720: 65 72 67 65 33 5f 2e 63 20 6d 65 72 67 65 33 2e  erge3_.c merge3.
7730: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
7740: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
7750: 6f 20 6d 65 72 67 65 33 2e 6f 20 2d 63 20 6d 65  o merge3.o -c me
7760: 72 67 65 33 5f 2e 63 0a 0a 6d 65 72 67 65 33 2e  rge3_.c..merge3.
7770: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
7780: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
7790: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62  dd_.c:add.h blob
77a0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e  _.c:blob.h cgi_.
77b0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f  c:cgi.h checkin_
77c0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65  .c:checkin.h che
77d0: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75  ckout_.c:checkou
77e0: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63  t.h clearsign_.c
77f0: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f  :clearsign.h clo
7800: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f  ne_.c:clone.h co
7810: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f  mformat_.c:comfo
7820: 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  rmat.h content_.
7830: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
7840: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
7850: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
7860: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
7870: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
7880: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
7890: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
78a0: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
78b0: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
78c0: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
78d0: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
78e0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
78f0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
7900: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
7910: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
7920: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
7930: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
7940: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
7950: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
7960: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
7970: 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e  pivot.h printf_.
7980: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
7990: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
79a0: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
79b0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
79c0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
79d0: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
79e0: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63  e.h sync_.c:sync
79f0: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74  .h timeline_.c:t
7a00: 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65  imeline.h update
7a10: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
7a20: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
7a30: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
7a40: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
7a50: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
7a60: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
7a70: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
7a80: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78  rmat.h xfer_.c:x
7a90: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70  fer.h zip_.c:zip
7aa0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c  .h $(SRCDIR)/sql
7ab0: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  ite3.h ./VERSION
7ac0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
7ad0: 73 0a 0a 6e 61 6d 65 5f 2e 63 3a 09 24 28 53 52  s..name_.c:.$(SR
7ae0: 43 44 49 52 29 2f 6e 61 6d 65 2e 63 20 24 28 53  CDIR)/name.c $(S
7af0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
7b00: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
7b10: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
7b20: 6e 61 6d 65 2e 63 20 7c 20 73 65 64 20 2d 66 20  name.c | sed -f 
7b30: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
7b40: 4e 20 3e 6e 61 6d 65 5f 2e 63 0a 0a 6e 61 6d 65  N >name_.c..name
7b50: 2e 6f 3a 09 6e 61 6d 65 5f 2e 63 20 6e 61 6d 65  .o:.name_.c name
7b60: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
7b70: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
7b80: 2d 6f 20 6e 61 6d 65 2e 6f 20 2d 63 20 6e 61 6d  -o name.o -c nam
7b90: 65 5f 2e 63 0a 0a 6e 61 6d 65 2e 68 3a 09 6d 61  e_.c..name.h:.ma
7ba0: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
7bb0: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
7bc0: 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :add.h blob_.c:b
7bd0: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
7be0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
7bf0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
7c00: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
7c10: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
7c20: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
7c30: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
7c40: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
7c50: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
7c60: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
7c70: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
7c80: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
7c90: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
7ca0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dents_.c:descend
7cb0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ents.h diff_.c:d
7cc0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
7cd0: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64  :diffcmd.h encod
7ce0: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69  e_.c:encode.h fi
7cf0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74  le_.c:file.h htt
7d00: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f  p_.c:http.h info
7d10: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e  _.c:info.h login
7d20: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  _.c:login.h main
7d30: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  _.c:main.h manif
7d40: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e  est_.c:manifest.
7d50: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d  h md5_.c:md5.h m
7d60: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20  erge_.c:merge.h 
7d70: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33  merge3_.c:merge3
7d80: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
7d90: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
7da0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
7db0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
7dc0: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d  :rebuild.h schem
7dd0: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65  a_.c:schema.h se
7de0: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73  tup_.c:setup.h s
7df0: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74  ha1_.c:sha1.h st
7e00: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
7e10: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69  ync_.c:sync.h ti
7e20: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
7e30: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  ne.h update_.c:u
7e40: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
7e50: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
7e60: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
7e70: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
7e80: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
7e90: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
7ea0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
7eb0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
7ec0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
7ed0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
7ee0: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
7ef0: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 70 69  ouch headers..pi
7f00: 76 6f 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  vot_.c:.$(SRCDIR
7f10: 29 2f 70 69 76 6f 74 2e 63 20 24 28 53 52 43 44  )/pivot.c $(SRCD
7f20: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
7f30: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
7f40: 74 65 20 24 28 53 52 43 44 49 52 29 2f 70 69 76  te $(SRCDIR)/piv
7f50: 6f 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  ot.c | sed -f $(
7f60: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
7f70: 3e 70 69 76 6f 74 5f 2e 63 0a 0a 70 69 76 6f 74  >pivot_.c..pivot
7f80: 2e 6f 3a 09 70 69 76 6f 74 5f 2e 63 20 70 69 76  .o:.pivot_.c piv
7f90: 6f 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  ot.h  $(SRCDIR)/
7fa0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
7fb0: 29 20 2d 6f 20 70 69 76 6f 74 2e 6f 20 2d 63 20  ) -o pivot.o -c 
7fc0: 70 69 76 6f 74 5f 2e 63 0a 0a 70 69 76 6f 74 2e  pivot_.c..pivot.
7fd0: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09  h:.makeheaders..
7fe0: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61  ./makeheaders  a
7ff0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62  dd_.c:add.h blob
8000: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e  _.c:blob.h cgi_.
8010: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f  c:cgi.h checkin_
8020: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65  .c:checkin.h che
8030: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75  ckout_.c:checkou
8040: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63  t.h clearsign_.c
8050: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f  :clearsign.h clo
8060: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f  ne_.c:clone.h co
8070: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f  mformat_.c:comfo
8080: 72 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e  rmat.h content_.
8090: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e  c:content.h db_.
80a0: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a  c:db.h delta_.c:
80b0: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
80c0: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64  _.c:deltacmd.h d
80d0: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65  escendents_.c:de
80e0: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66  scendents.h diff
80f0: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63  _.c:diff.h diffc
8100: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20  md_.c:diffcmd.h 
8110: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65  encode_.c:encode
8120: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e  .h file_.c:file.
8130: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68  h http_.c:http.h
8140: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20   info_.c:info.h 
8150: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68  login_.c:login.h
8160: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20   main_.c:main.h 
8170: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69  manifest_.c:mani
8180: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64  fest.h md5_.c:md
8190: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72  5.h merge_.c:mer
81a0: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d  ge.h merge3_.c:m
81b0: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a  erge3.h name_.c:
81c0: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a  name.h pivot_.c:
81d0: 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e  pivot.h printf_.
81e0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69  c:printf.h rebui
81f0: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20  ld_.c:rebuild.h 
8200: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61  schema_.c:schema
8210: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75  .h setup_.c:setu
8220: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31  p.h sha1_.c:sha1
8230: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c  .h style_.c:styl
8240: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63  e.h sync_.c:sync
8250: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74  .h timeline_.c:t
8260: 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65  imeline.h update
8270: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c  _.c:update.h url
8280: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e  _.c:url.h user_.
8290: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f  c:user.h verify_
82a0: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .c:verify.h vfil
82b0: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b  e_.c:vfile.h wik
82c0: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69  i_.c:wiki.h wiki
82d0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f  format_.c:wikifo
82e0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78  rmat.h xfer_.c:x
82f0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70  fer.h zip_.c:zip
8300: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c  .h $(SRCDIR)/sql
8310: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e  ite3.h ./VERSION
8320: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72  .h..touch header
8330: 73 0a 0a 70 72 69 6e 74 66 5f 2e 63 3a 09 24 28  s..printf_.c:.$(
8340: 53 52 43 44 49 52 29 2f 70 72 69 6e 74 66 2e 63  SRCDIR)/printf.c
8350: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
8360: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
8370: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
8380: 49 52 29 2f 70 72 69 6e 74 66 2e 63 20 7c 20 73  IR)/printf.c | s
8390: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
83a0: 56 45 52 53 49 4f 4e 20 3e 70 72 69 6e 74 66 5f  VERSION >printf_
83b0: 2e 63 0a 0a 70 72 69 6e 74 66 2e 6f 3a 09 70 72  .c..printf.o:.pr
83c0: 69 6e 74 66 5f 2e 63 20 70 72 69 6e 74 66 2e 68  intf_.c printf.h
83d0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
83e0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
83f0: 20 70 72 69 6e 74 66 2e 6f 20 2d 63 20 70 72 69   printf.o -c pri
8400: 6e 74 66 5f 2e 63 0a 0a 70 72 69 6e 74 66 2e 68  ntf_.c..printf.h
8410: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e  :.makeheaders...
8420: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64  /makeheaders  ad
8430: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f  d_.c:add.h blob_
8440: 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63  .c:blob.h cgi_.c
8450: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
8460: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
8470: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
8480: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
8490: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
84a0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
84b0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
84c0: 6d 61 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63  mat.h content_.c
84d0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63  :content.h db_.c
84e0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64  :db.h delta_.c:d
84f0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f  elta.h deltacmd_
8500: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65  .c:deltacmd.h de
8510: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73  scendents_.c:des
8520: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f  cendents.h diff_
8530: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d  .c:diff.h diffcm
8540: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65  d_.c:diffcmd.h e
8550: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
8560: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
8570: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
8580: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
8590: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
85a0: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
85b0: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
85c0: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
85d0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
85e0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
85f0: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e  rge3.h name_.c:n
8600: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70  ame.h pivot_.c:p
8610: 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63  ivot.h printf_.c
8620: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c  :printf.h rebuil
8630: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73  d_.c:rebuild.h s
8640: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e  chema_.c:schema.
8650: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70  h setup_.c:setup
8660: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e  .h sha1_.c:sha1.
8670: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65  h style_.c:style
8680: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e  .h sync_.c:sync.
8690: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69  h timeline_.c:ti
86a0: 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f  meline.h update_
86b0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
86c0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
86d0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
86e0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
86f0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
8700: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
8710: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
8720: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66  mat.h xfer_.c:xf
8730: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e  er.h zip_.c:zip.
8740: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  h $(SRCDIR)/sqli
8750: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e  te3.h ./VERSION.
8760: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73  h..touch headers
8770: 0a 0a 72 65 62 75 69 6c 64 5f 2e 63 3a 09 24 28  ..rebuild_.c:.$(
8780: 53 52 43 44 49 52 29 2f 72 65 62 75 69 6c 64 2e  SRCDIR)/rebuild.
8790: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
87a0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
87b0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
87c0: 44 49 52 29 2f 72 65 62 75 69 6c 64 2e 63 20 7c  DIR)/rebuild.c |
87d0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
87e0: 29 2f 56 45 52 53 49 4f 4e 20 3e 72 65 62 75 69  )/VERSION >rebui
87f0: 6c 64 5f 2e 63 0a 0a 72 65 62 75 69 6c 64 2e 6f  ld_.c..rebuild.o
8800: 3a 09 72 65 62 75 69 6c 64 5f 2e 63 20 72 65 62  :.rebuild_.c reb
8810: 75 69 6c 64 2e 68 20 20 24 28 53 52 43 44 49 52  uild.h  $(SRCDIR
8820: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
8830: 43 43 29 20 2d 6f 20 72 65 62 75 69 6c 64 2e 6f  CC) -o rebuild.o
8840: 20 2d 63 20 72 65 62 75 69 6c 64 5f 2e 63 0a 0a   -c rebuild_.c..
8850: 72 65 62 75 69 6c 64 2e 68 3a 09 6d 61 6b 65 68  rebuild.h:.makeh
8860: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65  eaders.../makehe
8870: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64  aders  add_.c:ad
8880: 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62  d.h blob_.c:blob
8890: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20  .h cgi_.c:cgi.h 
88a0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b  checkin_.c:check
88b0: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63  in.h checkout_.c
88c0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61  :checkout.h clea
88d0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69  rsign_.c:clearsi
88e0: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c  gn.h clone_.c:cl
88f0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f  one.h comformat_
8900: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63  .c:comformat.h c
8910: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e  ontent_.c:conten
8920: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64  t.h db_.c:db.h d
8930: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20  elta_.c:delta.h 
8940: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74  deltacmd_.c:delt
8950: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e  acmd.h descenden
8960: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74  ts_.c:descendent
8970: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66  s.h diff_.c:diff
8980: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69  .h diffcmd_.c:di
8990: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e  ffcmd.h encode_.
89a0: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f  c:encode.h file_
89b0: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e  .c:file.h http_.
89c0: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63  c:http.h info_.c
89d0: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63  :info.h login_.c
89e0: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63  :login.h main_.c
89f0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74  :main.h manifest
8a00: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d  _.c:manifest.h m
8a10: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67  d5_.c:md5.h merg
8a20: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72  e_.c:merge.h mer
8a30: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20  ge3_.c:merge3.h 
8a40: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70  name_.c:name.h p
8a50: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20  ivot_.c:pivot.h 
8a60: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66  printf_.c:printf
8a70: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65  .h rebuild_.c:re
8a80: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e  build.h schema_.
8a90: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70  c:schema.h setup
8aa0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31  _.c:setup.h sha1
8ab0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65  _.c:sha1.h style
8ac0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63  _.c:style.h sync
8ad0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c  _.c:sync.h timel
8ae0: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e  ine_.c:timeline.
8af0: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61  h update_.c:upda
8b00: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e  te.h url_.c:url.
8b10: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68  h user_.c:user.h
8b20: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66   verify_.c:verif
8b30: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69  y.h vfile_.c:vfi
8b40: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b  le.h wiki_.c:wik
8b50: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  i.h wikiformat_.
8b60: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78  c:wikiformat.h x
8b70: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69  fer_.c:xfer.h zi
8b80: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43  p_.c:zip.h $(SRC
8b90: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e  DIR)/sqlite3.h .
8ba0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63  /VERSION.h..touc
8bb0: 68 20 68 65 61 64 65 72 73 0a 0a 73 63 68 65 6d  h headers..schem
8bc0: 61 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  a_.c:.$(SRCDIR)/
8bd0: 73 63 68 65 6d 61 2e 63 20 24 28 53 52 43 44 49  schema.c $(SRCDI
8be0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
8bf0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
8c00: 65 20 24 28 53 52 43 44 49 52 29 2f 73 63 68 65  e $(SRCDIR)/sche
8c10: 6d 61 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  ma.c | sed -f $(
8c20: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
8c30: 3e 73 63 68 65 6d 61 5f 2e 63 0a 0a 73 63 68 65  >schema_.c..sche
8c40: 6d 61 2e 6f 3a 09 73 63 68 65 6d 61 5f 2e 63 20  ma.o:.schema_.c 
8c50: 73 63 68 65 6d 61 2e 68 20 20 24 28 53 52 43 44  schema.h  $(SRCD
8c60: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
8c70: 58 54 43 43 29 20 2d 6f 20 73 63 68 65 6d 61 2e  XTCC) -o schema.
8c80: 6f 20 2d 63 20 73 63 68 65 6d 61 5f 2e 63 0a 0a  o -c schema_.c..
8c90: 73 63 68 65 6d 61 2e 68 3a 09 6d 61 6b 65 68 65  schema.h:.makehe
8ca0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
8cb0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
8cc0: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
8cd0: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
8ce0: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
8cf0: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
8d00: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
8d10: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
8d20: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
8d30: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
8d40: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
8d50: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
8d60: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
8d70: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
8d80: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
8d90: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
8da0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
8db0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
8dc0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
8dd0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
8de0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
8df0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
8e00: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
8e10: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
8e20: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
8e30: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
8e40: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
8e50: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
8e60: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
8e70: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e  e3_.c:merge3.h n
8e80: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
8e90: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
8ea0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
8eb0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
8ec0: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63  uild.h schema_.c
8ed0: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
8ee0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
8ef0: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f  .c:sha1.h style_
8f00: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
8f10: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69  .c:sync.h timeli
8f20: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
8f30: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
8f40: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
8f50: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
8f60: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
8f70: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
8f80: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
8f90: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
8fa0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
8fb0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
8fc0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
8fd0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
8fe0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
8ff0: 20 68 65 61 64 65 72 73 0a 0a 73 65 74 75 70 5f   headers..setup_
9000: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 65  .c:.$(SRCDIR)/se
9010: 74 75 70 2e 63 20 24 28 53 52 43 44 49 52 29 2f  tup.c $(SRCDIR)/
9020: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
9030: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
9040: 28 53 52 43 44 49 52 29 2f 73 65 74 75 70 2e 63  (SRCDIR)/setup.c
9050: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
9060: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 65 74  IR)/VERSION >set
9070: 75 70 5f 2e 63 0a 0a 73 65 74 75 70 2e 6f 3a 09  up_.c..setup.o:.
9080: 73 65 74 75 70 5f 2e 63 20 73 65 74 75 70 2e 68  setup_.c setup.h
9090: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
90a0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
90b0: 20 73 65 74 75 70 2e 6f 20 2d 63 20 73 65 74 75   setup.o -c setu
90c0: 70 5f 2e 63 0a 0a 73 65 74 75 70 2e 68 3a 09 6d  p_.c..setup.h:.m
90d0: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
90e0: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
90f0: 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:add.h blob_.c:
9100: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67  blob.h cgi_.c:cg
9110: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
9120: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
9130: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
9140: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
9150: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
9160: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
9170: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
9180: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
9190: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
91a0: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
91b0: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
91c0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
91d0: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
91e0: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
91f0: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
9200: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
9210: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
9220: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
9230: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
9240: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
9250: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
9260: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
9270: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
9280: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
9290: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
92a0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
92b0: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
92c0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
92d0: 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  t.h printf_.c:pr
92e0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
92f0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65  c:rebuild.h sche
9300: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
9310: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
9320: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
9330: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
9340: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
9350: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
9360: 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ine.h update_.c:
9370: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
9380: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
9390: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
93a0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
93b0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
93c0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
93d0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
93e0: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
93f0: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
9400: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
9410: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
9420: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73  touch headers..s
9430: 68 61 31 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ha1_.c:.$(SRCDIR
9440: 29 2f 73 68 61 31 2e 63 20 24 28 53 52 43 44 49  )/sha1.c $(SRCDI
9450: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
9460: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
9470: 65 20 24 28 53 52 43 44 49 52 29 2f 73 68 61 31  e $(SRCDIR)/sha1
9480: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
9490: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73  CDIR)/VERSION >s
94a0: 68 61 31 5f 2e 63 0a 0a 73 68 61 31 2e 6f 3a 09  ha1_.c..sha1.o:.
94b0: 73 68 61 31 5f 2e 63 20 73 68 61 31 2e 68 20 20  sha1_.c sha1.h  
94c0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
94d0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73  .h..$(XTCC) -o s
94e0: 68 61 31 2e 6f 20 2d 63 20 73 68 61 31 5f 2e 63  ha1.o -c sha1_.c
94f0: 0a 0a 73 68 61 31 2e 68 3a 09 6d 61 6b 65 68 65  ..sha1.h:.makehe
9500: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
9510: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
9520: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
9530: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
9540: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
9550: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
9560: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
9570: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
9580: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
9590: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
95a0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
95b0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
95c0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
95d0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
95e0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
95f0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
9600: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
9610: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
9620: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
9630: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
9640: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
9650: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
9660: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
9670: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
9680: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
9690: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
96a0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
96b0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
96c0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
96d0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e  e3_.c:merge3.h n
96e0: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
96f0: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
9700: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
9710: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
9720: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63  uild.h schema_.c
9730: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
9740: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
9750: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f  .c:sha1.h style_
9760: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
9770: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69  .c:sync.h timeli
9780: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
9790: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
97a0: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
97b0: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
97c0: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
97d0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
97e0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
97f0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
9800: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
9810: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
9820: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
9830: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
9840: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
9850: 20 68 65 61 64 65 72 73 0a 0a 73 74 79 6c 65 5f   headers..style_
9860: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 74  .c:.$(SRCDIR)/st
9870: 79 6c 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f  yle.c $(SRCDIR)/
9880: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
9890: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
98a0: 28 53 52 43 44 49 52 29 2f 73 74 79 6c 65 2e 63  (SRCDIR)/style.c
98b0: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
98c0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 74 79  IR)/VERSION >sty
98d0: 6c 65 5f 2e 63 0a 0a 73 74 79 6c 65 2e 6f 3a 09  le_.c..style.o:.
98e0: 73 74 79 6c 65 5f 2e 63 20 73 74 79 6c 65 2e 68  style_.c style.h
98f0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
9900: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
9910: 20 73 74 79 6c 65 2e 6f 20 2d 63 20 73 74 79 6c   style.o -c styl
9920: 65 5f 2e 63 0a 0a 73 74 79 6c 65 2e 68 3a 09 6d  e_.c..style.h:.m
9930: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61  akeheaders.../ma
9940: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
9950: 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a  c:add.h blob_.c:
9960: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67  blob.h cgi_.c:cg
9970: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63  i.h checkin_.c:c
9980: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75  heckin.h checkou
9990: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20  t_.c:checkout.h 
99a0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65  clearsign_.c:cle
99b0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e  arsign.h clone_.
99c0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72  c:clone.h comfor
99d0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74  mat_.c:comformat
99e0: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f  .h content_.c:co
99f0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62  ntent.h db_.c:db
9a00: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74  .h delta_.c:delt
9a10: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a  a.h deltacmd_.c:
9a20: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65  deltacmd.h desce
9a30: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e  ndents_.c:descen
9a40: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a  dents.h diff_.c:
9a50: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e  diff.h diffcmd_.
9a60: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f  c:diffcmd.h enco
9a70: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66  de_.c:encode.h f
9a80: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74  ile_.c:file.h ht
9a90: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66  tp_.c:http.h inf
9aa0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69  o_.c:info.h logi
9ab0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69  n_.c:login.h mai
9ac0: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69  n_.c:main.h mani
9ad0: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74  fest_.c:manifest
9ae0: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20  .h md5_.c:md5.h 
9af0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68  merge_.c:merge.h
9b00: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65   merge3_.c:merge
9b10: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65  3.h name_.c:name
9b20: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f  .h pivot_.c:pivo
9b30: 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72  t.h printf_.c:pr
9b40: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e  intf.h rebuild_.
9b50: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65  c:rebuild.h sche
9b60: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73  ma_.c:schema.h s
9b70: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20  etup_.c:setup.h 
9b80: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73  sha1_.c:sha1.h s
9b90: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20  tyle_.c:style.h 
9ba0: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74  sync_.c:sync.h t
9bb0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
9bc0: 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a  ine.h update_.c:
9bd0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a  update.h url_.c:
9be0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73  url.h user_.c:us
9bf0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76  er.h verify_.c:v
9c00: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63  erify.h vfile_.c
9c10: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63  :vfile.h wiki_.c
9c20: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d  :wiki.h wikiform
9c30: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74  at_.c:wikiformat
9c40: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e  .h xfer_.c:xfer.
9c50: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24  h zip_.c:zip.h $
9c60: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
9c70: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09  .h ./VERSION.h..
9c80: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73  touch headers..s
9c90: 79 6e 63 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ync_.c:.$(SRCDIR
9ca0: 29 2f 73 79 6e 63 2e 63 20 24 28 53 52 43 44 49  )/sync.c $(SRCDI
9cb0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
9cc0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
9cd0: 65 20 24 28 53 52 43 44 49 52 29 2f 73 79 6e 63  e $(SRCDIR)/sync
9ce0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
9cf0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73  CDIR)/VERSION >s
9d00: 79 6e 63 5f 2e 63 0a 0a 73 79 6e 63 2e 6f 3a 09  ync_.c..sync.o:.
9d10: 73 79 6e 63 5f 2e 63 20 73 79 6e 63 2e 68 20 20  sync_.c sync.h  
9d20: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
9d30: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73  .h..$(XTCC) -o s
9d40: 79 6e 63 2e 6f 20 2d 63 20 73 79 6e 63 5f 2e 63  ync.o -c sync_.c
9d50: 0a 0a 73 79 6e 63 2e 68 3a 09 6d 61 6b 65 68 65  ..sync.h:.makehe
9d60: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
9d70: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
9d80: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
9d90: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
9da0: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
9db0: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
9dc0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
9dd0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
9de0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
9df0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
9e00: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
9e10: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
9e20: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
9e30: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
9e40: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
9e50: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
9e60: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
9e70: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
9e80: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
9e90: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
9ea0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
9eb0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
9ec0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
9ed0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
9ee0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
9ef0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
9f00: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
9f10: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
9f20: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
9f30: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e  e3_.c:merge3.h n
9f40: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
9f50: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
9f60: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
9f70: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
9f80: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63  uild.h schema_.c
9f90: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
9fa0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
9fb0: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f  .c:sha1.h style_
9fc0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
9fd0: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69  .c:sync.h timeli
9fe0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
9ff0: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
a000: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
a010: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
a020: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
a030: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
a040: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
a050: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
a060: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
a070: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
a080: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
a090: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
a0a0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
a0b0: 20 68 65 61 64 65 72 73 0a 0a 74 69 6d 65 6c 69   headers..timeli
a0c0: 6e 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  ne_.c:.$(SRCDIR)
a0d0: 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 24 28 53 52  /timeline.c $(SR
a0e0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
a0f0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
a100: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 74  late $(SRCDIR)/t
a110: 69 6d 65 6c 69 6e 65 2e 63 20 7c 20 73 65 64 20  imeline.c | sed 
a120: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
a130: 53 49 4f 4e 20 3e 74 69 6d 65 6c 69 6e 65 5f 2e  SION >timeline_.
a140: 63 0a 0a 74 69 6d 65 6c 69 6e 65 2e 6f 3a 09 74  c..timeline.o:.t
a150: 69 6d 65 6c 69 6e 65 5f 2e 63 20 74 69 6d 65 6c  imeline_.c timel
a160: 69 6e 65 2e 68 20 20 24 28 53 52 43 44 49 52 29  ine.h  $(SRCDIR)
a170: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
a180: 43 29 20 2d 6f 20 74 69 6d 65 6c 69 6e 65 2e 6f  C) -o timeline.o
a190: 20 2d 63 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 0a   -c timeline_.c.
a1a0: 0a 74 69 6d 65 6c 69 6e 65 2e 68 3a 09 6d 61 6b  .timeline.h:.mak
a1b0: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
a1c0: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
a1d0: 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  add.h blob_.c:bl
a1e0: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  ob.h cgi_.c:cgi.
a1f0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
a200: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
a210: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
a220: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
a230: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
a240: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
a250: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
a260: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
a270: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
a280: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
a290: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
a2a0: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
a2b0: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
a2c0: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
a2d0: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
a2e0: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
a2f0: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
a300: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
a310: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
a320: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
a330: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
a340: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
a350: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
a360: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
a370: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
a380: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
a390: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
a3a0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
a3b0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
a3c0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
a3d0: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61  rebuild.h schema
a3e0: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
a3f0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
a400: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
a410: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
a420: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d  nc_.c:sync.h tim
a430: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
a440: 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  e.h update_.c:up
a450: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
a460: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
a470: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
a480: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
a490: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
a4a0: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
a4b0: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
a4c0: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
a4d0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
a4e0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
a4f0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
a500: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 75 70 64  uch headers..upd
a510: 61 74 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  ate_.c:.$(SRCDIR
a520: 29 2f 75 70 64 61 74 65 2e 63 20 24 28 53 52 43  )/update.c $(SRC
a530: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
a540: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
a550: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 75 70  ate $(SRCDIR)/up
a560: 64 61 74 65 2e 63 20 7c 20 73 65 64 20 2d 66 20  date.c | sed -f 
a570: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
a580: 4e 20 3e 75 70 64 61 74 65 5f 2e 63 0a 0a 75 70  N >update_.c..up
a590: 64 61 74 65 2e 6f 3a 09 75 70 64 61 74 65 5f 2e  date.o:.update_.
a5a0: 63 20 75 70 64 61 74 65 2e 68 20 20 24 28 53 52  c update.h  $(SR
a5b0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
a5c0: 24 28 58 54 43 43 29 20 2d 6f 20 75 70 64 61 74  $(XTCC) -o updat
a5d0: 65 2e 6f 20 2d 63 20 75 70 64 61 74 65 5f 2e 63  e.o -c update_.c
a5e0: 0a 0a 75 70 64 61 74 65 2e 68 3a 09 6d 61 6b 65  ..update.h:.make
a5f0: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
a600: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
a610: 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  dd.h blob_.c:blo
a620: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  b.h cgi_.c:cgi.h
a630: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
a640: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
a650: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
a660: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
a670: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
a680: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
a690: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
a6a0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
a6b0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
a6c0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
a6d0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
a6e0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65  tacmd.h descende
a6f0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e  nts_.c:descenden
a700: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
a710: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
a720: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f  iffcmd.h encode_
a730: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65  .c:encode.h file
a740: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f  _.c:file.h http_
a750: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e  .c:http.h info_.
a760: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e  c:info.h login_.
a770: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e  c:login.h main_.
a780: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73  c:main.h manifes
a790: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20  t_.c:manifest.h 
a7a0: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72  md5_.c:md5.h mer
a7b0: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65  ge_.c:merge.h me
a7c0: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68  rge3_.c:merge3.h
a7d0: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
a7e0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
a7f0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
a800: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
a810: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f  ebuild.h schema_
a820: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75  .c:schema.h setu
a830: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61  p_.c:setup.h sha
a840: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c  1_.c:sha1.h styl
a850: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
a860: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65  c_.c:sync.h time
a870: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
a880: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
a890: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
a8a0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
a8b0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
a8c0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
a8d0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
a8e0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
a8f0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
a900: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
a910: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
a920: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
a930: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
a940: 63 68 20 68 65 61 64 65 72 73 0a 0a 75 72 6c 5f  ch headers..url_
a950: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 75 72  .c:.$(SRCDIR)/ur
a960: 6c 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  l.c $(SRCDIR)/VE
a970: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
a980: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
a990: 52 43 44 49 52 29 2f 75 72 6c 2e 63 20 7c 20 73  RCDIR)/url.c | s
a9a0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
a9b0: 56 45 52 53 49 4f 4e 20 3e 75 72 6c 5f 2e 63 0a  VERSION >url_.c.
a9c0: 0a 75 72 6c 2e 6f 3a 09 75 72 6c 5f 2e 63 20 75  .url.o:.url_.c u
a9d0: 72 6c 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  rl.h  $(SRCDIR)/
a9e0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
a9f0: 29 20 2d 6f 20 75 72 6c 2e 6f 20 2d 63 20 75 72  ) -o url.o -c ur
aa00: 6c 5f 2e 63 0a 0a 75 72 6c 2e 68 3a 09 6d 61 6b  l_.c..url.h:.mak
aa10: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65  eheaders.../make
aa20: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a  headers  add_.c:
aa30: 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  add.h blob_.c:bl
aa40: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e  ob.h cgi_.c:cgi.
aa50: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65  h checkin_.c:che
aa60: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f  ckin.h checkout_
aa70: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c  .c:checkout.h cl
aa80: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72  earsign_.c:clear
aa90: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a  sign.h clone_.c:
aaa0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61  clone.h comforma
aab0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68  t_.c:comformat.h
aac0: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74   content_.c:cont
aad0: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68  ent.h db_.c:db.h
aae0: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e   delta_.c:delta.
aaf0: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65  h deltacmd_.c:de
ab00: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64  ltacmd.h descend
ab10: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65  ents_.c:descende
ab20: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69  nts.h diff_.c:di
ab30: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a  ff.h diffcmd_.c:
ab40: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65  diffcmd.h encode
ab50: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c  _.c:encode.h fil
ab60: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70  e_.c:file.h http
ab70: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f  _.c:http.h info_
ab80: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f  .c:info.h login_
ab90: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f  .c:login.h main_
aba0: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65  .c:main.h manife
abb0: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68  st_.c:manifest.h
abc0: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65   md5_.c:md5.h me
abd0: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d  rge_.c:merge.h m
abe0: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e  erge3_.c:merge3.
abf0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68  h name_.c:name.h
ac00: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e   pivot_.c:pivot.
ac10: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e  h printf_.c:prin
ac20: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a  tf.h rebuild_.c:
ac30: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61  rebuild.h schema
ac40: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74  _.c:schema.h set
ac50: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68  up_.c:setup.h sh
ac60: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79  a1_.c:sha1.h sty
ac70: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79  le_.c:style.h sy
ac80: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d  nc_.c:sync.h tim
ac90: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e  eline_.c:timelin
aca0: 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70  e.h update_.c:up
acb0: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72  date.h url_.c:ur
acc0: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72  l.h user_.c:user
acd0: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72  .h verify_.c:ver
ace0: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76  ify.h vfile_.c:v
acf0: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77  file.h wiki_.c:w
ad00: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74  iki.h wikiformat
ad10: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c:wikiformat.h
ad20: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20   xfer_.c:xfer.h 
ad30: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53  zip_.c:zip.h $(S
ad40: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68  RCDIR)/sqlite3.h
ad50: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f   ./VERSION.h..to
ad60: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 75 73 65  uch headers..use
ad70: 72 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  r_.c:.$(SRCDIR)/
ad80: 75 73 65 72 2e 63 20 24 28 53 52 43 44 49 52 29  user.c $(SRCDIR)
ad90: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
ada0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
adb0: 24 28 53 52 43 44 49 52 29 2f 75 73 65 72 2e 63  $(SRCDIR)/user.c
adc0: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
add0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 75 73 65  IR)/VERSION >use
ade0: 72 5f 2e 63 0a 0a 75 73 65 72 2e 6f 3a 09 75 73  r_.c..user.o:.us
adf0: 65 72 5f 2e 63 20 75 73 65 72 2e 68 20 20 24 28  er_.c user.h  $(
ae00: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
ae10: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 75 73 65  ..$(XTCC) -o use
ae20: 72 2e 6f 20 2d 63 20 75 73 65 72 5f 2e 63 0a 0a  r.o -c user_.c..
ae30: 75 73 65 72 2e 68 3a 09 6d 61 6b 65 68 65 61 64  user.h:.makehead
ae40: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65  ers.../makeheade
ae50: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68  rs  add_.c:add.h
ae60: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20   blob_.c:blob.h 
ae70: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65  cgi_.c:cgi.h che
ae80: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e  ckin_.c:checkin.
ae90: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68  h checkout_.c:ch
aea0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
aeb0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e  gn_.c:clearsign.
aec0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65  h clone_.c:clone
aed0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a  .h comformat_.c:
aee0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74  comformat.h cont
aef0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68  ent_.c:content.h
af00: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74   db_.c:db.h delt
af10: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c  a_.c:delta.h del
af20: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d  tacmd_.c:deltacm
af30: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f  d.h descendents_
af40: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68  .c:descendents.h
af50: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20   diff_.c:diff.h 
af60: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63  diffcmd_.c:diffc
af70: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65  md.h encode_.c:e
af80: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a  ncode.h file_.c:
af90: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68  file.h http_.c:h
afa0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e  ttp.h info_.c:in
afb0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f  fo.h login_.c:lo
afc0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61  gin.h main_.c:ma
afd0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63  in.h manifest_.c
afe0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f  :manifest.h md5_
aff0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e  .c:md5.h merge_.
b000: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33  c:merge.h merge3
b010: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d  _.c:merge3.h nam
b020: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f  e_.c:name.h pivo
b030: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69  t_.c:pivot.h pri
b040: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20  ntf_.c:printf.h 
b050: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69  rebuild_.c:rebui
b060: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73  ld.h schema_.c:s
b070: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63  chema.h setup_.c
b080: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63  :setup.h sha1_.c
b090: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63  :sha1.h style_.c
b0a0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
b0b0: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65  :sync.h timeline
b0c0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75  _.c:timeline.h u
b0d0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e  pdate_.c:update.
b0e0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75  h url_.c:url.h u
b0f0: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65  ser_.c:user.h ve
b100: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68  rify_.c:verify.h
b110: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e   vfile_.c:vfile.
b120: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68  h wiki_.c:wiki.h
b130: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77   wikiformat_.c:w
b140: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72  ikiformat.h xfer
b150: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e  _.c:xfer.h zip_.
b160: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52  c:zip.h $(SRCDIR
b170: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45  )/sqlite3.h ./VE
b180: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68  RSION.h..touch h
b190: 65 61 64 65 72 73 0a 0a 76 65 72 69 66 79 5f 2e  eaders..verify_.
b1a0: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 76 65 72  c:.$(SRCDIR)/ver
b1b0: 69 66 79 2e 63 20 24 28 53 52 43 44 49 52 29 2f  ify.c $(SRCDIR)/
b1c0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
b1d0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
b1e0: 28 53 52 43 44 49 52 29 2f 76 65 72 69 66 79 2e  (SRCDIR)/verify.
b1f0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
b200: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 76 65  DIR)/VERSION >ve
b210: 72 69 66 79 5f 2e 63 0a 0a 76 65 72 69 66 79 2e  rify_.c..verify.
b220: 6f 3a 09 76 65 72 69 66 79 5f 2e 63 20 76 65 72  o:.verify_.c ver
b230: 69 66 79 2e 68 20 20 24 28 53 52 43 44 49 52 29  ify.h  $(SRCDIR)
b240: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
b250: 43 29 20 2d 6f 20 76 65 72 69 66 79 2e 6f 20 2d  C) -o verify.o -
b260: 63 20 76 65 72 69 66 79 5f 2e 63 0a 0a 76 65 72  c verify_.c..ver
b270: 69 66 79 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  ify.h:.makeheade
b280: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
b290: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
b2a0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63  blob_.c:blob.h c
b2b0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
b2c0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
b2d0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
b2e0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
b2f0: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
b300: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
b310: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
b320: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65  omformat.h conte
b330: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
b340: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
b350: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
b360: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
b370: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
b380: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
b390: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
b3a0: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
b3b0: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
b3c0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
b3d0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
b3e0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
b3f0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
b400: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
b410: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
b420: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
b430: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
b440: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
b450: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
b460: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
b470: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e  _.c:pivot.h prin
b480: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
b490: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
b4a0: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  d.h schema_.c:sc
b4b0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
b4c0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
b4d0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
b4e0: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
b4f0: 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  sync.h timeline_
b500: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70  .c:timeline.h up
b510: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
b520: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
b530: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
b540: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
b550: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
b560: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
b570: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
b580: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
b590: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
b5a0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
b5b0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
b5c0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
b5d0: 61 64 65 72 73 0a 0a 76 66 69 6c 65 5f 2e 63 3a  aders..vfile_.c:
b5e0: 09 24 28 53 52 43 44 49 52 29 2f 76 66 69 6c 65  .$(SRCDIR)/vfile
b5f0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
b600: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
b610: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
b620: 43 44 49 52 29 2f 76 66 69 6c 65 2e 63 20 7c 20  CDIR)/vfile.c | 
b630: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
b640: 2f 56 45 52 53 49 4f 4e 20 3e 76 66 69 6c 65 5f  /VERSION >vfile_
b650: 2e 63 0a 0a 76 66 69 6c 65 2e 6f 3a 09 76 66 69  .c..vfile.o:.vfi
b660: 6c 65 5f 2e 63 20 76 66 69 6c 65 2e 68 20 20 24  le_.c vfile.h  $
b670: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
b680: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 76 66  h..$(XTCC) -o vf
b690: 69 6c 65 2e 6f 20 2d 63 20 76 66 69 6c 65 5f 2e  ile.o -c vfile_.
b6a0: 63 0a 0a 76 66 69 6c 65 2e 68 3a 09 6d 61 6b 65  c..vfile.h:.make
b6b0: 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68  headers.../makeh
b6c0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61  eaders  add_.c:a
b6d0: 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  dd.h blob_.c:blo
b6e0: 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68  b.h cgi_.c:cgi.h
b6f0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63   checkin_.c:chec
b700: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e  kin.h checkout_.
b710: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65  c:checkout.h cle
b720: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73  arsign_.c:clears
b730: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63  ign.h clone_.c:c
b740: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74  lone.h comformat
b750: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20  _.c:comformat.h 
b760: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65  content_.c:conte
b770: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20  nt.h db_.c:db.h 
b780: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68  delta_.c:delta.h
b790: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c   deltacmd_.c:del
b7a0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65  tacmd.h descende
b7b0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e  nts_.c:descenden
b7c0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66  ts.h diff_.c:dif
b7d0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64  f.h diffcmd_.c:d
b7e0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f  iffcmd.h encode_
b7f0: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65  .c:encode.h file
b800: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f  _.c:file.h http_
b810: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e  .c:http.h info_.
b820: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e  c:info.h login_.
b830: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e  c:login.h main_.
b840: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73  c:main.h manifes
b850: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20  t_.c:manifest.h 
b860: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72  md5_.c:md5.h mer
b870: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65  ge_.c:merge.h me
b880: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68  rge3_.c:merge3.h
b890: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20   name_.c:name.h 
b8a0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68  pivot_.c:pivot.h
b8b0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74   printf_.c:print
b8c0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72  f.h rebuild_.c:r
b8d0: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f  ebuild.h schema_
b8e0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75  .c:schema.h setu
b8f0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61  p_.c:setup.h sha
b900: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c  1_.c:sha1.h styl
b910: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e  e_.c:style.h syn
b920: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65  c_.c:sync.h time
b930: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65  line_.c:timeline
b940: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64  .h update_.c:upd
b950: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c  ate.h url_.c:url
b960: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e  .h user_.c:user.
b970: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69  h verify_.c:veri
b980: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66  fy.h vfile_.c:vf
b990: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69  ile.h wiki_.c:wi
b9a0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f  ki.h wikiformat_
b9b0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20  .c:wikiformat.h 
b9c0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a  xfer_.c:xfer.h z
b9d0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52  ip_.c:zip.h $(SR
b9e0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20  CDIR)/sqlite3.h 
b9f0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75  ./VERSION.h..tou
ba00: 63 68 20 68 65 61 64 65 72 73 0a 0a 77 69 6b 69  ch headers..wiki
ba10: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 77  _.c:.$(SRCDIR)/w
ba20: 69 6b 69 2e 63 20 24 28 53 52 43 44 49 52 29 2f  iki.c $(SRCDIR)/
ba30: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
ba40: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
ba50: 28 53 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 20  (SRCDIR)/wiki.c 
ba60: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
ba70: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 77 69 6b 69  R)/VERSION >wiki
ba80: 5f 2e 63 0a 0a 77 69 6b 69 2e 6f 3a 09 77 69 6b  _.c..wiki.o:.wik
ba90: 69 5f 2e 63 20 77 69 6b 69 2e 68 20 20 24 28 53  i_.c wiki.h  $(S
baa0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
bab0: 09 24 28 58 54 43 43 29 20 2d 6f 20 77 69 6b 69  .$(XTCC) -o wiki
bac0: 2e 6f 20 2d 63 20 77 69 6b 69 5f 2e 63 0a 0a 77  .o -c wiki_.c..w
bad0: 69 6b 69 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65  iki.h:.makeheade
bae0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72  rs.../makeheader
baf0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20  s  add_.c:add.h 
bb00: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63  blob_.c:blob.h c
bb10: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63  gi_.c:cgi.h chec
bb20: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68  kin_.c:checkin.h
bb30: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65   checkout_.c:che
bb40: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67  ckout.h clearsig
bb50: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68  n_.c:clearsign.h
bb60: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e   clone_.c:clone.
bb70: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63  h comformat_.c:c
bb80: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 74 65  omformat.h conte
bb90: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20  nt_.c:content.h 
bba0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61  db_.c:db.h delta
bbb0: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74  _.c:delta.h delt
bbc0: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64  acmd_.c:deltacmd
bbd0: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e  .h descendents_.
bbe0: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20  c:descendents.h 
bbf0: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64  diff_.c:diff.h d
bc00: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d  iffcmd_.c:diffcm
bc10: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e  d.h encode_.c:en
bc20: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66  code.h file_.c:f
bc30: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74  ile.h http_.c:ht
bc40: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66  tp.h info_.c:inf
bc50: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67  o.h login_.c:log
bc60: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69  in.h main_.c:mai
bc70: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a  n.h manifest_.c:
bc80: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e  manifest.h md5_.
bc90: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63  c:md5.h merge_.c
bca0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f  :merge.h merge3_
bcb0: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65  .c:merge3.h name
bcc0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
bcd0: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e  _.c:pivot.h prin
bce0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72  tf_.c:printf.h r
bcf0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c  ebuild_.c:rebuil
bd00: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63  d.h schema_.c:sc
bd10: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a  hema.h setup_.c:
bd20: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a  setup.h sha1_.c:
bd30: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a  sha1.h style_.c:
bd40: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a  style.h sync_.c:
bd50: 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f  sync.h timeline_
bd60: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70  .c:timeline.h up
bd70: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68  date_.c:update.h
bd80: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73   url_.c:url.h us
bd90: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72  er_.c:user.h ver
bda0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20  ify_.c:verify.h 
bdb0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68  vfile_.c:vfile.h
bdc0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20   wiki_.c:wiki.h 
bdd0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69  wikiformat_.c:wi
bde0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f  kiformat.h xfer_
bdf0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
be00: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
be10: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52  /sqlite3.h ./VER
be20: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65  SION.h..touch he
be30: 61 64 65 72 73 0a 0a 77 69 6b 69 66 6f 72 6d 61  aders..wikiforma
be40: 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  t_.c:.$(SRCDIR)/
be50: 77 69 6b 69 66 6f 72 6d 61 74 2e 63 20 24 28 53  wikiformat.c $(S
be60: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
be70: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
be80: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
be90: 77 69 6b 69 66 6f 72 6d 61 74 2e 63 20 7c 20 73  wikiformat.c | s
bea0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
beb0: 56 45 52 53 49 4f 4e 20 3e 77 69 6b 69 66 6f 72  VERSION >wikifor
bec0: 6d 61 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f 72 6d  mat_.c..wikiform
bed0: 61 74 2e 6f 3a 09 77 69 6b 69 66 6f 72 6d 61 74  at.o:.wikiformat
bee0: 5f 2e 63 20 77 69 6b 69 66 6f 72 6d 61 74 2e 68  _.c wikiformat.h
bef0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
bf00: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
bf10: 20 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 20 2d 63   wikiformat.o -c
bf20: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 0a 0a   wikiformat_.c..
bf30: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 3a 09 6d 61  wikiformat.h:.ma
bf40: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b  keheaders.../mak
bf50: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63  eheaders  add_.c
bf60: 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62  :add.h blob_.c:b
bf70: 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69  lob.h cgi_.c:cgi
bf80: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68  .h checkin_.c:ch
bf90: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74  eckin.h checkout
bfa0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63  _.c:checkout.h c
bfb0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61  learsign_.c:clea
bfc0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63  rsign.h clone_.c
bfd0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d  :clone.h comform
bfe0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e  at_.c:comformat.
bff0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e  h content_.c:con
c000: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e  tent.h db_.c:db.
c010: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61  h delta_.c:delta
c020: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64  .h deltacmd_.c:d
c030: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e  eltacmd.h descen
c040: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64  dents_.c:descend
c050: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64  ents.h diff_.c:d
c060: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63  iff.h diffcmd_.c
c070: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64  :diffcmd.h encod
c080: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69  e_.c:encode.h fi
c090: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74  le_.c:file.h htt
c0a0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f  p_.c:http.h info
c0b0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e  _.c:info.h login
c0c0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e  _.c:login.h main
c0d0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66  _.c:main.h manif
c0e0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e  est_.c:manifest.
c0f0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d  h md5_.c:md5.h m
c100: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20  erge_.c:merge.h 
c110: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33  merge3_.c:merge3
c120: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e  .h name_.c:name.
c130: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74  h pivot_.c:pivot
c140: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69  .h printf_.c:pri
c150: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63  ntf.h rebuild_.c
c160: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d  :rebuild.h schem
c170: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65  a_.c:schema.h se
c180: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73  tup_.c:setup.h s
c190: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74  ha1_.c:sha1.h st
c1a0: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73  yle_.c:style.h s
c1b0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69  ync_.c:sync.h ti
c1c0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69  meline_.c:timeli
c1d0: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75  ne.h update_.c:u
c1e0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75  pdate.h url_.c:u
c1f0: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65  rl.h user_.c:use
c200: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65  r.h verify_.c:ve
c210: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a  rify.h vfile_.c:
c220: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a  vfile.h wiki_.c:
c230: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61  wiki.h wikiforma
c240: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e  t_.c:wikiformat.
c250: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68  h xfer_.c:xfer.h
c260: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28   zip_.c:zip.h $(
c270: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e  SRCDIR)/sqlite3.
c280: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74  h ./VERSION.h..t
c290: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 78 66  ouch headers..xf
c2a0: 65 72 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  er_.c:.$(SRCDIR)
c2b0: 2f 78 66 65 72 2e 63 20 24 28 53 52 43 44 49 52  /xfer.c $(SRCDIR
c2c0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
c2d0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
c2e0: 20 24 28 53 52 43 44 49 52 29 2f 78 66 65 72 2e   $(SRCDIR)/xfer.
c2f0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
c300: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 78 66  DIR)/VERSION >xf
c310: 65 72 5f 2e 63 0a 0a 78 66 65 72 2e 6f 3a 09 78  er_.c..xfer.o:.x
c320: 66 65 72 5f 2e 63 20 78 66 65 72 2e 68 20 20 24  fer_.c xfer.h  $
c330: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
c340: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 78 66  h..$(XTCC) -o xf
c350: 65 72 2e 6f 20 2d 63 20 78 66 65 72 5f 2e 63 0a  er.o -c xfer_.c.
c360: 0a 78 66 65 72 2e 68 3a 09 6d 61 6b 65 68 65 61  .xfer.h:.makehea
c370: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ders.../makehead
c380: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
c390: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68  h blob_.c:blob.h
c3a0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68   cgi_.c:cgi.h ch
c3b0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e  eckin_.c:checkin
c3c0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63  .h checkout_.c:c
c3d0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
c3e0: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e  ign_.c:clearsign
c3f0: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e  .h clone_.c:clon
c400: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63  e.h comformat_.c
c410: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e  :comformat.h con
c420: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e  tent_.c:content.
c430: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c  h db_.c:db.h del
c440: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65  ta_.c:delta.h de
c450: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63  ltacmd_.c:deltac
c460: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73  md.h descendents
c470: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e  _.c:descendents.
c480: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68  h diff_.c:diff.h
c490: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66   diffcmd_.c:diff
c4a0: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a  cmd.h encode_.c:
c4b0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63  encode.h file_.c
c4c0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a  :file.h http_.c:
c4d0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69  http.h info_.c:i
c4e0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c  nfo.h login_.c:l
c4f0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d  ogin.h main_.c:m
c500: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e  ain.h manifest_.
c510: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35  c:manifest.h md5
c520: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f  _.c:md5.h merge_
c530: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65  .c:merge.h merge
c540: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61  3_.c:merge3.h na
c550: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76  me_.c:name.h piv
c560: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72  ot_.c:pivot.h pr
c570: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
c580: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
c590: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a  ild.h schema_.c:
c5a0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e  schema.h setup_.
c5b0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e  c:setup.h sha1_.
c5c0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e  c:sha1.h style_.
c5d0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e  c:style.h sync_.
c5e0: 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e  c:sync.h timelin
c5f0: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20  e_.c:timeline.h 
c600: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65  update_.c:update
c610: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20  .h url_.c:url.h 
c620: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76  user_.c:user.h v
c630: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e  erify_.c:verify.
c640: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65  h vfile_.c:vfile
c650: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e  .h wiki_.c:wiki.
c660: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a  h wikiformat_.c:
c670: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65  wikiformat.h xfe
c680: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
c690: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
c6a0: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56  R)/sqlite3.h ./V
c6b0: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20  ERSION.h..touch 
c6c0: 68 65 61 64 65 72 73 0a 0a 7a 69 70 5f 2e 63 3a  headers..zip_.c:
c6d0: 09 24 28 53 52 43 44 49 52 29 2f 7a 69 70 2e 63  .$(SRCDIR)/zip.c
c6e0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
c6f0: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
c700: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
c710: 49 52 29 2f 7a 69 70 2e 63 20 7c 20 73 65 64 20  IR)/zip.c | sed 
c720: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
c730: 53 49 4f 4e 20 3e 7a 69 70 5f 2e 63 0a 0a 7a 69  SION >zip_.c..zi
c740: 70 2e 6f 3a 09 7a 69 70 5f 2e 63 20 7a 69 70 2e  p.o:.zip_.c zip.
c750: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
c760: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
c770: 6f 20 7a 69 70 2e 6f 20 2d 63 20 7a 69 70 5f 2e  o zip.o -c zip_.
c780: 63 0a 0a 7a 69 70 2e 68 3a 09 6d 61 6b 65 68 65  c..zip.h:.makehe
c790: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61  aders.../makehea
c7a0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64  ders  add_.c:add
c7b0: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e  .h blob_.c:blob.
c7c0: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63  h cgi_.c:cgi.h c
c7d0: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69  heckin_.c:checki
c7e0: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a  n.h checkout_.c:
c7f0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72  checkout.h clear
c800: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67  sign_.c:clearsig
c810: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f  n.h clone_.c:clo
c820: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ne.h comformat_.
c830: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f  c:comformat.h co
c840: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74  ntent_.c:content
c850: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65  .h db_.c:db.h de
c860: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64  lta_.c:delta.h d
c870: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61  eltacmd_.c:delta
c880: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74  cmd.h descendent
c890: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73  s_.c:descendents
c8a0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e  .h diff_.c:diff.
c8b0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66  h diffcmd_.c:dif
c8c0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63  fcmd.h encode_.c
c8d0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e  :encode.h file_.
c8e0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63  c:file.h http_.c
c8f0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a  :http.h info_.c:
c900: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a  info.h login_.c:
c910: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a  login.h main_.c:
c920: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f  main.h manifest_
c930: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64  .c:manifest.h md
c940: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65  5_.c:md5.h merge
c950: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67  _.c:merge.h merg
c960: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e  e3_.c:merge3.h n
c970: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69  ame_.c:name.h pi
c980: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70  vot_.c:pivot.h p
c990: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
c9a0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
c9b0: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63  uild.h schema_.c
c9c0: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
c9d0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
c9e0: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f  .c:sha1.h style_
c9f0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
ca00: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69  .c:sync.h timeli
ca10: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68  ne_.c:timeline.h
ca20: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74   update_.c:updat
ca30: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68  e.h url_.c:url.h
ca40: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20   user_.c:user.h 
ca50: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79  verify_.c:verify
ca60: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c  .h vfile_.c:vfil
ca70: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69  e.h wiki_.c:wiki
ca80: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63  .h wikiformat_.c
ca90: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66  :wikiformat.h xf
caa0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70  er_.c:xfer.h zip
cab0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44  _.c:zip.h $(SRCD
cac0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f  IR)/sqlite3.h ./
cad0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68  VERSION.h..touch
cae0: 20 68 65 61 64 65 72 73 0a 0a 73 71 6c 69 74 65   headers..sqlite
caf0: 33 2e 6f 3a 09 24 28 53 52 43 44 49 52 29 2f 73  3.o:.$(SRCDIR)/s
cb00: 71 6c 69 74 65 33 2e 63 0a 09 24 28 58 54 43 43  qlite3.c..$(XTCC
cb10: 29 20 2d 44 53 51 4c 49 54 45 5f 4f 4d 49 54 5f  ) -DSQLITE_OMIT_
cb20: 4c 4f 41 44 5f 45 58 54 45 4e 53 49 4f 4e 3d 31  LOAD_EXTENSION=1
cb30: 20 2d 44 53 51 4c 49 54 45 5f 50 52 49 56 41 54   -DSQLITE_PRIVAT
cb40: 45 3d 20 2d 44 54 48 52 45 41 44 53 41 46 45 3d  E= -DTHREADSAFE=
cb50: 30 20 2d 44 53 51 4c 49 54 45 5f 44 45 46 41 55  0 -DSQLITE_DEFAU
cb60: 4c 54 5f 46 49 4c 45 5f 46 4f 52 4d 41 54 3d 34  LT_FILE_FORMAT=4
cb70: 20 2d 63 20 24 28 53 52 43 44 49 52 29 2f 73 71   -c $(SRCDIR)/sq
cb80: 6c 69 74 65 33 2e 63 20 2d 6f 20 73 71 6c 69 74  lite3.c -o sqlit
cb90: 65 33 2e 6f 0a 0a                                e3.o..