Hex Artifact Content
Not logged in

Artifact 1e02eecb11e78c6e71394842119c951c0061f62e:

File src/main.mk part of check-in [cdbc3ab248] - Moved new tcksetup.c into checkout dir before commit, added rstats command to get stat page info from command line. by kejoki on 2008-12-14 22:54:52.

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: 61 6c 6c 72 65 70 6f 2e 63 20 5c 0a 20 20 24 28  allrepo.c \.  $(
01e0: 53 52 43 44 49 52 29 2f 62 61 67 2e 63 20 5c 0a  SRCDIR)/bag.c \.
01f0: 20 20 24 28 53 52 43 44 49 52 29 2f 62 6c 6f 62    $(SRCDIR)/blob
0200: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
0210: 2f 62 72 61 6e 63 68 2e 63 20 5c 0a 20 20 24 28  /branch.c \.  $(
0220: 53 52 43 44 49 52 29 2f 62 72 6f 77 73 65 2e 63  SRCDIR)/browse.c
0230: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63   \.  $(SRCDIR)/c
0240: 67 69 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  gi.c \.  $(SRCDI
0250: 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20 5c 0a 20  R)/checkin.c \. 
0260: 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b   $(SRCDIR)/check
0270: 6f 75 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  out.c \.  $(SRCD
0280: 49 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20  IR)/clearsign.c 
0290: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 6c  \.  $(SRCDIR)/cl
02a0: 6f 6e 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  one.c \.  $(SRCD
02b0: 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63 20  IR)/comformat.c 
02c0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  \.  $(SRCDIR)/co
02d0: 6e 66 69 67 75 72 65 2e 63 20 5c 0a 20 20 24 28  nfigure.c \.  $(
02e0: 53 52 43 44 49 52 29 2f 63 6f 6e 73 74 72 75 63  SRCDIR)/construc
02f0: 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  t.c \.  $(SRCDIR
0300: 29 2f 63 6f 6e 74 65 6e 74 2e 63 20 5c 0a 20 20  )/content.c \.  
0310: 24 28 53 52 43 44 49 52 29 2f 64 62 2e 63 20 5c  $(SRCDIR)/db.c \
0320: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c  .  $(SRCDIR)/del
0330: 74 61 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  ta.c \.  $(SRCDI
0340: 52 29 2f 64 65 6c 74 61 63 6d 64 2e 63 20 5c 0a  R)/deltacmd.c \.
0350: 20 20 24 28 53 52 43 44 49 52 29 2f 64 65 73 63    $(SRCDIR)/desc
0360: 65 6e 64 61 6e 74 73 2e 63 20 5c 0a 20 20 24 28  endants.c \.  $(
0370: 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63 20 5c  SRCDIR)/diff.c \
0380: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 69 66  .  $(SRCDIR)/dif
0390: 66 63 6d 64 2e 63 20 5c 0a 20 20 24 28 53 52 43  fcmd.c \.  $(SRC
03a0: 44 49 52 29 2f 64 6f 63 2e 63 20 5c 0a 20 20 24  DIR)/doc.c \.  $
03b0: 28 53 52 43 44 49 52 29 2f 65 6e 63 6f 64 65 2e  (SRCDIR)/encode.
03c0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
03d0: 66 69 6c 65 2e 63 20 5c 0a 20 20 24 28 53 52 43  file.c \.  $(SRC
03e0: 44 49 52 29 2f 68 74 74 70 2e 63 20 5c 0a 20 20  DIR)/http.c \.  
03f0: 24 28 53 52 43 44 49 52 29 2f 69 6e 66 6f 2e 63  $(SRCDIR)/info.c
0400: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6c   \.  $(SRCDIR)/l
0410: 6f 67 69 6e 2e 63 20 5c 0a 20 20 24 28 53 52 43  ogin.c \.  $(SRC
0420: 44 49 52 29 2f 6d 61 69 6e 2e 63 20 5c 0a 20 20  DIR)/main.c \.  
0430: 24 28 53 52 43 44 49 52 29 2f 6d 61 6e 69 66 65  $(SRCDIR)/manife
0440: 73 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  st.c \.  $(SRCDI
0450: 52 29 2f 6d 64 35 2e 63 20 5c 0a 20 20 24 28 53  R)/md5.c \.  $(S
0460: 52 43 44 49 52 29 2f 6d 65 72 67 65 2e 63 20 5c  RCDIR)/merge.c \
0470: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d 65 72  .  $(SRCDIR)/mer
0480: 67 65 33 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  ge3.c \.  $(SRCD
0490: 49 52 29 2f 6d 79 5f 70 61 67 65 2e 63 20 5c 0a  IR)/my_page.c \.
04a0: 20 20 24 28 53 52 43 44 49 52 29 2f 6e 61 6d 65    $(SRCDIR)/name
04b0: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
04c0: 2f 70 69 76 6f 74 2e 63 20 5c 0a 20 20 24 28 53  /pivot.c \.  $(S
04d0: 52 43 44 49 52 29 2f 70 71 75 65 75 65 2e 63 20  RCDIR)/pqueue.c 
04e0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 70 72  \.  $(SRCDIR)/pr
04f0: 69 6e 74 66 2e 63 20 5c 0a 20 20 24 28 53 52 43  intf.c \.  $(SRC
0500: 44 49 52 29 2f 72 65 62 75 69 6c 64 2e 63 20 5c  DIR)/rebuild.c \
0510: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 72 65 70  .  $(SRCDIR)/rep
0520: 6f 72 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44  ort.c \.  $(SRCD
0530: 49 52 29 2f 72 73 73 2e 63 20 5c 0a 20 20 24 28  IR)/rss.c \.  $(
0540: 53 52 43 44 49 52 29 2f 72 73 74 61 74 73 2e 63  SRCDIR)/rstats.c
0550: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73   \.  $(SRCDIR)/s
0560: 63 68 65 6d 61 2e 63 20 5c 0a 20 20 24 28 53 52  chema.c \.  $(SR
0570: 43 44 49 52 29 2f 73 65 74 75 70 2e 63 20 5c 0a  CDIR)/setup.c \.
0580: 20 20 24 28 53 52 43 44 49 52 29 2f 73 68 61 31    $(SRCDIR)/sha1
0590: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
05a0: 2f 73 68 75 6e 2e 63 20 5c 0a 20 20 24 28 53 52  /shun.c \.  $(SR
05b0: 43 44 49 52 29 2f 73 74 61 74 2e 63 20 5c 0a 20  CDIR)/stat.c \. 
05c0: 20 24 28 53 52 43 44 49 52 29 2f 73 74 79 6c 65   $(SRCDIR)/style
05d0: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29  .c \.  $(SRCDIR)
05e0: 2f 73 79 6e 63 2e 63 20 5c 0a 20 20 24 28 53 52  /sync.c \.  $(SR
05f0: 43 44 49 52 29 2f 74 61 67 2e 63 20 5c 0a 20 20  CDIR)/tag.c \.  
0600: 24 28 53 52 43 44 49 52 29 2f 74 61 67 76 69 65  $(SRCDIR)/tagvie
0610: 77 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  w.c \.  $(SRCDIR
0620: 29 2f 74 68 5f 6d 61 69 6e 2e 63 20 5c 0a 20 20  )/th_main.c \.  
0630: 24 28 53 52 43 44 49 52 29 2f 74 69 6d 65 6c 69  $(SRCDIR)/timeli
0640: 6e 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49  ne.c \.  $(SRCDI
0650: 52 29 2f 74 6b 74 2e 63 20 5c 0a 20 20 24 28 53  R)/tkt.c \.  $(S
0660: 52 43 44 49 52 29 2f 74 6b 74 73 65 74 75 70 2e  RCDIR)/tktsetup.
0670: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
0680: 75 6e 64 6f 2e 63 20 5c 0a 20 20 24 28 53 52 43  undo.c \.  $(SRC
0690: 44 49 52 29 2f 75 70 64 61 74 65 2e 63 20 5c 0a  DIR)/update.c \.
06a0: 20 20 24 28 53 52 43 44 49 52 29 2f 75 72 6c 2e    $(SRCDIR)/url.
06b0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f  c \.  $(SRCDIR)/
06c0: 75 73 65 72 2e 63 20 5c 0a 20 20 24 28 53 52 43  user.c \.  $(SRC
06d0: 44 49 52 29 2f 76 65 72 69 66 79 2e 63 20 5c 0a  DIR)/verify.c \.
06e0: 20 20 24 28 53 52 43 44 49 52 29 2f 76 66 69 6c    $(SRCDIR)/vfil
06f0: 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  e.c \.  $(SRCDIR
0700: 29 2f 77 69 6b 69 2e 63 20 5c 0a 20 20 24 28 53  )/wiki.c \.  $(S
0710: 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d 61  RCDIR)/wikiforma
0720: 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52  t.c \.  $(SRCDIR
0730: 29 2f 77 69 6e 68 74 74 70 2e 63 20 5c 0a 20 20  )/winhttp.c \.  
0740: 24 28 53 52 43 44 49 52 29 2f 78 66 65 72 2e 63  $(SRCDIR)/xfer.c
0750: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 7a   \.  $(SRCDIR)/z
0760: 69 70 2e 63 0a 0a 54 52 41 4e 53 5f 53 52 43 20  ip.c..TRANS_SRC 
0770: 3d 20 5c 0a 20 20 61 64 64 5f 2e 63 20 5c 0a 20  = \.  add_.c \. 
0780: 20 61 64 6d 69 6e 5f 2e 63 20 5c 0a 20 20 61 6c   admin_.c \.  al
0790: 6c 72 65 70 6f 5f 2e 63 20 5c 0a 20 20 62 61 67  lrepo_.c \.  bag
07a0: 5f 2e 63 20 5c 0a 20 20 62 6c 6f 62 5f 2e 63 20  _.c \.  blob_.c 
07b0: 5c 0a 20 20 62 72 61 6e 63 68 5f 2e 63 20 5c 0a  \.  branch_.c \.
07c0: 20 20 62 72 6f 77 73 65 5f 2e 63 20 5c 0a 20 20    browse_.c \.  
07d0: 63 67 69 5f 2e 63 20 5c 0a 20 20 63 68 65 63 6b  cgi_.c \.  check
07e0: 69 6e 5f 2e 63 20 5c 0a 20 20 63 68 65 63 6b 6f  in_.c \.  checko
07f0: 75 74 5f 2e 63 20 5c 0a 20 20 63 6c 65 61 72 73  ut_.c \.  clears
0800: 69 67 6e 5f 2e 63 20 5c 0a 20 20 63 6c 6f 6e 65  ign_.c \.  clone
0810: 5f 2e 63 20 5c 0a 20 20 63 6f 6d 66 6f 72 6d 61  _.c \.  comforma
0820: 74 5f 2e 63 20 5c 0a 20 20 63 6f 6e 66 69 67 75  t_.c \.  configu
0830: 72 65 5f 2e 63 20 5c 0a 20 20 63 6f 6e 73 74 72  re_.c \.  constr
0840: 75 63 74 5f 2e 63 20 5c 0a 20 20 63 6f 6e 74 65  uct_.c \.  conte
0850: 6e 74 5f 2e 63 20 5c 0a 20 20 64 62 5f 2e 63 20  nt_.c \.  db_.c 
0860: 5c 0a 20 20 64 65 6c 74 61 5f 2e 63 20 5c 0a 20  \.  delta_.c \. 
0870: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 20 5c 0a 20   deltacmd_.c \. 
0880: 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 20   descendants_.c 
0890: 5c 0a 20 20 64 69 66 66 5f 2e 63 20 5c 0a 20 20  \.  diff_.c \.  
08a0: 64 69 66 66 63 6d 64 5f 2e 63 20 5c 0a 20 20 64  diffcmd_.c \.  d
08b0: 6f 63 5f 2e 63 20 5c 0a 20 20 65 6e 63 6f 64 65  oc_.c \.  encode
08c0: 5f 2e 63 20 5c 0a 20 20 66 69 6c 65 5f 2e 63 20  _.c \.  file_.c 
08d0: 5c 0a 20 20 68 74 74 70 5f 2e 63 20 5c 0a 20 20  \.  http_.c \.  
08e0: 69 6e 66 6f 5f 2e 63 20 5c 0a 20 20 6c 6f 67 69  info_.c \.  logi
08f0: 6e 5f 2e 63 20 5c 0a 20 20 6d 61 69 6e 5f 2e 63  n_.c \.  main_.c
0900: 20 5c 0a 20 20 6d 61 6e 69 66 65 73 74 5f 2e 63   \.  manifest_.c
0910: 20 5c 0a 20 20 6d 64 35 5f 2e 63 20 5c 0a 20 20   \.  md5_.c \.  
0920: 6d 65 72 67 65 5f 2e 63 20 5c 0a 20 20 6d 65 72  merge_.c \.  mer
0930: 67 65 33 5f 2e 63 20 5c 0a 20 20 6d 79 5f 70 61  ge3_.c \.  my_pa
0940: 67 65 5f 2e 63 20 5c 0a 20 20 6e 61 6d 65 5f 2e  ge_.c \.  name_.
0950: 63 20 5c 0a 20 20 70 69 76 6f 74 5f 2e 63 20 5c  c \.  pivot_.c \
0960: 0a 20 20 70 71 75 65 75 65 5f 2e 63 20 5c 0a 20  .  pqueue_.c \. 
0970: 20 70 72 69 6e 74 66 5f 2e 63 20 5c 0a 20 20 72   printf_.c \.  r
0980: 65 62 75 69 6c 64 5f 2e 63 20 5c 0a 20 20 72 65  ebuild_.c \.  re
0990: 70 6f 72 74 5f 2e 63 20 5c 0a 20 20 72 73 73 5f  port_.c \.  rss_
09a0: 2e 63 20 5c 0a 20 20 72 73 74 61 74 73 5f 2e 63  .c \.  rstats_.c
09b0: 20 5c 0a 20 20 73 63 68 65 6d 61 5f 2e 63 20 5c   \.  schema_.c \
09c0: 0a 20 20 73 65 74 75 70 5f 2e 63 20 5c 0a 20 20  .  setup_.c \.  
09d0: 73 68 61 31 5f 2e 63 20 5c 0a 20 20 73 68 75 6e  sha1_.c \.  shun
09e0: 5f 2e 63 20 5c 0a 20 20 73 74 61 74 5f 2e 63 20  _.c \.  stat_.c 
09f0: 5c 0a 20 20 73 74 79 6c 65 5f 2e 63 20 5c 0a 20  \.  style_.c \. 
0a00: 20 73 79 6e 63 5f 2e 63 20 5c 0a 20 20 74 61 67   sync_.c \.  tag
0a10: 5f 2e 63 20 5c 0a 20 20 74 61 67 76 69 65 77 5f  _.c \.  tagview_
0a20: 2e 63 20 5c 0a 20 20 74 68 5f 6d 61 69 6e 5f 2e  .c \.  th_main_.
0a30: 63 20 5c 0a 20 20 74 69 6d 65 6c 69 6e 65 5f 2e  c \.  timeline_.
0a40: 63 20 5c 0a 20 20 74 6b 74 5f 2e 63 20 5c 0a 20  c \.  tkt_.c \. 
0a50: 20 74 6b 74 73 65 74 75 70 5f 2e 63 20 5c 0a 20   tktsetup_.c \. 
0a60: 20 75 6e 64 6f 5f 2e 63 20 5c 0a 20 20 75 70 64   undo_.c \.  upd
0a70: 61 74 65 5f 2e 63 20 5c 0a 20 20 75 72 6c 5f 2e  ate_.c \.  url_.
0a80: 63 20 5c 0a 20 20 75 73 65 72 5f 2e 63 20 5c 0a  c \.  user_.c \.
0a90: 20 20 76 65 72 69 66 79 5f 2e 63 20 5c 0a 20 20    verify_.c \.  
0aa0: 76 66 69 6c 65 5f 2e 63 20 5c 0a 20 20 77 69 6b  vfile_.c \.  wik
0ab0: 69 5f 2e 63 20 5c 0a 20 20 77 69 6b 69 66 6f 72  i_.c \.  wikifor
0ac0: 6d 61 74 5f 2e 63 20 5c 0a 20 20 77 69 6e 68 74  mat_.c \.  winht
0ad0: 74 70 5f 2e 63 20 5c 0a 20 20 78 66 65 72 5f 2e  tp_.c \.  xfer_.
0ae0: 63 20 5c 0a 20 20 7a 69 70 5f 2e 63 0a 0a 4f 42  c \.  zip_.c..OB
0af0: 4a 20 3d 20 5c 0a 20 20 61 64 64 2e 6f 20 5c 0a  J = \.  add.o \.
0b00: 20 20 61 64 6d 69 6e 2e 6f 20 5c 0a 20 20 61 6c    admin.o \.  al
0b10: 6c 72 65 70 6f 2e 6f 20 5c 0a 20 20 62 61 67 2e  lrepo.o \.  bag.
0b20: 6f 20 5c 0a 20 20 62 6c 6f 62 2e 6f 20 5c 0a 20  o \.  blob.o \. 
0b30: 20 62 72 61 6e 63 68 2e 6f 20 5c 0a 20 20 62 72   branch.o \.  br
0b40: 6f 77 73 65 2e 6f 20 5c 0a 20 20 63 67 69 2e 6f  owse.o \.  cgi.o
0b50: 20 5c 0a 20 20 63 68 65 63 6b 69 6e 2e 6f 20 5c   \.  checkin.o \
0b60: 0a 20 20 63 68 65 63 6b 6f 75 74 2e 6f 20 5c 0a  .  checkout.o \.
0b70: 20 20 63 6c 65 61 72 73 69 67 6e 2e 6f 20 5c 0a    clearsign.o \.
0b80: 20 20 63 6c 6f 6e 65 2e 6f 20 5c 0a 20 20 63 6f    clone.o \.  co
0b90: 6d 66 6f 72 6d 61 74 2e 6f 20 5c 0a 20 20 63 6f  mformat.o \.  co
0ba0: 6e 66 69 67 75 72 65 2e 6f 20 5c 0a 20 20 63 6f  nfigure.o \.  co
0bb0: 6e 73 74 72 75 63 74 2e 6f 20 5c 0a 20 20 63 6f  nstruct.o \.  co
0bc0: 6e 74 65 6e 74 2e 6f 20 5c 0a 20 20 64 62 2e 6f  ntent.o \.  db.o
0bd0: 20 5c 0a 20 20 64 65 6c 74 61 2e 6f 20 5c 0a 20   \.  delta.o \. 
0be0: 20 64 65 6c 74 61 63 6d 64 2e 6f 20 5c 0a 20 20   deltacmd.o \.  
0bf0: 64 65 73 63 65 6e 64 61 6e 74 73 2e 6f 20 5c 0a  descendants.o \.
0c00: 20 20 64 69 66 66 2e 6f 20 5c 0a 20 20 64 69 66    diff.o \.  dif
0c10: 66 63 6d 64 2e 6f 20 5c 0a 20 20 64 6f 63 2e 6f  fcmd.o \.  doc.o
0c20: 20 5c 0a 20 20 65 6e 63 6f 64 65 2e 6f 20 5c 0a   \.  encode.o \.
0c30: 20 20 66 69 6c 65 2e 6f 20 5c 0a 20 20 68 74 74    file.o \.  htt
0c40: 70 2e 6f 20 5c 0a 20 20 69 6e 66 6f 2e 6f 20 5c  p.o \.  info.o \
0c50: 0a 20 20 6c 6f 67 69 6e 2e 6f 20 5c 0a 20 20 6d  .  login.o \.  m
0c60: 61 69 6e 2e 6f 20 5c 0a 20 20 6d 61 6e 69 66 65  ain.o \.  manife
0c70: 73 74 2e 6f 20 5c 0a 20 20 6d 64 35 2e 6f 20 5c  st.o \.  md5.o \
0c80: 0a 20 20 6d 65 72 67 65 2e 6f 20 5c 0a 20 20 6d  .  merge.o \.  m
0c90: 65 72 67 65 33 2e 6f 20 5c 0a 20 20 6d 79 5f 70  erge3.o \.  my_p
0ca0: 61 67 65 2e 6f 20 5c 0a 20 20 6e 61 6d 65 2e 6f  age.o \.  name.o
0cb0: 20 5c 0a 20 20 70 69 76 6f 74 2e 6f 20 5c 0a 20   \.  pivot.o \. 
0cc0: 20 70 71 75 65 75 65 2e 6f 20 5c 0a 20 20 70 72   pqueue.o \.  pr
0cd0: 69 6e 74 66 2e 6f 20 5c 0a 20 20 72 65 62 75 69  intf.o \.  rebui
0ce0: 6c 64 2e 6f 20 5c 0a 20 20 72 65 70 6f 72 74 2e  ld.o \.  report.
0cf0: 6f 20 5c 0a 20 20 72 73 73 2e 6f 20 5c 0a 20 20  o \.  rss.o \.  
0d00: 72 73 74 61 74 73 2e 6f 20 5c 0a 20 20 73 63 68  rstats.o \.  sch
0d10: 65 6d 61 2e 6f 20 5c 0a 20 20 73 65 74 75 70 2e  ema.o \.  setup.
0d20: 6f 20 5c 0a 20 20 73 68 61 31 2e 6f 20 5c 0a 20  o \.  sha1.o \. 
0d30: 20 73 68 75 6e 2e 6f 20 5c 0a 20 20 73 74 61 74   shun.o \.  stat
0d40: 2e 6f 20 5c 0a 20 20 73 74 79 6c 65 2e 6f 20 5c  .o \.  style.o \
0d50: 0a 20 20 73 79 6e 63 2e 6f 20 5c 0a 20 20 74 61  .  sync.o \.  ta
0d60: 67 2e 6f 20 5c 0a 20 20 74 61 67 76 69 65 77 2e  g.o \.  tagview.
0d70: 6f 20 5c 0a 20 20 74 68 5f 6d 61 69 6e 2e 6f 20  o \.  th_main.o 
0d80: 5c 0a 20 20 74 69 6d 65 6c 69 6e 65 2e 6f 20 5c  \.  timeline.o \
0d90: 0a 20 20 74 6b 74 2e 6f 20 5c 0a 20 20 74 6b 74  .  tkt.o \.  tkt
0da0: 73 65 74 75 70 2e 6f 20 5c 0a 20 20 75 6e 64 6f  setup.o \.  undo
0db0: 2e 6f 20 5c 0a 20 20 75 70 64 61 74 65 2e 6f 20  .o \.  update.o 
0dc0: 5c 0a 20 20 75 72 6c 2e 6f 20 5c 0a 20 20 75 73  \.  url.o \.  us
0dd0: 65 72 2e 6f 20 5c 0a 20 20 76 65 72 69 66 79 2e  er.o \.  verify.
0de0: 6f 20 5c 0a 20 20 76 66 69 6c 65 2e 6f 20 5c 0a  o \.  vfile.o \.
0df0: 20 20 77 69 6b 69 2e 6f 20 5c 0a 20 20 77 69 6b    wiki.o \.  wik
0e00: 69 66 6f 72 6d 61 74 2e 6f 20 5c 0a 20 20 77 69  iformat.o \.  wi
0e10: 6e 68 74 74 70 2e 6f 20 5c 0a 20 20 78 66 65 72  nhttp.o \.  xfer
0e20: 2e 6f 20 5c 0a 20 20 7a 69 70 2e 6f 0a 0a 41 50  .o \.  zip.o..AP
0e30: 50 4e 41 4d 45 20 3d 20 66 6f 73 73 69 6c 24 28  PNAME = fossil$(
0e40: 45 29 0a 0a 0a 0a 61 6c 6c 3a 09 24 28 41 50 50  E)....all:.$(APP
0e50: 4e 41 4d 45 29 0a 0a 69 6e 73 74 61 6c 6c 3a 09  NAME)..install:.
0e60: 24 28 41 50 50 4e 41 4d 45 29 0a 09 6d 76 20 24  $(APPNAME)..mv $
0e70: 28 41 50 50 4e 41 4d 45 29 20 24 28 49 4e 53 54  (APPNAME) $(INST
0e80: 41 4c 4c 44 49 52 29 0a 0a 74 72 61 6e 73 6c 61  ALLDIR)..transla
0e90: 74 65 3a 09 24 28 53 52 43 44 49 52 29 2f 74 72  te:.$(SRCDIR)/tr
0ea0: 61 6e 73 6c 61 74 65 2e 63 0a 09 24 28 42 43 43  anslate.c..$(BCC
0eb0: 29 20 2d 6f 20 74 72 61 6e 73 6c 61 74 65 20 24  ) -o translate $
0ec0: 28 53 52 43 44 49 52 29 2f 74 72 61 6e 73 6c 61  (SRCDIR)/transla
0ed0: 74 65 2e 63 0a 0a 6d 61 6b 65 68 65 61 64 65 72  te.c..makeheader
0ee0: 73 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 61 6b  s:.$(SRCDIR)/mak
0ef0: 65 68 65 61 64 65 72 73 2e 63 0a 09 24 28 42 43  eheaders.c..$(BC
0f00: 43 29 20 2d 6f 20 6d 61 6b 65 68 65 61 64 65 72  C) -o makeheader
0f10: 73 20 24 28 53 52 43 44 49 52 29 2f 6d 61 6b 65  s $(SRCDIR)/make
0f20: 68 65 61 64 65 72 73 2e 63 0a 0a 6d 6b 69 6e 64  headers.c..mkind
0f30: 65 78 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 6b  ex:.$(SRCDIR)/mk
0f40: 69 6e 64 65 78 2e 63 0a 09 24 28 42 43 43 29 20  index.c..$(BCC) 
0f50: 2d 6f 20 6d 6b 69 6e 64 65 78 20 24 28 53 52 43  -o mkindex $(SRC
0f60: 44 49 52 29 2f 6d 6b 69 6e 64 65 78 2e 63 0a 0a  DIR)/mkindex.c..
0f70: 23 20 57 41 52 4e 49 4e 47 2e 20 44 41 4e 47 45  # WARNING. DANGE
0f80: 52 2e 20 52 75 6e 6e 69 6e 67 20 74 68 65 20 74  R. Running the t
0f90: 65 73 74 73 75 69 74 65 20 6d 6f 64 69 66 69 65  estsuite modifie
0fa0: 73 20 74 68 65 20 72 65 70 6f 73 69 74 6f 72 79  s the repository
0fb0: 20 74 68 65 0a 23 20 62 75 69 6c 64 20 69 73 20   the.# build is 
0fc0: 64 6f 6e 65 20 66 72 6f 6d 2c 20 69 2e 65 2e 20  done from, i.e. 
0fd0: 74 68 65 20 63 68 65 63 6b 6f 75 74 20 62 65 6c  the checkout bel
0fe0: 6f 6e 67 73 20 74 6f 2e 20 44 6f 20 6e 6f 74 20  ongs to. Do not 
0ff0: 73 79 6e 63 2f 70 75 73 68 0a 23 20 74 68 65 20  sync/push.# the 
1000: 72 65 70 6f 73 69 74 6f 72 79 20 61 66 74 65 72  repository after
1010: 20 72 75 6e 6e 69 6e 67 20 74 68 65 20 74 65 73   running the tes
1020: 74 73 2e 0a 74 65 73 74 3a 09 24 28 41 50 50 4e  ts..test:.$(APPN
1030: 41 4d 45 29 0a 09 24 28 54 43 4c 53 48 29 20 74  AME)..$(TCLSH) t
1040: 65 73 74 2f 74 65 73 74 65 72 2e 74 63 6c 20 24  est/tester.tcl $
1050: 28 41 50 50 4e 41 4d 45 29 0a 0a 56 45 52 53 49  (APPNAME)..VERSI
1060: 4f 4e 2e 68 3a 09 24 28 53 52 43 44 49 52 29 2f  ON.h:.$(SRCDIR)/
1070: 2e 2e 2f 6d 61 6e 69 66 65 73 74 2e 75 75 69 64  ../manifest.uuid
1080: 20 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61   $(SRCDIR)/../ma
1090: 6e 69 66 65 73 74 0a 09 61 77 6b 20 27 7b 20 70  nifest..awk '{ p
10a0: 72 69 6e 74 66 20 22 23 64 65 66 69 6e 65 20 4d  rintf "#define M
10b0: 41 4e 49 46 45 53 54 5f 55 55 49 44 20 5c 22 25  ANIFEST_UUID \"%
10c0: 73 5c 22 5c 6e 22 2c 20 24 24 31 7d 27 20 20 24  s\"\n", $$1}'  $
10d0: 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69  (SRCDIR)/../mani
10e0: 66 65 73 74 2e 75 75 69 64 20 3e 56 45 52 53 49  fest.uuid >VERSI
10f0: 4f 4e 2e 68 0a 09 61 77 6b 20 27 7b 20 70 72 69  ON.h..awk '{ pri
1100: 6e 74 66 20 22 23 64 65 66 69 6e 65 20 4d 41 4e  ntf "#define MAN
1110: 49 46 45 53 54 5f 56 45 52 53 49 4f 4e 20 5c 22  IFEST_VERSION \"
1120: 5b 25 2e 31 30 73 5d 5c 22 5c 6e 22 2c 20 24 24  [%.10s]\"\n", $$
1130: 31 7d 27 20 20 24 28 53 52 43 44 49 52 29 2f 2e  1}'  $(SRCDIR)/.
1140: 2e 2f 6d 61 6e 69 66 65 73 74 2e 75 75 69 64 20  ./manifest.uuid 
1150: 3e 3e 56 45 52 53 49 4f 4e 2e 68 0a 09 61 77 6b  >>VERSION.h..awk
1160: 20 27 24 24 31 3d 3d 22 44 22 7b 70 72 69 6e 74   '$$1=="D"{print
1170: 66 20 22 23 64 65 66 69 6e 65 20 4d 41 4e 49 46  f "#define MANIF
1180: 45 53 54 5f 44 41 54 45 20 5c 22 25 73 20 25 73  EST_DATE \"%s %s
1190: 5c 22 5c 6e 22 2c 20 73 75 62 73 74 72 28 24 24  \"\n", substr($$
11a0: 32 2c 31 2c 31 30 29 2c 73 75 62 73 74 72 28 24  2,1,10),substr($
11b0: 24 32 2c 31 32 29 7d 27 20 20 24 28 53 52 43 44  $2,12)}'  $(SRCD
11c0: 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 20  IR)/../manifest 
11d0: 3e 3e 56 45 52 53 49 4f 4e 2e 68 0a 0a 24 28 41  >>VERSION.h..$(A
11e0: 50 50 4e 41 4d 45 29 3a 09 68 65 61 64 65 72 73  PPNAME):.headers
11f0: 20 24 28 4f 42 4a 29 20 73 71 6c 69 74 65 33 2e   $(OBJ) sqlite3.
1200: 6f 20 74 68 2e 6f 20 74 68 5f 6c 61 6e 67 2e 6f  o th.o th_lang.o
1210: 0a 09 24 28 54 43 43 29 20 2d 6f 20 24 28 41 50  ..$(TCC) -o $(AP
1220: 50 4e 41 4d 45 29 20 24 28 4f 42 4a 29 20 73 71  PNAME) $(OBJ) sq
1230: 6c 69 74 65 33 2e 6f 20 74 68 2e 6f 20 74 68 5f  lite3.o th.o th_
1240: 6c 61 6e 67 2e 6f 20 24 28 4c 49 42 29 0a 0a 23  lang.o $(LIB)..#
1250: 20 54 68 69 73 20 72 75 6c 65 20 70 72 65 76 65   This rule preve
1260: 6e 74 73 20 6d 61 6b 65 20 66 72 6f 6d 20 75 73  nts make from us
1270: 69 6e 67 20 69 74 73 20 64 65 66 61 75 6c 74 20  ing its default 
1280: 72 75 6c 65 73 20 74 6f 20 74 72 79 20 62 75 69  rules to try bui
1290: 6c 64 0a 23 20 61 6e 20 65 78 65 63 75 74 61 62  ld.# an executab
12a0: 6c 65 20 6e 61 6d 65 64 20 22 6d 61 6e 69 66 65  le named "manife
12b0: 73 74 22 20 6f 75 74 20 6f 66 20 74 68 65 20 66  st" out of the f
12c0: 69 6c 65 20 6e 61 6d 65 64 20 22 6d 61 6e 69 66  ile named "manif
12d0: 65 73 74 2e 63 22 0a 23 0a 24 28 53 52 43 44 49  est.c".#.$(SRCDI
12e0: 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 3a 09  R)/../manifest:.
12f0: 0a 09 23 20 6e 6f 6f 70 0a 0a 63 6c 65 61 6e 3a  ..# noop..clean:
1300: 09 0a 09 72 6d 20 2d 66 20 2a 2e 6f 20 2a 5f 2e  ...rm -f *.o *_.
1310: 63 20 24 28 41 50 50 4e 41 4d 45 29 20 56 45 52  c $(APPNAME) VER
1320: 53 49 4f 4e 2e 68 0a 09 72 6d 20 2d 66 20 74 72  SION.h..rm -f tr
1330: 61 6e 73 6c 61 74 65 20 6d 61 6b 65 68 65 61 64  anslate makehead
1340: 65 72 73 20 6d 6b 69 6e 64 65 78 20 70 61 67 65  ers mkindex page
1350: 5f 69 6e 64 65 78 2e 68 20 68 65 61 64 65 72 73  _index.h headers
1360: 0a 09 72 6d 20 2d 66 20 61 64 64 2e 68 20 61 64  ..rm -f add.h ad
1370: 6d 69 6e 2e 68 20 61 6c 6c 72 65 70 6f 2e 68 20  min.h allrepo.h 
1380: 62 61 67 2e 68 20 62 6c 6f 62 2e 68 20 62 72 61  bag.h blob.h bra
1390: 6e 63 68 2e 68 20 62 72 6f 77 73 65 2e 68 20 63  nch.h browse.h c
13a0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 2e 68 20 63  gi.h checkin.h c
13b0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73  heckout.h clears
13c0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 2e 68 20 63 6f  ign.h clone.h co
13d0: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 66 69 67  mformat.h config
13e0: 75 72 65 2e 68 20 63 6f 6e 73 74 72 75 63 74 2e  ure.h construct.
13f0: 68 20 63 6f 6e 74 65 6e 74 2e 68 20 64 62 2e 68  h content.h db.h
1400: 20 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d   delta.h deltacm
1410: 64 2e 68 20 64 65 73 63 65 6e 64 61 6e 74 73 2e  d.h descendants.
1420: 68 20 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64  h diff.h diffcmd
1430: 2e 68 20 64 6f 63 2e 68 20 65 6e 63 6f 64 65 2e  .h doc.h encode.
1440: 68 20 66 69 6c 65 2e 68 20 68 74 74 70 2e 68 20  h file.h http.h 
1450: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 2e 68 20 6d  info.h login.h m
1460: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 2e 68  ain.h manifest.h
1470: 20 6d 64 35 2e 68 20 6d 65 72 67 65 2e 68 20 6d   md5.h merge.h m
1480: 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 2e  erge3.h my_page.
1490: 68 20 6e 61 6d 65 2e 68 20 70 69 76 6f 74 2e 68  h name.h pivot.h
14a0: 20 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66   pqueue.h printf
14b0: 2e 68 20 72 65 62 75 69 6c 64 2e 68 20 72 65 70  .h rebuild.h rep
14c0: 6f 72 74 2e 68 20 72 73 73 2e 68 20 72 73 74 61  ort.h rss.h rsta
14d0: 74 73 2e 68 20 73 63 68 65 6d 61 2e 68 20 73 65  ts.h schema.h se
14e0: 74 75 70 2e 68 20 73 68 61 31 2e 68 20 73 68 75  tup.h sha1.h shu
14f0: 6e 2e 68 20 73 74 61 74 2e 68 20 73 74 79 6c 65  n.h stat.h style
1500: 2e 68 20 73 79 6e 63 2e 68 20 74 61 67 2e 68 20  .h sync.h tag.h 
1510: 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69  tagview.h th_mai
1520: 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 2e 68 20 74  n.h timeline.h t
1530: 6b 74 2e 68 20 74 6b 74 73 65 74 75 70 2e 68 20  kt.h tktsetup.h 
1540: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 2e 68 20  undo.h update.h 
1550: 75 72 6c 2e 68 20 75 73 65 72 2e 68 20 76 65 72  url.h user.h ver
1560: 69 66 79 2e 68 20 76 66 69 6c 65 2e 68 20 77 69  ify.h vfile.h wi
1570: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 2e  ki.h wikiformat.
1580: 68 20 77 69 6e 68 74 74 70 2e 68 20 78 66 65 72  h winhttp.h xfer
1590: 2e 68 20 7a 69 70 2e 68 0a 0a 70 61 67 65 5f 69  .h zip.h..page_i
15a0: 6e 64 65 78 2e 68 3a 20 24 28 54 52 41 4e 53 5f  ndex.h: $(TRANS_
15b0: 53 52 43 29 20 6d 6b 69 6e 64 65 78 0a 09 2e 2f  SRC) mkindex.../
15c0: 6d 6b 69 6e 64 65 78 20 24 28 54 52 41 4e 53 5f  mkindex $(TRANS_
15d0: 53 52 43 29 20 3e 24 40 0a 68 65 61 64 65 72 73  SRC) >$@.headers
15e0: 3a 09 70 61 67 65 5f 69 6e 64 65 78 2e 68 20 6d  :.page_index.h m
15f0: 61 6b 65 68 65 61 64 65 72 73 20 56 45 52 53 49  akeheaders VERSI
1600: 4f 4e 2e 68 0a 09 2e 2f 6d 61 6b 65 68 65 61 64  ON.h.../makehead
1610: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e  ers  add_.c:add.
1620: 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e  h admin_.c:admin
1630: 2e 68 20 61 6c 6c 72 65 70 6f 5f 2e 63 3a 61 6c  .h allrepo_.c:al
1640: 6c 72 65 70 6f 2e 68 20 62 61 67 5f 2e 63 3a 62  lrepo.h bag_.c:b
1650: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f  ag.h blob_.c:blo
1660: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72  b.h branch_.c:br
1670: 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63  anch.h browse_.c
1680: 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63  :browse.h cgi_.c
1690: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e  :cgi.h checkin_.
16a0: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63  c:checkin.h chec
16b0: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74  kout_.c:checkout
16c0: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a  .h clearsign_.c:
16d0: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e  clearsign.h clon
16e0: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d  e_.c:clone.h com
16f0: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72  format_.c:comfor
1700: 6d 61 74 2e 68 20 63 6f 6e 66 69 67 75 72 65 5f  mat.h configure_
1710: 2e 63 3a 63 6f 6e 66 69 67 75 72 65 2e 68 20 63  .c:configure.h c
1720: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73  onstruct_.c:cons
1730: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f  truct.h content_
1740: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f  .c:content.h db_
1750: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63  .c:db.h delta_.c
1760: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d  :delta.h deltacm
1770: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20  d_.c:deltacmd.h 
1780: 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 64  descendants_.c:d
1790: 65 73 63 65 6e 64 61 6e 74 73 2e 68 20 64 69 66  escendants.h dif
17a0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66  f_.c:diff.h diff
17b0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68  cmd_.c:diffcmd.h
17c0: 20 64 6f 63 5f 2e 63 3a 64 6f 63 2e 68 20 65 6e   doc_.c:doc.h en
17d0: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68  code_.c:encode.h
17e0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20   file_.c:file.h 
17f0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69  http_.c:http.h i
1800: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f  nfo_.c:info.h lo
1810: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d  gin_.c:login.h m
1820: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61  ain_.c:main.h ma
1830: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65  nifest_.c:manife
1840: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e  st.h md5_.c:md5.
1850: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65  h merge_.c:merge
1860: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72  .h merge3_.c:mer
1870: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63  ge3.h my_page_.c
1880: 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f  :my_page.h name_
1890: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f  .c:name.h pivot_
18a0: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75  .c:pivot.h pqueu
18b0: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72  e_.c:pqueue.h pr
18c0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68  intf_.c:printf.h
18d0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75   rebuild_.c:rebu
18e0: 69 6c 64 2e 68 20 72 65 70 6f 72 74 5f 2e 63 3a  ild.h report_.c:
18f0: 72 65 70 6f 72 74 2e 68 20 72 73 73 5f 2e 63 3a  report.h rss_.c:
1900: 72 73 73 2e 68 20 72 73 74 61 74 73 5f 2e 63 3a  rss.h rstats_.c:
1910: 72 73 74 61 74 73 2e 68 20 73 63 68 65 6d 61 5f  rstats.h schema_
1920: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75  .c:schema.h setu
1930: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61  p_.c:setup.h sha
1940: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 68 75 6e  1_.c:sha1.h shun
1950: 5f 2e 63 3a 73 68 75 6e 2e 68 20 73 74 61 74 5f  _.c:shun.h stat_
1960: 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f  .c:stat.h style_
1970: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f  .c:style.h sync_
1980: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63  .c:sync.h tag_.c
1990: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e  :tag.h tagview_.
19a0: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d  c:tagview.h th_m
19b0: 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68  ain_.c:th_main.h
19c0: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d   timeline_.c:tim
19d0: 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74  eline.h tkt_.c:t
19e0: 6b 74 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63  kt.h tktsetup_.c
19f0: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f  :tktsetup.h undo
1a00: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74  _.c:undo.h updat
1a10: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72  e_.c:update.h ur
1a20: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f  l_.c:url.h user_
1a30: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79  .c:user.h verify
1a40: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69  _.c:verify.h vfi
1a50: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69  le_.c:vfile.h wi
1a60: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b  ki_.c:wiki.h wik
1a70: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66  iformat_.c:wikif
1a80: 6f 72 6d 61 74 2e 68 20 77 69 6e 68 74 74 70 5f  ormat.h winhttp_
1a90: 2e 63 3a 77 69 6e 68 74 74 70 2e 68 20 78 66 65  .c:winhttp.h xfe
1aa0: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f  r_.c:xfer.h zip_
1ab0: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49  .c:zip.h $(SRCDI
1ac0: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53  R)/sqlite3.h $(S
1ad0: 52 43 44 49 52 29 2f 74 68 2e 68 20 56 45 52 53  RCDIR)/th.h VERS
1ae0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61  ION.h..touch hea
1af0: 64 65 72 73 0a 68 65 61 64 65 72 73 3a 20 4d 61  ders.headers: Ma
1b00: 6b 65 66 69 6c 65 0a 4d 61 6b 65 66 69 6c 65 3a  kefile.Makefile:
1b10: 0a 61 64 64 5f 2e 63 3a 09 24 28 53 52 43 44 49  .add_.c:.$(SRCDI
1b20: 52 29 2f 61 64 64 2e 63 20 24 28 53 52 43 44 49  R)/add.c $(SRCDI
1b30: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
1b40: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
1b50: 65 20 24 28 53 52 43 44 49 52 29 2f 61 64 64 2e  e $(SRCDIR)/add.
1b60: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
1b70: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 61 64  DIR)/VERSION >ad
1b80: 64 5f 2e 63 0a 0a 61 64 64 2e 6f 3a 09 61 64 64  d_.c..add.o:.add
1b90: 5f 2e 63 20 61 64 64 2e 68 20 20 24 28 53 52 43  _.c add.h  $(SRC
1ba0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
1bb0: 28 58 54 43 43 29 20 2d 6f 20 61 64 64 2e 6f 20  (XTCC) -o add.o 
1bc0: 2d 63 20 61 64 64 5f 2e 63 0a 0a 61 64 64 2e 68  -c add_.c..add.h
1bd0: 3a 09 68 65 61 64 65 72 73 0a 61 64 6d 69 6e 5f  :.headers.admin_
1be0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 61 64  .c:.$(SRCDIR)/ad
1bf0: 6d 69 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f  min.c $(SRCDIR)/
1c00: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
1c10: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
1c20: 28 53 52 43 44 49 52 29 2f 61 64 6d 69 6e 2e 63  (SRCDIR)/admin.c
1c30: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
1c40: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 61 64 6d  IR)/VERSION >adm
1c50: 69 6e 5f 2e 63 0a 0a 61 64 6d 69 6e 2e 6f 3a 09  in_.c..admin.o:.
1c60: 61 64 6d 69 6e 5f 2e 63 20 61 64 6d 69 6e 2e 68  admin_.c admin.h
1c70: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
1c80: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
1c90: 20 61 64 6d 69 6e 2e 6f 20 2d 63 20 61 64 6d 69   admin.o -c admi
1ca0: 6e 5f 2e 63 0a 0a 61 64 6d 69 6e 2e 68 3a 09 68  n_.c..admin.h:.h
1cb0: 65 61 64 65 72 73 0a 61 6c 6c 72 65 70 6f 5f 2e  eaders.allrepo_.
1cc0: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 61 6c 6c  c:.$(SRCDIR)/all
1cd0: 72 65 70 6f 2e 63 20 24 28 53 52 43 44 49 52 29  repo.c $(SRCDIR)
1ce0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
1cf0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
1d00: 24 28 53 52 43 44 49 52 29 2f 61 6c 6c 72 65 70  $(SRCDIR)/allrep
1d10: 6f 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  o.c | sed -f $(S
1d20: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
1d30: 61 6c 6c 72 65 70 6f 5f 2e 63 0a 0a 61 6c 6c 72  allrepo_.c..allr
1d40: 65 70 6f 2e 6f 3a 09 61 6c 6c 72 65 70 6f 5f 2e  epo.o:.allrepo_.
1d50: 63 20 61 6c 6c 72 65 70 6f 2e 68 20 20 24 28 53  c allrepo.h  $(S
1d60: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
1d70: 09 24 28 58 54 43 43 29 20 2d 6f 20 61 6c 6c 72  .$(XTCC) -o allr
1d80: 65 70 6f 2e 6f 20 2d 63 20 61 6c 6c 72 65 70 6f  epo.o -c allrepo
1d90: 5f 2e 63 0a 0a 61 6c 6c 72 65 70 6f 2e 68 3a 09  _.c..allrepo.h:.
1da0: 68 65 61 64 65 72 73 0a 62 61 67 5f 2e 63 3a 09  headers.bag_.c:.
1db0: 24 28 53 52 43 44 49 52 29 2f 62 61 67 2e 63 20  $(SRCDIR)/bag.c 
1dc0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
1dd0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
1de0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
1df0: 52 29 2f 62 61 67 2e 63 20 7c 20 73 65 64 20 2d  R)/bag.c | sed -
1e00: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
1e10: 49 4f 4e 20 3e 62 61 67 5f 2e 63 0a 0a 62 61 67  ION >bag_.c..bag
1e20: 2e 6f 3a 09 62 61 67 5f 2e 63 20 62 61 67 2e 68  .o:.bag_.c bag.h
1e30: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
1e40: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
1e50: 20 62 61 67 2e 6f 20 2d 63 20 62 61 67 5f 2e 63   bag.o -c bag_.c
1e60: 0a 0a 62 61 67 2e 68 3a 09 68 65 61 64 65 72 73  ..bag.h:.headers
1e70: 0a 62 6c 6f 62 5f 2e 63 3a 09 24 28 53 52 43 44  .blob_.c:.$(SRCD
1e80: 49 52 29 2f 62 6c 6f 62 2e 63 20 24 28 53 52 43  IR)/blob.c $(SRC
1e90: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
1ea0: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
1eb0: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 62 6c  ate $(SRCDIR)/bl
1ec0: 6f 62 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  ob.c | sed -f $(
1ed0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
1ee0: 3e 62 6c 6f 62 5f 2e 63 0a 0a 62 6c 6f 62 2e 6f  >blob_.c..blob.o
1ef0: 3a 09 62 6c 6f 62 5f 2e 63 20 62 6c 6f 62 2e 68  :.blob_.c blob.h
1f00: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
1f10: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
1f20: 20 62 6c 6f 62 2e 6f 20 2d 63 20 62 6c 6f 62 5f   blob.o -c blob_
1f30: 2e 63 0a 0a 62 6c 6f 62 2e 68 3a 09 68 65 61 64  .c..blob.h:.head
1f40: 65 72 73 0a 62 72 61 6e 63 68 5f 2e 63 3a 09 24  ers.branch_.c:.$
1f50: 28 53 52 43 44 49 52 29 2f 62 72 61 6e 63 68 2e  (SRCDIR)/branch.
1f60: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
1f70: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
1f80: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
1f90: 44 49 52 29 2f 62 72 61 6e 63 68 2e 63 20 7c 20  DIR)/branch.c | 
1fa0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
1fb0: 2f 56 45 52 53 49 4f 4e 20 3e 62 72 61 6e 63 68  /VERSION >branch
1fc0: 5f 2e 63 0a 0a 62 72 61 6e 63 68 2e 6f 3a 09 62  _.c..branch.o:.b
1fd0: 72 61 6e 63 68 5f 2e 63 20 62 72 61 6e 63 68 2e  ranch_.c branch.
1fe0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
1ff0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
2000: 6f 20 62 72 61 6e 63 68 2e 6f 20 2d 63 20 62 72  o branch.o -c br
2010: 61 6e 63 68 5f 2e 63 0a 0a 62 72 61 6e 63 68 2e  anch_.c..branch.
2020: 68 3a 09 68 65 61 64 65 72 73 0a 62 72 6f 77 73  h:.headers.brows
2030: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  e_.c:.$(SRCDIR)/
2040: 62 72 6f 77 73 65 2e 63 20 24 28 53 52 43 44 49  browse.c $(SRCDI
2050: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
2060: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
2070: 65 20 24 28 53 52 43 44 49 52 29 2f 62 72 6f 77  e $(SRCDIR)/brow
2080: 73 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  se.c | sed -f $(
2090: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
20a0: 3e 62 72 6f 77 73 65 5f 2e 63 0a 0a 62 72 6f 77  >browse_.c..brow
20b0: 73 65 2e 6f 3a 09 62 72 6f 77 73 65 5f 2e 63 20  se.o:.browse_.c 
20c0: 62 72 6f 77 73 65 2e 68 20 20 24 28 53 52 43 44  browse.h  $(SRCD
20d0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
20e0: 58 54 43 43 29 20 2d 6f 20 62 72 6f 77 73 65 2e  XTCC) -o browse.
20f0: 6f 20 2d 63 20 62 72 6f 77 73 65 5f 2e 63 0a 0a  o -c browse_.c..
2100: 62 72 6f 77 73 65 2e 68 3a 09 68 65 61 64 65 72  browse.h:.header
2110: 73 0a 63 67 69 5f 2e 63 3a 09 24 28 53 52 43 44  s.cgi_.c:.$(SRCD
2120: 49 52 29 2f 63 67 69 2e 63 20 24 28 53 52 43 44  IR)/cgi.c $(SRCD
2130: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
2140: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
2150: 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 67 69  te $(SRCDIR)/cgi
2160: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
2170: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63  CDIR)/VERSION >c
2180: 67 69 5f 2e 63 0a 0a 63 67 69 2e 6f 3a 09 63 67  gi_.c..cgi.o:.cg
2190: 69 5f 2e 63 20 63 67 69 2e 68 20 20 24 28 53 52  i_.c cgi.h  $(SR
21a0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
21b0: 24 28 58 54 43 43 29 20 2d 6f 20 63 67 69 2e 6f  $(XTCC) -o cgi.o
21c0: 20 2d 63 20 63 67 69 5f 2e 63 0a 0a 63 67 69 2e   -c cgi_.c..cgi.
21d0: 68 3a 09 68 65 61 64 65 72 73 0a 63 68 65 63 6b  h:.headers.check
21e0: 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  in_.c:.$(SRCDIR)
21f0: 2f 63 68 65 63 6b 69 6e 2e 63 20 24 28 53 52 43  /checkin.c $(SRC
2200: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
2210: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
2220: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 68  ate $(SRCDIR)/ch
2230: 65 63 6b 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66  eckin.c | sed -f
2240: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
2250: 4f 4e 20 3e 63 68 65 63 6b 69 6e 5f 2e 63 0a 0a  ON >checkin_.c..
2260: 63 68 65 63 6b 69 6e 2e 6f 3a 09 63 68 65 63 6b  checkin.o:.check
2270: 69 6e 5f 2e 63 20 63 68 65 63 6b 69 6e 2e 68 20  in_.c checkin.h 
2280: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
2290: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
22a0: 63 68 65 63 6b 69 6e 2e 6f 20 2d 63 20 63 68 65  checkin.o -c che
22b0: 63 6b 69 6e 5f 2e 63 0a 0a 63 68 65 63 6b 69 6e  ckin_.c..checkin
22c0: 2e 68 3a 09 68 65 61 64 65 72 73 0a 63 68 65 63  .h:.headers.chec
22d0: 6b 6f 75 74 5f 2e 63 3a 09 24 28 53 52 43 44 49  kout_.c:.$(SRCDI
22e0: 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63 20 24 28  R)/checkout.c $(
22f0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
2300: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61  translate.../tra
2310: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29  nslate $(SRCDIR)
2320: 2f 63 68 65 63 6b 6f 75 74 2e 63 20 7c 20 73 65  /checkout.c | se
2330: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
2340: 45 52 53 49 4f 4e 20 3e 63 68 65 63 6b 6f 75 74  ERSION >checkout
2350: 5f 2e 63 0a 0a 63 68 65 63 6b 6f 75 74 2e 6f 3a  _.c..checkout.o:
2360: 09 63 68 65 63 6b 6f 75 74 5f 2e 63 20 63 68 65  .checkout_.c che
2370: 63 6b 6f 75 74 2e 68 20 20 24 28 53 52 43 44 49  ckout.h  $(SRCDI
2380: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
2390: 54 43 43 29 20 2d 6f 20 63 68 65 63 6b 6f 75 74  TCC) -o checkout
23a0: 2e 6f 20 2d 63 20 63 68 65 63 6b 6f 75 74 5f 2e  .o -c checkout_.
23b0: 63 0a 0a 63 68 65 63 6b 6f 75 74 2e 68 3a 09 68  c..checkout.h:.h
23c0: 65 61 64 65 72 73 0a 63 6c 65 61 72 73 69 67 6e  eaders.clearsign
23d0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63  _.c:.$(SRCDIR)/c
23e0: 6c 65 61 72 73 69 67 6e 2e 63 20 24 28 53 52 43  learsign.c $(SRC
23f0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
2400: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
2410: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 6c  ate $(SRCDIR)/cl
2420: 65 61 72 73 69 67 6e 2e 63 20 7c 20 73 65 64 20  earsign.c | sed 
2430: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  -f $(SRCDIR)/VER
2440: 53 49 4f 4e 20 3e 63 6c 65 61 72 73 69 67 6e 5f  SION >clearsign_
2450: 2e 63 0a 0a 63 6c 65 61 72 73 69 67 6e 2e 6f 3a  .c..clearsign.o:
2460: 09 63 6c 65 61 72 73 69 67 6e 5f 2e 63 20 63 6c  .clearsign_.c cl
2470: 65 61 72 73 69 67 6e 2e 68 20 20 24 28 53 52 43  earsign.h  $(SRC
2480: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
2490: 28 58 54 43 43 29 20 2d 6f 20 63 6c 65 61 72 73  (XTCC) -o clears
24a0: 69 67 6e 2e 6f 20 2d 63 20 63 6c 65 61 72 73 69  ign.o -c clearsi
24b0: 67 6e 5f 2e 63 0a 0a 63 6c 65 61 72 73 69 67 6e  gn_.c..clearsign
24c0: 2e 68 3a 09 68 65 61 64 65 72 73 0a 63 6c 6f 6e  .h:.headers.clon
24d0: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  e_.c:.$(SRCDIR)/
24e0: 63 6c 6f 6e 65 2e 63 20 24 28 53 52 43 44 49 52  clone.c $(SRCDIR
24f0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
2500: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
2510: 20 24 28 53 52 43 44 49 52 29 2f 63 6c 6f 6e 65   $(SRCDIR)/clone
2520: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
2530: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63  CDIR)/VERSION >c
2540: 6c 6f 6e 65 5f 2e 63 0a 0a 63 6c 6f 6e 65 2e 6f  lone_.c..clone.o
2550: 3a 09 63 6c 6f 6e 65 5f 2e 63 20 63 6c 6f 6e 65  :.clone_.c clone
2560: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
2570: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
2580: 2d 6f 20 63 6c 6f 6e 65 2e 6f 20 2d 63 20 63 6c  -o clone.o -c cl
2590: 6f 6e 65 5f 2e 63 0a 0a 63 6c 6f 6e 65 2e 68 3a  one_.c..clone.h:
25a0: 09 68 65 61 64 65 72 73 0a 63 6f 6d 66 6f 72 6d  .headers.comform
25b0: 61 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29  at_.c:.$(SRCDIR)
25c0: 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63 20 24 28 53  /comformat.c $(S
25d0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
25e0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
25f0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
2600: 63 6f 6d 66 6f 72 6d 61 74 2e 63 20 7c 20 73 65  comformat.c | se
2610: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
2620: 45 52 53 49 4f 4e 20 3e 63 6f 6d 66 6f 72 6d 61  ERSION >comforma
2630: 74 5f 2e 63 0a 0a 63 6f 6d 66 6f 72 6d 61 74 2e  t_.c..comformat.
2640: 6f 3a 09 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 20  o:.comformat_.c 
2650: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 20 24 28 53  comformat.h  $(S
2660: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
2670: 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6f 6d 66  .$(XTCC) -o comf
2680: 6f 72 6d 61 74 2e 6f 20 2d 63 20 63 6f 6d 66 6f  ormat.o -c comfo
2690: 72 6d 61 74 5f 2e 63 0a 0a 63 6f 6d 66 6f 72 6d  rmat_.c..comform
26a0: 61 74 2e 68 3a 09 68 65 61 64 65 72 73 0a 63 6f  at.h:.headers.co
26b0: 6e 66 69 67 75 72 65 5f 2e 63 3a 09 24 28 53 52  nfigure_.c:.$(SR
26c0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 75 72 65 2e  CDIR)/configure.
26d0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
26e0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
26f0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
2700: 44 49 52 29 2f 63 6f 6e 66 69 67 75 72 65 2e 63  DIR)/configure.c
2710: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
2720: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6e  IR)/VERSION >con
2730: 66 69 67 75 72 65 5f 2e 63 0a 0a 63 6f 6e 66 69  figure_.c..confi
2740: 67 75 72 65 2e 6f 3a 09 63 6f 6e 66 69 67 75 72  gure.o:.configur
2750: 65 5f 2e 63 20 63 6f 6e 66 69 67 75 72 65 2e 68  e_.c configure.h
2760: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
2770: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
2780: 20 63 6f 6e 66 69 67 75 72 65 2e 6f 20 2d 63 20   configure.o -c 
2790: 63 6f 6e 66 69 67 75 72 65 5f 2e 63 0a 0a 63 6f  configure_.c..co
27a0: 6e 66 69 67 75 72 65 2e 68 3a 09 68 65 61 64 65  nfigure.h:.heade
27b0: 72 73 0a 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a  rs.construct_.c:
27c0: 09 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 73 74  .$(SRCDIR)/const
27d0: 72 75 63 74 2e 63 20 24 28 53 52 43 44 49 52 29  ruct.c $(SRCDIR)
27e0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
27f0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
2800: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 73 74 72  $(SRCDIR)/constr
2810: 75 63 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  uct.c | sed -f $
2820: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
2830: 20 3e 63 6f 6e 73 74 72 75 63 74 5f 2e 63 0a 0a   >construct_.c..
2840: 63 6f 6e 73 74 72 75 63 74 2e 6f 3a 09 63 6f 6e  construct.o:.con
2850: 73 74 72 75 63 74 5f 2e 63 20 63 6f 6e 73 74 72  struct_.c constr
2860: 75 63 74 2e 68 20 20 24 28 53 52 43 44 49 52 29  uct.h  $(SRCDIR)
2870: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
2880: 43 29 20 2d 6f 20 63 6f 6e 73 74 72 75 63 74 2e  C) -o construct.
2890: 6f 20 2d 63 20 63 6f 6e 73 74 72 75 63 74 5f 2e  o -c construct_.
28a0: 63 0a 0a 63 6f 6e 73 74 72 75 63 74 2e 68 3a 09  c..construct.h:.
28b0: 68 65 61 64 65 72 73 0a 63 6f 6e 74 65 6e 74 5f  headers.content_
28c0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6f  .c:.$(SRCDIR)/co
28d0: 6e 74 65 6e 74 2e 63 20 24 28 53 52 43 44 49 52  ntent.c $(SRCDIR
28e0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
28f0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
2900: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 74 65   $(SRCDIR)/conte
2910: 6e 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  nt.c | sed -f $(
2920: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
2930: 3e 63 6f 6e 74 65 6e 74 5f 2e 63 0a 0a 63 6f 6e  >content_.c..con
2940: 74 65 6e 74 2e 6f 3a 09 63 6f 6e 74 65 6e 74 5f  tent.o:.content_
2950: 2e 63 20 63 6f 6e 74 65 6e 74 2e 68 20 20 24 28  .c content.h  $(
2960: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
2970: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6f 6e  ..$(XTCC) -o con
2980: 74 65 6e 74 2e 6f 20 2d 63 20 63 6f 6e 74 65 6e  tent.o -c conten
2990: 74 5f 2e 63 0a 0a 63 6f 6e 74 65 6e 74 2e 68 3a  t_.c..content.h:
29a0: 09 68 65 61 64 65 72 73 0a 64 62 5f 2e 63 3a 09  .headers.db_.c:.
29b0: 24 28 53 52 43 44 49 52 29 2f 64 62 2e 63 20 24  $(SRCDIR)/db.c $
29c0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
29d0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
29e0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
29f0: 29 2f 64 62 2e 63 20 7c 20 73 65 64 20 2d 66 20  )/db.c | sed -f 
2a00: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
2a10: 4e 20 3e 64 62 5f 2e 63 0a 0a 64 62 2e 6f 3a 09  N >db_.c..db.o:.
2a20: 64 62 5f 2e 63 20 64 62 2e 68 20 20 24 28 53 52  db_.c db.h  $(SR
2a30: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
2a40: 24 28 58 54 43 43 29 20 2d 6f 20 64 62 2e 6f 20  $(XTCC) -o db.o 
2a50: 2d 63 20 64 62 5f 2e 63 0a 0a 64 62 2e 68 3a 09  -c db_.c..db.h:.
2a60: 68 65 61 64 65 72 73 0a 64 65 6c 74 61 5f 2e 63  headers.delta_.c
2a70: 3a 09 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74  :.$(SRCDIR)/delt
2a80: 61 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  a.c $(SRCDIR)/VE
2a90: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
2aa0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
2ab0: 52 43 44 49 52 29 2f 64 65 6c 74 61 2e 63 20 7c  RCDIR)/delta.c |
2ac0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
2ad0: 29 2f 56 45 52 53 49 4f 4e 20 3e 64 65 6c 74 61  )/VERSION >delta
2ae0: 5f 2e 63 0a 0a 64 65 6c 74 61 2e 6f 3a 09 64 65  _.c..delta.o:.de
2af0: 6c 74 61 5f 2e 63 20 64 65 6c 74 61 2e 68 20 20  lta_.c delta.h  
2b00: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
2b10: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64  .h..$(XTCC) -o d
2b20: 65 6c 74 61 2e 6f 20 2d 63 20 64 65 6c 74 61 5f  elta.o -c delta_
2b30: 2e 63 0a 0a 64 65 6c 74 61 2e 68 3a 09 68 65 61  .c..delta.h:.hea
2b40: 64 65 72 73 0a 64 65 6c 74 61 63 6d 64 5f 2e 63  ders.deltacmd_.c
2b50: 3a 09 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74  :.$(SRCDIR)/delt
2b60: 61 63 6d 64 2e 63 20 24 28 53 52 43 44 49 52 29  acmd.c $(SRCDIR)
2b70: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
2b80: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
2b90: 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 63  $(SRCDIR)/deltac
2ba0: 6d 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  md.c | sed -f $(
2bb0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
2bc0: 3e 64 65 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 65  >deltacmd_.c..de
2bd0: 6c 74 61 63 6d 64 2e 6f 3a 09 64 65 6c 74 61 63  ltacmd.o:.deltac
2be0: 6d 64 5f 2e 63 20 64 65 6c 74 61 63 6d 64 2e 68  md_.c deltacmd.h
2bf0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
2c00: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
2c10: 20 64 65 6c 74 61 63 6d 64 2e 6f 20 2d 63 20 64   deltacmd.o -c d
2c20: 65 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74  eltacmd_.c..delt
2c30: 61 63 6d 64 2e 68 3a 09 68 65 61 64 65 72 73 0a  acmd.h:.headers.
2c40: 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63 3a 09  descendants_.c:.
2c50: 24 28 53 52 43 44 49 52 29 2f 64 65 73 63 65 6e  $(SRCDIR)/descen
2c60: 64 61 6e 74 73 2e 63 20 24 28 53 52 43 44 49 52  dants.c $(SRCDIR
2c70: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
2c80: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
2c90: 20 24 28 53 52 43 44 49 52 29 2f 64 65 73 63 65   $(SRCDIR)/desce
2ca0: 6e 64 61 6e 74 73 2e 63 20 7c 20 73 65 64 20 2d  ndants.c | sed -
2cb0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
2cc0: 49 4f 4e 20 3e 64 65 73 63 65 6e 64 61 6e 74 73  ION >descendants
2cd0: 5f 2e 63 0a 0a 64 65 73 63 65 6e 64 61 6e 74 73  _.c..descendants
2ce0: 2e 6f 3a 09 64 65 73 63 65 6e 64 61 6e 74 73 5f  .o:.descendants_
2cf0: 2e 63 20 64 65 73 63 65 6e 64 61 6e 74 73 2e 68  .c descendants.h
2d00: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
2d10: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
2d20: 20 64 65 73 63 65 6e 64 61 6e 74 73 2e 6f 20 2d   descendants.o -
2d30: 63 20 64 65 73 63 65 6e 64 61 6e 74 73 5f 2e 63  c descendants_.c
2d40: 0a 0a 64 65 73 63 65 6e 64 61 6e 74 73 2e 68 3a  ..descendants.h:
2d50: 09 68 65 61 64 65 72 73 0a 64 69 66 66 5f 2e 63  .headers.diff_.c
2d60: 3a 09 24 28 53 52 43 44 49 52 29 2f 64 69 66 66  :.$(SRCDIR)/diff
2d70: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52  .c $(SRCDIR)/VER
2d80: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09  SION translate..
2d90: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52  ./translate $(SR
2da0: 43 44 49 52 29 2f 64 69 66 66 2e 63 20 7c 20 73  CDIR)/diff.c | s
2db0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
2dc0: 56 45 52 53 49 4f 4e 20 3e 64 69 66 66 5f 2e 63  VERSION >diff_.c
2dd0: 0a 0a 64 69 66 66 2e 6f 3a 09 64 69 66 66 5f 2e  ..diff.o:.diff_.
2de0: 63 20 64 69 66 66 2e 68 20 20 24 28 53 52 43 44  c diff.h  $(SRCD
2df0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
2e00: 58 54 43 43 29 20 2d 6f 20 64 69 66 66 2e 6f 20  XTCC) -o diff.o 
2e10: 2d 63 20 64 69 66 66 5f 2e 63 0a 0a 64 69 66 66  -c diff_.c..diff
2e20: 2e 68 3a 09 68 65 61 64 65 72 73 0a 64 69 66 66  .h:.headers.diff
2e30: 63 6d 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  cmd_.c:.$(SRCDIR
2e40: 29 2f 64 69 66 66 63 6d 64 2e 63 20 24 28 53 52  )/diffcmd.c $(SR
2e50: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
2e60: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
2e70: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 64  late $(SRCDIR)/d
2e80: 69 66 66 63 6d 64 2e 63 20 7c 20 73 65 64 20 2d  iffcmd.c | sed -
2e90: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
2ea0: 49 4f 4e 20 3e 64 69 66 66 63 6d 64 5f 2e 63 0a  ION >diffcmd_.c.
2eb0: 0a 64 69 66 66 63 6d 64 2e 6f 3a 09 64 69 66 66  .diffcmd.o:.diff
2ec0: 63 6d 64 5f 2e 63 20 64 69 66 66 63 6d 64 2e 68  cmd_.c diffcmd.h
2ed0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
2ee0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
2ef0: 20 64 69 66 66 63 6d 64 2e 6f 20 2d 63 20 64 69   diffcmd.o -c di
2f00: 66 66 63 6d 64 5f 2e 63 0a 0a 64 69 66 66 63 6d  ffcmd_.c..diffcm
2f10: 64 2e 68 3a 09 68 65 61 64 65 72 73 0a 64 6f 63  d.h:.headers.doc
2f20: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64  _.c:.$(SRCDIR)/d
2f30: 6f 63 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  oc.c $(SRCDIR)/V
2f40: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
2f50: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
2f60: 53 52 43 44 49 52 29 2f 64 6f 63 2e 63 20 7c 20  SRCDIR)/doc.c | 
2f70: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
2f80: 2f 56 45 52 53 49 4f 4e 20 3e 64 6f 63 5f 2e 63  /VERSION >doc_.c
2f90: 0a 0a 64 6f 63 2e 6f 3a 09 64 6f 63 5f 2e 63 20  ..doc.o:.doc_.c 
2fa0: 64 6f 63 2e 68 20 20 24 28 53 52 43 44 49 52 29  doc.h  $(SRCDIR)
2fb0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
2fc0: 43 29 20 2d 6f 20 64 6f 63 2e 6f 20 2d 63 20 64  C) -o doc.o -c d
2fd0: 6f 63 5f 2e 63 0a 0a 64 6f 63 2e 68 3a 09 68 65  oc_.c..doc.h:.he
2fe0: 61 64 65 72 73 0a 65 6e 63 6f 64 65 5f 2e 63 3a  aders.encode_.c:
2ff0: 09 24 28 53 52 43 44 49 52 29 2f 65 6e 63 6f 64  .$(SRCDIR)/encod
3000: 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  e.c $(SRCDIR)/VE
3010: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
3020: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
3030: 52 43 44 49 52 29 2f 65 6e 63 6f 64 65 2e 63 20  RCDIR)/encode.c 
3040: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49  | sed -f $(SRCDI
3050: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 65 6e 63 6f  R)/VERSION >enco
3060: 64 65 5f 2e 63 0a 0a 65 6e 63 6f 64 65 2e 6f 3a  de_.c..encode.o:
3070: 09 65 6e 63 6f 64 65 5f 2e 63 20 65 6e 63 6f 64  .encode_.c encod
3080: 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63  e.h  $(SRCDIR)/c
3090: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29  onfig.h..$(XTCC)
30a0: 20 2d 6f 20 65 6e 63 6f 64 65 2e 6f 20 2d 63 20   -o encode.o -c 
30b0: 65 6e 63 6f 64 65 5f 2e 63 0a 0a 65 6e 63 6f 64  encode_.c..encod
30c0: 65 2e 68 3a 09 68 65 61 64 65 72 73 0a 66 69 6c  e.h:.headers.fil
30d0: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  e_.c:.$(SRCDIR)/
30e0: 66 69 6c 65 2e 63 20 24 28 53 52 43 44 49 52 29  file.c $(SRCDIR)
30f0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
3100: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
3110: 24 28 53 52 43 44 49 52 29 2f 66 69 6c 65 2e 63  $(SRCDIR)/file.c
3120: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
3130: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 66 69 6c  IR)/VERSION >fil
3140: 65 5f 2e 63 0a 0a 66 69 6c 65 2e 6f 3a 09 66 69  e_.c..file.o:.fi
3150: 6c 65 5f 2e 63 20 66 69 6c 65 2e 68 20 20 24 28  le_.c file.h  $(
3160: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
3170: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 66 69 6c  ..$(XTCC) -o fil
3180: 65 2e 6f 20 2d 63 20 66 69 6c 65 5f 2e 63 0a 0a  e.o -c file_.c..
3190: 66 69 6c 65 2e 68 3a 09 68 65 61 64 65 72 73 0a  file.h:.headers.
31a0: 68 74 74 70 5f 2e 63 3a 09 24 28 53 52 43 44 49  http_.c:.$(SRCDI
31b0: 52 29 2f 68 74 74 70 2e 63 20 24 28 53 52 43 44  R)/http.c $(SRCD
31c0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
31d0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
31e0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 68 74 74  te $(SRCDIR)/htt
31f0: 70 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  p.c | sed -f $(S
3200: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
3210: 68 74 74 70 5f 2e 63 0a 0a 68 74 74 70 2e 6f 3a  http_.c..http.o:
3220: 09 68 74 74 70 5f 2e 63 20 68 74 74 70 2e 68 20  .http_.c http.h 
3230: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
3240: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
3250: 68 74 74 70 2e 6f 20 2d 63 20 68 74 74 70 5f 2e  http.o -c http_.
3260: 63 0a 0a 68 74 74 70 2e 68 3a 09 68 65 61 64 65  c..http.h:.heade
3270: 72 73 0a 69 6e 66 6f 5f 2e 63 3a 09 24 28 53 52  rs.info_.c:.$(SR
3280: 43 44 49 52 29 2f 69 6e 66 6f 2e 63 20 24 28 53  CDIR)/info.c $(S
3290: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
32a0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
32b0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
32c0: 69 6e 66 6f 2e 63 20 7c 20 73 65 64 20 2d 66 20  info.c | sed -f 
32d0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
32e0: 4e 20 3e 69 6e 66 6f 5f 2e 63 0a 0a 69 6e 66 6f  N >info_.c..info
32f0: 2e 6f 3a 09 69 6e 66 6f 5f 2e 63 20 69 6e 66 6f  .o:.info_.c info
3300: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f  .h  $(SRCDIR)/co
3310: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20  nfig.h..$(XTCC) 
3320: 2d 6f 20 69 6e 66 6f 2e 6f 20 2d 63 20 69 6e 66  -o info.o -c inf
3330: 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e 68 3a 09 68 65  o_.c..info.h:.he
3340: 61 64 65 72 73 0a 6c 6f 67 69 6e 5f 2e 63 3a 09  aders.login_.c:.
3350: 24 28 53 52 43 44 49 52 29 2f 6c 6f 67 69 6e 2e  $(SRCDIR)/login.
3360: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
3370: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
3380: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
3390: 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 7c 20 73  DIR)/login.c | s
33a0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
33b0: 56 45 52 53 49 4f 4e 20 3e 6c 6f 67 69 6e 5f 2e  VERSION >login_.
33c0: 63 0a 0a 6c 6f 67 69 6e 2e 6f 3a 09 6c 6f 67 69  c..login.o:.logi
33d0: 6e 5f 2e 63 20 6c 6f 67 69 6e 2e 68 20 20 24 28  n_.c login.h  $(
33e0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
33f0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6c 6f 67  ..$(XTCC) -o log
3400: 69 6e 2e 6f 20 2d 63 20 6c 6f 67 69 6e 5f 2e 63  in.o -c login_.c
3410: 0a 0a 6c 6f 67 69 6e 2e 68 3a 09 68 65 61 64 65  ..login.h:.heade
3420: 72 73 0a 6d 61 69 6e 5f 2e 63 3a 09 24 28 53 52  rs.main_.c:.$(SR
3430: 43 44 49 52 29 2f 6d 61 69 6e 2e 63 20 24 28 53  CDIR)/main.c $(S
3440: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74  RCDIR)/VERSION t
3450: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e  ranslate.../tran
3460: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f  slate $(SRCDIR)/
3470: 6d 61 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20  main.c | sed -f 
3480: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
3490: 4e 20 3e 6d 61 69 6e 5f 2e 63 0a 0a 6d 61 69 6e  N >main_.c..main
34a0: 2e 6f 3a 09 6d 61 69 6e 5f 2e 63 20 6d 61 69 6e  .o:.main_.c main
34b0: 2e 68 20 70 61 67 65 5f 69 6e 64 65 78 2e 68 20  .h page_index.h 
34c0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
34d0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d  .h..$(XTCC) -o m
34e0: 61 69 6e 2e 6f 20 2d 63 20 6d 61 69 6e 5f 2e 63  ain.o -c main_.c
34f0: 0a 0a 6d 61 69 6e 2e 68 3a 09 68 65 61 64 65 72  ..main.h:.header
3500: 73 0a 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 09 24  s.manifest_.c:.$
3510: 28 53 52 43 44 49 52 29 2f 6d 61 6e 69 66 65 73  (SRCDIR)/manifes
3520: 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  t.c $(SRCDIR)/VE
3530: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
3540: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
3550: 52 43 44 49 52 29 2f 6d 61 6e 69 66 65 73 74 2e  RCDIR)/manifest.
3560: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
3570: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 61  DIR)/VERSION >ma
3580: 6e 69 66 65 73 74 5f 2e 63 0a 0a 6d 61 6e 69 66  nifest_.c..manif
3590: 65 73 74 2e 6f 3a 09 6d 61 6e 69 66 65 73 74 5f  est.o:.manifest_
35a0: 2e 63 20 6d 61 6e 69 66 65 73 74 2e 68 20 20 24  .c manifest.h  $
35b0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
35c0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 61  h..$(XTCC) -o ma
35d0: 6e 69 66 65 73 74 2e 6f 20 2d 63 20 6d 61 6e 69  nifest.o -c mani
35e0: 66 65 73 74 5f 2e 63 0a 0a 6d 61 6e 69 66 65 73  fest_.c..manifes
35f0: 74 2e 68 3a 09 68 65 61 64 65 72 73 0a 6d 64 35  t.h:.headers.md5
3600: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d  _.c:.$(SRCDIR)/m
3610: 64 35 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  d5.c $(SRCDIR)/V
3620: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
3630: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
3640: 53 52 43 44 49 52 29 2f 6d 64 35 2e 63 20 7c 20  SRCDIR)/md5.c | 
3650: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29  sed -f $(SRCDIR)
3660: 2f 56 45 52 53 49 4f 4e 20 3e 6d 64 35 5f 2e 63  /VERSION >md5_.c
3670: 0a 0a 6d 64 35 2e 6f 3a 09 6d 64 35 5f 2e 63 20  ..md5.o:.md5_.c 
3680: 6d 64 35 2e 68 20 20 24 28 53 52 43 44 49 52 29  md5.h  $(SRCDIR)
3690: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43  /config.h..$(XTC
36a0: 43 29 20 2d 6f 20 6d 64 35 2e 6f 20 2d 63 20 6d  C) -o md5.o -c m
36b0: 64 35 5f 2e 63 0a 0a 6d 64 35 2e 68 3a 09 68 65  d5_.c..md5.h:.he
36c0: 61 64 65 72 73 0a 6d 65 72 67 65 5f 2e 63 3a 09  aders.merge_.c:.
36d0: 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 2e  $(SRCDIR)/merge.
36e0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
36f0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
3700: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
3710: 44 49 52 29 2f 6d 65 72 67 65 2e 63 20 7c 20 73  DIR)/merge.c | s
3720: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
3730: 56 45 52 53 49 4f 4e 20 3e 6d 65 72 67 65 5f 2e  VERSION >merge_.
3740: 63 0a 0a 6d 65 72 67 65 2e 6f 3a 09 6d 65 72 67  c..merge.o:.merg
3750: 65 5f 2e 63 20 6d 65 72 67 65 2e 68 20 20 24 28  e_.c merge.h  $(
3760: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
3770: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 65 72  ..$(XTCC) -o mer
3780: 67 65 2e 6f 20 2d 63 20 6d 65 72 67 65 5f 2e 63  ge.o -c merge_.c
3790: 0a 0a 6d 65 72 67 65 2e 68 3a 09 68 65 61 64 65  ..merge.h:.heade
37a0: 72 73 0a 6d 65 72 67 65 33 5f 2e 63 3a 09 24 28  rs.merge3_.c:.$(
37b0: 53 52 43 44 49 52 29 2f 6d 65 72 67 65 33 2e 63  SRCDIR)/merge3.c
37c0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
37d0: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
37e0: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
37f0: 49 52 29 2f 6d 65 72 67 65 33 2e 63 20 7c 20 73  IR)/merge3.c | s
3800: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
3810: 56 45 52 53 49 4f 4e 20 3e 6d 65 72 67 65 33 5f  VERSION >merge3_
3820: 2e 63 0a 0a 6d 65 72 67 65 33 2e 6f 3a 09 6d 65  .c..merge3.o:.me
3830: 72 67 65 33 5f 2e 63 20 6d 65 72 67 65 33 2e 68  rge3_.c merge3.h
3840: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
3850: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
3860: 20 6d 65 72 67 65 33 2e 6f 20 2d 63 20 6d 65 72   merge3.o -c mer
3870: 67 65 33 5f 2e 63 0a 0a 6d 65 72 67 65 33 2e 68  ge3_.c..merge3.h
3880: 3a 09 68 65 61 64 65 72 73 0a 6d 79 5f 70 61 67  :.headers.my_pag
3890: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  e_.c:.$(SRCDIR)/
38a0: 6d 79 5f 70 61 67 65 2e 63 20 24 28 53 52 43 44  my_page.c $(SRCD
38b0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
38c0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
38d0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d 79 5f  te $(SRCDIR)/my_
38e0: 70 61 67 65 2e 63 20 7c 20 73 65 64 20 2d 66 20  page.c | sed -f 
38f0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
3900: 4e 20 3e 6d 79 5f 70 61 67 65 5f 2e 63 0a 0a 6d  N >my_page_.c..m
3910: 79 5f 70 61 67 65 2e 6f 3a 09 6d 79 5f 70 61 67  y_page.o:.my_pag
3920: 65 5f 2e 63 20 6d 79 5f 70 61 67 65 2e 68 20 20  e_.c my_page.h  
3930: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
3940: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d  .h..$(XTCC) -o m
3950: 79 5f 70 61 67 65 2e 6f 20 2d 63 20 6d 79 5f 70  y_page.o -c my_p
3960: 61 67 65 5f 2e 63 0a 0a 6d 79 5f 70 61 67 65 2e  age_.c..my_page.
3970: 68 3a 09 68 65 61 64 65 72 73 0a 6e 61 6d 65 5f  h:.headers.name_
3980: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6e 61  .c:.$(SRCDIR)/na
3990: 6d 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  me.c $(SRCDIR)/V
39a0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
39b0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
39c0: 53 52 43 44 49 52 29 2f 6e 61 6d 65 2e 63 20 7c  SRCDIR)/name.c |
39d0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
39e0: 29 2f 56 45 52 53 49 4f 4e 20 3e 6e 61 6d 65 5f  )/VERSION >name_
39f0: 2e 63 0a 0a 6e 61 6d 65 2e 6f 3a 09 6e 61 6d 65  .c..name.o:.name
3a00: 5f 2e 63 20 6e 61 6d 65 2e 68 20 20 24 28 53 52  _.c name.h  $(SR
3a10: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
3a20: 24 28 58 54 43 43 29 20 2d 6f 20 6e 61 6d 65 2e  $(XTCC) -o name.
3a30: 6f 20 2d 63 20 6e 61 6d 65 5f 2e 63 0a 0a 6e 61  o -c name_.c..na
3a40: 6d 65 2e 68 3a 09 68 65 61 64 65 72 73 0a 70 69  me.h:.headers.pi
3a50: 76 6f 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  vot_.c:.$(SRCDIR
3a60: 29 2f 70 69 76 6f 74 2e 63 20 24 28 53 52 43 44  )/pivot.c $(SRCD
3a70: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
3a80: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
3a90: 74 65 20 24 28 53 52 43 44 49 52 29 2f 70 69 76  te $(SRCDIR)/piv
3aa0: 6f 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  ot.c | sed -f $(
3ab0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
3ac0: 3e 70 69 76 6f 74 5f 2e 63 0a 0a 70 69 76 6f 74  >pivot_.c..pivot
3ad0: 2e 6f 3a 09 70 69 76 6f 74 5f 2e 63 20 70 69 76  .o:.pivot_.c piv
3ae0: 6f 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  ot.h  $(SRCDIR)/
3af0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
3b00: 29 20 2d 6f 20 70 69 76 6f 74 2e 6f 20 2d 63 20  ) -o pivot.o -c 
3b10: 70 69 76 6f 74 5f 2e 63 0a 0a 70 69 76 6f 74 2e  pivot_.c..pivot.
3b20: 68 3a 09 68 65 61 64 65 72 73 0a 70 71 75 65 75  h:.headers.pqueu
3b30: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  e_.c:.$(SRCDIR)/
3b40: 70 71 75 65 75 65 2e 63 20 24 28 53 52 43 44 49  pqueue.c $(SRCDI
3b50: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
3b60: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
3b70: 65 20 24 28 53 52 43 44 49 52 29 2f 70 71 75 65  e $(SRCDIR)/pque
3b80: 75 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  ue.c | sed -f $(
3b90: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
3ba0: 3e 70 71 75 65 75 65 5f 2e 63 0a 0a 70 71 75 65  >pqueue_.c..pque
3bb0: 75 65 2e 6f 3a 09 70 71 75 65 75 65 5f 2e 63 20  ue.o:.pqueue_.c 
3bc0: 70 71 75 65 75 65 2e 68 20 20 24 28 53 52 43 44  pqueue.h  $(SRCD
3bd0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
3be0: 58 54 43 43 29 20 2d 6f 20 70 71 75 65 75 65 2e  XTCC) -o pqueue.
3bf0: 6f 20 2d 63 20 70 71 75 65 75 65 5f 2e 63 0a 0a  o -c pqueue_.c..
3c00: 70 71 75 65 75 65 2e 68 3a 09 68 65 61 64 65 72  pqueue.h:.header
3c10: 73 0a 70 72 69 6e 74 66 5f 2e 63 3a 09 24 28 53  s.printf_.c:.$(S
3c20: 52 43 44 49 52 29 2f 70 72 69 6e 74 66 2e 63 20  RCDIR)/printf.c 
3c30: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
3c40: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
3c50: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
3c60: 52 29 2f 70 72 69 6e 74 66 2e 63 20 7c 20 73 65  R)/printf.c | se
3c70: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
3c80: 45 52 53 49 4f 4e 20 3e 70 72 69 6e 74 66 5f 2e  ERSION >printf_.
3c90: 63 0a 0a 70 72 69 6e 74 66 2e 6f 3a 09 70 72 69  c..printf.o:.pri
3ca0: 6e 74 66 5f 2e 63 20 70 72 69 6e 74 66 2e 68 20  ntf_.c printf.h 
3cb0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69   $(SRCDIR)/confi
3cc0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20  g.h..$(XTCC) -o 
3cd0: 70 72 69 6e 74 66 2e 6f 20 2d 63 20 70 72 69 6e  printf.o -c prin
3ce0: 74 66 5f 2e 63 0a 0a 70 72 69 6e 74 66 2e 68 3a  tf_.c..printf.h:
3cf0: 09 68 65 61 64 65 72 73 0a 72 65 62 75 69 6c 64  .headers.rebuild
3d00: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 72  _.c:.$(SRCDIR)/r
3d10: 65 62 75 69 6c 64 2e 63 20 24 28 53 52 43 44 49  ebuild.c $(SRCDI
3d20: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
3d30: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
3d40: 65 20 24 28 53 52 43 44 49 52 29 2f 72 65 62 75  e $(SRCDIR)/rebu
3d50: 69 6c 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  ild.c | sed -f $
3d60: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
3d70: 20 3e 72 65 62 75 69 6c 64 5f 2e 63 0a 0a 72 65   >rebuild_.c..re
3d80: 62 75 69 6c 64 2e 6f 3a 09 72 65 62 75 69 6c 64  build.o:.rebuild
3d90: 5f 2e 63 20 72 65 62 75 69 6c 64 2e 68 20 20 24  _.c rebuild.h  $
3da0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e  (SRCDIR)/config.
3db0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 72 65  h..$(XTCC) -o re
3dc0: 62 75 69 6c 64 2e 6f 20 2d 63 20 72 65 62 75 69  build.o -c rebui
3dd0: 6c 64 5f 2e 63 0a 0a 72 65 62 75 69 6c 64 2e 68  ld_.c..rebuild.h
3de0: 3a 09 68 65 61 64 65 72 73 0a 72 65 70 6f 72 74  :.headers.report
3df0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 72  _.c:.$(SRCDIR)/r
3e00: 65 70 6f 72 74 2e 63 20 24 28 53 52 43 44 49 52  eport.c $(SRCDIR
3e10: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
3e20: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
3e30: 20 24 28 53 52 43 44 49 52 29 2f 72 65 70 6f 72   $(SRCDIR)/repor
3e40: 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  t.c | sed -f $(S
3e50: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
3e60: 72 65 70 6f 72 74 5f 2e 63 0a 0a 72 65 70 6f 72  report_.c..repor
3e70: 74 2e 6f 3a 09 72 65 70 6f 72 74 5f 2e 63 20 72  t.o:.report_.c r
3e80: 65 70 6f 72 74 2e 68 20 20 24 28 53 52 43 44 49  eport.h  $(SRCDI
3e90: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
3ea0: 54 43 43 29 20 2d 6f 20 72 65 70 6f 72 74 2e 6f  TCC) -o report.o
3eb0: 20 2d 63 20 72 65 70 6f 72 74 5f 2e 63 0a 0a 72   -c report_.c..r
3ec0: 65 70 6f 72 74 2e 68 3a 09 68 65 61 64 65 72 73  eport.h:.headers
3ed0: 0a 72 73 73 5f 2e 63 3a 09 24 28 53 52 43 44 49  .rss_.c:.$(SRCDI
3ee0: 52 29 2f 72 73 73 2e 63 20 24 28 53 52 43 44 49  R)/rss.c $(SRCDI
3ef0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
3f00: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
3f10: 65 20 24 28 53 52 43 44 49 52 29 2f 72 73 73 2e  e $(SRCDIR)/rss.
3f20: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43  c | sed -f $(SRC
3f30: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 72 73  DIR)/VERSION >rs
3f40: 73 5f 2e 63 0a 0a 72 73 73 2e 6f 3a 09 72 73 73  s_.c..rss.o:.rss
3f50: 5f 2e 63 20 72 73 73 2e 68 20 20 24 28 53 52 43  _.c rss.h  $(SRC
3f60: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24  DIR)/config.h..$
3f70: 28 58 54 43 43 29 20 2d 6f 20 72 73 73 2e 6f 20  (XTCC) -o rss.o 
3f80: 2d 63 20 72 73 73 5f 2e 63 0a 0a 72 73 73 2e 68  -c rss_.c..rss.h
3f90: 3a 09 68 65 61 64 65 72 73 0a 72 73 74 61 74 73  :.headers.rstats
3fa0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 72  _.c:.$(SRCDIR)/r
3fb0: 73 74 61 74 73 2e 63 20 24 28 53 52 43 44 49 52  stats.c $(SRCDIR
3fc0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
3fd0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
3fe0: 20 24 28 53 52 43 44 49 52 29 2f 72 73 74 61 74   $(SRCDIR)/rstat
3ff0: 73 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  s.c | sed -f $(S
4000: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
4010: 72 73 74 61 74 73 5f 2e 63 0a 0a 72 73 74 61 74  rstats_.c..rstat
4020: 73 2e 6f 3a 09 72 73 74 61 74 73 5f 2e 63 20 72  s.o:.rstats_.c r
4030: 73 74 61 74 73 2e 68 20 20 24 28 53 52 43 44 49  stats.h  $(SRCDI
4040: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
4050: 54 43 43 29 20 2d 6f 20 72 73 74 61 74 73 2e 6f  TCC) -o rstats.o
4060: 20 2d 63 20 72 73 74 61 74 73 5f 2e 63 0a 0a 72   -c rstats_.c..r
4070: 73 74 61 74 73 2e 68 3a 09 68 65 61 64 65 72 73  stats.h:.headers
4080: 0a 73 63 68 65 6d 61 5f 2e 63 3a 09 24 28 53 52  .schema_.c:.$(SR
4090: 43 44 49 52 29 2f 73 63 68 65 6d 61 2e 63 20 24  CDIR)/schema.c $
40a0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
40b0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
40c0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
40d0: 29 2f 73 63 68 65 6d 61 2e 63 20 7c 20 73 65 64  )/schema.c | sed
40e0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
40f0: 52 53 49 4f 4e 20 3e 73 63 68 65 6d 61 5f 2e 63  RSION >schema_.c
4100: 0a 0a 73 63 68 65 6d 61 2e 6f 3a 09 73 63 68 65  ..schema.o:.sche
4110: 6d 61 5f 2e 63 20 73 63 68 65 6d 61 2e 68 20 20  ma_.c schema.h  
4120: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
4130: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73  .h..$(XTCC) -o s
4140: 63 68 65 6d 61 2e 6f 20 2d 63 20 73 63 68 65 6d  chema.o -c schem
4150: 61 5f 2e 63 0a 0a 73 63 68 65 6d 61 2e 68 3a 09  a_.c..schema.h:.
4160: 68 65 61 64 65 72 73 0a 73 65 74 75 70 5f 2e 63  headers.setup_.c
4170: 3a 09 24 28 53 52 43 44 49 52 29 2f 73 65 74 75  :.$(SRCDIR)/setu
4180: 70 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  p.c $(SRCDIR)/VE
4190: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
41a0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
41b0: 52 43 44 49 52 29 2f 73 65 74 75 70 2e 63 20 7c  RCDIR)/setup.c |
41c0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
41d0: 29 2f 56 45 52 53 49 4f 4e 20 3e 73 65 74 75 70  )/VERSION >setup
41e0: 5f 2e 63 0a 0a 73 65 74 75 70 2e 6f 3a 09 73 65  _.c..setup.o:.se
41f0: 74 75 70 5f 2e 63 20 73 65 74 75 70 2e 68 20 20  tup_.c setup.h  
4200: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
4210: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73  .h..$(XTCC) -o s
4220: 65 74 75 70 2e 6f 20 2d 63 20 73 65 74 75 70 5f  etup.o -c setup_
4230: 2e 63 0a 0a 73 65 74 75 70 2e 68 3a 09 68 65 61  .c..setup.h:.hea
4240: 64 65 72 73 0a 73 68 61 31 5f 2e 63 3a 09 24 28  ders.sha1_.c:.$(
4250: 53 52 43 44 49 52 29 2f 73 68 61 31 2e 63 20 24  SRCDIR)/sha1.c $
4260: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
4270: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
4280: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
4290: 29 2f 73 68 61 31 2e 63 20 7c 20 73 65 64 20 2d  )/sha1.c | sed -
42a0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
42b0: 49 4f 4e 20 3e 73 68 61 31 5f 2e 63 0a 0a 73 68  ION >sha1_.c..sh
42c0: 61 31 2e 6f 3a 09 73 68 61 31 5f 2e 63 20 73 68  a1.o:.sha1_.c sh
42d0: 61 31 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  a1.h  $(SRCDIR)/
42e0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
42f0: 29 20 2d 6f 20 73 68 61 31 2e 6f 20 2d 63 20 73  ) -o sha1.o -c s
4300: 68 61 31 5f 2e 63 0a 0a 73 68 61 31 2e 68 3a 09  ha1_.c..sha1.h:.
4310: 68 65 61 64 65 72 73 0a 73 68 75 6e 5f 2e 63 3a  headers.shun_.c:
4320: 09 24 28 53 52 43 44 49 52 29 2f 73 68 75 6e 2e  .$(SRCDIR)/shun.
4330: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
4340: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
4350: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
4360: 44 49 52 29 2f 73 68 75 6e 2e 63 20 7c 20 73 65  DIR)/shun.c | se
4370: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
4380: 45 52 53 49 4f 4e 20 3e 73 68 75 6e 5f 2e 63 0a  ERSION >shun_.c.
4390: 0a 73 68 75 6e 2e 6f 3a 09 73 68 75 6e 5f 2e 63  .shun.o:.shun_.c
43a0: 20 73 68 75 6e 2e 68 20 20 24 28 53 52 43 44 49   shun.h  $(SRCDI
43b0: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
43c0: 54 43 43 29 20 2d 6f 20 73 68 75 6e 2e 6f 20 2d  TCC) -o shun.o -
43d0: 63 20 73 68 75 6e 5f 2e 63 0a 0a 73 68 75 6e 2e  c shun_.c..shun.
43e0: 68 3a 09 68 65 61 64 65 72 73 0a 73 74 61 74 5f  h:.headers.stat_
43f0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 74  .c:.$(SRCDIR)/st
4400: 61 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  at.c $(SRCDIR)/V
4410: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
4420: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
4430: 53 52 43 44 49 52 29 2f 73 74 61 74 2e 63 20 7c  SRCDIR)/stat.c |
4440: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
4450: 29 2f 56 45 52 53 49 4f 4e 20 3e 73 74 61 74 5f  )/VERSION >stat_
4460: 2e 63 0a 0a 73 74 61 74 2e 6f 3a 09 73 74 61 74  .c..stat.o:.stat
4470: 5f 2e 63 20 73 74 61 74 2e 68 20 20 24 28 53 52  _.c stat.h  $(SR
4480: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
4490: 24 28 58 54 43 43 29 20 2d 6f 20 73 74 61 74 2e  $(XTCC) -o stat.
44a0: 6f 20 2d 63 20 73 74 61 74 5f 2e 63 0a 0a 73 74  o -c stat_.c..st
44b0: 61 74 2e 68 3a 09 68 65 61 64 65 72 73 0a 73 74  at.h:.headers.st
44c0: 79 6c 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52  yle_.c:.$(SRCDIR
44d0: 29 2f 73 74 79 6c 65 2e 63 20 24 28 53 52 43 44  )/style.c $(SRCD
44e0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
44f0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
4500: 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 74 79  te $(SRCDIR)/sty
4510: 6c 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  le.c | sed -f $(
4520: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
4530: 3e 73 74 79 6c 65 5f 2e 63 0a 0a 73 74 79 6c 65  >style_.c..style
4540: 2e 6f 3a 09 73 74 79 6c 65 5f 2e 63 20 73 74 79  .o:.style_.c sty
4550: 6c 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  le.h  $(SRCDIR)/
4560: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
4570: 29 20 2d 6f 20 73 74 79 6c 65 2e 6f 20 2d 63 20  ) -o style.o -c 
4580: 73 74 79 6c 65 5f 2e 63 0a 0a 73 74 79 6c 65 2e  style_.c..style.
4590: 68 3a 09 68 65 61 64 65 72 73 0a 73 79 6e 63 5f  h:.headers.sync_
45a0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 79  .c:.$(SRCDIR)/sy
45b0: 6e 63 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  nc.c $(SRCDIR)/V
45c0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
45d0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
45e0: 53 52 43 44 49 52 29 2f 73 79 6e 63 2e 63 20 7c  SRCDIR)/sync.c |
45f0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
4600: 29 2f 56 45 52 53 49 4f 4e 20 3e 73 79 6e 63 5f  )/VERSION >sync_
4610: 2e 63 0a 0a 73 79 6e 63 2e 6f 3a 09 73 79 6e 63  .c..sync.o:.sync
4620: 5f 2e 63 20 73 79 6e 63 2e 68 20 20 24 28 53 52  _.c sync.h  $(SR
4630: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
4640: 24 28 58 54 43 43 29 20 2d 6f 20 73 79 6e 63 2e  $(XTCC) -o sync.
4650: 6f 20 2d 63 20 73 79 6e 63 5f 2e 63 0a 0a 73 79  o -c sync_.c..sy
4660: 6e 63 2e 68 3a 09 68 65 61 64 65 72 73 0a 74 61  nc.h:.headers.ta
4670: 67 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  g_.c:.$(SRCDIR)/
4680: 74 61 67 2e 63 20 24 28 53 52 43 44 49 52 29 2f  tag.c $(SRCDIR)/
4690: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74  VERSION translat
46a0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24  e.../translate $
46b0: 28 53 52 43 44 49 52 29 2f 74 61 67 2e 63 20 7c  (SRCDIR)/tag.c |
46c0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
46d0: 29 2f 56 45 52 53 49 4f 4e 20 3e 74 61 67 5f 2e  )/VERSION >tag_.
46e0: 63 0a 0a 74 61 67 2e 6f 3a 09 74 61 67 5f 2e 63  c..tag.o:.tag_.c
46f0: 20 74 61 67 2e 68 20 20 24 28 53 52 43 44 49 52   tag.h  $(SRCDIR
4700: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54  )/config.h..$(XT
4710: 43 43 29 20 2d 6f 20 74 61 67 2e 6f 20 2d 63 20  CC) -o tag.o -c 
4720: 74 61 67 5f 2e 63 0a 0a 74 61 67 2e 68 3a 09 68  tag_.c..tag.h:.h
4730: 65 61 64 65 72 73 0a 74 61 67 76 69 65 77 5f 2e  eaders.tagview_.
4740: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74 61 67  c:.$(SRCDIR)/tag
4750: 76 69 65 77 2e 63 20 24 28 53 52 43 44 49 52 29  view.c $(SRCDIR)
4760: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61  /VERSION transla
4770: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20  te.../translate 
4780: 24 28 53 52 43 44 49 52 29 2f 74 61 67 76 69 65  $(SRCDIR)/tagvie
4790: 77 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53  w.c | sed -f $(S
47a0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e  RCDIR)/VERSION >
47b0: 74 61 67 76 69 65 77 5f 2e 63 0a 0a 74 61 67 76  tagview_.c..tagv
47c0: 69 65 77 2e 6f 3a 09 74 61 67 76 69 65 77 5f 2e  iew.o:.tagview_.
47d0: 63 20 74 61 67 76 69 65 77 2e 68 20 20 24 28 53  c tagview.h  $(S
47e0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
47f0: 09 24 28 58 54 43 43 29 20 2d 6f 20 74 61 67 76  .$(XTCC) -o tagv
4800: 69 65 77 2e 6f 20 2d 63 20 74 61 67 76 69 65 77  iew.o -c tagview
4810: 5f 2e 63 0a 0a 74 61 67 76 69 65 77 2e 68 3a 09  _.c..tagview.h:.
4820: 68 65 61 64 65 72 73 0a 74 68 5f 6d 61 69 6e 5f  headers.th_main_
4830: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74 68  .c:.$(SRCDIR)/th
4840: 5f 6d 61 69 6e 2e 63 20 24 28 53 52 43 44 49 52  _main.c $(SRCDIR
4850: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c  )/VERSION transl
4860: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65  ate.../translate
4870: 20 24 28 53 52 43 44 49 52 29 2f 74 68 5f 6d 61   $(SRCDIR)/th_ma
4880: 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  in.c | sed -f $(
4890: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
48a0: 3e 74 68 5f 6d 61 69 6e 5f 2e 63 0a 0a 74 68 5f  >th_main_.c..th_
48b0: 6d 61 69 6e 2e 6f 3a 09 74 68 5f 6d 61 69 6e 5f  main.o:.th_main_
48c0: 2e 63 20 74 68 5f 6d 61 69 6e 2e 68 20 20 24 28  .c th_main.h  $(
48d0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
48e0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 74 68 5f  ..$(XTCC) -o th_
48f0: 6d 61 69 6e 2e 6f 20 2d 63 20 74 68 5f 6d 61 69  main.o -c th_mai
4900: 6e 5f 2e 63 0a 0a 74 68 5f 6d 61 69 6e 2e 68 3a  n_.c..th_main.h:
4910: 09 68 65 61 64 65 72 73 0a 74 69 6d 65 6c 69 6e  .headers.timelin
4920: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  e_.c:.$(SRCDIR)/
4930: 74 69 6d 65 6c 69 6e 65 2e 63 20 24 28 53 52 43  timeline.c $(SRC
4940: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
4950: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
4960: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 74 69  ate $(SRCDIR)/ti
4970: 6d 65 6c 69 6e 65 2e 63 20 7c 20 73 65 64 20 2d  meline.c | sed -
4980: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
4990: 49 4f 4e 20 3e 74 69 6d 65 6c 69 6e 65 5f 2e 63  ION >timeline_.c
49a0: 0a 0a 74 69 6d 65 6c 69 6e 65 2e 6f 3a 09 74 69  ..timeline.o:.ti
49b0: 6d 65 6c 69 6e 65 5f 2e 63 20 74 69 6d 65 6c 69  meline_.c timeli
49c0: 6e 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  ne.h  $(SRCDIR)/
49d0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
49e0: 29 20 2d 6f 20 74 69 6d 65 6c 69 6e 65 2e 6f 20  ) -o timeline.o 
49f0: 2d 63 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 0a 0a  -c timeline_.c..
4a00: 74 69 6d 65 6c 69 6e 65 2e 68 3a 09 68 65 61 64  timeline.h:.head
4a10: 65 72 73 0a 74 6b 74 5f 2e 63 3a 09 24 28 53 52  ers.tkt_.c:.$(SR
4a20: 43 44 49 52 29 2f 74 6b 74 2e 63 20 24 28 53 52  CDIR)/tkt.c $(SR
4a30: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
4a40: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
4a50: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 74  late $(SRCDIR)/t
4a60: 6b 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  kt.c | sed -f $(
4a70: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
4a80: 3e 74 6b 74 5f 2e 63 0a 0a 74 6b 74 2e 6f 3a 09  >tkt_.c..tkt.o:.
4a90: 74 6b 74 5f 2e 63 20 74 6b 74 2e 68 20 20 24 28  tkt_.c tkt.h  $(
4aa0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68  SRCDIR)/config.h
4ab0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 74 6b 74  ..$(XTCC) -o tkt
4ac0: 2e 6f 20 2d 63 20 74 6b 74 5f 2e 63 0a 0a 74 6b  .o -c tkt_.c..tk
4ad0: 74 2e 68 3a 09 68 65 61 64 65 72 73 0a 74 6b 74  t.h:.headers.tkt
4ae0: 73 65 74 75 70 5f 2e 63 3a 09 24 28 53 52 43 44  setup_.c:.$(SRCD
4af0: 49 52 29 2f 74 6b 74 73 65 74 75 70 2e 63 20 24  IR)/tktsetup.c $
4b00: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
4b10: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
4b20: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
4b30: 29 2f 74 6b 74 73 65 74 75 70 2e 63 20 7c 20 73  )/tktsetup.c | s
4b40: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f  ed -f $(SRCDIR)/
4b50: 56 45 52 53 49 4f 4e 20 3e 74 6b 74 73 65 74 75  VERSION >tktsetu
4b60: 70 5f 2e 63 0a 0a 74 6b 74 73 65 74 75 70 2e 6f  p_.c..tktsetup.o
4b70: 3a 09 74 6b 74 73 65 74 75 70 5f 2e 63 20 74 6b  :.tktsetup_.c tk
4b80: 74 73 65 74 75 70 2e 68 20 20 24 28 53 52 43 44  tsetup.h  $(SRCD
4b90: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
4ba0: 58 54 43 43 29 20 2d 6f 20 74 6b 74 73 65 74 75  XTCC) -o tktsetu
4bb0: 70 2e 6f 20 2d 63 20 74 6b 74 73 65 74 75 70 5f  p.o -c tktsetup_
4bc0: 2e 63 0a 0a 74 6b 74 73 65 74 75 70 2e 68 3a 09  .c..tktsetup.h:.
4bd0: 68 65 61 64 65 72 73 0a 75 6e 64 6f 5f 2e 63 3a  headers.undo_.c:
4be0: 09 24 28 53 52 43 44 49 52 29 2f 75 6e 64 6f 2e  .$(SRCDIR)/undo.
4bf0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  c $(SRCDIR)/VERS
4c00: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e  ION translate...
4c10: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43  /translate $(SRC
4c20: 44 49 52 29 2f 75 6e 64 6f 2e 63 20 7c 20 73 65  DIR)/undo.c | se
4c30: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
4c40: 45 52 53 49 4f 4e 20 3e 75 6e 64 6f 5f 2e 63 0a  ERSION >undo_.c.
4c50: 0a 75 6e 64 6f 2e 6f 3a 09 75 6e 64 6f 5f 2e 63  .undo.o:.undo_.c
4c60: 20 75 6e 64 6f 2e 68 20 20 24 28 53 52 43 44 49   undo.h  $(SRCDI
4c70: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58  R)/config.h..$(X
4c80: 54 43 43 29 20 2d 6f 20 75 6e 64 6f 2e 6f 20 2d  TCC) -o undo.o -
4c90: 63 20 75 6e 64 6f 5f 2e 63 0a 0a 75 6e 64 6f 2e  c undo_.c..undo.
4ca0: 68 3a 09 68 65 61 64 65 72 73 0a 75 70 64 61 74  h:.headers.updat
4cb0: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f  e_.c:.$(SRCDIR)/
4cc0: 75 70 64 61 74 65 2e 63 20 24 28 53 52 43 44 49  update.c $(SRCDI
4cd0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73  R)/VERSION trans
4ce0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74  late.../translat
4cf0: 65 20 24 28 53 52 43 44 49 52 29 2f 75 70 64 61  e $(SRCDIR)/upda
4d00: 74 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28  te.c | sed -f $(
4d10: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20  SRCDIR)/VERSION 
4d20: 3e 75 70 64 61 74 65 5f 2e 63 0a 0a 75 70 64 61  >update_.c..upda
4d30: 74 65 2e 6f 3a 09 75 70 64 61 74 65 5f 2e 63 20  te.o:.update_.c 
4d40: 75 70 64 61 74 65 2e 68 20 20 24 28 53 52 43 44  update.h  $(SRCD
4d50: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
4d60: 58 54 43 43 29 20 2d 6f 20 75 70 64 61 74 65 2e  XTCC) -o update.
4d70: 6f 20 2d 63 20 75 70 64 61 74 65 5f 2e 63 0a 0a  o -c update_.c..
4d80: 75 70 64 61 74 65 2e 68 3a 09 68 65 61 64 65 72  update.h:.header
4d90: 73 0a 75 72 6c 5f 2e 63 3a 09 24 28 53 52 43 44  s.url_.c:.$(SRCD
4da0: 49 52 29 2f 75 72 6c 2e 63 20 24 28 53 52 43 44  IR)/url.c $(SRCD
4db0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e  IR)/VERSION tran
4dc0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61  slate.../transla
4dd0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 75 72 6c  te $(SRCDIR)/url
4de0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52  .c | sed -f $(SR
4df0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 75  CDIR)/VERSION >u
4e00: 72 6c 5f 2e 63 0a 0a 75 72 6c 2e 6f 3a 09 75 72  rl_.c..url.o:.ur
4e10: 6c 5f 2e 63 20 75 72 6c 2e 68 20 20 24 28 53 52  l_.c url.h  $(SR
4e20: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
4e30: 24 28 58 54 43 43 29 20 2d 6f 20 75 72 6c 2e 6f  $(XTCC) -o url.o
4e40: 20 2d 63 20 75 72 6c 5f 2e 63 0a 0a 75 72 6c 2e   -c url_.c..url.
4e50: 68 3a 09 68 65 61 64 65 72 73 0a 75 73 65 72 5f  h:.headers.user_
4e60: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 75 73  .c:.$(SRCDIR)/us
4e70: 65 72 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56  er.c $(SRCDIR)/V
4e80: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65  ERSION translate
4e90: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28  .../translate $(
4ea0: 53 52 43 44 49 52 29 2f 75 73 65 72 2e 63 20 7c  SRCDIR)/user.c |
4eb0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52   sed -f $(SRCDIR
4ec0: 29 2f 56 45 52 53 49 4f 4e 20 3e 75 73 65 72 5f  )/VERSION >user_
4ed0: 2e 63 0a 0a 75 73 65 72 2e 6f 3a 09 75 73 65 72  .c..user.o:.user
4ee0: 5f 2e 63 20 75 73 65 72 2e 68 20 20 24 28 53 52  _.c user.h  $(SR
4ef0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09  CDIR)/config.h..
4f00: 24 28 58 54 43 43 29 20 2d 6f 20 75 73 65 72 2e  $(XTCC) -o user.
4f10: 6f 20 2d 63 20 75 73 65 72 5f 2e 63 0a 0a 75 73  o -c user_.c..us
4f20: 65 72 2e 68 3a 09 68 65 61 64 65 72 73 0a 76 65  er.h:.headers.ve
4f30: 72 69 66 79 5f 2e 63 3a 09 24 28 53 52 43 44 49  rify_.c:.$(SRCDI
4f40: 52 29 2f 76 65 72 69 66 79 2e 63 20 24 28 53 52  R)/verify.c $(SR
4f50: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
4f60: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
4f70: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 76  late $(SRCDIR)/v
4f80: 65 72 69 66 79 2e 63 20 7c 20 73 65 64 20 2d 66  erify.c | sed -f
4f90: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
4fa0: 4f 4e 20 3e 76 65 72 69 66 79 5f 2e 63 0a 0a 76  ON >verify_.c..v
4fb0: 65 72 69 66 79 2e 6f 3a 09 76 65 72 69 66 79 5f  erify.o:.verify_
4fc0: 2e 63 20 76 65 72 69 66 79 2e 68 20 20 24 28 53  .c verify.h  $(S
4fd0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
4fe0: 09 24 28 58 54 43 43 29 20 2d 6f 20 76 65 72 69  .$(XTCC) -o veri
4ff0: 66 79 2e 6f 20 2d 63 20 76 65 72 69 66 79 5f 2e  fy.o -c verify_.
5000: 63 0a 0a 76 65 72 69 66 79 2e 68 3a 09 68 65 61  c..verify.h:.hea
5010: 64 65 72 73 0a 76 66 69 6c 65 5f 2e 63 3a 09 24  ders.vfile_.c:.$
5020: 28 53 52 43 44 49 52 29 2f 76 66 69 6c 65 2e 63  (SRCDIR)/vfile.c
5030: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49   $(SRCDIR)/VERSI
5040: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f  ON translate.../
5050: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44  translate $(SRCD
5060: 49 52 29 2f 76 66 69 6c 65 2e 63 20 7c 20 73 65  IR)/vfile.c | se
5070: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56  d -f $(SRCDIR)/V
5080: 45 52 53 49 4f 4e 20 3e 76 66 69 6c 65 5f 2e 63  ERSION >vfile_.c
5090: 0a 0a 76 66 69 6c 65 2e 6f 3a 09 76 66 69 6c 65  ..vfile.o:.vfile
50a0: 5f 2e 63 20 76 66 69 6c 65 2e 68 20 20 24 28 53  _.c vfile.h  $(S
50b0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a  RCDIR)/config.h.
50c0: 09 24 28 58 54 43 43 29 20 2d 6f 20 76 66 69 6c  .$(XTCC) -o vfil
50d0: 65 2e 6f 20 2d 63 20 76 66 69 6c 65 5f 2e 63 0a  e.o -c vfile_.c.
50e0: 0a 76 66 69 6c 65 2e 68 3a 09 68 65 61 64 65 72  .vfile.h:.header
50f0: 73 0a 77 69 6b 69 5f 2e 63 3a 09 24 28 53 52 43  s.wiki_.c:.$(SRC
5100: 44 49 52 29 2f 77 69 6b 69 2e 63 20 24 28 53 52  DIR)/wiki.c $(SR
5110: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72  CDIR)/VERSION tr
5120: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73  anslate.../trans
5130: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 77  late $(SRCDIR)/w
5140: 69 6b 69 2e 63 20 7c 20 73 65 64 20 2d 66 20 24  iki.c | sed -f $
5150: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
5160: 20 3e 77 69 6b 69 5f 2e 63 0a 0a 77 69 6b 69 2e   >wiki_.c..wiki.
5170: 6f 3a 09 77 69 6b 69 5f 2e 63 20 77 69 6b 69 2e  o:.wiki_.c wiki.
5180: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e  h  $(SRCDIR)/con
5190: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d  fig.h..$(XTCC) -
51a0: 6f 20 77 69 6b 69 2e 6f 20 2d 63 20 77 69 6b 69  o wiki.o -c wiki
51b0: 5f 2e 63 0a 0a 77 69 6b 69 2e 68 3a 09 68 65 61  _.c..wiki.h:.hea
51c0: 64 65 72 73 0a 77 69 6b 69 66 6f 72 6d 61 74 5f  ders.wikiformat_
51d0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 77 69  .c:.$(SRCDIR)/wi
51e0: 6b 69 66 6f 72 6d 61 74 2e 63 20 24 28 53 52 43  kiformat.c $(SRC
51f0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61  DIR)/VERSION tra
5200: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c  nslate.../transl
5210: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 77 69  ate $(SRCDIR)/wi
5220: 6b 69 66 6f 72 6d 61 74 2e 63 20 7c 20 73 65 64  kiformat.c | sed
5230: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45   -f $(SRCDIR)/VE
5240: 52 53 49 4f 4e 20 3e 77 69 6b 69 66 6f 72 6d 61  RSION >wikiforma
5250: 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f 72 6d 61 74  t_.c..wikiformat
5260: 2e 6f 3a 09 77 69 6b 69 66 6f 72 6d 61 74 5f 2e  .o:.wikiformat_.
5270: 63 20 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 20  c wikiformat.h  
5280: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67  $(SRCDIR)/config
5290: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 77  .h..$(XTCC) -o w
52a0: 69 6b 69 66 6f 72 6d 61 74 2e 6f 20 2d 63 20 77  ikiformat.o -c w
52b0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 0a 0a 77 69  ikiformat_.c..wi
52c0: 6b 69 66 6f 72 6d 61 74 2e 68 3a 09 68 65 61 64  kiformat.h:.head
52d0: 65 72 73 0a 77 69 6e 68 74 74 70 5f 2e 63 3a 09  ers.winhttp_.c:.
52e0: 24 28 53 52 43 44 49 52 29 2f 77 69 6e 68 74 74  $(SRCDIR)/winhtt
52f0: 70 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45  p.c $(SRCDIR)/VE
5300: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a  RSION translate.
5310: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53  ../translate $(S
5320: 52 43 44 49 52 29 2f 77 69 6e 68 74 74 70 2e 63  RCDIR)/winhttp.c
5330: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44   | sed -f $(SRCD
5340: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 77 69 6e  IR)/VERSION >win
5350: 68 74 74 70 5f 2e 63 0a 0a 77 69 6e 68 74 74 70  http_.c..winhttp
5360: 2e 6f 3a 09 77 69 6e 68 74 74 70 5f 2e 63 20 77  .o:.winhttp_.c w
5370: 69 6e 68 74 74 70 2e 68 20 20 24 28 53 52 43 44  inhttp.h  $(SRCD
5380: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28  IR)/config.h..$(
5390: 58 54 43 43 29 20 2d 6f 20 77 69 6e 68 74 74 70  XTCC) -o winhttp
53a0: 2e 6f 20 2d 63 20 77 69 6e 68 74 74 70 5f 2e 63  .o -c winhttp_.c
53b0: 0a 0a 77 69 6e 68 74 74 70 2e 68 3a 09 68 65 61  ..winhttp.h:.hea
53c0: 64 65 72 73 0a 78 66 65 72 5f 2e 63 3a 09 24 28  ders.xfer_.c:.$(
53d0: 53 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20 24  SRCDIR)/xfer.c $
53e0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e  (SRCDIR)/VERSION
53f0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72   translate.../tr
5400: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52  anslate $(SRCDIR
5410: 29 2f 78 66 65 72 2e 63 20 7c 20 73 65 64 20 2d  )/xfer.c | sed -
5420: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
5430: 49 4f 4e 20 3e 78 66 65 72 5f 2e 63 0a 0a 78 66  ION >xfer_.c..xf
5440: 65 72 2e 6f 3a 09 78 66 65 72 5f 2e 63 20 78 66  er.o:.xfer_.c xf
5450: 65 72 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f  er.h  $(SRCDIR)/
5460: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43  config.h..$(XTCC
5470: 29 20 2d 6f 20 78 66 65 72 2e 6f 20 2d 63 20 78  ) -o xfer.o -c x
5480: 66 65 72 5f 2e 63 0a 0a 78 66 65 72 2e 68 3a 09  fer_.c..xfer.h:.
5490: 68 65 61 64 65 72 73 0a 7a 69 70 5f 2e 63 3a 09  headers.zip_.c:.
54a0: 24 28 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 20  $(SRCDIR)/zip.c 
54b0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f  $(SRCDIR)/VERSIO
54c0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74  N translate.../t
54d0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49  ranslate $(SRCDI
54e0: 52 29 2f 7a 69 70 2e 63 20 7c 20 73 65 64 20 2d  R)/zip.c | sed -
54f0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53  f $(SRCDIR)/VERS
5500: 49 4f 4e 20 3e 7a 69 70 5f 2e 63 0a 0a 7a 69 70  ION >zip_.c..zip
5510: 2e 6f 3a 09 7a 69 70 5f 2e 63 20 7a 69 70 2e 68  .o:.zip_.c zip.h
5520: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66    $(SRCDIR)/conf
5530: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f  ig.h..$(XTCC) -o
5540: 20 7a 69 70 2e 6f 20 2d 63 20 7a 69 70 5f 2e 63   zip.o -c zip_.c
5550: 0a 0a 7a 69 70 2e 68 3a 09 68 65 61 64 65 72 73  ..zip.h:.headers
5560: 0a 73 71 6c 69 74 65 33 2e 6f 3a 09 24 28 53 52  .sqlite3.o:.$(SR
5570: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 63 0a  CDIR)/sqlite3.c.
5580: 09 24 28 58 54 43 43 29 20 2d 44 53 51 4c 49 54  .$(XTCC) -DSQLIT
5590: 45 5f 4f 4d 49 54 5f 4c 4f 41 44 5f 45 58 54 45  E_OMIT_LOAD_EXTE
55a0: 4e 53 49 4f 4e 3d 31 20 2d 44 53 51 4c 49 54 45  NSION=1 -DSQLITE
55b0: 5f 50 52 49 56 41 54 45 3d 20 2d 44 53 51 4c 49  _PRIVATE= -DSQLI
55c0: 54 45 5f 54 48 52 45 41 44 53 41 46 45 3d 30 20  TE_THREADSAFE=0 
55d0: 2d 44 53 51 4c 49 54 45 5f 44 45 46 41 55 4c 54  -DSQLITE_DEFAULT
55e0: 5f 46 49 4c 45 5f 46 4f 52 4d 41 54 3d 34 20 2d  _FILE_FORMAT=4 -
55f0: 44 53 51 4c 49 54 45 5f 45 4e 41 42 4c 45 5f 46  DSQLITE_ENABLE_F
5600: 54 53 33 3d 31 20 2d 44 6c 6f 63 61 6c 74 69 6d  TS3=1 -Dlocaltim
5610: 65 3d 66 6f 73 73 69 6c 5f 6c 6f 63 61 6c 74 69  e=fossil_localti
5620: 6d 65 20 2d 63 20 24 28 53 52 43 44 49 52 29 2f  me -c $(SRCDIR)/
5630: 73 71 6c 69 74 65 33 2e 63 20 2d 6f 20 73 71 6c  sqlite3.c -o sql
5640: 69 74 65 33 2e 6f 0a 0a 74 68 2e 6f 3a 09 24 28  ite3.o..th.o:.$(
5650: 53 52 43 44 49 52 29 2f 74 68 2e 63 0a 09 24 28  SRCDIR)/th.c..$(
5660: 58 54 43 43 29 20 2d 49 24 28 53 52 43 44 49 52  XTCC) -I$(SRCDIR
5670: 29 20 2d 63 20 24 28 53 52 43 44 49 52 29 2f 74  ) -c $(SRCDIR)/t
5680: 68 2e 63 20 2d 6f 20 74 68 2e 6f 0a 0a 74 68 5f  h.c -o th.o..th_
5690: 6c 61 6e 67 2e 6f 3a 09 24 28 53 52 43 44 49 52  lang.o:.$(SRCDIR
56a0: 29 2f 74 68 5f 6c 61 6e 67 2e 63 0a 09 24 28 58  )/th_lang.c..$(X
56b0: 54 43 43 29 20 2d 49 24 28 53 52 43 44 49 52 29  TCC) -I$(SRCDIR)
56c0: 20 2d 63 20 24 28 53 52 43 44 49 52 29 2f 74 68   -c $(SRCDIR)/th
56d0: 5f 6c 61 6e 67 2e 63 20 2d 6f 20 74 68 5f 6c 61  _lang.c -o th_la
56e0: 6e 67 2e 6f 0a 0a                                ng.o..