Hex Artifact Content
Not logged in

Artifact 41d683bd1d09bb752b69bf47894af82318b593d4:

File src/main.mk part of check-in [c699c491df] - fixed Makefile dependency orderings so parallel compilation (e.g. make -j2) can work (cuts my build times in half) by stephan on 2008-09-19 15:36:57.

0000: 23 20 44 4f 20 4e 4f 54 20 45 44 49 54 0a 23 0a  # DO NOT EDIT.#.
0010: 23 20 54 68 69 73 20 66 69 6c 65 20 69 73 20 61  # This file is a
0020: 75 74 6f 6d 61 74 69 63 61 6c 6c 79 20 67 65 6e  utomatically gen
0030: 65 72 61 74 65 64 2e 20 20 49 6e 73 74 65 61 64  erated.  Instead
0040: 20 6f 66 20 65 64 69 74 69 6e 67 20 74 68 69 73   of editing this
0050: 0a 23 20 66 69 6c 65 2c 20 65 64 69 74 20 22 6d  .# file, edit "m
0060: 61 6b 65 6d 61 6b 65 2e 74 63 6c 22 20 74 68 65  akemake.tcl" the
0070: 6e 20 72 75 6e 20 22 74 63 6c 73 68 20 6d 61 6b  n run "tclsh mak
0080: 65 6d 61 6b 65 2e 74 63 6c 20 3e 6d 61 69 6e 2e  emake.tcl >main.
0090: 6d 6b 22 0a 23 20 74 6f 20 72 65 67 65 6e 65 72  mk".# to regener
00a0: 61 74 65 20 74 68 69 73 20 66 69 6c 65 2e 0a 23  ate this file..#
00b0: 0a 23 20 54 68 69 73 20 66 69 6c 65 20 69 73 20  .# This file is 
00c0: 69 6e 63 6c 75 64 65 64 20 62 79 20 6c 69 6e 75  included by linu
00d0: 78 2d 67 63 63 2e 6d 6b 20 6f 72 20 6c 69 6e 75  x-gcc.mk or linu
00e0: 78 2d 6d 69 6e 67 77 2e 6d 6b 20 6f 72 20 70 6f  x-mingw.mk or po
00f0: 73 73 69 62 6c 65 0a 23 20 73 6f 6d 65 20 6f 74  ssible.# some ot
0100: 68 65 72 20 6d 61 6b 65 66 69 6c 65 73 2e 20 20  her makefiles.  
0110: 54 68 69 73 20 66 69 6c 65 20 63 6f 6e 74 61 69  This file contai
0120: 6e 73 20 74 68 65 20 72 75 6c 65 73 20 74 68 61  ns the rules tha
0130: 74 20 61 72 65 20 63 6f 6d 6d 6f 6e 0a 23 20 74  t are common.# t
0140: 6f 20 62 75 69 6c 64 69 6e 67 20 72 65 67 61 72  o building regar
0150: 64 6c 65 73 73 20 6f 66 20 74 68 65 20 74 61 72  dless of the tar
0160: 67 65 74 2e 0a 23 0a 0a 58 54 43 43 20 3d 20 24  get..#..XTCC = $
0170: 28 54 43 43 29 20 24 28 43 46 4c 41 47 53 29 20  (TCC) $(CFLAGS) 
0180: 2d 49 2e 20 2d 49 24 28 53 52 43 44 49 52 29 0a  -I. -I$(SRCDIR).
0190: 0a 0a 53 52 43 20 3d 20 5c 0a 20 20 24 28 53 52  ..SRC = \.  $(SR
01a0: 43 44 49 52 29 2f 61 64 64 2e 63 20 5c 0a 20 20  CDIR)/add.c \.  
01b0: 24 28 53 52 43 44 49 52 29 2f 61 64 6d 69 6e 2e  $(SRCDIR)/admin.
01c0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
01d0: 62 61 67 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  bag.c \.  $(SRCD
01e0: 49 52 29 2f 62 6c 6f 62 2e 63 20 5c 0a 20 20 24  IR)/blob.c \.  $
01f0: 28 53 52 43 44 49 52 29 2f 62 72 61 6e 63 68 2e  (SRCDIR)/branch.
0200: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0210: 62 72 6f 77 73 65 2e 63 20 5c 0a 20 20 24 28 53  browse.c \.  $(S
0220: 52 43 44 49 52 29 2f 63 67 69 2e 63 20 5c 0a 20  RCDIR)/cgi.c \. 
0230: 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b   $(SRCDIR)/check
0240: 69 6e 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  in.c \.  $(SRCDI
0250: 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63 20 5c 0a  R)/checkout.c \.
0260: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6c 65 61    $(SRCDIR)/clea
0270: 72 73 69 67 6e 2e 63 20 5c 0a 20 20 24 28 53 52  rsign.c \.  $(SR
0280: 43 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 20 5c 0a  CDIR)/clone.c \.
0290: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6d 66    $(SRCDIR)/comf
02a0: 6f 72 6d 61 74 2e 63 20 5c 0a 20 20 24 28 53 52  ormat.c \.  $(SR
02b0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 75 72 65 2e  CDIR)/configure.
02c0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
02d0: 63 6f 6e 73 74 72 75 63 74 2e 63 20 5c 0a 20 20  construct.c \.  
02e0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e  $(SRCDIR)/conten
02f0: 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  t.c \.  $(SRCDIR
0300: 29 2f 64 62 2e 63 20 5c 0a 20 20 24 28 53 52 43  )/db.c \.  $(SRC
0310: 44 49 52 29 2f 64 65 6c 74 61 2e 63 20 5c 0a 20  DIR)/delta.c \. 
0320: 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61   $(SRCDIR)/delta
0330: 63 6d 64 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  cmd.c \.  $(SRCD
0340: 49 52 29 2f 64 65 73 63 65 6e 64 61 6e 74 73 2e  IR)/descendants.
0350: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0360: 64 69 66 66 2e 63 20 5c 0a 20 20 24 28 53 52 43  diff.c \.  $(SRC
0370: 44 49 52 29 2f 64 69 66 66 63 6d 64 2e 63 20 5c  DIR)/diffcmd.c \
0380: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 6f 63  .  $(SRCDIR)/doc
0390: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
03a0: 2f 65 6e 63 6f 64 65 2e 63 20 5c 0a 20 20 24 28  /encode.c \.  $(
03b0: 53 52 43 44 49 52 29 2f 66 69 6c 65 2e 63 20 5c  SRCDIR)/file.c \
03c0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 68 74 74  .  $(SRCDIR)/htt
03d0: 70 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  p.c \.  $(SRCDIR
03e0: 29 2f 69 6e 66 6f 2e 63 20 5c 0a 20 20 24 28 53  )/info.c \.  $(S
03f0: 52 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 5c  RCDIR)/login.c \
0400: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d 61 69  .  $(SRCDIR)/mai
0410: 6e 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  n.c \.  $(SRCDIR
0420: 29 2f 6d 61 6e 69 66 65 73 74 2e 63 20 5c 0a 20  )/manifest.c \. 
0430: 20 24 28 53 52 43 44 49 52 29 2f 6d 64 35 2e 63   $(SRCDIR)/md5.c
0440: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d   \.  $(SRCDIR)/m
0450: 65 72 67 65 2e 63 20 5c 0a 20 20 24 28 53 52 43  erge.c \.  $(SRC
0460: 44 49 52 29 2f 6d 65 72 67 65 33 2e 63 20 5c 0a  DIR)/merge3.c \.
0470: 20 20 24 28 53 52 43 44 49 52 29 2f 6d 79 5f 70    $(SRCDIR)/my_p
0480: 61 67 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  age.c \.  $(SRCD
0490: 49 52 29 2f 6e 61 6d 65 2e 63 20 5c 0a 20 20 24  IR)/name.c \.  $
04a0: 28 53 52 43 44 49 52 29 2f 70 69 76 6f 74 2e 63  (SRCDIR)/pivot.c
04b0: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 70   \.  $(SRCDIR)/p
04c0: 71 75 65 75 65 2e 63 20 5c 0a 20 20 24 28 53 52  queue.c \.  $(SR
04d0: 43 44 49 52 29 2f 70 72 69 6e 74 66 2e 63 20 5c  CDIR)/printf.c \
04e0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 72 65 62  .  $(SRCDIR)/reb
04f0: 75 69 6c 64 2e 63 20 5c 0a 20 20 24 28 53 52 43  uild.c \.  $(SRC
0500: 44 49 52 29 2f 72 65 70 6f 72 74 2e 63 20 5c 0a  DIR)/report.c \.
0510: 20 20 24 28 53 52 43 44 49 52 29 2f 72 73 73 2e    $(SRCDIR)/rss.
0520: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0530: 73 63 68 65 6d 61 2e 63 20 5c 0a 20 20 24 28 53  schema.c \.  $(S
0540: 52 43 44 49 52 29 2f 73 65 74 75 70 2e 63 20 5c  RCDIR)/setup.c \
0550: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 68 61  .  $(SRCDIR)/sha
0560: 31 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  1.c \.  $(SRCDIR
0570: 29 2f 73 68 75 6e 2e 63 20 5c 0a 20 20 24 28 53  )/shun.c \.  $(S
0580: 52 43 44 49 52 29 2f 73 74 61 74 2e 63 20 5c 0a  RCDIR)/stat.c \.
0590: 20 20 24 28 53 52 43 44 49 52 29 2f 73 74 79 6c    $(SRCDIR)/styl
05a0: 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  e.c \.  $(SRCDIR
05b0: 29 2f 73 79 6e 63 2e 63 20 5c 0a 20 20 24 28 53  )/sync.c \.  $(S
05c0: 52 43 44 49 52 29 2f 74 61 67 2e 63 20 5c 0a 20  RCDIR)/tag.c \. 
05d0: 20 24 28 53 52 43 44 49 52 29 2f 74 61 67 76 69   $(SRCDIR)/tagvi
05e0: 65 77 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  ew.c \.  $(SRCDI
05f0: 52 29 2f 74 68 5f 6d 61 69 6e 2e 63 20 5c 0a 20  R)/th_main.c \. 
0600: 20 24 28 53 52 43 44 49 52 29 2f 74 69 6d 65 6c   $(SRCDIR)/timel
0610: 69 6e 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  ine.c \.  $(SRCD
0620: 49 52 29 2f 74 6b 74 2e 63 20 5c 0a 20 20 24 28  IR)/tkt.c \.  $(
0630: 53 52 43 44 49 52 29 2f 74 6b 74 73 65 74 75 70  SRCDIR)/tktsetup
0640: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
0650: 2f 75 6e 64 6f 2e 63 20 5c 0a 20 20 24 28 53 52  /undo.c \.  $(SR
0660: 43 44 49 52 29 2f 75 70 64 61 74 65 2e 63 20 5c  CDIR)/update.c \
0670: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 75 72 6c  .  $(SRCDIR)/url
0680: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
0690: 2f 75 73 65 72 2e 63 20 5c 0a 20 20 24 28 53 52  /user.c \.  $(SR
06a0: 43 44 49 52 29 2f 76 65 72 69 66 79 2e 63 20 5c  CDIR)/verify.c \
06b0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 76 66 69  .  $(SRCDIR)/vfi
06c0: 6c 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  le.c \.  $(SRCDI
06d0: 52 29 2f 77 69 6b 69 2e 63 20 5c 0a 20 20 24 28  R)/wiki.c \.  $(
06e0: 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d  SRCDIR)/wikiform
06f0: 61 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  at.c \.  $(SRCDI
0700: 52 29 2f 77 69 6e 68 74 74 70 2e 63 20 5c 0a 20  R)/winhttp.c \. 
0710: 20 24 28 53 52 43 44 49 52 29 2f 78 66 65 72 2e   $(SRCDIR)/xfer.
0720: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0730: 7a 69 70 2e 63 0a 0a 54 52 41 4e 53 5f 53 52 43  zip.c..TRANS_SRC
0740: 20 3d 20 5c 0a 20 20 61 64 64 5f 2e 63 20 5c 0a   = \.  add_.c \.
0750: 20 20 61 64 6d 69 6e 5f 2e 63 20 5c 0a 20 20 62    admin_.c \.  b
0760: 61 67 5f 2e 63 20 5c 0a 20 20 62 6c 6f 62 5f 2e  ag_.c \.  blob_.
0770: 63 20 5c 0a 20 20 62 72 61 6e 63 68 5f 2e 63 20  c \.  branch_.c 
0780: 5c 0a 20 20 62 72 6f 77 73 65 5f 2e 63 20 5c 0a  \.  browse_.c \.
0790: 20 20 63 67 69 5f 2e 63 20 5c 0a 20 20 63 68 65    cgi_.c \.  che
07a0: 63 6b 69 6e 5f 2e 63 20 5c 0a 20 20 63 68 65 63  ckin_.c \.  chec
07b0: 6b 6f 75 74 5f 2e 63 20 5c 0a 20 20 63 6c 65 61  kout_.c \.  clea
07c0: 72 73 69 67 6e 5f 2e 63 20 5c 0a 20 20 63 6c 6f  rsign_.c \.  clo
07d0: 6e 65 5f 2e 63 20 5c 0a 20 20 63 6f 6d 66 6f 72  ne_.c \.  comfor
07e0: 6d 61 74 5f 2e 63 20 5c 0a 20 20 63 6f 6e 66 69  mat_.c \.  confi
07f0: 67 75 72 65 5f 2e 63 20 5c 0a 20 20 63 6f 6e 73  gure_.c \.  cons
0800: 74 72 75 63 74 5f 2e 63 20 5c 0a 20 20 63 6f 6e  truct_.c \.  con
0810: 74 65 6e 74 5f 2e 63 20 5c 0a 20 20 64 62 5f 2e  tent_.c \.  db_.
0820: 63 20 5c 0a 20 20 64 65 6c 74 61 5f 2e 63 20 5c  c \.  delta_.c \
0830: 0a 20 20 64 65 6c 74 61 63 6d 64 5f 2e 63 20 5c  .  deltacmd_.c \
0840: 0a 20 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e  .  descendants_.
0850: 63 20 5c 0a 20 20 64 69 66 66 5f 2e 63 20 5c 0a  c \.  diff_.c \.
0860: 20 20 64 69 66 66 63 6d 64 5f 2e 63 20 5c 0a 20    diffcmd_.c \. 
0870: 20 64 6f 63 5f 2e 63 20 5c 0a 20 20 65 6e 63 6f   doc_.c \.  enco
0880: 64 65 5f 2e 63 20 5c 0a 20 20 66 69 6c 65 5f 2e  de_.c \.  file_.
0890: 63 20 5c 0a 20 20 68 74 74 70 5f 2e 63 20 5c 0a  c \.  http_.c \.
08a0: 20 20 69 6e 66 6f 5f 2e 63 20 5c 0a 20 20 6c 6f    info_.c \.  lo
08b0: 67 69 6e 5f 2e 63 20 5c 0a 20 20 6d 61 69 6e 5f  gin_.c \.  main_
08c0: 2e 63 20 5c 0a 20 20 6d 61 6e 69 66 65 73 74 5f  .c \.  manifest_
08d0: 2e 63 20 5c 0a 20 20 6d 64 35 5f 2e 63 20 5c 0a  .c \.  md5_.c \.
08e0: 20 20 6d 65 72 67 65 5f 2e 63 20 5c 0a 20 20 6d    merge_.c \.  m
08f0: 65 72 67 65 33 5f 2e 63 20 5c 0a 20 20 6d 79 5f  erge3_.c \.  my_
0900: 70 61 67 65 5f 2e 63 20 5c 0a 20 20 6e 61 6d 65  page_.c \.  name
0910: 5f 2e 63 20 5c 0a 20 20 70 69 76 6f 74 5f 2e 63  _.c \.  pivot_.c
0920: 20 5c 0a 20 20 70 71 75 65 75 65 5f 2e 63 20 5c   \.  pqueue_.c \
0930: 0a 20 20 70 72 69 6e 74 66 5f 2e 63 20 5c 0a 20  .  printf_.c \. 
0940: 20 72 65 62 75 69 6c 64 5f 2e 63 20 5c 0a 20 20   rebuild_.c \.  
0950: 72 65 70 6f 72 74 5f 2e 63 20 5c 0a 20 20 72 73  report_.c \.  rs
0960: 73 5f 2e 63 20 5c 0a 20 20 73 63 68 65 6d 61 5f  s_.c \.  schema_
0970: 2e 63 20 5c 0a 20 20 73 65 74 75 70 5f 2e 63 20  .c \.  setup_.c 
0980: 5c 0a 20 20 73 68 61 31 5f 2e 63 20 5c 0a 20 20  \.  sha1_.c \.  
0990: 73 68 75 6e 5f 2e 63 20 5c 0a 20 20 73 74 61 74  shun_.c \.  stat
09a0: 5f 2e 63 20 5c 0a 20 20 73 74 79 6c 65 5f 2e 63  _.c \.  style_.c
09b0: 20 5c 0a 20 20 73 79 6e 63 5f 2e 63 20 5c 0a 20   \.  sync_.c \. 
09c0: 20 74 61 67 5f 2e 63 20 5c 0a 20 20 74 61 67 76   tag_.c \.  tagv
09d0: 69 65 77 5f 2e 63 20 5c 0a 20 20 74 68 5f 6d 61  iew_.c \.  th_ma
09e0: 69 6e 5f 2e 63 20 5c 0a 20 20 74 69 6d 65 6c 69  in_.c \.  timeli
09f0: 6e 65 5f 2e 63 20 5c 0a 20 20 74 6b 74 5f 2e 63  ne_.c \.  tkt_.c
0a00: 20 5c 0a 20 20 74 6b 74 73 65 74 75 70 5f 2e 63   \.  tktsetup_.c
0a10: 20 5c 0a 20 20 75 6e 64 6f 5f 2e 63 20 5c 0a 20   \.  undo_.c \. 
0a20: 20 75 70 64 61 74 65 5f 2e 63 20 5c 0a 20 20 75   update_.c \.  u
0a30: 72 6c 5f 2e 63 20 5c 0a 20 20 75 73 65 72 5f 2e  rl_.c \.  user_.
0a40: 63 20 5c 0a 20 20 76 65 72 69 66 79 5f 2e 63 20  c \.  verify_.c 
0a50: 5c 0a 20 20 76 66 69 6c 65 5f 2e 63 20 5c 0a 20  \.  vfile_.c \. 
0a60: 20 77 69 6b 69 5f 2e 63 20 5c 0a 20 20 77 69 6b   wiki_.c \.  wik
0a70: 69 66 6f 72 6d 61 74 5f 2e 63 20 5c 0a 20 20 77  iformat_.c \.  w
0a80: 69 6e 68 74 74 70 5f 2e 63 20 5c 0a 20 20 78 66  inhttp_.c \.  xf
0a90: 65 72 5f 2e 63 20 5c 0a 20 20 7a 69 70 5f 2e 63  er_.c \.  zip_.c
0aa0: 0a 0a 4f 42 4a 20 3d 20 5c 0a 20 20 61 64 64 2e  ..OBJ = \.  add.
0ab0: 6f 20 5c 0a 20 20 61 64 6d 69 6e 2e 6f 20 5c 0a  o \.  admin.o \.
0ac0: 20 20 62 61 67 2e 6f 20 5c 0a 20 20 62 6c 6f 62    bag.o \.  blob
0ad0: 2e 6f 20 5c 0a 20 20 62 72 61 6e 63 68 2e 6f 20  .o \.  branch.o 
0ae0: 5c 0a 20 20 62 72 6f 77 73 65 2e 6f 20 5c 0a 20  \.  browse.o \. 
0af0: 20 63 67 69 2e 6f 20 5c 0a 20 20 63 68 65 63 6b   cgi.o \.  check
0b00: 69 6e 2e 6f 20 5c 0a 20 20 63 68 65 63 6b 6f 75  in.o \.  checkou
0b10: 74 2e 6f 20 5c 0a 20 20 63 6c 65 61 72 73 69 67  t.o \.  clearsig
0b20: 6e 2e 6f 20 5c 0a 20 20 63 6c 6f 6e 65 2e 6f 20  n.o \.  clone.o 
0b30: 5c 0a 20 20 63 6f 6d 66 6f 72 6d 61 74 2e 6f 20  \.  comformat.o 
0b40: 5c 0a 20 20 63 6f 6e 66 69 67 75 72 65 2e 6f 20  \.  configure.o 
0b50: 5c 0a 20 20 63 6f 6e 73 74 72 75 63 74 2e 6f 20  \.  construct.o 
0b60: 5c 0a 20 20 63 6f 6e 74 65 6e 74 2e 6f 20 5c 0a  \.  content.o \.
0b70: 20 20 64 62 2e 6f 20 5c 0a 20 20 64 65 6c 74 61    db.o \.  delta
0b80: 2e 6f 20 5c 0a 20 20 64 65 6c 74 61 63 6d 64 2e  .o \.  deltacmd.
0b90: 6f 20 5c 0a 20 20 64 65 73 63 65 6e 64 61 6e 74  o \.  descendant
0ba0: 73 2e 6f 20 5c 0a 20 20 64 69 66 66 2e 6f 20 5c  s.o \.  diff.o \
0bb0: 0a 20 20 64 69 66 66 63 6d 64 2e 6f 20 5c 0a 20  .  diffcmd.o \. 
0bc0: 20 64 6f 63 2e 6f 20 5c 0a 20 20 65 6e 63 6f 64   doc.o \.  encod
0bd0: 65 2e 6f 20 5c 0a 20 20 66 69 6c 65 2e 6f 20 5c  e.o \.  file.o \
0be0: 0a 20 20 68 74 74 70 2e 6f 20 5c 0a 20 20 69 6e  .  http.o \.  in
0bf0: 66 6f 2e 6f 20 5c 0a 20 20 6c 6f 67 69 6e 2e 6f  fo.o \.  login.o
0c00: 20 5c 0a 20 20 6d 61 69 6e 2e 6f 20 5c 0a 20 20   \.  main.o \.  
0c10: 6d 61 6e 69 66 65 73 74 2e 6f 20 5c 0a 20 20 6d  manifest.o \.  m
0c20: 64 35 2e 6f 20 5c 0a 20 20 6d 65 72 67 65 2e 6f  d5.o \.  merge.o
0c30: 20 5c 0a 20 20 6d 65 72 67 65 33 2e 6f 20 5c 0a   \.  merge3.o \.
0c40: 20 20 6d 79 5f 70 61 67 65 2e 6f 20 5c 0a 20 20    my_page.o \.  
0c50: 6e 61 6d 65 2e 6f 20 5c 0a 20 20 70 69 76 6f 74  name.o \.  pivot
0c60: 2e 6f 20 5c 0a 20 20 70 71 75 65 75 65 2e 6f 20  .o \.  pqueue.o 
0c70: 5c 0a 20 20 70 72 69 6e 74 66 2e 6f 20 5c 0a 20  \.  printf.o \. 
0c80: 20 72 65 62 75 69 6c 64 2e 6f 20 5c 0a 20 20 72   rebuild.o \.  r
0c90: 65 70 6f 72 74 2e 6f 20 5c 0a 20 20 72 73 73 2e  eport.o \.  rss.
0ca0: 6f 20 5c 0a 20 20 73 63 68 65 6d 61 2e 6f 20 5c  o \.  schema.o \
0cb0: 0a 20 20 73 65 74 75 70 2e 6f 20 5c 0a 20 20 73  .  setup.o \.  s
0cc0: 68 61 31 2e 6f 20 5c 0a 20 20 73 68 75 6e 2e 6f  ha1.o \.  shun.o
0cd0: 20 5c 0a 20 20 73 74 61 74 2e 6f 20 5c 0a 20 20   \.  stat.o \.  
0ce0: 73 74 79 6c 65 2e 6f 20 5c 0a 20 20 73 79 6e 63  style.o \.  sync
0cf0: 2e 6f 20 5c 0a 20 20 74 61 67 2e 6f 20 5c 0a 20  .o \.  tag.o \. 
0d00: 20 74 61 67 76 69 65 77 2e 6f 20 5c 0a 20 20 74   tagview.o \.  t
0d10: 68 5f 6d 61 69 6e 2e 6f 20 5c 0a 20 20 74 69 6d  h_main.o \.  tim
0d20: 65 6c 69 6e 65 2e 6f 20 5c 0a 20 20 74 6b 74 2e  eline.o \.  tkt.
0d30: 6f 20 5c 0a 20 20 74 6b 74 73 65 74 75 70 2e 6f  o \.  tktsetup.o
0d40: 20 5c 0a 20 20 75 6e 64 6f 2e 6f 20 5c 0a 20 20   \.  undo.o \.  
0d50: 75 70 64 61 74 65 2e 6f 20 5c 0a 20 20 75 72 6c  update.o \.  url
0d60: 2e 6f 20 5c 0a 20 20 75 73 65 72 2e 6f 20 5c 0a  .o \.  user.o \.
0d70: 20 20 76 65 72 69 66 79 2e 6f 20 5c 0a 20 20 76    verify.o \.  v
0d80: 66 69 6c 65 2e 6f 20 5c 0a 20 20 77 69 6b 69 2e  file.o \.  wiki.
0d90: 6f 20 5c 0a 20 20 77 69 6b 69 66 6f 72 6d 61 74  o \.  wikiformat
0da0: 2e 6f 20 5c 0a 20 20 77 69 6e 68 74 74 70 2e 6f  .o \.  winhttp.o
0db0: 20 5c 0a 20 20 78 66 65 72 2e 6f 20 5c 0a 20 20   \.  xfer.o \.  
0dc0: 7a 69 70 2e 6f 0a 0a 41 50 50 4e 41 4d 45 20 3d  zip.o..APPNAME =
0dd0: 20 66 6f 73 73 69 6c 24 28 45 29 0a 0a 0a 0a 61   fossil$(E)....a
0de0: 6c 6c 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a 0a  ll:.$(APPNAME)..
0df0: 69 6e 73 74 61 6c 6c 3a 09 24 28 41 50 50 4e 41  install:.$(APPNA
0e00: 4d 45 29 0a 09 6d 76 20 24 28 41 50 50 4e 41 4d  ME)..mv $(APPNAM
0e10: 45 29 20 24 28 49 4e 53 54 41 4c 4c 44 49 52 29  E) $(INSTALLDIR)
0e20: 0a 0a 74 72 61 6e 73 6c 61 74 65 3a 09 24 28 53  ..translate:.$(S
0e30: 52 43 44 49 52 29 2f 74 72 61 6e 73 6c 61 74 65  RCDIR)/translate
0e40: 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 74 72  .c..$(BCC) -o tr
0e50: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
0e60: 29 2f 74 72 61 6e 73 6c 61 74 65 2e 63 0a 0a 6d  )/translate.c..m
0e70: 61 6b 65 68 65 61 64 65 72 73 3a 09 24 28 53 52  akeheaders:.$(SR
0e80: 43 44 49 52 29 2f 6d 61 6b 65 68 65 61 64 65 72  CDIR)/makeheader
0e90: 73 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 6d  s.c..$(BCC) -o m
0ea0: 61 6b 65 68 65 61 64 65 72 73 20 24 28 53 52 43  akeheaders $(SRC
0eb0: 44 49 52 29 2f 6d 61 6b 65 68 65 61 64 65 72 73  DIR)/makeheaders
0ec0: 2e 63 0a 0a 6d 6b 69 6e 64 65 78 3a 09 24 28 53  .c..mkindex:.$(S
0ed0: 52 43 44 49 52 29 2f 6d 6b 69 6e 64 65 78 2e 63  RCDIR)/mkindex.c
0ee0: 0a 09 24 28 42 43 43 29 20 2d 6f 20 6d 6b 69 6e  ..$(BCC) -o mkin
0ef0: 64 65 78 20 24 28 53 52 43 44 49 52 29 2f 6d 6b  dex $(SRCDIR)/mk
0f00: 69 6e 64 65 78 2e 63 0a 0a 23 20 57 41 52 4e 49  index.c..# WARNI
0f10: 4e 47 2e 20 44 41 4e 47 45 52 2e 20 52 75 6e 6e  NG. DANGER. Runn
0f20: 69 6e 67 20 74 68 65 20 74 65 73 74 73 75 69 74  ing the testsuit
0f30: 65 20 6d 6f 64 69 66 69 65 73 20 74 68 65 20 72  e modifies the r
0f40: 65 70 6f 73 69 74 6f 72 79 20 74 68 65 0a 23 20  epository the.# 
0f50: 62 75 69 6c 64 20 69 73 20 64 6f 6e 65 20 66 72  build is done fr
0f60: 6f 6d 2c 20 69 2e 65 2e 20 74 68 65 20 63 68 65  om, i.e. the che
0f70: 63 6b 6f 75 74 20 62 65 6c 6f 6e 67 73 20 74 6f  ckout belongs to
0f80: 2e 20 44 6f 20 6e 6f 74 20 73 79 6e 63 2f 70 75  . Do not sync/pu
0f90: 73 68 0a 23 20 74 68 65 20 72 65 70 6f 73 69 74  sh.# the reposit
0fa0: 6f 72 79 20 61 66 74 65 72 20 72 75 6e 6e 69 6e  ory after runnin
0fb0: 67 20 74 68 65 20 74 65 73 74 73 2e 0a 74 65 73  g the tests..tes
0fc0: 74 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a 09 24  t:.$(APPNAME)..$
0fd0: 28 54 43 4c 53 48 29 20 74 65 73 74 2f 74 65 73  (TCLSH) test/tes
0fe0: 74 65 72 2e 74 63 6c 20 24 28 41 50 50 4e 41 4d  ter.tcl $(APPNAM
0ff0: 45 29 0a 0a 56 45 52 53 49 4f 4e 2e 68 3a 09 24  E)..VERSION.h:.$
1000: 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69  (SRCDIR)/../mani
1010: 66 65 73 74 2e 75 75 69 64 20 24 28 53 52 43 44  fest.uuid $(SRCD
1020: 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 0a  IR)/../manifest.
1030: 09 61 77 6b 20 27 7b 20 70 72 69 6e 74 66 20 22  .awk '{ printf "
1040: 23 64 65 66 69 6e 65 20 4d 41 4e 49 46 45 53 54  #define MANIFEST
1050: 5f 55 55 49 44 20 5c 22 25 73 5c 22 5c 6e 22 2c  _UUID \"%s\"\n",
1060: 20 24 24 31 7d 27 20 20 24 28 53 52 43 44 49 52   $$1}'  $(SRCDIR
1070: 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 2e 75 75  )/../manifest.uu
1080: 69 64 20 3e 56 45 52 53 49 4f 4e 2e 68 0a 09 61  id >VERSION.h..a
1090: 77 6b 20 27 7b 20 70 72 69 6e 74 66 20 22 23 64  wk '{ printf "#d
10a0: 65 66 69 6e 65 20 4d 41 4e 49 46 45 53 54 5f 56  efine MANIFEST_V
10b0: 45 52 53 49 4f 4e 20 5c 22 5b 25 2e 31 30 73 5d  ERSION \"[%.10s]
10c0: 5c 22 5c 6e 22 2c 20 24 24 31 7d 27 20 20 24 28  \"\n", $$1}'  $(
10d0: 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66  SRCDIR)/../manif
10e0: 65 73 74 2e 75 75 69 64 20 3e 3e 56 45 52 53 49  est.uuid >>VERSI
10f0: 4f 4e 2e 68 0a 09 61 77 6b 20 27 24 24 31 3d 3d  ON.h..awk '$$1==
1100: 22 44 22 7b 70 72 69 6e 74 66 20 22 23 64 65 66  "D"{printf "#def
1110: 69 6e 65 20 4d 41 4e 49 46 45 53 54 5f 44 41 54  ine MANIFEST_DAT
1120: 45 20 5c 22 25 73 20 25 73 5c 22 5c 6e 22 2c 20  E \"%s %s\"\n", 
1130: 73 75 62 73 74 72 28 24 24 32 2c 31 2c 31 30 29  substr($$2,1,10)
1140: 2c 73 75 62 73 74 72 28 24 24 32 2c 31 32 29 7d  ,substr($$2,12)}
1150: 27 20 20 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f  '  $(SRCDIR)/../
1160: 6d 61 6e 69 66 65 73 74 20 3e 3e 56 45 52 53 49  manifest >>VERSI
1170: 4f 4e 2e 68 0a 0a 24 28 41 50 50 4e 41 4d 45 29  ON.h..$(APPNAME)
1180: 3a 09 68 65 61 64 65 72 73 20 24 28 4f 42 4a 29  :.headers $(OBJ)
1190: 20 73 71 6c 69 74 65 33 2e 6f 20 74 68 2e 6f 20   sqlite3.o th.o 
11a0: 74 68 5f 6c 61 6e 67 2e 6f 0a 09 24 28 54 43 43  th_lang.o..$(TCC
11b0: 29 20 2d 6f 20 24 28 41 50 50 4e 41 4d 45 29 20  ) -o $(APPNAME) 
11c0: 24 28 4f 42 4a 29 20 73 71 6c 69 74 65 33 2e 6f  $(OBJ) sqlite3.o
11d0: 20 74 68 2e 6f 20 74 68 5f 6c 61 6e 67 2e 6f 20   th.o th_lang.o 
11e0: 24 28 4c 49 42 29 0a 0a 23 20 54 68 69 73 20 72  $(LIB)..# This r
11f0: 75 6c 65 20 70 72 65 76 65 6e 74 73 20 6d 61 6b  ule prevents mak
1200: 65 20 66 72 6f 6d 20 75 73 69 6e 67 20 69 74 73  e from using its
1210: 20 64 65 66 61 75 6c 74 20 72 75 6c 65 73 20 74   default rules t
1220: 6f 20 74 72 79 20 62 75 69 6c 64 0a 23 20 61 6e  o try build.# an
1230: 20 65 78 65 63 75 74 61 62 6c 65 20 6e 61 6d 65   executable name
1240: 64 20 22 6d 61 6e 69 66 65 73 74 22 20 6f 75 74  d "manifest" out
1250: 20 6f 66 20 74 68 65 20 66 69 6c 65 20 6e 61 6d   of the file nam
1260: 65 64 20 22 6d 61 6e 69 66 65 73 74 2e 63 22 0a  ed "manifest.c".
1270: 23 0a 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d  #.$(SRCDIR)/../m
1280: 61 6e 69 66 65 73 74 3a 09 0a 09 23 20 6e 6f 6f  anifest:...# noo
1290: 70 0a 0a 63 6c 65 61 6e 3a 09 0a 09 72 6d 20 2d  p..clean:...rm -
12a0: 66 20 2a 2e 6f 20 2a 5f 2e 63 20 24 28 41 50 50  f *.o *_.c $(APP
12b0: 4e 41 4d 45 29 20 56 45 52 53 49 4f 4e 2e 68 0a  NAME) VERSION.h.
12c0: 09 72 6d 20 2d 66 20 74 72 61 6e 73 6c 61 74 65  .rm -f translate
12d0: 20 6d 61 6b 65 68 65 61 64 65 72 73 20 6d 6b 69   makeheaders mki
12e0: 6e 64 65 78 20 70 61 67 65 5f 69 6e 64 65 78 2e  ndex page_index.
12f0: 68 20 68 65 61 64 65 72 73 0a 09 72 6d 20 2d 66  h headers..rm -f
1300: 20 61 64 64 2e 68 20 61 64 6d 69 6e 2e 68 20 62   add.h admin.h b
1310: 61 67 2e 68 20 62 6c 6f 62 2e 68 20 62 72 61 6e  ag.h blob.h bran
1320: 63 68 2e 68 20 62 72 6f 77 73 65 2e 68 20 63 67  ch.h browse.h cg
1330: 69 2e 68 20 63 68 65 63 6b 69 6e 2e 68 20 63 68  i.h checkin.h ch
1340: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69  eckout.h clearsi
1350: 67 6e 2e 68 20 63 6c 6f 6e 65 2e 68 20 63 6f 6d  gn.h clone.h com
1360: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75  format.h configu
1370: 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 2e 68  re.h construct.h
1380: 20 63 6f 6e 74 65 6e 74 2e 68 20 64 62 2e 68 20   content.h db.h 
1390: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64  delta.h deltacmd
13a0: 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .h descendants.h
13b0: 20 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 2e   diff.h diffcmd.
13c0: 68 20 64 6f 63 2e 68 20 65 6e 63 6f 64 65 2e 68  h doc.h encode.h
13d0: 20 66 69 6c 65 2e 68 20 68 74 74 70 2e 68 20 69   file.h http.h i
13e0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 2e 68 20 6d 61  nfo.h login.h ma
13f0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 2e 68 20  in.h manifest.h 
1400: 6d 64 35 2e 68 20 6d 65 72 67 65 2e 68 20 6d 65  md5.h merge.h me
1410: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 2e 68  rge3.h my_page.h
1420: 20 6e 61 6d 65 2e 68 20 70 69 76 6f 74 2e 68 20   name.h pivot.h 
1430: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 2e  pqueue.h printf.
1440: 68 20 72 65 62 75 69 6c 64 2e 68 20 72 65 70 6f  h rebuild.h repo
1450: 72 74 2e 68 20 72 73 73 2e 68 20 73 63 68 65 6d  rt.h rss.h schem
1460: 61 2e 68 20 73 65 74 75 70 2e 68 20 73 68 61 31  a.h setup.h sha1
1470: 2e 68 20 73 68 75 6e 2e 68 20 73 74 61 74 2e 68  .h shun.h stat.h
1480: 20 73 74 79 6c 65 2e 68 20 73 79 6e 63 2e 68 20   style.h sync.h 
1490: 74 61 67 2e 68 20 74 61 67 76 69 65 77 2e 68 20  tag.h tagview.h 
14a0: 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69  th_main.h timeli
14b0: 6e 65 2e 68 20 74 6b 74 2e 68 20 74 6b 74 73 65  ne.h tkt.h tktse
14c0: 74 75 70 2e 68 20 75 6e 64 6f 2e 68 20 75 70 64  tup.h undo.h upd
14d0: 61 74 65 2e 68 20 75 72 6c 2e 68 20 75 73 65 72  ate.h url.h user
14e0: 2e 68 20 76 65 72 69 66 79 2e 68 20 76 66 69 6c  .h verify.h vfil
14f0: 65 2e 68 20 77 69 6b 69 2e 68 20 77 69 6b 69 66  e.h wiki.h wikif
1500: 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 2e  ormat.h winhttp.
1510: 68 20 78 66 65 72 2e 68 20 7a 69 70 2e 68 0a 0a  h xfer.h zip.h..
1520: 70 61 67 65 5f 69 6e 64 65 78 2e 68 3a 20 6d 6b  page_index.h: mk
1530: 69 6e 64 65 78 0a 09 2e 2f 6d 6b 69 6e 64 65 78  index.../mkindex
1540: 20 24 28 54 52 41 4e 53 5f 53 52 43 29 20 3e 24   $(TRANS_SRC) >$
1550: 40 0a 68 65 61 64 65 72 73 3a 09 70 61 67 65 5f  @.headers:.page_
1560: 69 6e 64 65 78 2e 68 20 6d 61 6b 65 68 65 61 64  index.h makehead
1570: 65 72 73 20 24 28 54 52 41 4e 53 5f 53 52 43 29  ers $(TRANS_SRC)
1580: 20 56 45 52 53 49 4f 4e 2e 68 0a 09 2e 2f 6d 61   VERSION.h.../ma
1590: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e  keheaders  add_.
15a0: 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63  c:add.h admin_.c
15b0: 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a  :admin.h bag_.c:
15c0: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c  bag.h blob_.c:bl
15d0: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62  ob.h branch_.c:b
15e0: 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e  ranch.h browse_.
15f0: 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e  c:browse.h cgi_.
1600: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f  c:cgi.h checkin_
1610: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65  .c:checkin.h che
1620: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75  ckout_.c:checkou
1630: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63  t.h clearsign_.c
1640: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f  :clearsign.h clo
1650: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f  ne_.c:clone.h co
1660: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f  mformat_.c:comfo
1670: 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65  rmat.h configure
1680: 5f 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20  _.c:configure.h 
1690: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e  construct_.c:con
16a0: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74  struct.h content
16b0: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62  _.c:content.h db
16c0: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e  _.c:db.h delta_.
16d0: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63  c:delta.h deltac
16e0: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68  md_.c:deltacmd.h
16f0: 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a   descendants_.c:
1700: 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69  descendants.h di
1710: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66  ff_.c:diff.h dif
1720: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e  fcmd_.c:diffcmd.
1730: 68 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65  h doc_.c:doc.h e
1740: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e  ncode_.c:encode.
1750: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68  h file_.c:file.h
1760: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20   http_.c:http.h 
1770: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c  info_.c:info.h l
1780: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20  ogin_.c:login.h 
1790: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d  main_.c:main.h m
17a0: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66  anifest_.c:manif
17b0: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35  est.h md5_.c:md5
17c0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67  .h merge_.c:merg
17d0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65  e.h merge3_.c:me
17e0: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e  rge3.h my_page_.
17f0: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65  c:my_page.h name
1800: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74  _.c:name.h pivot
1810: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65  _.c:pivot.h pque
1820: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70  ue_.c:pqueue.h p
1830: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e  rintf_.c:printf.
1840: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62  h rebuild_.c:reb
1850: 75 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63  uild.h report_.c
1860: 3a 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63  :report.h rss_.c
1870: 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63  :rss.h schema_.c
1880: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f  :schema.h setup_
1890: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f  .c:setup.h sha1_
18a0: 2e 63 3a 73 68 61 31 2e 68 20 73 68 75 6e 5f 2e  .c:sha1.h shun_.
18b0: 63 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f 2e 63  c:shun.h stat_.c
18c0: 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63  :stat.h style_.c
18d0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63  :style.h sync_.c
18e0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74  :sync.h tag_.c:t
18f0: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a  ag.h tagview_.c:
1900: 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69  tagview.h th_mai
1910: 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74  n_.c:th_main.h t
1920: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c  imeline_.c:timel
1930: 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74  ine.h tkt_.c:tkt
1940: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74  .h tktsetup_.c:t
1950: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e  ktsetup.h undo_.
1960: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f  c:undo.h update_
1970: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f  .c:update.h url_
1980: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63  .c:url.h user_.c
1990: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e  :user.h verify_.
19a0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65  c:verify.h vfile
19b0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69  _.c:vfile.h wiki
19c0: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66  _.c:wiki.h wikif
19d0: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72  ormat_.c:wikifor
19e0: 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f 2e 63  mat.h winhttp_.c
19f0: 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72 5f  :winhttp.h xfer_
1a00: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63  .c:xfer.h zip_.c
1a10: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29  :zip.h $(SRCDIR)
1a20: 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43  /sqlite3.h $(SRC
1a30: 44 49 52 29 2f 74 68 2e 68 20 56 45 52 53 49 4f  DIR)/th.h VERSIO
1a40: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65  N.h..touch heade
1a50: 72 73 0a 68 65 61 64 65 72 73 3a 20 4d 61 6b 65  rs.headers: Make
1a60: 66 69 6c 65 0a 4d 61 6b 65 66 69 6c 65 3a 0a 61  file.Makefile:.a
1a70: 64 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  dd_.c:.$(SRCDIR)
1a80: 2f 61 64 64 2e 63 20 24 28 53 52 43 44 49 52 29  /add.c $(SRCDIR)
1a90: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
1aa0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
1ab0: 24 28 53 52 43 44 49 52 29 2f 61 64 64 2e 63 20  $(SRCDIR)/add.c 
1ac0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
1ad0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 61 64 64 5f  R)/VERSION >add_
1ae0: 2e 63 0a 0a 61 64 64 2e 6f 3a 09 61 64 64 5f 2e  .c..add.o:.add_.
1af0: 63 20 61 64 64 2e 68 20 20 24 28 53 52 43 44 49  c add.h  $(SRCDI
1b00: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
1b10: 54 43 43 29 20 2d 6f 20 61 64 64 2e 6f 20 2d 63  TCC) -o add.o -c
1b20: 20 61 64 64 5f 2e 63 0a 0a 61 64 64 2e 68 3a 09   add_.c..add.h:.
1b30: 68 65 61 64 65 72 73 0a 61 64 6d 69 6e 5f 2e 63  headers.admin_.c
1b40: 3a 09 24 28 53 52 43 44 49 52 29 2f 61 64 6d 69  :.$(SRCDIR)/admi
1b50: 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  n.c $(SRCDIR)/VE
1b60: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
1b70: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
1b80: 52 43 44 49 52 29 2f 61 64 6d 69 6e 2e 63 20 7c  RCDIR)/admin.c |
1b90: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
1ba0: 29 2f 56 45 52 53 49 4f 4e 20 3e 61 64 6d 69 6e  )/VERSION >admin
1bb0: 5f 2e 63 0a 0a 61 64 6d 69 6e 2e 6f 3a 09 61 64  _.c..admin.o:.ad
1bc0: 6d 69 6e 5f 2e 63 20 61 64 6d 69 6e 2e 68 20 20  min_.c admin.h  
1bd0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
1be0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 61  .h..$(XTCC) -o a
1bf0: 64 6d 69 6e 2e 6f 20 2d 63 20 61 64 6d 69 6e 5f  dmin.o -c admin_
1c00: 2e 63 0a 0a 61 64 6d 69 6e 2e 68 3a 09 68 65 61  .c..admin.h:.hea
1c10: 64 65 72 73 0a 62 61 67 5f 2e 63 3a 09 24 28 53  ders.bag_.c:.$(S
1c20: 52 43 44 49 52 29 2f 62 61 67 2e 63 20 24 28 53  RCDIR)/bag.c $(S
1c30: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
1c40: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
1c50: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
1c60: 62 61 67 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  bag.c | sed -f $
1c70: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
1c80: 20 3e 62 61 67 5f 2e 63 0a 0a 62 61 67 2e 6f 3a   >bag_.c..bag.o:
1c90: 09 62 61 67 5f 2e 63 20 62 61 67 2e 68 20 20 24  .bag_.c bag.h  $
1ca0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
1cb0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 62 61  h..$(XTCC) -o ba
1cc0: 67 2e 6f 20 2d 63 20 62 61 67 5f 2e 63 0a 0a 62  g.o -c bag_.c..b
1cd0: 61 67 2e 68 3a 09 68 65 61 64 65 72 73 0a 62 6c  ag.h:.headers.bl
1ce0: 6f 62 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  ob_.c:.$(SRCDIR)
1cf0: 2f 62 6c 6f 62 2e 63 20 24 28 53 52 43 44 49 52  /blob.c $(SRCDIR
1d00: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
1d10: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
1d20: 20 24 28 53 52 43 44 49 52 29 2f 62 6c 6f 62 2e   $(SRCDIR)/blob.
1d30: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
1d40: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 62 6c  DIR)/VERSION >bl
1d50: 6f 62 5f 2e 63 0a 0a 62 6c 6f 62 2e 6f 3a 09 62  ob_.c..blob.o:.b
1d60: 6c 6f 62 5f 2e 63 20 62 6c 6f 62 2e 68 20 20 24  lob_.c blob.h  $
1d70: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
1d80: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 62 6c  h..$(XTCC) -o bl
1d90: 6f 62 2e 6f 20 2d 63 20 62 6c 6f 62 5f 2e 63 0a  ob.o -c blob_.c.
1da0: 0a 62 6c 6f 62 2e 68 3a 09 68 65 61 64 65 72 73  .blob.h:.headers
1db0: 0a 62 72 61 6e 63 68 5f 2e 63 3a 09 24 28 53 52  .branch_.c:.$(SR
1dc0: 43 44 49 52 29 2f 62 72 61 6e 63 68 2e 63 20 24  CDIR)/branch.c $
1dd0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
1de0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
1df0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
1e00: 29 2f 62 72 61 6e 63 68 2e 63 20 7c 20 73 65 64  )/branch.c | sed
1e10: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
1e20: 52 53 49 4f 4e 20 3e 62 72 61 6e 63 68 5f 2e 63  RSION >branch_.c
1e30: 0a 0a 62 72 61 6e 63 68 2e 6f 3a 09 62 72 61 6e  ..branch.o:.bran
1e40: 63 68 5f 2e 63 20 62 72 61 6e 63 68 2e 68 20 20  ch_.c branch.h  
1e50: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
1e60: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 62  .h..$(XTCC) -o b
1e70: 72 61 6e 63 68 2e 6f 20 2d 63 20 62 72 61 6e 63  ranch.o -c branc
1e80: 68 5f 2e 63 0a 0a 62 72 61 6e 63 68 2e 68 3a 09  h_.c..branch.h:.
1e90: 68 65 61 64 65 72 73 0a 62 72 6f 77 73 65 5f 2e  headers.browse_.
1ea0: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 62 72 6f  c:.$(SRCDIR)/bro
1eb0: 77 73 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f  wse.c $(SRCDIR)/
1ec0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
1ed0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
1ee0: 28 53 52 43 44 49 52 29 2f 62 72 6f 77 73 65 2e  (SRCDIR)/browse.
1ef0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
1f00: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 62 72  DIR)/VERSION >br
1f10: 6f 77 73 65 5f 2e 63 0a 0a 62 72 6f 77 73 65 2e  owse_.c..browse.
1f20: 6f 3a 09 62 72 6f 77 73 65 5f 2e 63 20 62 72 6f  o:.browse_.c bro
1f30: 77 73 65 2e 68 20 20 24 28 53 52 43 44 49 52 29  wse.h  $(SRCDIR)
1f40: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
1f50: 43 29 20 2d 6f 20 62 72 6f 77 73 65 2e 6f 20 2d  C) -o browse.o -
1f60: 63 20 62 72 6f 77 73 65 5f 2e 63 0a 0a 62 72 6f  c browse_.c..bro
1f70: 77 73 65 2e 68 3a 09 68 65 61 64 65 72 73 0a 63  wse.h:.headers.c
1f80: 67 69 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  gi_.c:.$(SRCDIR)
1f90: 2f 63 67 69 2e 63 20 24 28 53 52 43 44 49 52 29  /cgi.c $(SRCDIR)
1fa0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
1fb0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
1fc0: 24 28 53 52 43 44 49 52 29 2f 63 67 69 2e 63 20  $(SRCDIR)/cgi.c 
1fd0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
1fe0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 67 69 5f  R)/VERSION >cgi_
1ff0: 2e 63 0a 0a 63 67 69 2e 6f 3a 09 63 67 69 5f 2e  .c..cgi.o:.cgi_.
2000: 63 20 63 67 69 2e 68 20 20 24 28 53 52 43 44 49  c cgi.h  $(SRCDI
2010: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
2020: 54 43 43 29 20 2d 6f 20 63 67 69 2e 6f 20 2d 63  TCC) -o cgi.o -c
2030: 20 63 67 69 5f 2e 63 0a 0a 63 67 69 2e 68 3a 09   cgi_.c..cgi.h:.
2040: 68 65 61 64 65 72 73 0a 63 68 65 63 6b 69 6e 5f  headers.checkin_
2050: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 68  .c:.$(SRCDIR)/ch
2060: 65 63 6b 69 6e 2e 63 20 24 28 53 52 43 44 49 52  eckin.c $(SRCDIR
2070: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
2080: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
2090: 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b   $(SRCDIR)/check
20a0: 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  in.c | sed -f $(
20b0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
20c0: 3e 63 68 65 63 6b 69 6e 5f 2e 63 0a 0a 63 68 65  >checkin_.c..che
20d0: 63 6b 69 6e 2e 6f 3a 09 63 68 65 63 6b 69 6e 5f  ckin.o:.checkin_
20e0: 2e 63 20 63 68 65 63 6b 69 6e 2e 68 20 20 24 28  .c checkin.h  $(
20f0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
2100: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 68 65  ..$(XTCC) -o che
2110: 63 6b 69 6e 2e 6f 20 2d 63 20 63 68 65 63 6b 69  ckin.o -c checki
2120: 6e 5f 2e 63 0a 0a 63 68 65 63 6b 69 6e 2e 68 3a  n_.c..checkin.h:
2130: 09 68 65 61 64 65 72 73 0a 63 68 65 63 6b 6f 75  .headers.checkou
2140: 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  t_.c:.$(SRCDIR)/
2150: 63 68 65 63 6b 6f 75 74 2e 63 20 24 28 53 52 43  checkout.c $(SRC
2160: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
2170: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
2180: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 68  ate $(SRCDIR)/ch
2190: 65 63 6b 6f 75 74 2e 63 20 7c 20 73 65 64 20 2d  eckout.c | sed -
21a0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
21b0: 49 4f 4e 20 3e 63 68 65 63 6b 6f 75 74 5f 2e 63  ION >checkout_.c
21c0: 0a 0a 63 68 65 63 6b 6f 75 74 2e 6f 3a 09 63 68  ..checkout.o:.ch
21d0: 65 63 6b 6f 75 74 5f 2e 63 20 63 68 65 63 6b 6f  eckout_.c checko
21e0: 75 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  ut.h  $(SRCDIR)/
21f0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
2200: 29 20 2d 6f 20 63 68 65 63 6b 6f 75 74 2e 6f 20  ) -o checkout.o 
2210: 2d 63 20 63 68 65 63 6b 6f 75 74 5f 2e 63 0a 0a  -c checkout_.c..
2220: 63 68 65 63 6b 6f 75 74 2e 68 3a 09 68 65 61 64  checkout.h:.head
2230: 65 72 73 0a 63 6c 65 61 72 73 69 67 6e 5f 2e 63  ers.clearsign_.c
2240: 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6c 65 61  :.$(SRCDIR)/clea
2250: 72 73 69 67 6e 2e 63 20 24 28 53 52 43 44 49 52  rsign.c $(SRCDIR
2260: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
2270: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
2280: 20 24 28 53 52 43 44 49 52 29 2f 63 6c 65 61 72   $(SRCDIR)/clear
2290: 73 69 67 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20  sign.c | sed -f 
22a0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
22b0: 4e 20 3e 63 6c 65 61 72 73 69 67 6e 5f 2e 63 0a  N >clearsign_.c.
22c0: 0a 63 6c 65 61 72 73 69 67 6e 2e 6f 3a 09 63 6c  .clearsign.o:.cl
22d0: 65 61 72 73 69 67 6e 5f 2e 63 20 63 6c 65 61 72  earsign_.c clear
22e0: 73 69 67 6e 2e 68 20 20 24 28 53 52 43 44 49 52  sign.h  $(SRCDIR
22f0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
2300: 43 43 29 20 2d 6f 20 63 6c 65 61 72 73 69 67 6e  CC) -o clearsign
2310: 2e 6f 20 2d 63 20 63 6c 65 61 72 73 69 67 6e 5f  .o -c clearsign_
2320: 2e 63 0a 0a 63 6c 65 61 72 73 69 67 6e 2e 68 3a  .c..clearsign.h:
2330: 09 68 65 61 64 65 72 73 0a 63 6c 6f 6e 65 5f 2e  .headers.clone_.
2340: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6c 6f  c:.$(SRCDIR)/clo
2350: 6e 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ne.c $(SRCDIR)/V
2360: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
2370: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
2380: 53 52 43 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 20  SRCDIR)/clone.c 
2390: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
23a0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6c 6f 6e  R)/VERSION >clon
23b0: 65 5f 2e 63 0a 0a 63 6c 6f 6e 65 2e 6f 3a 09 63  e_.c..clone.o:.c
23c0: 6c 6f 6e 65 5f 2e 63 20 63 6c 6f 6e 65 2e 68 20  lone_.c clone.h 
23d0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
23e0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
23f0: 63 6c 6f 6e 65 2e 6f 20 2d 63 20 63 6c 6f 6e 65  clone.o -c clone
2400: 5f 2e 63 0a 0a 63 6c 6f 6e 65 2e 68 3a 09 68 65  _.c..clone.h:.he
2410: 61 64 65 72 73 0a 63 6f 6d 66 6f 72 6d 61 74 5f  aders.comformat_
2420: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6f  .c:.$(SRCDIR)/co
2430: 6d 66 6f 72 6d 61 74 2e 63 20 24 28 53 52 43 44  mformat.c $(SRCD
2440: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
2450: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
2460: 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6d  te $(SRCDIR)/com
2470: 66 6f 72 6d 61 74 2e 63 20 7c 20 73 65 64 20 2d  format.c | sed -
2480: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
2490: 49 4f 4e 20 3e 63 6f 6d 66 6f 72 6d 61 74 5f 2e  ION >comformat_.
24a0: 63 0a 0a 63 6f 6d 66 6f 72 6d 61 74 2e 6f 3a 09  c..comformat.o:.
24b0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 20 63 6f 6d  comformat_.c com
24c0: 66 6f 72 6d 61 74 2e 68 20 20 24 28 53 52 43 44  format.h  $(SRCD
24d0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
24e0: 58 54 43 43 29 20 2d 6f 20 63 6f 6d 66 6f 72 6d  XTCC) -o comform
24f0: 61 74 2e 6f 20 2d 63 20 63 6f 6d 66 6f 72 6d 61  at.o -c comforma
2500: 74 5f 2e 63 0a 0a 63 6f 6d 66 6f 72 6d 61 74 2e  t_.c..comformat.
2510: 68 3a 09 68 65 61 64 65 72 73 0a 63 6f 6e 66 69  h:.headers.confi
2520: 67 75 72 65 5f 2e 63 3a 09 24 28 53 52 43 44 49  gure_.c:.$(SRCDI
2530: 52 29 2f 63 6f 6e 66 69 67 75 72 65 2e 63 20 24  R)/configure.c $
2540: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
2550: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
2560: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
2570: 29 2f 63 6f 6e 66 69 67 75 72 65 2e 63 20 7c 20  )/configure.c | 
2580: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
2590: 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6e 66 69 67  /VERSION >config
25a0: 75 72 65 5f 2e 63 0a 0a 63 6f 6e 66 69 67 75 72  ure_.c..configur
25b0: 65 2e 6f 3a 09 63 6f 6e 66 69 67 75 72 65 5f 2e  e.o:.configure_.
25c0: 63 20 63 6f 6e 66 69 67 75 72 65 2e 68 20 20 24  c configure.h  $
25d0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
25e0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6f  h..$(XTCC) -o co
25f0: 6e 66 69 67 75 72 65 2e 6f 20 2d 63 20 63 6f 6e  nfigure.o -c con
2600: 66 69 67 75 72 65 5f 2e 63 0a 0a 63 6f 6e 66 69  figure_.c..confi
2610: 67 75 72 65 2e 68 3a 09 68 65 61 64 65 72 73 0a  gure.h:.headers.
2620: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 09 24 28  construct_.c:.$(
2630: 53 52 43 44 49 52 29 2f 63 6f 6e 73 74 72 75 63  SRCDIR)/construc
2640: 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  t.c $(SRCDIR)/VE
2650: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
2660: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
2670: 52 43 44 49 52 29 2f 63 6f 6e 73 74 72 75 63 74  RCDIR)/construct
2680: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
2690: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63  CDIR)/VERSION >c
26a0: 6f 6e 73 74 72 75 63 74 5f 2e 63 0a 0a 63 6f 6e  onstruct_.c..con
26b0: 73 74 72 75 63 74 2e 6f 3a 09 63 6f 6e 73 74 72  struct.o:.constr
26c0: 75 63 74 5f 2e 63 20 63 6f 6e 73 74 72 75 63 74  uct_.c construct
26d0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
26e0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
26f0: 2d 6f 20 63 6f 6e 73 74 72 75 63 74 2e 6f 20 2d  -o construct.o -
2700: 63 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 0a 0a  c construct_.c..
2710: 63 6f 6e 73 74 72 75 63 74 2e 68 3a 09 68 65 61  construct.h:.hea
2720: 64 65 72 73 0a 63 6f 6e 74 65 6e 74 5f 2e 63 3a  ders.content_.c:
2730: 09 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 74 65  .$(SRCDIR)/conte
2740: 6e 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  nt.c $(SRCDIR)/V
2750: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
2760: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
2770: 53 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e 74 2e  SRCDIR)/content.
2780: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
2790: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f  DIR)/VERSION >co
27a0: 6e 74 65 6e 74 5f 2e 63 0a 0a 63 6f 6e 74 65 6e  ntent_.c..conten
27b0: 74 2e 6f 3a 09 63 6f 6e 74 65 6e 74 5f 2e 63 20  t.o:.content_.c 
27c0: 63 6f 6e 74 65 6e 74 2e 68 20 20 24 28 53 52 43  content.h  $(SRC
27d0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
27e0: 28 58 54 43 43 29 20 2d 6f 20 63 6f 6e 74 65 6e  (XTCC) -o conten
27f0: 74 2e 6f 20 2d 63 20 63 6f 6e 74 65 6e 74 5f 2e  t.o -c content_.
2800: 63 0a 0a 63 6f 6e 74 65 6e 74 2e 68 3a 09 68 65  c..content.h:.he
2810: 61 64 65 72 73 0a 64 62 5f 2e 63 3a 09 24 28 53  aders.db_.c:.$(S
2820: 52 43 44 49 52 29 2f 64 62 2e 63 20 24 28 53 52  RCDIR)/db.c $(SR
2830: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
2840: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
2850: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 64  late $(SRCDIR)/d
2860: 62 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  b.c | sed -f $(S
2870: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
2880: 64 62 5f 2e 63 0a 0a 64 62 2e 6f 3a 09 64 62 5f  db_.c..db.o:.db_
2890: 2e 63 20 64 62 2e 68 20 20 24 28 53 52 43 44 49  .c db.h  $(SRCDI
28a0: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
28b0: 54 43 43 29 20 2d 6f 20 64 62 2e 6f 20 2d 63 20  TCC) -o db.o -c 
28c0: 64 62 5f 2e 63 0a 0a 64 62 2e 68 3a 09 68 65 61  db_.c..db.h:.hea
28d0: 64 65 72 73 0a 64 65 6c 74 61 5f 2e 63 3a 09 24  ders.delta_.c:.$
28e0: 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 2e 63  (SRCDIR)/delta.c
28f0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
2900: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
2910: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
2920: 49 52 29 2f 64 65 6c 74 61 2e 63 20 7c 20 73 65  IR)/delta.c | se
2930: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
2940: 45 52 53 49 4f 4e 20 3e 64 65 6c 74 61 5f 2e 63  ERSION >delta_.c
2950: 0a 0a 64 65 6c 74 61 2e 6f 3a 09 64 65 6c 74 61  ..delta.o:.delta
2960: 5f 2e 63 20 64 65 6c 74 61 2e 68 20 20 24 28 53  _.c delta.h  $(S
2970: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
2980: 09 24 28 58 54 43 43 29 20 2d 6f 20 64 65 6c 74  .$(XTCC) -o delt
2990: 61 2e 6f 20 2d 63 20 64 65 6c 74 61 5f 2e 63 0a  a.o -c delta_.c.
29a0: 0a 64 65 6c 74 61 2e 68 3a 09 68 65 61 64 65 72  .delta.h:.header
29b0: 73 0a 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 09 24  s.deltacmd_.c:.$
29c0: 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 63 6d  (SRCDIR)/deltacm
29d0: 64 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  d.c $(SRCDIR)/VE
29e0: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
29f0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
2a00: 52 43 44 49 52 29 2f 64 65 6c 74 61 63 6d 64 2e  RCDIR)/deltacmd.
2a10: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
2a20: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 65  DIR)/VERSION >de
2a30: 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74 61  ltacmd_.c..delta
2a40: 63 6d 64 2e 6f 3a 09 64 65 6c 74 61 63 6d 64 5f  cmd.o:.deltacmd_
2a50: 2e 63 20 64 65 6c 74 61 63 6d 64 2e 68 20 20 24  .c deltacmd.h  $
2a60: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
2a70: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 65  h..$(XTCC) -o de
2a80: 6c 74 61 63 6d 64 2e 6f 20 2d 63 20 64 65 6c 74  ltacmd.o -c delt
2a90: 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74 61 63 6d  acmd_.c..deltacm
2aa0: 64 2e 68 3a 09 68 65 61 64 65 72 73 0a 64 65 73  d.h:.headers.des
2ab0: 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 09 24 28 53  cendants_.c:.$(S
2ac0: 52 43 44 49 52 29 2f 64 65 73 63 65 6e 64 61 6e  RCDIR)/descendan
2ad0: 74 73 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ts.c $(SRCDIR)/V
2ae0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
2af0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
2b00: 53 52 43 44 49 52 29 2f 64 65 73 63 65 6e 64 61  SRCDIR)/descenda
2b10: 6e 74 73 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  nts.c | sed -f $
2b20: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
2b30: 20 3e 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63   >descendants_.c
2b40: 0a 0a 64 65 73 63 65 6e 64 61 6e 74 73 2e 6f 3a  ..descendants.o:
2b50: 09 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 20  .descendants_.c 
2b60: 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 20 24  descendants.h  $
2b70: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
2b80: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 65  h..$(XTCC) -o de
2b90: 73 63 65 6e 64 61 6e 74 73 2e 6f 20 2d 63 20 64  scendants.o -c d
2ba0: 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 0a 0a 64  escendants_.c..d
2bb0: 65 73 63 65 6e 64 61 6e 74 73 2e 68 3a 09 68 65  escendants.h:.he
2bc0: 61 64 65 72 73 0a 64 69 66 66 5f 2e 63 3a 09 24  aders.diff_.c:.$
2bd0: 28 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63 20  (SRCDIR)/diff.c 
2be0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
2bf0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
2c00: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
2c10: 52 29 2f 64 69 66 66 2e 63 20 7c 20 73 65 64 20  R)/diff.c | sed 
2c20: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
2c30: 53 49 4f 4e 20 3e 64 69 66 66 5f 2e 63 0a 0a 64  SION >diff_.c..d
2c40: 69 66 66 2e 6f 3a 09 64 69 66 66 5f 2e 63 20 64  iff.o:.diff_.c d
2c50: 69 66 66 2e 68 20 20 24 28 53 52 43 44 49 52 29  iff.h  $(SRCDIR)
2c60: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
2c70: 43 29 20 2d 6f 20 64 69 66 66 2e 6f 20 2d 63 20  C) -o diff.o -c 
2c80: 64 69 66 66 5f 2e 63 0a 0a 64 69 66 66 2e 68 3a  diff_.c..diff.h:
2c90: 09 68 65 61 64 65 72 73 0a 64 69 66 66 63 6d 64  .headers.diffcmd
2ca0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64  _.c:.$(SRCDIR)/d
2cb0: 69 66 66 63 6d 64 2e 63 20 24 28 53 52 43 44 49  iffcmd.c $(SRCDI
2cc0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
2cd0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
2ce0: 65 20 24 28 53 52 43 44 49 52 29 2f 64 69 66 66  e $(SRCDIR)/diff
2cf0: 63 6d 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  cmd.c | sed -f $
2d00: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
2d10: 20 3e 64 69 66 66 63 6d 64 5f 2e 63 0a 0a 64 69   >diffcmd_.c..di
2d20: 66 66 63 6d 64 2e 6f 3a 09 64 69 66 66 63 6d 64  ffcmd.o:.diffcmd
2d30: 5f 2e 63 20 64 69 66 66 63 6d 64 2e 68 20 20 24  _.c diffcmd.h  $
2d40: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
2d50: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 69  h..$(XTCC) -o di
2d60: 66 66 63 6d 64 2e 6f 20 2d 63 20 64 69 66 66 63  ffcmd.o -c diffc
2d70: 6d 64 5f 2e 63 0a 0a 64 69 66 66 63 6d 64 2e 68  md_.c..diffcmd.h
2d80: 3a 09 68 65 61 64 65 72 73 0a 64 6f 63 5f 2e 63  :.headers.doc_.c
2d90: 3a 09 24 28 53 52 43 44 49 52 29 2f 64 6f 63 2e  :.$(SRCDIR)/doc.
2da0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
2db0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
2dc0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
2dd0: 44 49 52 29 2f 64 6f 63 2e 63 20 7c 20 73 65 64  DIR)/doc.c | sed
2de0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
2df0: 52 53 49 4f 4e 20 3e 64 6f 63 5f 2e 63 0a 0a 64  RSION >doc_.c..d
2e00: 6f 63 2e 6f 3a 09 64 6f 63 5f 2e 63 20 64 6f 63  oc.o:.doc_.c doc
2e10: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
2e20: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
2e30: 2d 6f 20 64 6f 63 2e 6f 20 2d 63 20 64 6f 63 5f  -o doc.o -c doc_
2e40: 2e 63 0a 0a 64 6f 63 2e 68 3a 09 68 65 61 64 65  .c..doc.h:.heade
2e50: 72 73 0a 65 6e 63 6f 64 65 5f 2e 63 3a 09 24 28  rs.encode_.c:.$(
2e60: 53 52 43 44 49 52 29 2f 65 6e 63 6f 64 65 2e 63  SRCDIR)/encode.c
2e70: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
2e80: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
2e90: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
2ea0: 49 52 29 2f 65 6e 63 6f 64 65 2e 63 20 7c 20 73  IR)/encode.c | s
2eb0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
2ec0: 56 45 52 53 49 4f 4e 20 3e 65 6e 63 6f 64 65 5f  VERSION >encode_
2ed0: 2e 63 0a 0a 65 6e 63 6f 64 65 2e 6f 3a 09 65 6e  .c..encode.o:.en
2ee0: 63 6f 64 65 5f 2e 63 20 65 6e 63 6f 64 65 2e 68  code_.c encode.h
2ef0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
2f00: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
2f10: 20 65 6e 63 6f 64 65 2e 6f 20 2d 63 20 65 6e 63   encode.o -c enc
2f20: 6f 64 65 5f 2e 63 0a 0a 65 6e 63 6f 64 65 2e 68  ode_.c..encode.h
2f30: 3a 09 68 65 61 64 65 72 73 0a 66 69 6c 65 5f 2e  :.headers.file_.
2f40: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 66 69 6c  c:.$(SRCDIR)/fil
2f50: 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  e.c $(SRCDIR)/VE
2f60: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
2f70: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
2f80: 52 43 44 49 52 29 2f 66 69 6c 65 2e 63 20 7c 20  RCDIR)/file.c | 
2f90: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
2fa0: 2f 56 45 52 53 49 4f 4e 20 3e 66 69 6c 65 5f 2e  /VERSION >file_.
2fb0: 63 0a 0a 66 69 6c 65 2e 6f 3a 09 66 69 6c 65 5f  c..file.o:.file_
2fc0: 2e 63 20 66 69 6c 65 2e 68 20 20 24 28 53 52 43  .c file.h  $(SRC
2fd0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
2fe0: 28 58 54 43 43 29 20 2d 6f 20 66 69 6c 65 2e 6f  (XTCC) -o file.o
2ff0: 20 2d 63 20 66 69 6c 65 5f 2e 63 0a 0a 66 69 6c   -c file_.c..fil
3000: 65 2e 68 3a 09 68 65 61 64 65 72 73 0a 68 74 74  e.h:.headers.htt
3010: 70 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  p_.c:.$(SRCDIR)/
3020: 68 74 74 70 2e 63 20 24 28 53 52 43 44 49 52 29  http.c $(SRCDIR)
3030: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
3040: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
3050: 24 28 53 52 43 44 49 52 29 2f 68 74 74 70 2e 63  $(SRCDIR)/http.c
3060: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
3070: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 68 74 74  IR)/VERSION >htt
3080: 70 5f 2e 63 0a 0a 68 74 74 70 2e 6f 3a 09 68 74  p_.c..http.o:.ht
3090: 74 70 5f 2e 63 20 68 74 74 70 2e 68 20 20 24 28  tp_.c http.h  $(
30a0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
30b0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 68 74 74  ..$(XTCC) -o htt
30c0: 70 2e 6f 20 2d 63 20 68 74 74 70 5f 2e 63 0a 0a  p.o -c http_.c..
30d0: 68 74 74 70 2e 68 3a 09 68 65 61 64 65 72 73 0a  http.h:.headers.
30e0: 69 6e 66 6f 5f 2e 63 3a 09 24 28 53 52 43 44 49  info_.c:.$(SRCDI
30f0: 52 29 2f 69 6e 66 6f 2e 63 20 24 28 53 52 43 44  R)/info.c $(SRCD
3100: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
3110: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
3120: 74 65 20 24 28 53 52 43 44 49 52 29 2f 69 6e 66  te $(SRCDIR)/inf
3130: 6f 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  o.c | sed -f $(S
3140: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
3150: 69 6e 66 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e 6f 3a  info_.c..info.o:
3160: 09 69 6e 66 6f 5f 2e 63 20 69 6e 66 6f 2e 68 20  .info_.c info.h 
3170: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
3180: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
3190: 69 6e 66 6f 2e 6f 20 2d 63 20 69 6e 66 6f 5f 2e  info.o -c info_.
31a0: 63 0a 0a 69 6e 66 6f 2e 68 3a 09 68 65 61 64 65  c..info.h:.heade
31b0: 72 73 0a 6c 6f 67 69 6e 5f 2e 63 3a 09 24 28 53  rs.login_.c:.$(S
31c0: 52 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 24  RCDIR)/login.c $
31d0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
31e0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
31f0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
3200: 29 2f 6c 6f 67 69 6e 2e 63 20 7c 20 73 65 64 20  )/login.c | sed 
3210: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
3220: 53 49 4f 4e 20 3e 6c 6f 67 69 6e 5f 2e 63 0a 0a  SION >login_.c..
3230: 6c 6f 67 69 6e 2e 6f 3a 09 6c 6f 67 69 6e 5f 2e  login.o:.login_.
3240: 63 20 6c 6f 67 69 6e 2e 68 20 20 24 28 53 52 43  c login.h  $(SRC
3250: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
3260: 28 58 54 43 43 29 20 2d 6f 20 6c 6f 67 69 6e 2e  (XTCC) -o login.
3270: 6f 20 2d 63 20 6c 6f 67 69 6e 5f 2e 63 0a 0a 6c  o -c login_.c..l
3280: 6f 67 69 6e 2e 68 3a 09 68 65 61 64 65 72 73 0a  ogin.h:.headers.
3290: 6d 61 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49  main_.c:.$(SRCDI
32a0: 52 29 2f 6d 61 69 6e 2e 63 20 24 28 53 52 43 44  R)/main.c $(SRCD
32b0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
32c0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
32d0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d 61 69  te $(SRCDIR)/mai
32e0: 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  n.c | sed -f $(S
32f0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
3300: 6d 61 69 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e 6f 3a  main_.c..main.o:
3310: 09 6d 61 69 6e 5f 2e 63 20 6d 61 69 6e 2e 68 20  .main_.c main.h 
3320: 70 61 67 65 5f 69 6e 64 65 78 2e 68 20 24 28 53  page_index.h $(S
3330: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
3340: 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 61 69 6e  .$(XTCC) -o main
3350: 2e 6f 20 2d 63 20 6d 61 69 6e 5f 2e 63 0a 0a 6d  .o -c main_.c..m
3360: 61 69 6e 2e 68 3a 09 68 65 61 64 65 72 73 0a 6d  ain.h:.headers.m
3370: 61 6e 69 66 65 73 74 5f 2e 63 3a 09 24 28 53 52  anifest_.c:.$(SR
3380: 43 44 49 52 29 2f 6d 61 6e 69 66 65 73 74 2e 63  CDIR)/manifest.c
3390: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
33a0: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
33b0: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
33c0: 49 52 29 2f 6d 61 6e 69 66 65 73 74 2e 63 20 7c  IR)/manifest.c |
33d0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
33e0: 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 61 6e 69 66  )/VERSION >manif
33f0: 65 73 74 5f 2e 63 0a 0a 6d 61 6e 69 66 65 73 74  est_.c..manifest
3400: 2e 6f 3a 09 6d 61 6e 69 66 65 73 74 5f 2e 63 20  .o:.manifest_.c 
3410: 6d 61 6e 69 66 65 73 74 2e 68 20 20 24 28 53 52  manifest.h  $(SR
3420: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
3430: 24 28 58 54 43 43 29 20 2d 6f 20 6d 61 6e 69 66  $(XTCC) -o manif
3440: 65 73 74 2e 6f 20 2d 63 20 6d 61 6e 69 66 65 73  est.o -c manifes
3450: 74 5f 2e 63 0a 0a 6d 61 6e 69 66 65 73 74 2e 68  t_.c..manifest.h
3460: 3a 09 68 65 61 64 65 72 73 0a 6d 64 35 5f 2e 63  :.headers.md5_.c
3470: 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 64 35 2e  :.$(SRCDIR)/md5.
3480: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
3490: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
34a0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
34b0: 44 49 52 29 2f 6d 64 35 2e 63 20 7c 20 73 65 64  DIR)/md5.c | sed
34c0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
34d0: 52 53 49 4f 4e 20 3e 6d 64 35 5f 2e 63 0a 0a 6d  RSION >md5_.c..m
34e0: 64 35 2e 6f 3a 09 6d 64 35 5f 2e 63 20 6d 64 35  d5.o:.md5_.c md5
34f0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
3500: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
3510: 2d 6f 20 6d 64 35 2e 6f 20 2d 63 20 6d 64 35 5f  -o md5.o -c md5_
3520: 2e 63 0a 0a 6d 64 35 2e 68 3a 09 68 65 61 64 65  .c..md5.h:.heade
3530: 72 73 0a 6d 65 72 67 65 5f 2e 63 3a 09 24 28 53  rs.merge_.c:.$(S
3540: 52 43 44 49 52 29 2f 6d 65 72 67 65 2e 63 20 24  RCDIR)/merge.c $
3550: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
3560: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
3570: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
3580: 29 2f 6d 65 72 67 65 2e 63 20 7c 20 73 65 64 20  )/merge.c | sed 
3590: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
35a0: 53 49 4f 4e 20 3e 6d 65 72 67 65 5f 2e 63 0a 0a  SION >merge_.c..
35b0: 6d 65 72 67 65 2e 6f 3a 09 6d 65 72 67 65 5f 2e  merge.o:.merge_.
35c0: 63 20 6d 65 72 67 65 2e 68 20 20 24 28 53 52 43  c merge.h  $(SRC
35d0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
35e0: 28 58 54 43 43 29 20 2d 6f 20 6d 65 72 67 65 2e  (XTCC) -o merge.
35f0: 6f 20 2d 63 20 6d 65 72 67 65 5f 2e 63 0a 0a 6d  o -c merge_.c..m
3600: 65 72 67 65 2e 68 3a 09 68 65 61 64 65 72 73 0a  erge.h:.headers.
3610: 6d 65 72 67 65 33 5f 2e 63 3a 09 24 28 53 52 43  merge3_.c:.$(SRC
3620: 44 49 52 29 2f 6d 65 72 67 65 33 2e 63 20 24 28  DIR)/merge3.c $(
3630: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
3640: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
3650: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
3660: 2f 6d 65 72 67 65 33 2e 63 20 7c 20 73 65 64 20  /merge3.c | sed 
3670: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
3680: 53 49 4f 4e 20 3e 6d 65 72 67 65 33 5f 2e 63 0a  SION >merge3_.c.
3690: 0a 6d 65 72 67 65 33 2e 6f 3a 09 6d 65 72 67 65  .merge3.o:.merge
36a0: 33 5f 2e 63 20 6d 65 72 67 65 33 2e 68 20 20 24  3_.c merge3.h  $
36b0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
36c0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 65  h..$(XTCC) -o me
36d0: 72 67 65 33 2e 6f 20 2d 63 20 6d 65 72 67 65 33  rge3.o -c merge3
36e0: 5f 2e 63 0a 0a 6d 65 72 67 65 33 2e 68 3a 09 68  _.c..merge3.h:.h
36f0: 65 61 64 65 72 73 0a 6d 79 5f 70 61 67 65 5f 2e  eaders.my_page_.
3700: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 79 5f  c:.$(SRCDIR)/my_
3710: 70 61 67 65 2e 63 20 24 28 53 52 43 44 49 52 29  page.c $(SRCDIR)
3720: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
3730: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
3740: 24 28 53 52 43 44 49 52 29 2f 6d 79 5f 70 61 67  $(SRCDIR)/my_pag
3750: 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  e.c | sed -f $(S
3760: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
3770: 6d 79 5f 70 61 67 65 5f 2e 63 0a 0a 6d 79 5f 70  my_page_.c..my_p
3780: 61 67 65 2e 6f 3a 09 6d 79 5f 70 61 67 65 5f 2e  age.o:.my_page_.
3790: 63 20 6d 79 5f 70 61 67 65 2e 68 20 20 24 28 53  c my_page.h  $(S
37a0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
37b0: 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 79 5f 70  .$(XTCC) -o my_p
37c0: 61 67 65 2e 6f 20 2d 63 20 6d 79 5f 70 61 67 65  age.o -c my_page
37d0: 5f 2e 63 0a 0a 6d 79 5f 70 61 67 65 2e 68 3a 09  _.c..my_page.h:.
37e0: 68 65 61 64 65 72 73 0a 6e 61 6d 65 5f 2e 63 3a  headers.name_.c:
37f0: 09 24 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 2e  .$(SRCDIR)/name.
3800: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
3810: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
3820: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
3830: 44 49 52 29 2f 6e 61 6d 65 2e 63 20 7c 20 73 65  DIR)/name.c | se
3840: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
3850: 45 52 53 49 4f 4e 20 3e 6e 61 6d 65 5f 2e 63 0a  ERSION >name_.c.
3860: 0a 6e 61 6d 65 2e 6f 3a 09 6e 61 6d 65 5f 2e 63  .name.o:.name_.c
3870: 20 6e 61 6d 65 2e 68 20 20 24 28 53 52 43 44 49   name.h  $(SRCDI
3880: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
3890: 54 43 43 29 20 2d 6f 20 6e 61 6d 65 2e 6f 20 2d  TCC) -o name.o -
38a0: 63 20 6e 61 6d 65 5f 2e 63 0a 0a 6e 61 6d 65 2e  c name_.c..name.
38b0: 68 3a 09 68 65 61 64 65 72 73 0a 70 69 76 6f 74  h:.headers.pivot
38c0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 70  _.c:.$(SRCDIR)/p
38d0: 69 76 6f 74 2e 63 20 24 28 53 52 43 44 49 52 29  ivot.c $(SRCDIR)
38e0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
38f0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
3900: 24 28 53 52 43 44 49 52 29 2f 70 69 76 6f 74 2e  $(SRCDIR)/pivot.
3910: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
3920: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 70 69  DIR)/VERSION >pi
3930: 76 6f 74 5f 2e 63 0a 0a 70 69 76 6f 74 2e 6f 3a  vot_.c..pivot.o:
3940: 09 70 69 76 6f 74 5f 2e 63 20 70 69 76 6f 74 2e  .pivot_.c pivot.
3950: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
3960: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
3970: 6f 20 70 69 76 6f 74 2e 6f 20 2d 63 20 70 69 76  o pivot.o -c piv
3980: 6f 74 5f 2e 63 0a 0a 70 69 76 6f 74 2e 68 3a 09  ot_.c..pivot.h:.
3990: 68 65 61 64 65 72 73 0a 70 71 75 65 75 65 5f 2e  headers.pqueue_.
39a0: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 70 71 75  c:.$(SRCDIR)/pqu
39b0: 65 75 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f  eue.c $(SRCDIR)/
39c0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
39d0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
39e0: 28 53 52 43 44 49 52 29 2f 70 71 75 65 75 65 2e  (SRCDIR)/pqueue.
39f0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
3a00: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 70 71  DIR)/VERSION >pq
3a10: 75 65 75 65 5f 2e 63 0a 0a 70 71 75 65 75 65 2e  ueue_.c..pqueue.
3a20: 6f 3a 09 70 71 75 65 75 65 5f 2e 63 20 70 71 75  o:.pqueue_.c pqu
3a30: 65 75 65 2e 68 20 20 24 28 53 52 43 44 49 52 29  eue.h  $(SRCDIR)
3a40: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
3a50: 43 29 20 2d 6f 20 70 71 75 65 75 65 2e 6f 20 2d  C) -o pqueue.o -
3a60: 63 20 70 71 75 65 75 65 5f 2e 63 0a 0a 70 71 75  c pqueue_.c..pqu
3a70: 65 75 65 2e 68 3a 09 68 65 61 64 65 72 73 0a 70  eue.h:.headers.p
3a80: 72 69 6e 74 66 5f 2e 63 3a 09 24 28 53 52 43 44  rintf_.c:.$(SRCD
3a90: 49 52 29 2f 70 72 69 6e 74 66 2e 63 20 24 28 53  IR)/printf.c $(S
3aa0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
3ab0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
3ac0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
3ad0: 70 72 69 6e 74 66 2e 63 20 7c 20 73 65 64 20 2d  printf.c | sed -
3ae0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
3af0: 49 4f 4e 20 3e 70 72 69 6e 74 66 5f 2e 63 0a 0a  ION >printf_.c..
3b00: 70 72 69 6e 74 66 2e 6f 3a 09 70 72 69 6e 74 66  printf.o:.printf
3b10: 5f 2e 63 20 70 72 69 6e 74 66 2e 68 20 20 24 28  _.c printf.h  $(
3b20: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
3b30: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 70 72 69  ..$(XTCC) -o pri
3b40: 6e 74 66 2e 6f 20 2d 63 20 70 72 69 6e 74 66 5f  ntf.o -c printf_
3b50: 2e 63 0a 0a 70 72 69 6e 74 66 2e 68 3a 09 68 65  .c..printf.h:.he
3b60: 61 64 65 72 73 0a 72 65 62 75 69 6c 64 5f 2e 63  aders.rebuild_.c
3b70: 3a 09 24 28 53 52 43 44 49 52 29 2f 72 65 62 75  :.$(SRCDIR)/rebu
3b80: 69 6c 64 2e 63 20 24 28 53 52 43 44 49 52 29 2f  ild.c $(SRCDIR)/
3b90: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
3ba0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
3bb0: 28 53 52 43 44 49 52 29 2f 72 65 62 75 69 6c 64  (SRCDIR)/rebuild
3bc0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
3bd0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 72  CDIR)/VERSION >r
3be0: 65 62 75 69 6c 64 5f 2e 63 0a 0a 72 65 62 75 69  ebuild_.c..rebui
3bf0: 6c 64 2e 6f 3a 09 72 65 62 75 69 6c 64 5f 2e 63  ld.o:.rebuild_.c
3c00: 20 72 65 62 75 69 6c 64 2e 68 20 20 24 28 53 52   rebuild.h  $(SR
3c10: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
3c20: 24 28 58 54 43 43 29 20 2d 6f 20 72 65 62 75 69  $(XTCC) -o rebui
3c30: 6c 64 2e 6f 20 2d 63 20 72 65 62 75 69 6c 64 5f  ld.o -c rebuild_
3c40: 2e 63 0a 0a 72 65 62 75 69 6c 64 2e 68 3a 09 68  .c..rebuild.h:.h
3c50: 65 61 64 65 72 73 0a 72 65 70 6f 72 74 5f 2e 63  eaders.report_.c
3c60: 3a 09 24 28 53 52 43 44 49 52 29 2f 72 65 70 6f  :.$(SRCDIR)/repo
3c70: 72 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  rt.c $(SRCDIR)/V
3c80: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
3c90: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
3ca0: 53 52 43 44 49 52 29 2f 72 65 70 6f 72 74 2e 63  SRCDIR)/report.c
3cb0: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
3cc0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 72 65 70  IR)/VERSION >rep
3cd0: 6f 72 74 5f 2e 63 0a 0a 72 65 70 6f 72 74 2e 6f  ort_.c..report.o
3ce0: 3a 09 72 65 70 6f 72 74 5f 2e 63 20 72 65 70 6f  :.report_.c repo
3cf0: 72 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  rt.h  $(SRCDIR)/
3d00: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
3d10: 29 20 2d 6f 20 72 65 70 6f 72 74 2e 6f 20 2d 63  ) -o report.o -c
3d20: 20 72 65 70 6f 72 74 5f 2e 63 0a 0a 72 65 70 6f   report_.c..repo
3d30: 72 74 2e 68 3a 09 68 65 61 64 65 72 73 0a 72 73  rt.h:.headers.rs
3d40: 73 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  s_.c:.$(SRCDIR)/
3d50: 72 73 73 2e 63 20 24 28 53 52 43 44 49 52 29 2f  rss.c $(SRCDIR)/
3d60: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
3d70: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
3d80: 28 53 52 43 44 49 52 29 2f 72 73 73 2e 63 20 7c  (SRCDIR)/rss.c |
3d90: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
3da0: 29 2f 56 45 52 53 49 4f 4e 20 3e 72 73 73 5f 2e  )/VERSION >rss_.
3db0: 63 0a 0a 72 73 73 2e 6f 3a 09 72 73 73 5f 2e 63  c..rss.o:.rss_.c
3dc0: 20 72 73 73 2e 68 20 20 24 28 53 52 43 44 49 52   rss.h  $(SRCDIR
3dd0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
3de0: 43 43 29 20 2d 6f 20 72 73 73 2e 6f 20 2d 63 20  CC) -o rss.o -c 
3df0: 72 73 73 5f 2e 63 0a 0a 72 73 73 2e 68 3a 09 68  rss_.c..rss.h:.h
3e00: 65 61 64 65 72 73 0a 73 63 68 65 6d 61 5f 2e 63  eaders.schema_.c
3e10: 3a 09 24 28 53 52 43 44 49 52 29 2f 73 63 68 65  :.$(SRCDIR)/sche
3e20: 6d 61 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  ma.c $(SRCDIR)/V
3e30: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
3e40: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
3e50: 53 52 43 44 49 52 29 2f 73 63 68 65 6d 61 2e 63  SRCDIR)/schema.c
3e60: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
3e70: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 63 68  IR)/VERSION >sch
3e80: 65 6d 61 5f 2e 63 0a 0a 73 63 68 65 6d 61 2e 6f  ema_.c..schema.o
3e90: 3a 09 73 63 68 65 6d 61 5f 2e 63 20 73 63 68 65  :.schema_.c sche
3ea0: 6d 61 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  ma.h  $(SRCDIR)/
3eb0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
3ec0: 29 20 2d 6f 20 73 63 68 65 6d 61 2e 6f 20 2d 63  ) -o schema.o -c
3ed0: 20 73 63 68 65 6d 61 5f 2e 63 0a 0a 73 63 68 65   schema_.c..sche
3ee0: 6d 61 2e 68 3a 09 68 65 61 64 65 72 73 0a 73 65  ma.h:.headers.se
3ef0: 74 75 70 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  tup_.c:.$(SRCDIR
3f00: 29 2f 73 65 74 75 70 2e 63 20 24 28 53 52 43 44  )/setup.c $(SRCD
3f10: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
3f20: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
3f30: 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 65 74  te $(SRCDIR)/set
3f40: 75 70 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  up.c | sed -f $(
3f50: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
3f60: 3e 73 65 74 75 70 5f 2e 63 0a 0a 73 65 74 75 70  >setup_.c..setup
3f70: 2e 6f 3a 09 73 65 74 75 70 5f 2e 63 20 73 65 74  .o:.setup_.c set
3f80: 75 70 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  up.h  $(SRCDIR)/
3f90: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
3fa0: 29 20 2d 6f 20 73 65 74 75 70 2e 6f 20 2d 63 20  ) -o setup.o -c 
3fb0: 73 65 74 75 70 5f 2e 63 0a 0a 73 65 74 75 70 2e  setup_.c..setup.
3fc0: 68 3a 09 68 65 61 64 65 72 73 0a 73 68 61 31 5f  h:.headers.sha1_
3fd0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 68  .c:.$(SRCDIR)/sh
3fe0: 61 31 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  a1.c $(SRCDIR)/V
3ff0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
4000: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
4010: 53 52 43 44 49 52 29 2f 73 68 61 31 2e 63 20 7c  SRCDIR)/sha1.c |
4020: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
4030: 29 2f 56 45 52 53 49 4f 4e 20 3e 73 68 61 31 5f  )/VERSION >sha1_
4040: 2e 63 0a 0a 73 68 61 31 2e 6f 3a 09 73 68 61 31  .c..sha1.o:.sha1
4050: 5f 2e 63 20 73 68 61 31 2e 68 20 20 24 28 53 52  _.c sha1.h  $(SR
4060: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
4070: 24 28 58 54 43 43 29 20 2d 6f 20 73 68 61 31 2e  $(XTCC) -o sha1.
4080: 6f 20 2d 63 20 73 68 61 31 5f 2e 63 0a 0a 73 68  o -c sha1_.c..sh
4090: 61 31 2e 68 3a 09 68 65 61 64 65 72 73 0a 73 68  a1.h:.headers.sh
40a0: 75 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  un_.c:.$(SRCDIR)
40b0: 2f 73 68 75 6e 2e 63 20 24 28 53 52 43 44 49 52  /shun.c $(SRCDIR
40c0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
40d0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
40e0: 20 24 28 53 52 43 44 49 52 29 2f 73 68 75 6e 2e   $(SRCDIR)/shun.
40f0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
4100: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 68  DIR)/VERSION >sh
4110: 75 6e 5f 2e 63 0a 0a 73 68 75 6e 2e 6f 3a 09 73  un_.c..shun.o:.s
4120: 68 75 6e 5f 2e 63 20 73 68 75 6e 2e 68 20 20 24  hun_.c shun.h  $
4130: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
4140: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73 68  h..$(XTCC) -o sh
4150: 75 6e 2e 6f 20 2d 63 20 73 68 75 6e 5f 2e 63 0a  un.o -c shun_.c.
4160: 0a 73 68 75 6e 2e 68 3a 09 68 65 61 64 65 72 73  .shun.h:.headers
4170: 0a 73 74 61 74 5f 2e 63 3a 09 24 28 53 52 43 44  .stat_.c:.$(SRCD
4180: 49 52 29 2f 73 74 61 74 2e 63 20 24 28 53 52 43  IR)/stat.c $(SRC
4190: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
41a0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
41b0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 74  ate $(SRCDIR)/st
41c0: 61 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  at.c | sed -f $(
41d0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
41e0: 3e 73 74 61 74 5f 2e 63 0a 0a 73 74 61 74 2e 6f  >stat_.c..stat.o
41f0: 3a 09 73 74 61 74 5f 2e 63 20 73 74 61 74 2e 68  :.stat_.c stat.h
4200: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
4210: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
4220: 20 73 74 61 74 2e 6f 20 2d 63 20 73 74 61 74 5f   stat.o -c stat_
4230: 2e 63 0a 0a 73 74 61 74 2e 68 3a 09 68 65 61 64  .c..stat.h:.head
4240: 65 72 73 0a 73 74 79 6c 65 5f 2e 63 3a 09 24 28  ers.style_.c:.$(
4250: 53 52 43 44 49 52 29 2f 73 74 79 6c 65 2e 63 20  SRCDIR)/style.c 
4260: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
4270: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
4280: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
4290: 52 29 2f 73 74 79 6c 65 2e 63 20 7c 20 73 65 64  R)/style.c | sed
42a0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
42b0: 52 53 49 4f 4e 20 3e 73 74 79 6c 65 5f 2e 63 0a  RSION >style_.c.
42c0: 0a 73 74 79 6c 65 2e 6f 3a 09 73 74 79 6c 65 5f  .style.o:.style_
42d0: 2e 63 20 73 74 79 6c 65 2e 68 20 20 24 28 53 52  .c style.h  $(SR
42e0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
42f0: 24 28 58 54 43 43 29 20 2d 6f 20 73 74 79 6c 65  $(XTCC) -o style
4300: 2e 6f 20 2d 63 20 73 74 79 6c 65 5f 2e 63 0a 0a  .o -c style_.c..
4310: 73 74 79 6c 65 2e 68 3a 09 68 65 61 64 65 72 73  style.h:.headers
4320: 0a 73 79 6e 63 5f 2e 63 3a 09 24 28 53 52 43 44  .sync_.c:.$(SRCD
4330: 49 52 29 2f 73 79 6e 63 2e 63 20 24 28 53 52 43  IR)/sync.c $(SRC
4340: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
4350: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
4360: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 79  ate $(SRCDIR)/sy
4370: 6e 63 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  nc.c | sed -f $(
4380: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
4390: 3e 73 79 6e 63 5f 2e 63 0a 0a 73 79 6e 63 2e 6f  >sync_.c..sync.o
43a0: 3a 09 73 79 6e 63 5f 2e 63 20 73 79 6e 63 2e 68  :.sync_.c sync.h
43b0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
43c0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
43d0: 20 73 79 6e 63 2e 6f 20 2d 63 20 73 79 6e 63 5f   sync.o -c sync_
43e0: 2e 63 0a 0a 73 79 6e 63 2e 68 3a 09 68 65 61 64  .c..sync.h:.head
43f0: 65 72 73 0a 74 61 67 5f 2e 63 3a 09 24 28 53 52  ers.tag_.c:.$(SR
4400: 43 44 49 52 29 2f 74 61 67 2e 63 20 24 28 53 52  CDIR)/tag.c $(SR
4410: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
4420: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
4430: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 74  late $(SRCDIR)/t
4440: 61 67 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  ag.c | sed -f $(
4450: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
4460: 3e 74 61 67 5f 2e 63 0a 0a 74 61 67 2e 6f 3a 09  >tag_.c..tag.o:.
4470: 74 61 67 5f 2e 63 20 74 61 67 2e 68 20 20 24 28  tag_.c tag.h  $(
4480: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
4490: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 74 61 67  ..$(XTCC) -o tag
44a0: 2e 6f 20 2d 63 20 74 61 67 5f 2e 63 0a 0a 74 61  .o -c tag_.c..ta
44b0: 67 2e 68 3a 09 68 65 61 64 65 72 73 0a 74 61 67  g.h:.headers.tag
44c0: 76 69 65 77 5f 2e 63 3a 09 24 28 53 52 43 44 49  view_.c:.$(SRCDI
44d0: 52 29 2f 74 61 67 76 69 65 77 2e 63 20 24 28 53  R)/tagview.c $(S
44e0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
44f0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
4500: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
4510: 74 61 67 76 69 65 77 2e 63 20 7c 20 73 65 64 20  tagview.c | sed 
4520: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
4530: 53 49 4f 4e 20 3e 74 61 67 76 69 65 77 5f 2e 63  SION >tagview_.c
4540: 0a 0a 74 61 67 76 69 65 77 2e 6f 3a 09 74 61 67  ..tagview.o:.tag
4550: 76 69 65 77 5f 2e 63 20 74 61 67 76 69 65 77 2e  view_.c tagview.
4560: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
4570: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
4580: 6f 20 74 61 67 76 69 65 77 2e 6f 20 2d 63 20 74  o tagview.o -c t
4590: 61 67 76 69 65 77 5f 2e 63 0a 0a 74 61 67 76 69  agview_.c..tagvi
45a0: 65 77 2e 68 3a 09 68 65 61 64 65 72 73 0a 74 68  ew.h:.headers.th
45b0: 5f 6d 61 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44  _main_.c:.$(SRCD
45c0: 49 52 29 2f 74 68 5f 6d 61 69 6e 2e 63 20 24 28  IR)/th_main.c $(
45d0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
45e0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
45f0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
4600: 2f 74 68 5f 6d 61 69 6e 2e 63 20 7c 20 73 65 64  /th_main.c | sed
4610: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
4620: 52 53 49 4f 4e 20 3e 74 68 5f 6d 61 69 6e 5f 2e  RSION >th_main_.
4630: 63 0a 0a 74 68 5f 6d 61 69 6e 2e 6f 3a 09 74 68  c..th_main.o:.th
4640: 5f 6d 61 69 6e 5f 2e 63 20 74 68 5f 6d 61 69 6e  _main_.c th_main
4650: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
4660: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
4670: 2d 6f 20 74 68 5f 6d 61 69 6e 2e 6f 20 2d 63 20  -o th_main.o -c 
4680: 74 68 5f 6d 61 69 6e 5f 2e 63 0a 0a 74 68 5f 6d  th_main_.c..th_m
4690: 61 69 6e 2e 68 3a 09 68 65 61 64 65 72 73 0a 74  ain.h:.headers.t
46a0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 09 24 28 53 52  imeline_.c:.$(SR
46b0: 43 44 49 52 29 2f 74 69 6d 65 6c 69 6e 65 2e 63  CDIR)/timeline.c
46c0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
46d0: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
46e0: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
46f0: 49 52 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 7c  IR)/timeline.c |
4700: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
4710: 29 2f 56 45 52 53 49 4f 4e 20 3e 74 69 6d 65 6c  )/VERSION >timel
4720: 69 6e 65 5f 2e 63 0a 0a 74 69 6d 65 6c 69 6e 65  ine_.c..timeline
4730: 2e 6f 3a 09 74 69 6d 65 6c 69 6e 65 5f 2e 63 20  .o:.timeline_.c 
4740: 74 69 6d 65 6c 69 6e 65 2e 68 20 20 24 28 53 52  timeline.h  $(SR
4750: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
4760: 24 28 58 54 43 43 29 20 2d 6f 20 74 69 6d 65 6c  $(XTCC) -o timel
4770: 69 6e 65 2e 6f 20 2d 63 20 74 69 6d 65 6c 69 6e  ine.o -c timelin
4780: 65 5f 2e 63 0a 0a 74 69 6d 65 6c 69 6e 65 2e 68  e_.c..timeline.h
4790: 3a 09 68 65 61 64 65 72 73 0a 74 6b 74 5f 2e 63  :.headers.tkt_.c
47a0: 3a 09 24 28 53 52 43 44 49 52 29 2f 74 6b 74 2e  :.$(SRCDIR)/tkt.
47b0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
47c0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
47d0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
47e0: 44 49 52 29 2f 74 6b 74 2e 63 20 7c 20 73 65 64  DIR)/tkt.c | sed
47f0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
4800: 52 53 49 4f 4e 20 3e 74 6b 74 5f 2e 63 0a 0a 74  RSION >tkt_.c..t
4810: 6b 74 2e 6f 3a 09 74 6b 74 5f 2e 63 20 74 6b 74  kt.o:.tkt_.c tkt
4820: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
4830: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
4840: 2d 6f 20 74 6b 74 2e 6f 20 2d 63 20 74 6b 74 5f  -o tkt.o -c tkt_
4850: 2e 63 0a 0a 74 6b 74 2e 68 3a 09 68 65 61 64 65  .c..tkt.h:.heade
4860: 72 73 0a 74 6b 74 73 65 74 75 70 5f 2e 63 3a 09  rs.tktsetup_.c:.
4870: 24 28 53 52 43 44 49 52 29 2f 74 6b 74 73 65 74  $(SRCDIR)/tktset
4880: 75 70 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  up.c $(SRCDIR)/V
4890: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
48a0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
48b0: 53 52 43 44 49 52 29 2f 74 6b 74 73 65 74 75 70  SRCDIR)/tktsetup
48c0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
48d0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 74  CDIR)/VERSION >t
48e0: 6b 74 73 65 74 75 70 5f 2e 63 0a 0a 74 6b 74 73  ktsetup_.c..tkts
48f0: 65 74 75 70 2e 6f 3a 09 74 6b 74 73 65 74 75 70  etup.o:.tktsetup
4900: 5f 2e 63 20 74 6b 74 73 65 74 75 70 2e 68 20 20  _.c tktsetup.h  
4910: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
4920: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 74  .h..$(XTCC) -o t
4930: 6b 74 73 65 74 75 70 2e 6f 20 2d 63 20 74 6b 74  ktsetup.o -c tkt
4940: 73 65 74 75 70 5f 2e 63 0a 0a 74 6b 74 73 65 74  setup_.c..tktset
4950: 75 70 2e 68 3a 09 68 65 61 64 65 72 73 0a 75 6e  up.h:.headers.un
4960: 64 6f 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  do_.c:.$(SRCDIR)
4970: 2f 75 6e 64 6f 2e 63 20 24 28 53 52 43 44 49 52  /undo.c $(SRCDIR
4980: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
4990: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
49a0: 20 24 28 53 52 43 44 49 52 29 2f 75 6e 64 6f 2e   $(SRCDIR)/undo.
49b0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
49c0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 75 6e  DIR)/VERSION >un
49d0: 64 6f 5f 2e 63 0a 0a 75 6e 64 6f 2e 6f 3a 09 75  do_.c..undo.o:.u
49e0: 6e 64 6f 5f 2e 63 20 75 6e 64 6f 2e 68 20 20 24  ndo_.c undo.h  $
49f0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
4a00: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 75 6e  h..$(XTCC) -o un
4a10: 64 6f 2e 6f 20 2d 63 20 75 6e 64 6f 5f 2e 63 0a  do.o -c undo_.c.
4a20: 0a 75 6e 64 6f 2e 68 3a 09 68 65 61 64 65 72 73  .undo.h:.headers
4a30: 0a 75 70 64 61 74 65 5f 2e 63 3a 09 24 28 53 52  .update_.c:.$(SR
4a40: 43 44 49 52 29 2f 75 70 64 61 74 65 2e 63 20 24  CDIR)/update.c $
4a50: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
4a60: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
4a70: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
4a80: 29 2f 75 70 64 61 74 65 2e 63 20 7c 20 73 65 64  )/update.c | sed
4a90: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
4aa0: 52 53 49 4f 4e 20 3e 75 70 64 61 74 65 5f 2e 63  RSION >update_.c
4ab0: 0a 0a 75 70 64 61 74 65 2e 6f 3a 09 75 70 64 61  ..update.o:.upda
4ac0: 74 65 5f 2e 63 20 75 70 64 61 74 65 2e 68 20 20  te_.c update.h  
4ad0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
4ae0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 75  .h..$(XTCC) -o u
4af0: 70 64 61 74 65 2e 6f 20 2d 63 20 75 70 64 61 74  pdate.o -c updat
4b00: 65 5f 2e 63 0a 0a 75 70 64 61 74 65 2e 68 3a 09  e_.c..update.h:.
4b10: 68 65 61 64 65 72 73 0a 75 72 6c 5f 2e 63 3a 09  headers.url_.c:.
4b20: 24 28 53 52 43 44 49 52 29 2f 75 72 6c 2e 63 20  $(SRCDIR)/url.c 
4b30: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
4b40: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
4b50: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
4b60: 52 29 2f 75 72 6c 2e 63 20 7c 20 73 65 64 20 2d  R)/url.c | sed -
4b70: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
4b80: 49 4f 4e 20 3e 75 72 6c 5f 2e 63 0a 0a 75 72 6c  ION >url_.c..url
4b90: 2e 6f 3a 09 75 72 6c 5f 2e 63 20 75 72 6c 2e 68  .o:.url_.c url.h
4ba0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
4bb0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
4bc0: 20 75 72 6c 2e 6f 20 2d 63 20 75 72 6c 5f 2e 63   url.o -c url_.c
4bd0: 0a 0a 75 72 6c 2e 68 3a 09 68 65 61 64 65 72 73  ..url.h:.headers
4be0: 0a 75 73 65 72 5f 2e 63 3a 09 24 28 53 52 43 44  .user_.c:.$(SRCD
4bf0: 49 52 29 2f 75 73 65 72 2e 63 20 24 28 53 52 43  IR)/user.c $(SRC
4c00: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
4c10: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
4c20: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 75 73  ate $(SRCDIR)/us
4c30: 65 72 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  er.c | sed -f $(
4c40: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
4c50: 3e 75 73 65 72 5f 2e 63 0a 0a 75 73 65 72 2e 6f  >user_.c..user.o
4c60: 3a 09 75 73 65 72 5f 2e 63 20 75 73 65 72 2e 68  :.user_.c user.h
4c70: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
4c80: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
4c90: 20 75 73 65 72 2e 6f 20 2d 63 20 75 73 65 72 5f   user.o -c user_
4ca0: 2e 63 0a 0a 75 73 65 72 2e 68 3a 09 68 65 61 64  .c..user.h:.head
4cb0: 65 72 73 0a 76 65 72 69 66 79 5f 2e 63 3a 09 24  ers.verify_.c:.$
4cc0: 28 53 52 43 44 49 52 29 2f 76 65 72 69 66 79 2e  (SRCDIR)/verify.
4cd0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
4ce0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
4cf0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
4d00: 44 49 52 29 2f 76 65 72 69 66 79 2e 63 20 7c 20  DIR)/verify.c | 
4d10: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
4d20: 2f 56 45 52 53 49 4f 4e 20 3e 76 65 72 69 66 79  /VERSION >verify
4d30: 5f 2e 63 0a 0a 76 65 72 69 66 79 2e 6f 3a 09 76  _.c..verify.o:.v
4d40: 65 72 69 66 79 5f 2e 63 20 76 65 72 69 66 79 2e  erify_.c verify.
4d50: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
4d60: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
4d70: 6f 20 76 65 72 69 66 79 2e 6f 20 2d 63 20 76 65  o verify.o -c ve
4d80: 72 69 66 79 5f 2e 63 0a 0a 76 65 72 69 66 79 2e  rify_.c..verify.
4d90: 68 3a 09 68 65 61 64 65 72 73 0a 76 66 69 6c 65  h:.headers.vfile
4da0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 76  _.c:.$(SRCDIR)/v
4db0: 66 69 6c 65 2e 63 20 24 28 53 52 43 44 49 52 29  file.c $(SRCDIR)
4dc0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
4dd0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
4de0: 24 28 53 52 43 44 49 52 29 2f 76 66 69 6c 65 2e  $(SRCDIR)/vfile.
4df0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
4e00: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 76 66  DIR)/VERSION >vf
4e10: 69 6c 65 5f 2e 63 0a 0a 76 66 69 6c 65 2e 6f 3a  ile_.c..vfile.o:
4e20: 09 76 66 69 6c 65 5f 2e 63 20 76 66 69 6c 65 2e  .vfile_.c vfile.
4e30: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
4e40: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
4e50: 6f 20 76 66 69 6c 65 2e 6f 20 2d 63 20 76 66 69  o vfile.o -c vfi
4e60: 6c 65 5f 2e 63 0a 0a 76 66 69 6c 65 2e 68 3a 09  le_.c..vfile.h:.
4e70: 68 65 61 64 65 72 73 0a 77 69 6b 69 5f 2e 63 3a  headers.wiki_.c:
4e80: 09 24 28 53 52 43 44 49 52 29 2f 77 69 6b 69 2e  .$(SRCDIR)/wiki.
4e90: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
4ea0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
4eb0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
4ec0: 44 49 52 29 2f 77 69 6b 69 2e 63 20 7c 20 73 65  DIR)/wiki.c | se
4ed0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
4ee0: 45 52 53 49 4f 4e 20 3e 77 69 6b 69 5f 2e 63 0a  ERSION >wiki_.c.
4ef0: 0a 77 69 6b 69 2e 6f 3a 09 77 69 6b 69 5f 2e 63  .wiki.o:.wiki_.c
4f00: 20 77 69 6b 69 2e 68 20 20 24 28 53 52 43 44 49   wiki.h  $(SRCDI
4f10: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
4f20: 54 43 43 29 20 2d 6f 20 77 69 6b 69 2e 6f 20 2d  TCC) -o wiki.o -
4f30: 63 20 77 69 6b 69 5f 2e 63 0a 0a 77 69 6b 69 2e  c wiki_.c..wiki.
4f40: 68 3a 09 68 65 61 64 65 72 73 0a 77 69 6b 69 66  h:.headers.wikif
4f50: 6f 72 6d 61 74 5f 2e 63 3a 09 24 28 53 52 43 44  ormat_.c:.$(SRCD
4f60: 49 52 29 2f 77 69 6b 69 66 6f 72 6d 61 74 2e 63  IR)/wikiformat.c
4f70: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
4f80: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
4f90: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
4fa0: 49 52 29 2f 77 69 6b 69 66 6f 72 6d 61 74 2e 63  IR)/wikiformat.c
4fb0: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
4fc0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 77 69 6b  IR)/VERSION >wik
4fd0: 69 66 6f 72 6d 61 74 5f 2e 63 0a 0a 77 69 6b 69  iformat_.c..wiki
4fe0: 66 6f 72 6d 61 74 2e 6f 3a 09 77 69 6b 69 66 6f  format.o:.wikifo
4ff0: 72 6d 61 74 5f 2e 63 20 77 69 6b 69 66 6f 72 6d  rmat_.c wikiform
5000: 61 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  at.h  $(SRCDIR)/
5010: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
5020: 29 20 2d 6f 20 77 69 6b 69 66 6f 72 6d 61 74 2e  ) -o wikiformat.
5030: 6f 20 2d 63 20 77 69 6b 69 66 6f 72 6d 61 74 5f  o -c wikiformat_
5040: 2e 63 0a 0a 77 69 6b 69 66 6f 72 6d 61 74 2e 68  .c..wikiformat.h
5050: 3a 09 68 65 61 64 65 72 73 0a 77 69 6e 68 74 74  :.headers.winhtt
5060: 70 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  p_.c:.$(SRCDIR)/
5070: 77 69 6e 68 74 74 70 2e 63 20 24 28 53 52 43 44  winhttp.c $(SRCD
5080: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
5090: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
50a0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 77 69 6e  te $(SRCDIR)/win
50b0: 68 74 74 70 2e 63 20 7c 20 73 65 64 20 2d 66 20  http.c | sed -f 
50c0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
50d0: 4e 20 3e 77 69 6e 68 74 74 70 5f 2e 63 0a 0a 77  N >winhttp_.c..w
50e0: 69 6e 68 74 74 70 2e 6f 3a 09 77 69 6e 68 74 74  inhttp.o:.winhtt
50f0: 70 5f 2e 63 20 77 69 6e 68 74 74 70 2e 68 20 20  p_.c winhttp.h  
5100: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
5110: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 77  .h..$(XTCC) -o w
5120: 69 6e 68 74 74 70 2e 6f 20 2d 63 20 77 69 6e 68  inhttp.o -c winh
5130: 74 74 70 5f 2e 63 0a 0a 77 69 6e 68 74 74 70 2e  ttp_.c..winhttp.
5140: 68 3a 09 68 65 61 64 65 72 73 0a 78 66 65 72 5f  h:.headers.xfer_
5150: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 78 66  .c:.$(SRCDIR)/xf
5160: 65 72 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  er.c $(SRCDIR)/V
5170: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
5180: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
5190: 53 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20 7c  SRCDIR)/xfer.c |
51a0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
51b0: 29 2f 56 45 52 53 49 4f 4e 20 3e 78 66 65 72 5f  )/VERSION >xfer_
51c0: 2e 63 0a 0a 78 66 65 72 2e 6f 3a 09 78 66 65 72  .c..xfer.o:.xfer
51d0: 5f 2e 63 20 78 66 65 72 2e 68 20 20 24 28 53 52  _.c xfer.h  $(SR
51e0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
51f0: 24 28 58 54 43 43 29 20 2d 6f 20 78 66 65 72 2e  $(XTCC) -o xfer.
5200: 6f 20 2d 63 20 78 66 65 72 5f 2e 63 0a 0a 78 66  o -c xfer_.c..xf
5210: 65 72 2e 68 3a 09 68 65 61 64 65 72 73 0a 7a 69  er.h:.headers.zi
5220: 70 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  p_.c:.$(SRCDIR)/
5230: 7a 69 70 2e 63 20 24 28 53 52 43 44 49 52 29 2f  zip.c $(SRCDIR)/
5240: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
5250: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
5260: 28 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 20 7c  (SRCDIR)/zip.c |
5270: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
5280: 29 2f 56 45 52 53 49 4f 4e 20 3e 7a 69 70 5f 2e  )/VERSION >zip_.
5290: 63 0a 0a 7a 69 70 2e 6f 3a 09 7a 69 70 5f 2e 63  c..zip.o:.zip_.c
52a0: 20 7a 69 70 2e 68 20 20 24 28 53 52 43 44 49 52   zip.h  $(SRCDIR
52b0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
52c0: 43 43 29 20 2d 6f 20 7a 69 70 2e 6f 20 2d 63 20  CC) -o zip.o -c 
52d0: 7a 69 70 5f 2e 63 0a 0a 7a 69 70 2e 68 3a 09 68  zip_.c..zip.h:.h
52e0: 65 61 64 65 72 73 0a 73 71 6c 69 74 65 33 2e 6f  eaders.sqlite3.o
52f0: 3a 09 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69  :.$(SRCDIR)/sqli
5300: 74 65 33 2e 63 0a 09 24 28 58 54 43 43 29 20 2d  te3.c..$(XTCC) -
5310: 44 53 51 4c 49 54 45 5f 4f 4d 49 54 5f 4c 4f 41  DSQLITE_OMIT_LOA
5320: 44 5f 45 58 54 45 4e 53 49 4f 4e 3d 31 20 2d 44  D_EXTENSION=1 -D
5330: 53 51 4c 49 54 45 5f 50 52 49 56 41 54 45 3d 20  SQLITE_PRIVATE= 
5340: 2d 44 53 51 4c 49 54 45 5f 54 48 52 45 41 44 53  -DSQLITE_THREADS
5350: 41 46 45 3d 30 20 2d 44 53 51 4c 49 54 45 5f 44  AFE=0 -DSQLITE_D
5360: 45 46 41 55 4c 54 5f 46 49 4c 45 5f 46 4f 52 4d  EFAULT_FILE_FORM
5370: 41 54 3d 34 20 2d 44 53 51 4c 49 54 45 5f 45 4e  AT=4 -DSQLITE_EN
5380: 41 42 4c 45 5f 46 54 53 33 3d 31 20 2d 63 20 24  ABLE_FTS3=1 -c $
5390: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33  (SRCDIR)/sqlite3
53a0: 2e 63 20 2d 6f 20 73 71 6c 69 74 65 33 2e 6f 0a  .c -o sqlite3.o.
53b0: 0a 74 68 2e 6f 3a 09 24 28 53 52 43 44 49 52 29  .th.o:.$(SRCDIR)
53c0: 2f 74 68 2e 63 0a 09 24 28 58 54 43 43 29 20 2d  /th.c..$(XTCC) -
53d0: 49 24 28 53 52 43 44 49 52 29 20 2d 63 20 24 28  I$(SRCDIR) -c $(
53e0: 53 52 43 44 49 52 29 2f 74 68 2e 63 20 2d 6f 20  SRCDIR)/th.c -o 
53f0: 74 68 2e 6f 0a 0a 74 68 5f 6c 61 6e 67 2e 6f 3a  th.o..th_lang.o:
5400: 09 24 28 53 52 43 44 49 52 29 2f 74 68 5f 6c 61  .$(SRCDIR)/th_la
5410: 6e 67 2e 63 0a 09 24 28 58 54 43 43 29 20 2d 49  ng.c..$(XTCC) -I
5420: 24 28 53 52 43 44 49 52 29 20 2d 63 20 24 28 53  $(SRCDIR) -c $(S
5430: 52 43 44 49 52 29 2f 74 68 5f 6c 61 6e 67 2e 63  RCDIR)/th_lang.c
5440: 20 2d 6f 20 74 68 5f 6c 61 6e 67 2e 6f 0a 0a      -o th_lang.o..