Artifact c57838417db10bd2613b5894c4dfeb889b0d136a:
File
src/main.mk
part of check-in
[7c0bd3ee08]
- make test should find test script relative to the SRCDIR so it will work when run from a separate build directory. This also allows 'make test' to run with Makefile.w32
by
mjanssen on
2008-03-11 20:00:11.
0000: 23 20 44 4f 20 4e 4f 54 20 45 44 49 54 0a 23 0a # DO NOT EDIT.#.
0010: 23 20 54 68 69 73 20 66 69 6c 65 20 69 73 20 61 # This file is a
0020: 75 74 6f 6d 61 74 69 63 61 6c 6c 79 20 67 65 6e utomatically gen
0030: 65 72 61 74 65 64 2e 20 20 49 6e 73 74 65 61 64 erated. Instead
0040: 20 6f 66 20 65 64 69 74 69 6e 67 20 74 68 69 73 of editing this
0050: 0a 23 20 66 69 6c 65 2c 20 65 64 69 74 20 22 6d .# file, edit "m
0060: 61 6b 65 6d 61 6b 65 2e 74 63 6c 22 20 74 68 65 akemake.tcl" the
0070: 6e 20 72 75 6e 20 22 74 63 6c 73 68 20 6d 61 6b n run "tclsh mak
0080: 65 6d 61 6b 65 2e 74 63 6c 20 3e 6d 61 69 6e 2e emake.tcl >main.
0090: 6d 6b 22 0a 23 20 74 6f 20 72 65 67 65 6e 65 72 mk".# to regener
00a0: 61 74 65 20 74 68 69 73 20 66 69 6c 65 2e 0a 23 ate this file..#
00b0: 0a 23 20 54 68 69 73 20 66 69 6c 65 20 69 73 20 .# This file is
00c0: 69 6e 63 6c 75 64 65 64 20 62 79 20 6c 69 6e 75 included by linu
00d0: 78 2d 67 63 63 2e 6d 6b 20 6f 72 20 6c 69 6e 75 x-gcc.mk or linu
00e0: 78 2d 6d 69 6e 67 77 2e 6d 6b 20 6f 72 20 70 6f x-mingw.mk or po
00f0: 73 73 69 62 6c 65 0a 23 20 73 6f 6d 65 20 6f 74 ssible.# some ot
0100: 68 65 72 20 6d 61 6b 65 66 69 6c 65 73 2e 20 20 her makefiles.
0110: 54 68 69 73 20 66 69 6c 65 20 63 6f 6e 74 61 69 This file contai
0120: 6e 73 20 74 68 65 20 72 75 6c 65 73 20 74 68 61 ns the rules tha
0130: 74 20 61 72 65 20 63 6f 6d 6d 6f 6e 0a 23 20 74 t are common.# t
0140: 6f 20 62 75 69 6c 64 69 6e 67 20 72 65 67 61 72 o building regar
0150: 64 6c 65 73 73 20 6f 66 20 74 68 65 20 74 61 72 dless of the tar
0160: 67 65 74 2e 0a 23 0a 0a 58 54 43 43 20 3d 20 24 get..#..XTCC = $
0170: 28 54 43 43 29 20 24 28 43 46 4c 41 47 53 29 20 (TCC) $(CFLAGS)
0180: 2d 49 2e 20 2d 49 24 28 53 52 43 44 49 52 29 0a -I. -I$(SRCDIR).
0190: 0a 0a 53 52 43 20 3d 20 5c 0a 20 20 24 28 53 52 ..SRC = \. $(SR
01a0: 43 44 49 52 29 2f 61 64 64 2e 63 20 5c 0a 20 20 CDIR)/add.c \.
01b0: 24 28 53 52 43 44 49 52 29 2f 61 64 6d 69 6e 2e $(SRCDIR)/admin.
01c0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
01d0: 62 61 67 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 bag.c \. $(SRCD
01e0: 49 52 29 2f 62 6c 6f 62 2e 63 20 5c 0a 20 20 24 IR)/blob.c \. $
01f0: 28 53 52 43 44 49 52 29 2f 62 72 61 6e 63 68 2e (SRCDIR)/branch.
0200: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
0210: 62 72 6f 77 73 65 2e 63 20 5c 0a 20 20 24 28 53 browse.c \. $(S
0220: 52 43 44 49 52 29 2f 63 67 69 2e 63 20 5c 0a 20 RCDIR)/cgi.c \.
0230: 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b $(SRCDIR)/check
0240: 69 6e 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 in.c \. $(SRCDI
0250: 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63 20 5c 0a R)/checkout.c \.
0260: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6c 65 61 $(SRCDIR)/clea
0270: 72 73 69 67 6e 2e 63 20 5c 0a 20 20 24 28 53 52 rsign.c \. $(SR
0280: 43 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 20 5c 0a CDIR)/clone.c \.
0290: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6d 66 $(SRCDIR)/comf
02a0: 6f 72 6d 61 74 2e 63 20 5c 0a 20 20 24 28 53 52 ormat.c \. $(SR
02b0: 43 44 49 52 29 2f 63 6f 6e 73 74 72 75 63 74 2e CDIR)/construct.
02c0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
02d0: 63 6f 6e 74 65 6e 74 2e 63 20 5c 0a 20 20 24 28 content.c \. $(
02e0: 53 52 43 44 49 52 29 2f 64 62 2e 63 20 5c 0a 20 SRCDIR)/db.c \.
02f0: 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 $(SRCDIR)/delta
0300: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0310: 2f 64 65 6c 74 61 63 6d 64 2e 63 20 5c 0a 20 20 /deltacmd.c \.
0320: 24 28 53 52 43 44 49 52 29 2f 64 65 73 63 65 6e $(SRCDIR)/descen
0330: 64 65 6e 74 73 2e 63 20 5c 0a 20 20 24 28 53 52 dents.c \. $(SR
0340: 43 44 49 52 29 2f 64 69 66 66 2e 63 20 5c 0a 20 CDIR)/diff.c \.
0350: 20 24 28 53 52 43 44 49 52 29 2f 64 69 66 66 63 $(SRCDIR)/diffc
0360: 6d 64 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 md.c \. $(SRCDI
0370: 52 29 2f 65 6e 63 6f 64 65 2e 63 20 5c 0a 20 20 R)/encode.c \.
0380: 24 28 53 52 43 44 49 52 29 2f 66 69 6c 65 2e 63 $(SRCDIR)/file.c
0390: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 68 \. $(SRCDIR)/h
03a0: 74 74 70 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 ttp.c \. $(SRCD
03b0: 49 52 29 2f 69 6e 66 6f 2e 63 20 5c 0a 20 20 24 IR)/info.c \. $
03c0: 28 53 52 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 (SRCDIR)/login.c
03d0: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d \. $(SRCDIR)/m
03e0: 61 69 6e 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 ain.c \. $(SRCD
03f0: 49 52 29 2f 6d 61 6e 69 66 65 73 74 2e 63 20 5c IR)/manifest.c \
0400: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d 64 35 . $(SRCDIR)/md5
0410: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0420: 2f 6d 65 72 67 65 2e 63 20 5c 0a 20 20 24 28 53 /merge.c \. $(S
0430: 52 43 44 49 52 29 2f 6d 65 72 67 65 33 2e 63 20 RCDIR)/merge3.c
0440: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d 79 \. $(SRCDIR)/my
0450: 5f 70 61 67 65 2e 63 20 5c 0a 20 20 24 28 53 52 _page.c \. $(SR
0460: 43 44 49 52 29 2f 6e 61 6d 65 2e 63 20 5c 0a 20 CDIR)/name.c \.
0470: 20 24 28 53 52 43 44 49 52 29 2f 70 69 76 6f 74 $(SRCDIR)/pivot
0480: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0490: 2f 70 71 75 65 75 65 2e 63 20 5c 0a 20 20 24 28 /pqueue.c \. $(
04a0: 53 52 43 44 49 52 29 2f 70 72 69 6e 74 66 2e 63 SRCDIR)/printf.c
04b0: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 72 \. $(SRCDIR)/r
04c0: 65 62 75 69 6c 64 2e 63 20 5c 0a 20 20 24 28 53 ebuild.c \. $(S
04d0: 52 43 44 49 52 29 2f 72 73 73 2e 63 20 5c 0a 20 RCDIR)/rss.c \.
04e0: 20 24 28 53 52 43 44 49 52 29 2f 73 63 68 65 6d $(SRCDIR)/schem
04f0: 61 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 a.c \. $(SRCDIR
0500: 29 2f 73 65 74 75 70 2e 63 20 5c 0a 20 20 24 28 )/setup.c \. $(
0510: 53 52 43 44 49 52 29 2f 73 68 61 31 2e 63 20 5c SRCDIR)/sha1.c \
0520: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 74 61 . $(SRCDIR)/sta
0530: 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 t.c \. $(SRCDIR
0540: 29 2f 73 74 79 6c 65 2e 63 20 5c 0a 20 20 24 28 )/style.c \. $(
0550: 53 52 43 44 49 52 29 2f 73 79 6e 63 2e 63 20 5c SRCDIR)/sync.c \
0560: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 74 61 67 . $(SRCDIR)/tag
0570: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0580: 2f 74 61 67 76 69 65 77 2e 63 20 5c 0a 20 20 24 /tagview.c \. $
0590: 28 53 52 43 44 49 52 29 2f 74 68 5f 6d 61 69 6e (SRCDIR)/th_main
05a0: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
05b0: 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 5c 0a 20 20 /timeline.c \.
05c0: 24 28 53 52 43 44 49 52 29 2f 74 6b 74 2e 63 20 $(SRCDIR)/tkt.c
05d0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 74 6b \. $(SRCDIR)/tk
05e0: 74 63 6f 6e 66 69 67 2e 63 20 5c 0a 20 20 24 28 tconfig.c \. $(
05f0: 53 52 43 44 49 52 29 2f 74 6b 74 73 65 74 75 70 SRCDIR)/tktsetup
0600: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0610: 2f 75 6e 64 6f 2e 63 20 5c 0a 20 20 24 28 53 52 /undo.c \. $(SR
0620: 43 44 49 52 29 2f 75 70 64 61 74 65 2e 63 20 5c CDIR)/update.c \
0630: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 75 72 6c . $(SRCDIR)/url
0640: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0650: 2f 75 73 65 72 2e 63 20 5c 0a 20 20 24 28 53 52 /user.c \. $(SR
0660: 43 44 49 52 29 2f 76 65 72 69 66 79 2e 63 20 5c CDIR)/verify.c \
0670: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 76 66 69 . $(SRCDIR)/vfi
0680: 6c 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 le.c \. $(SRCDI
0690: 52 29 2f 77 69 6b 69 2e 63 20 5c 0a 20 20 24 28 R)/wiki.c \. $(
06a0: 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d SRCDIR)/wikiform
06b0: 61 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 at.c \. $(SRCDI
06c0: 52 29 2f 78 66 65 72 2e 63 20 5c 0a 20 20 24 28 R)/xfer.c \. $(
06d0: 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 0a 0a 54 SRCDIR)/zip.c..T
06e0: 52 41 4e 53 5f 53 52 43 20 3d 20 5c 0a 20 20 61 RANS_SRC = \. a
06f0: 64 64 5f 2e 63 20 5c 0a 20 20 61 64 6d 69 6e 5f dd_.c \. admin_
0700: 2e 63 20 5c 0a 20 20 62 61 67 5f 2e 63 20 5c 0a .c \. bag_.c \.
0710: 20 20 62 6c 6f 62 5f 2e 63 20 5c 0a 20 20 62 72 blob_.c \. br
0720: 61 6e 63 68 5f 2e 63 20 5c 0a 20 20 62 72 6f 77 anch_.c \. brow
0730: 73 65 5f 2e 63 20 5c 0a 20 20 63 67 69 5f 2e 63 se_.c \. cgi_.c
0740: 20 5c 0a 20 20 63 68 65 63 6b 69 6e 5f 2e 63 20 \. checkin_.c
0750: 5c 0a 20 20 63 68 65 63 6b 6f 75 74 5f 2e 63 20 \. checkout_.c
0760: 5c 0a 20 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 \. clearsign_.c
0770: 20 5c 0a 20 20 63 6c 6f 6e 65 5f 2e 63 20 5c 0a \. clone_.c \.
0780: 20 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 20 5c comformat_.c \
0790: 0a 20 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 20 . construct_.c
07a0: 5c 0a 20 20 63 6f 6e 74 65 6e 74 5f 2e 63 20 5c \. content_.c \
07b0: 0a 20 20 64 62 5f 2e 63 20 5c 0a 20 20 64 65 6c . db_.c \. del
07c0: 74 61 5f 2e 63 20 5c 0a 20 20 64 65 6c 74 61 63 ta_.c \. deltac
07d0: 6d 64 5f 2e 63 20 5c 0a 20 20 64 65 73 63 65 6e md_.c \. descen
07e0: 64 65 6e 74 73 5f 2e 63 20 5c 0a 20 20 64 69 66 dents_.c \. dif
07f0: 66 5f 2e 63 20 5c 0a 20 20 64 69 66 66 63 6d 64 f_.c \. diffcmd
0800: 5f 2e 63 20 5c 0a 20 20 65 6e 63 6f 64 65 5f 2e _.c \. encode_.
0810: 63 20 5c 0a 20 20 66 69 6c 65 5f 2e 63 20 5c 0a c \. file_.c \.
0820: 20 20 68 74 74 70 5f 2e 63 20 5c 0a 20 20 69 6e http_.c \. in
0830: 66 6f 5f 2e 63 20 5c 0a 20 20 6c 6f 67 69 6e 5f fo_.c \. login_
0840: 2e 63 20 5c 0a 20 20 6d 61 69 6e 5f 2e 63 20 5c .c \. main_.c \
0850: 0a 20 20 6d 61 6e 69 66 65 73 74 5f 2e 63 20 5c . manifest_.c \
0860: 0a 20 20 6d 64 35 5f 2e 63 20 5c 0a 20 20 6d 65 . md5_.c \. me
0870: 72 67 65 5f 2e 63 20 5c 0a 20 20 6d 65 72 67 65 rge_.c \. merge
0880: 33 5f 2e 63 20 5c 0a 20 20 6d 79 5f 70 61 67 65 3_.c \. my_page
0890: 5f 2e 63 20 5c 0a 20 20 6e 61 6d 65 5f 2e 63 20 _.c \. name_.c
08a0: 5c 0a 20 20 70 69 76 6f 74 5f 2e 63 20 5c 0a 20 \. pivot_.c \.
08b0: 20 70 71 75 65 75 65 5f 2e 63 20 5c 0a 20 20 70 pqueue_.c \. p
08c0: 72 69 6e 74 66 5f 2e 63 20 5c 0a 20 20 72 65 62 rintf_.c \. reb
08d0: 75 69 6c 64 5f 2e 63 20 5c 0a 20 20 72 73 73 5f uild_.c \. rss_
08e0: 2e 63 20 5c 0a 20 20 73 63 68 65 6d 61 5f 2e 63 .c \. schema_.c
08f0: 20 5c 0a 20 20 73 65 74 75 70 5f 2e 63 20 5c 0a \. setup_.c \.
0900: 20 20 73 68 61 31 5f 2e 63 20 5c 0a 20 20 73 74 sha1_.c \. st
0910: 61 74 5f 2e 63 20 5c 0a 20 20 73 74 79 6c 65 5f at_.c \. style_
0920: 2e 63 20 5c 0a 20 20 73 79 6e 63 5f 2e 63 20 5c .c \. sync_.c \
0930: 0a 20 20 74 61 67 5f 2e 63 20 5c 0a 20 20 74 61 . tag_.c \. ta
0940: 67 76 69 65 77 5f 2e 63 20 5c 0a 20 20 74 68 5f gview_.c \. th_
0950: 6d 61 69 6e 5f 2e 63 20 5c 0a 20 20 74 69 6d 65 main_.c \. time
0960: 6c 69 6e 65 5f 2e 63 20 5c 0a 20 20 74 6b 74 5f line_.c \. tkt_
0970: 2e 63 20 5c 0a 20 20 74 6b 74 63 6f 6e 66 69 67 .c \. tktconfig
0980: 5f 2e 63 20 5c 0a 20 20 74 6b 74 73 65 74 75 70 _.c \. tktsetup
0990: 5f 2e 63 20 5c 0a 20 20 75 6e 64 6f 5f 2e 63 20 _.c \. undo_.c
09a0: 5c 0a 20 20 75 70 64 61 74 65 5f 2e 63 20 5c 0a \. update_.c \.
09b0: 20 20 75 72 6c 5f 2e 63 20 5c 0a 20 20 75 73 65 url_.c \. use
09c0: 72 5f 2e 63 20 5c 0a 20 20 76 65 72 69 66 79 5f r_.c \. verify_
09d0: 2e 63 20 5c 0a 20 20 76 66 69 6c 65 5f 2e 63 20 .c \. vfile_.c
09e0: 5c 0a 20 20 77 69 6b 69 5f 2e 63 20 5c 0a 20 20 \. wiki_.c \.
09f0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 20 5c 0a wikiformat_.c \.
0a00: 20 20 78 66 65 72 5f 2e 63 20 5c 0a 20 20 7a 69 xfer_.c \. zi
0a10: 70 5f 2e 63 0a 0a 4f 42 4a 20 3d 20 5c 0a 20 20 p_.c..OBJ = \.
0a20: 61 64 64 2e 6f 20 5c 0a 20 20 61 64 6d 69 6e 2e add.o \. admin.
0a30: 6f 20 5c 0a 20 20 62 61 67 2e 6f 20 5c 0a 20 20 o \. bag.o \.
0a40: 62 6c 6f 62 2e 6f 20 5c 0a 20 20 62 72 61 6e 63 blob.o \. branc
0a50: 68 2e 6f 20 5c 0a 20 20 62 72 6f 77 73 65 2e 6f h.o \. browse.o
0a60: 20 5c 0a 20 20 63 67 69 2e 6f 20 5c 0a 20 20 63 \. cgi.o \. c
0a70: 68 65 63 6b 69 6e 2e 6f 20 5c 0a 20 20 63 68 65 heckin.o \. che
0a80: 63 6b 6f 75 74 2e 6f 20 5c 0a 20 20 63 6c 65 61 ckout.o \. clea
0a90: 72 73 69 67 6e 2e 6f 20 5c 0a 20 20 63 6c 6f 6e rsign.o \. clon
0aa0: 65 2e 6f 20 5c 0a 20 20 63 6f 6d 66 6f 72 6d 61 e.o \. comforma
0ab0: 74 2e 6f 20 5c 0a 20 20 63 6f 6e 73 74 72 75 63 t.o \. construc
0ac0: 74 2e 6f 20 5c 0a 20 20 63 6f 6e 74 65 6e 74 2e t.o \. content.
0ad0: 6f 20 5c 0a 20 20 64 62 2e 6f 20 5c 0a 20 20 64 o \. db.o \. d
0ae0: 65 6c 74 61 2e 6f 20 5c 0a 20 20 64 65 6c 74 61 elta.o \. delta
0af0: 63 6d 64 2e 6f 20 5c 0a 20 20 64 65 73 63 65 6e cmd.o \. descen
0b00: 64 65 6e 74 73 2e 6f 20 5c 0a 20 20 64 69 66 66 dents.o \. diff
0b10: 2e 6f 20 5c 0a 20 20 64 69 66 66 63 6d 64 2e 6f .o \. diffcmd.o
0b20: 20 5c 0a 20 20 65 6e 63 6f 64 65 2e 6f 20 5c 0a \. encode.o \.
0b30: 20 20 66 69 6c 65 2e 6f 20 5c 0a 20 20 68 74 74 file.o \. htt
0b40: 70 2e 6f 20 5c 0a 20 20 69 6e 66 6f 2e 6f 20 5c p.o \. info.o \
0b50: 0a 20 20 6c 6f 67 69 6e 2e 6f 20 5c 0a 20 20 6d . login.o \. m
0b60: 61 69 6e 2e 6f 20 5c 0a 20 20 6d 61 6e 69 66 65 ain.o \. manife
0b70: 73 74 2e 6f 20 5c 0a 20 20 6d 64 35 2e 6f 20 5c st.o \. md5.o \
0b80: 0a 20 20 6d 65 72 67 65 2e 6f 20 5c 0a 20 20 6d . merge.o \. m
0b90: 65 72 67 65 33 2e 6f 20 5c 0a 20 20 6d 79 5f 70 erge3.o \. my_p
0ba0: 61 67 65 2e 6f 20 5c 0a 20 20 6e 61 6d 65 2e 6f age.o \. name.o
0bb0: 20 5c 0a 20 20 70 69 76 6f 74 2e 6f 20 5c 0a 20 \. pivot.o \.
0bc0: 20 70 71 75 65 75 65 2e 6f 20 5c 0a 20 20 70 72 pqueue.o \. pr
0bd0: 69 6e 74 66 2e 6f 20 5c 0a 20 20 72 65 62 75 69 intf.o \. rebui
0be0: 6c 64 2e 6f 20 5c 0a 20 20 72 73 73 2e 6f 20 5c ld.o \. rss.o \
0bf0: 0a 20 20 73 63 68 65 6d 61 2e 6f 20 5c 0a 20 20 . schema.o \.
0c00: 73 65 74 75 70 2e 6f 20 5c 0a 20 20 73 68 61 31 setup.o \. sha1
0c10: 2e 6f 20 5c 0a 20 20 73 74 61 74 2e 6f 20 5c 0a .o \. stat.o \.
0c20: 20 20 73 74 79 6c 65 2e 6f 20 5c 0a 20 20 73 79 style.o \. sy
0c30: 6e 63 2e 6f 20 5c 0a 20 20 74 61 67 2e 6f 20 5c nc.o \. tag.o \
0c40: 0a 20 20 74 61 67 76 69 65 77 2e 6f 20 5c 0a 20 . tagview.o \.
0c50: 20 74 68 5f 6d 61 69 6e 2e 6f 20 5c 0a 20 20 74 th_main.o \. t
0c60: 69 6d 65 6c 69 6e 65 2e 6f 20 5c 0a 20 20 74 6b imeline.o \. tk
0c70: 74 2e 6f 20 5c 0a 20 20 74 6b 74 63 6f 6e 66 69 t.o \. tktconfi
0c80: 67 2e 6f 20 5c 0a 20 20 74 6b 74 73 65 74 75 70 g.o \. tktsetup
0c90: 2e 6f 20 5c 0a 20 20 75 6e 64 6f 2e 6f 20 5c 0a .o \. undo.o \.
0ca0: 20 20 75 70 64 61 74 65 2e 6f 20 5c 0a 20 20 75 update.o \. u
0cb0: 72 6c 2e 6f 20 5c 0a 20 20 75 73 65 72 2e 6f 20 rl.o \. user.o
0cc0: 5c 0a 20 20 76 65 72 69 66 79 2e 6f 20 5c 0a 20 \. verify.o \.
0cd0: 20 76 66 69 6c 65 2e 6f 20 5c 0a 20 20 77 69 6b vfile.o \. wik
0ce0: 69 2e 6f 20 5c 0a 20 20 77 69 6b 69 66 6f 72 6d i.o \. wikiform
0cf0: 61 74 2e 6f 20 5c 0a 20 20 78 66 65 72 2e 6f 20 at.o \. xfer.o
0d00: 5c 0a 20 20 7a 69 70 2e 6f 0a 0a 41 50 50 4e 41 \. zip.o..APPNA
0d10: 4d 45 20 3d 20 66 6f 73 73 69 6c 24 28 45 29 0a ME = fossil$(E).
0d20: 0a 0a 0a 61 6c 6c 3a 09 24 28 41 50 50 4e 41 4d ...all:.$(APPNAM
0d30: 45 29 0a 0a 69 6e 73 74 61 6c 6c 3a 09 24 28 41 E)..install:.$(A
0d40: 50 50 4e 41 4d 45 29 0a 09 6d 76 20 24 28 41 50 PPNAME)..mv $(AP
0d50: 50 4e 41 4d 45 29 20 24 28 49 4e 53 54 41 4c 4c PNAME) $(INSTALL
0d60: 44 49 52 29 0a 0a 74 72 61 6e 73 6c 61 74 65 3a DIR)..translate:
0d70: 09 24 28 53 52 43 44 49 52 29 2f 74 72 61 6e 73 .$(SRCDIR)/trans
0d80: 6c 61 74 65 2e 63 0a 09 24 28 42 43 43 29 20 2d late.c..$(BCC) -
0d90: 6f 20 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 o translate $(SR
0da0: 43 44 49 52 29 2f 74 72 61 6e 73 6c 61 74 65 2e CDIR)/translate.
0db0: 63 0a 0a 6d 61 6b 65 68 65 61 64 65 72 73 3a 09 c..makeheaders:.
0dc0: 24 28 53 52 43 44 49 52 29 2f 6d 61 6b 65 68 65 $(SRCDIR)/makehe
0dd0: 61 64 65 72 73 2e 63 0a 09 24 28 42 43 43 29 20 aders.c..$(BCC)
0de0: 2d 6f 20 6d 61 6b 65 68 65 61 64 65 72 73 20 24 -o makeheaders $
0df0: 28 53 52 43 44 49 52 29 2f 6d 61 6b 65 68 65 61 (SRCDIR)/makehea
0e00: 64 65 72 73 2e 63 0a 0a 6d 6b 69 6e 64 65 78 3a ders.c..mkindex:
0e10: 09 24 28 53 52 43 44 49 52 29 2f 6d 6b 69 6e 64 .$(SRCDIR)/mkind
0e20: 65 78 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 ex.c..$(BCC) -o
0e30: 6d 6b 69 6e 64 65 78 20 24 28 53 52 43 44 49 52 mkindex $(SRCDIR
0e40: 29 2f 6d 6b 69 6e 64 65 78 2e 63 0a 0a 23 20 57 )/mkindex.c..# W
0e50: 41 52 4e 49 4e 47 2e 20 44 41 4e 47 45 52 2e 20 ARNING. DANGER.
0e60: 52 75 6e 6e 69 6e 67 20 74 68 65 20 74 65 73 74 Running the test
0e70: 73 75 69 74 65 20 6d 6f 64 69 66 69 65 73 20 74 suite modifies t
0e80: 68 65 20 72 65 70 6f 73 69 74 6f 72 79 20 74 68 he repository th
0e90: 65 0a 23 20 62 75 69 6c 64 20 69 73 20 64 6f 6e e.# build is don
0ea0: 65 20 66 72 6f 6d 2c 20 69 2e 65 2e 20 74 68 65 e from, i.e. the
0eb0: 20 63 68 65 63 6b 6f 75 74 20 62 65 6c 6f 6e 67 checkout belong
0ec0: 73 20 74 6f 2e 20 44 6f 20 6e 6f 74 20 73 79 6e s to. Do not syn
0ed0: 63 2f 70 75 73 68 0a 23 20 74 68 65 20 72 65 70 c/push.# the rep
0ee0: 6f 73 69 74 6f 72 79 20 61 66 74 65 72 20 72 75 ository after ru
0ef0: 6e 6e 69 6e 67 20 74 68 65 20 74 65 73 74 73 2e nning the tests.
0f00: 0a 74 65 73 74 3a 09 24 28 41 50 50 4e 41 4d 45 .test:.$(APPNAME
0f10: 29 0a 09 24 28 54 43 4c 53 48 29 20 24 7b 53 52 )..$(TCLSH) ${SR
0f20: 43 44 49 52 7d 2f 2e 2e 2f 74 65 73 74 2f 74 65 CDIR}/../test/te
0f30: 73 74 65 72 2e 74 63 6c 20 24 28 41 50 50 4e 41 ster.tcl $(APPNA
0f40: 4d 45 29 0a 0a 56 45 52 53 49 4f 4e 2e 68 3a 09 ME)..VERSION.h:.
0f50: 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e $(SRCDIR)/../man
0f60: 69 66 65 73 74 2e 75 75 69 64 20 24 28 53 52 43 ifest.uuid $(SRC
0f70: 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 DIR)/../manifest
0f80: 0a 09 61 77 6b 20 27 7b 20 70 72 69 6e 74 66 20 ..awk '{ printf
0f90: 22 23 64 65 66 69 6e 65 20 4d 41 4e 49 46 45 53 "#define MANIFES
0fa0: 54 5f 55 55 49 44 20 5c 22 25 73 5c 22 5c 6e 22 T_UUID \"%s\"\n"
0fb0: 2c 20 24 24 31 7d 27 20 20 24 28 53 52 43 44 49 , $$1}' $(SRCDI
0fc0: 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 2e 75 R)/../manifest.u
0fd0: 75 69 64 20 3e 56 45 52 53 49 4f 4e 2e 68 0a 09 uid >VERSION.h..
0fe0: 61 77 6b 20 27 7b 20 70 72 69 6e 74 66 20 22 23 awk '{ printf "#
0ff0: 64 65 66 69 6e 65 20 4d 41 4e 49 46 45 53 54 5f define MANIFEST_
1000: 56 45 52 53 49 4f 4e 20 5c 22 5b 25 2e 31 30 73 VERSION \"[%.10s
1010: 5d 5c 22 5c 6e 22 2c 20 24 24 31 7d 27 20 20 24 ]\"\n", $$1}' $
1020: 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 (SRCDIR)/../mani
1030: 66 65 73 74 2e 75 75 69 64 20 3e 3e 56 45 52 53 fest.uuid >>VERS
1040: 49 4f 4e 2e 68 0a 09 61 77 6b 20 27 24 24 31 3d ION.h..awk '$$1=
1050: 3d 22 44 22 7b 70 72 69 6e 74 66 20 22 23 64 65 ="D"{printf "#de
1060: 66 69 6e 65 20 4d 41 4e 49 46 45 53 54 5f 44 41 fine MANIFEST_DA
1070: 54 45 20 5c 22 25 73 20 25 73 5c 22 5c 6e 22 2c TE \"%s %s\"\n",
1080: 20 73 75 62 73 74 72 28 24 24 32 2c 31 2c 31 30 substr($$2,1,10
1090: 29 2c 73 75 62 73 74 72 28 24 24 32 2c 31 32 29 ),substr($$2,12)
10a0: 7d 27 20 20 24 28 53 52 43 44 49 52 29 2f 2e 2e }' $(SRCDIR)/..
10b0: 2f 6d 61 6e 69 66 65 73 74 20 3e 3e 56 45 52 53 /manifest >>VERS
10c0: 49 4f 4e 2e 68 0a 0a 24 28 41 50 50 4e 41 4d 45 ION.h..$(APPNAME
10d0: 29 3a 09 68 65 61 64 65 72 73 20 24 28 4f 42 4a ):.headers $(OBJ
10e0: 29 20 73 71 6c 69 74 65 33 2e 6f 20 74 68 2e 6f ) sqlite3.o th.o
10f0: 20 74 68 5f 6c 61 6e 67 2e 6f 0a 09 24 28 54 43 th_lang.o..$(TC
1100: 43 29 20 2d 6f 20 24 28 41 50 50 4e 41 4d 45 29 C) -o $(APPNAME)
1110: 20 24 28 4f 42 4a 29 20 73 71 6c 69 74 65 33 2e $(OBJ) sqlite3.
1120: 6f 20 74 68 2e 6f 20 74 68 5f 6c 61 6e 67 2e 6f o th.o th_lang.o
1130: 20 24 28 4c 49 42 29 0a 0a 23 20 54 68 69 73 20 $(LIB)..# This
1140: 72 75 6c 65 20 70 72 65 76 65 6e 74 73 20 6d 61 rule prevents ma
1150: 6b 65 20 66 72 6f 6d 20 75 73 69 6e 67 20 69 74 ke from using it
1160: 73 20 64 65 66 61 75 6c 74 20 72 75 6c 65 73 20 s default rules
1170: 74 6f 20 74 72 79 20 62 75 69 6c 64 0a 23 20 61 to try build.# a
1180: 6e 20 65 78 65 63 75 74 61 62 6c 65 20 6e 61 6d n executable nam
1190: 65 64 20 22 6d 61 6e 69 66 65 73 74 22 20 6f 75 ed "manifest" ou
11a0: 74 20 6f 66 20 74 68 65 20 66 69 6c 65 20 6e 61 t of the file na
11b0: 6d 65 64 20 22 6d 61 6e 69 66 65 73 74 2e 63 22 med "manifest.c"
11c0: 0a 23 0a 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f .#.$(SRCDIR)/../
11d0: 6d 61 6e 69 66 65 73 74 3a 09 0a 09 23 20 6e 6f manifest:...# no
11e0: 6f 70 0a 0a 63 6c 65 61 6e 3a 09 0a 09 72 6d 20 op..clean:...rm
11f0: 2d 66 20 2a 2e 6f 20 2a 5f 2e 63 20 24 28 41 50 -f *.o *_.c $(AP
1200: 50 4e 41 4d 45 29 20 56 45 52 53 49 4f 4e 2e 68 PNAME) VERSION.h
1210: 0a 09 72 6d 20 2d 66 20 74 72 61 6e 73 6c 61 74 ..rm -f translat
1220: 65 20 6d 61 6b 65 68 65 61 64 65 72 73 20 6d 6b e makeheaders mk
1230: 69 6e 64 65 78 20 70 61 67 65 5f 69 6e 64 65 78 index page_index
1240: 2e 68 20 68 65 61 64 65 72 73 0a 09 72 6d 20 2d .h headers..rm -
1250: 66 20 61 64 64 2e 68 20 61 64 6d 69 6e 2e 68 20 f add.h admin.h
1260: 62 61 67 2e 68 20 62 6c 6f 62 2e 68 20 62 72 61 bag.h blob.h bra
1270: 6e 63 68 2e 68 20 62 72 6f 77 73 65 2e 68 20 63 nch.h browse.h c
1280: 67 69 2e 68 20 63 68 65 63 6b 69 6e 2e 68 20 63 gi.h checkin.h c
1290: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
12a0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 2e 68 20 63 6f ign.h clone.h co
12b0: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 mformat.h constr
12c0: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 2e 68 20 uct.h content.h
12d0: 64 62 2e 68 20 64 65 6c 74 61 2e 68 20 64 65 6c db.h delta.h del
12e0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
12f0: 6e 74 73 2e 68 20 64 69 66 66 2e 68 20 64 69 66 nts.h diff.h dif
1300: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 2e 68 20 fcmd.h encode.h
1310: 66 69 6c 65 2e 68 20 68 74 74 70 2e 68 20 69 6e file.h http.h in
1320: 66 6f 2e 68 20 6c 6f 67 69 6e 2e 68 20 6d 61 69 fo.h login.h mai
1330: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 2e 68 20 6d n.h manifest.h m
1340: 64 35 2e 68 20 6d 65 72 67 65 2e 68 20 6d 65 72 d5.h merge.h mer
1350: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 2e 68 20 ge3.h my_page.h
1360: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 2e 68 20 70 name.h pivot.h p
1370: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 2e 68 queue.h printf.h
1380: 20 72 65 62 75 69 6c 64 2e 68 20 72 73 73 2e 68 rebuild.h rss.h
1390: 20 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 2e schema.h setup.
13a0: 68 20 73 68 61 31 2e 68 20 73 74 61 74 2e 68 20 h sha1.h stat.h
13b0: 73 74 79 6c 65 2e 68 20 73 79 6e 63 2e 68 20 74 style.h sync.h t
13c0: 61 67 2e 68 20 74 61 67 76 69 65 77 2e 68 20 74 ag.h tagview.h t
13d0: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e h_main.h timelin
13e0: 65 2e 68 20 74 6b 74 2e 68 20 74 6b 74 63 6f 6e e.h tkt.h tktcon
13f0: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 2e 68 fig.h tktsetup.h
1400: 20 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 2e 68 undo.h update.h
1410: 20 75 72 6c 2e 68 20 75 73 65 72 2e 68 20 76 65 url.h user.h ve
1420: 72 69 66 79 2e 68 20 76 66 69 6c 65 2e 68 20 77 rify.h vfile.h w
1430: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
1440: 2e 68 20 78 66 65 72 2e 68 20 7a 69 70 2e 68 0a .h xfer.h zip.h.
1450: 0a 68 65 61 64 65 72 73 3a 09 6d 61 6b 65 68 65 .headers:.makehe
1460: 61 64 65 72 73 20 6d 6b 69 6e 64 65 78 20 24 28 aders mkindex $(
1470: 54 52 41 4e 53 5f 53 52 43 29 20 2e 2f 56 45 52 TRANS_SRC) ./VER
1480: 53 49 4f 4e 2e 68 0a 09 2e 2f 6d 61 6b 65 68 65 SION.h.../makehe
1490: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
14a0: 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d d.h admin_.c:adm
14b0: 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e in.h bag_.c:bag.
14c0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
14d0: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 branch_.c:branc
14e0: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 h.h browse_.c:br
14f0: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 owse.h cgi_.c:cg
1500: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
1510: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
1520: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
1530: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
1540: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
1550: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
1560: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
1570: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
1580: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
1590: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
15a0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
15b0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
15c0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
15d0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
15e0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
15f0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
1600: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
1610: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
1620: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
1630: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
1640: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
1650: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
1660: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
1670: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
1680: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
1690: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
16a0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
16b0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f _.c:merge3.h my_
16c0: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e page_.c:my_page.
16d0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
16e0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
16f0: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 h pqueue_.c:pque
1700: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ue.h printf_.c:p
1710: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
1720: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 .c:rebuild.h rss
1730: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 _.c:rss.h schema
1740: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
1750: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
1760: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 a1_.c:sha1.h sta
1770: 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c t_.c:stat.h styl
1780: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
1790: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
17a0: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 .c:tag.h tagview
17b0: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 _.c:tagview.h th
17c0: 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e _main_.c:th_main
17d0: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
17e0: 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 imeline.h tkt_.c
17f0: 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 :tkt.h tktconfig
1800: 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 _.c:tktconfig.h
1810: 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 tktsetup_.c:tkts
1820: 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 etup.h undo_.c:u
1830: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ndo.h update_.c:
1840: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
1850: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
1860: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
1870: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
1880: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
1890: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
18a0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
18b0: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
18c0: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
18d0: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
18e0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e .h $(SRCDIR)/th.
18f0: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 2e h ./VERSION.h...
1900: 2f 6d 6b 69 6e 64 65 78 20 24 28 54 52 41 4e 53 /mkindex $(TRANS
1910: 5f 53 52 43 29 20 3e 70 61 67 65 5f 69 6e 64 65 _SRC) >page_inde
1920: 78 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 x.h..touch heade
1930: 72 73 0a 0a 61 64 64 5f 2e 63 3a 09 24 28 53 52 rs..add_.c:.$(SR
1940: 43 44 49 52 29 2f 61 64 64 2e 63 20 24 28 53 52 CDIR)/add.c $(SR
1950: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
1960: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
1970: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 61 late $(SRCDIR)/a
1980: 64 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 dd.c | sed -f $(
1990: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
19a0: 3e 61 64 64 5f 2e 63 0a 0a 61 64 64 2e 6f 3a 09 >add_.c..add.o:.
19b0: 61 64 64 5f 2e 63 20 61 64 64 2e 68 20 20 24 28 add_.c add.h $(
19c0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
19d0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 61 64 64 ..$(XTCC) -o add
19e0: 2e 6f 20 2d 63 20 61 64 64 5f 2e 63 0a 0a 61 64 .o -c add_.c..ad
19f0: 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 d.h:.makeheaders
1a00: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
1a10: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 add_.c:add.h ad
1a20: 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 min_.c:admin.h b
1a30: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
1a40: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 _.c:blob.h branc
1a50: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 h_.c:branch.h br
1a60: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 owse_.c:browse.h
1a70: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
1a80: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
1a90: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
1aa0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
1ab0: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
1ac0: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
1ad0: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
1ae0: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
1af0: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
1b00: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
1b10: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
1b20: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
1b30: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
1b40: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
1b50: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
1b60: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
1b70: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
1b80: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
1b90: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
1ba0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
1bb0: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
1bc0: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
1bd0: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
1be0: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
1bf0: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
1c00: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
1c10: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
1c20: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
1c30: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e rge3.h my_page_.
1c40: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 c:my_page.h name
1c50: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
1c60: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 _.c:pivot.h pque
1c70: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 ue_.c:pqueue.h p
1c80: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
1c90: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
1ca0: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 uild.h rss_.c:rs
1cb0: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 s.h schema_.c:sc
1cc0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
1cd0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
1ce0: 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 sha1.h stat_.c:s
1cf0: 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 tat.h style_.c:s
1d00: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
1d10: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
1d20: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
1d30: 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f gview.h th_main_
1d40: 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d .c:th_main.h tim
1d50: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
1d60: 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 e.h tkt_.c:tkt.h
1d70: 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b tktconfig_.c:tk
1d80: 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 tconfig.h tktset
1d90: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 up_.c:tktsetup.h
1da0: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 undo_.c:undo.h
1db0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
1dc0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
1dd0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
1de0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
1df0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
1e00: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
1e10: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
1e20: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
1e30: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
1e40: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
1e50: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 R)/sqlite3.h $(S
1e60: 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 RCDIR)/th.h ./VE
1e70: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
1e80: 65 61 64 65 72 73 0a 0a 61 64 6d 69 6e 5f 2e 63 eaders..admin_.c
1e90: 3a 09 24 28 53 52 43 44 49 52 29 2f 61 64 6d 69 :.$(SRCDIR)/admi
1ea0: 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 n.c $(SRCDIR)/VE
1eb0: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
1ec0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
1ed0: 52 43 44 49 52 29 2f 61 64 6d 69 6e 2e 63 20 7c RCDIR)/admin.c |
1ee0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
1ef0: 29 2f 56 45 52 53 49 4f 4e 20 3e 61 64 6d 69 6e )/VERSION >admin
1f00: 5f 2e 63 0a 0a 61 64 6d 69 6e 2e 6f 3a 09 61 64 _.c..admin.o:.ad
1f10: 6d 69 6e 5f 2e 63 20 61 64 6d 69 6e 2e 68 20 20 min_.c admin.h
1f20: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
1f30: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 61 .h..$(XTCC) -o a
1f40: 64 6d 69 6e 2e 6f 20 2d 63 20 61 64 6d 69 6e 5f dmin.o -c admin_
1f50: 2e 63 0a 0a 61 64 6d 69 6e 2e 68 3a 09 6d 61 6b .c..admin.h:.mak
1f60: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
1f70: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
1f80: 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 add.h admin_.c:a
1f90: 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 dmin.h bag_.c:ba
1fa0: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
1fb0: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 .h branch_.c:bra
1fc0: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a nch.h browse_.c:
1fd0: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a browse.h cgi_.c:
1fe0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
1ff0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
2000: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
2010: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
2020: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
2030: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
2040: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
2050: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
2060: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
2070: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
2080: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
2090: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
20a0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
20b0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
20c0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
20d0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
20e0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
20f0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
2100: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
2110: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
2120: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
2130: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
2140: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
2150: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
2160: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
2170: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
2180: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
2190: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d e3_.c:merge3.h m
21a0: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 y_page_.c:my_pag
21b0: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 e.h name_.c:name
21c0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
21d0: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 t.h pqueue_.c:pq
21e0: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ueue.h printf_.c
21f0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
2200: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 d_.c:rebuild.h r
2210: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 ss_.c:rss.h sche
2220: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
2230: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
2240: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
2250: 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 tat_.c:stat.h st
2260: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
2270: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
2280: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
2290: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
22a0: 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 th_main_.c:th_ma
22b0: 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 in.h timeline_.c
22c0: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f :timeline.h tkt_
22d0: 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 .c:tkt.h tktconf
22e0: 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e ig_.c:tktconfig.
22f0: 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b h tktsetup_.c:tk
2300: 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 tsetup.h undo_.c
2310: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
2320: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
2330: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
2340: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
2350: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
2360: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
2370: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
2380: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
2390: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
23a0: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
23b0: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
23c0: 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 e3.h $(SRCDIR)/t
23d0: 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a h.h ./VERSION.h.
23e0: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
23f0: 62 61 67 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 bag_.c:.$(SRCDIR
2400: 29 2f 62 61 67 2e 63 20 24 28 53 52 43 44 49 52 )/bag.c $(SRCDIR
2410: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
2420: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
2430: 20 24 28 53 52 43 44 49 52 29 2f 62 61 67 2e 63 $(SRCDIR)/bag.c
2440: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
2450: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 62 61 67 IR)/VERSION >bag
2460: 5f 2e 63 0a 0a 62 61 67 2e 6f 3a 09 62 61 67 5f _.c..bag.o:.bag_
2470: 2e 63 20 62 61 67 2e 68 20 20 24 28 53 52 43 44 .c bag.h $(SRCD
2480: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
2490: 58 54 43 43 29 20 2d 6f 20 62 61 67 2e 6f 20 2d XTCC) -o bag.o -
24a0: 63 20 62 61 67 5f 2e 63 0a 0a 62 61 67 2e 68 3a c bag_.c..bag.h:
24b0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
24c0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
24d0: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
24e0: 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e .c:admin.h bag_.
24f0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
2500: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 blob.h branch_.c
2510: 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 :branch.h browse
2520: 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 _.c:browse.h cgi
2530: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
2540: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
2550: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
2560: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
2570: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
2580: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
2590: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
25a0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
25b0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
25c0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
25d0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
25e0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
25f0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
2600: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
2610: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
2620: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
2630: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
2640: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
2650: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
2660: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
2670: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
2680: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
2690: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
26a0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
26b0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
26c0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
26d0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
26e0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
26f0: 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 .h my_page_.c:my
2700: 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a _page.h name_.c:
2710: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
2720: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
2730: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
2740: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
2750: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
2760: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 .h rss_.c:rss.h
2770: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
2780: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
2790: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
27a0: 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e .h stat_.c:stat.
27b0: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
27c0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
27d0: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
27e0: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
27f0: 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 w.h th_main_.c:t
2800: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e h_main.h timelin
2810: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
2820: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 tkt_.c:tkt.h tkt
2830: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e config_.c:tktcon
2840: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e fig.h tktsetup_.
2850: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 c:tktsetup.h und
2860: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
2870: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
2880: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
2890: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
28a0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
28b0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
28c0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
28d0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
28e0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
28f0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
2900: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
2910: 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 qlite3.h $(SRCDI
2920: 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f R)/th.h ./VERSIO
2930: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
2940: 72 73 0a 0a 62 6c 6f 62 5f 2e 63 3a 09 24 28 53 rs..blob_.c:.$(S
2950: 52 43 44 49 52 29 2f 62 6c 6f 62 2e 63 20 24 28 RCDIR)/blob.c $(
2960: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
2970: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
2980: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
2990: 2f 62 6c 6f 62 2e 63 20 7c 20 73 65 64 20 2d 66 /blob.c | sed -f
29a0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
29b0: 4f 4e 20 3e 62 6c 6f 62 5f 2e 63 0a 0a 62 6c 6f ON >blob_.c..blo
29c0: 62 2e 6f 3a 09 62 6c 6f 62 5f 2e 63 20 62 6c 6f b.o:.blob_.c blo
29d0: 62 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 b.h $(SRCDIR)/c
29e0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
29f0: 20 2d 6f 20 62 6c 6f 62 2e 6f 20 2d 63 20 62 6c -o blob.o -c bl
2a00: 6f 62 5f 2e 63 0a 0a 62 6c 6f 62 2e 68 3a 09 6d ob_.c..blob.h:.m
2a10: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
2a20: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
2a30: 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 c:add.h admin_.c
2a40: 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a :admin.h bag_.c:
2a50: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
2a60: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 ob.h branch_.c:b
2a70: 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e ranch.h browse_.
2a80: 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e c:browse.h cgi_.
2a90: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
2aa0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
2ab0: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
2ac0: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
2ad0: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
2ae0: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
2af0: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
2b00: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
2b10: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
2b20: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
2b30: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
2b40: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
2b50: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
2b60: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
2b70: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
2b80: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
2b90: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
2ba0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
2bb0: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
2bc0: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
2bd0: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
2be0: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
2bf0: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
2c00: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
2c10: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
2c20: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
2c30: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
2c40: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
2c50: 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 my_page_.c:my_p
2c60: 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 age.h name_.c:na
2c70: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 me.h pivot_.c:pi
2c80: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a vot.h pqueue_.c:
2c90: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f pqueue.h printf_
2ca0: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
2cb0: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
2cc0: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 rss_.c:rss.h sc
2cd0: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
2ce0: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
2cf0: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
2d00: 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 stat_.c:stat.h
2d10: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
2d20: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
2d30: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 tag_.c:tag.h tag
2d40: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e view_.c:tagview.
2d50: 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f h th_main_.c:th_
2d60: 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f main.h timeline_
2d70: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b .c:timeline.h tk
2d80: 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f t_.c:tkt.h tktco
2d90: 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 nfig_.c:tktconfi
2da0: 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a g.h tktsetup_.c:
2db0: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f tktsetup.h undo_
2dc0: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
2dd0: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
2de0: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
2df0: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
2e00: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
2e10: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
2e20: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
2e30: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
2e40: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
2e50: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
2e60: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
2e70: 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 ite3.h $(SRCDIR)
2e80: 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e /th.h ./VERSION.
2e90: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
2ea0: 0a 0a 62 72 61 6e 63 68 5f 2e 63 3a 09 24 28 53 ..branch_.c:.$(S
2eb0: 52 43 44 49 52 29 2f 62 72 61 6e 63 68 2e 63 20 RCDIR)/branch.c
2ec0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
2ed0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
2ee0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
2ef0: 52 29 2f 62 72 61 6e 63 68 2e 63 20 7c 20 73 65 R)/branch.c | se
2f00: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
2f10: 45 52 53 49 4f 4e 20 3e 62 72 61 6e 63 68 5f 2e ERSION >branch_.
2f20: 63 0a 0a 62 72 61 6e 63 68 2e 6f 3a 09 62 72 61 c..branch.o:.bra
2f30: 6e 63 68 5f 2e 63 20 62 72 61 6e 63 68 2e 68 20 nch_.c branch.h
2f40: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
2f50: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
2f60: 62 72 61 6e 63 68 2e 6f 20 2d 63 20 62 72 61 6e branch.o -c bran
2f70: 63 68 5f 2e 63 0a 0a 62 72 61 6e 63 68 2e 68 3a ch_.c..branch.h:
2f80: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
2f90: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
2fa0: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
2fb0: 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e .c:admin.h bag_.
2fc0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
2fd0: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 blob.h branch_.c
2fe0: 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 :branch.h browse
2ff0: 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 _.c:browse.h cgi
3000: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
3010: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
3020: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
3030: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
3040: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
3050: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
3060: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
3070: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
3080: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
3090: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
30a0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
30b0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
30c0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
30d0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
30e0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
30f0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
3100: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
3110: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
3120: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
3130: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
3140: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
3150: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
3160: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
3170: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
3180: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
3190: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
31a0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
31b0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
31c0: 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 .h my_page_.c:my
31d0: 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a _page.h name_.c:
31e0: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
31f0: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
3200: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
3210: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
3220: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
3230: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 .h rss_.c:rss.h
3240: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
3250: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
3260: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
3270: 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e .h stat_.c:stat.
3280: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
3290: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
32a0: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
32b0: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
32c0: 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 w.h th_main_.c:t
32d0: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e h_main.h timelin
32e0: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
32f0: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 tkt_.c:tkt.h tkt
3300: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e config_.c:tktcon
3310: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e fig.h tktsetup_.
3320: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 c:tktsetup.h und
3330: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
3340: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
3350: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
3360: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
3370: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
3380: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
3390: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
33a0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
33b0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
33c0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
33d0: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
33e0: 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 qlite3.h $(SRCDI
33f0: 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f R)/th.h ./VERSIO
3400: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
3410: 72 73 0a 0a 62 72 6f 77 73 65 5f 2e 63 3a 09 24 rs..browse_.c:.$
3420: 28 53 52 43 44 49 52 29 2f 62 72 6f 77 73 65 2e (SRCDIR)/browse.
3430: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
3440: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
3450: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
3460: 44 49 52 29 2f 62 72 6f 77 73 65 2e 63 20 7c 20 DIR)/browse.c |
3470: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
3480: 2f 56 45 52 53 49 4f 4e 20 3e 62 72 6f 77 73 65 /VERSION >browse
3490: 5f 2e 63 0a 0a 62 72 6f 77 73 65 2e 6f 3a 09 62 _.c..browse.o:.b
34a0: 72 6f 77 73 65 5f 2e 63 20 62 72 6f 77 73 65 2e rowse_.c browse.
34b0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
34c0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
34d0: 6f 20 62 72 6f 77 73 65 2e 6f 20 2d 63 20 62 72 o browse.o -c br
34e0: 6f 77 73 65 5f 2e 63 0a 0a 62 72 6f 77 73 65 2e owse_.c..browse.
34f0: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
3500: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
3510: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 dd_.c:add.h admi
3520: 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 n_.c:admin.h bag
3530: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
3540: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
3550: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
3560: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
3570: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
3580: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
3590: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
35a0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
35b0: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
35c0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
35d0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
35e0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
35f0: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
3600: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
3610: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
3620: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
3630: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
3640: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
3650: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
3660: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
3670: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
3680: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
3690: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
36a0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
36b0: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
36c0: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
36d0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
36e0: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
36f0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
3700: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
3710: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
3720: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
3730: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a e3.h my_page_.c:
3740: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e my_page.h name_.
3750: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
3760: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 c:pivot.h pqueue
3770: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 _.c:pqueue.h pri
3780: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
3790: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
37a0: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e ld.h rss_.c:rss.
37b0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
37c0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
37d0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
37e0: 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 a1.h stat_.c:sta
37f0: 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 t.h style_.c:sty
3800: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
3810: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
3820: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
3830: 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 iew.h th_main_.c
3840: 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c :th_main.h timel
3850: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
3860: 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 h tkt_.c:tkt.h t
3870: 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 ktconfig_.c:tktc
3880: 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 onfig.h tktsetup
3890: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 _.c:tktsetup.h u
38a0: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
38b0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
38c0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
38d0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
38e0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
38f0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
3900: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
3910: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
3920: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
3930: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
3940: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
3950: 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 /sqlite3.h $(SRC
3960: 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 DIR)/th.h ./VERS
3970: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
3980: 64 65 72 73 0a 0a 63 67 69 5f 2e 63 3a 09 24 28 ders..cgi_.c:.$(
3990: 53 52 43 44 49 52 29 2f 63 67 69 2e 63 20 24 28 SRCDIR)/cgi.c $(
39a0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
39b0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
39c0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
39d0: 2f 63 67 69 2e 63 20 7c 20 73 65 64 20 2d 66 20 /cgi.c | sed -f
39e0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
39f0: 4e 20 3e 63 67 69 5f 2e 63 0a 0a 63 67 69 2e 6f N >cgi_.c..cgi.o
3a00: 3a 09 63 67 69 5f 2e 63 20 63 67 69 2e 68 20 20 :.cgi_.c cgi.h
3a10: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
3a20: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 .h..$(XTCC) -o c
3a30: 67 69 2e 6f 20 2d 63 20 63 67 69 5f 2e 63 0a 0a gi.o -c cgi_.c..
3a40: 63 67 69 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 cgi.h:.makeheade
3a50: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
3a60: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
3a70: 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 admin_.c:admin.h
3a80: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
3a90: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 ob_.c:blob.h bra
3aa0: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 nch_.c:branch.h
3ab0: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 browse_.c:browse
3ac0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
3ad0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
3ae0: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
3af0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
3b00: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
3b10: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
3b20: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
3b30: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
3b40: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
3b50: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
3b60: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
3b70: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
3b80: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
3b90: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
3ba0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
3bb0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
3bc0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
3bd0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
3be0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
3bf0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
3c00: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
3c10: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
3c20: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
3c30: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
3c40: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
3c50: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
3c60: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
3c70: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
3c80: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 merge3.h my_page
3c90: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 _.c:my_page.h na
3ca0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
3cb0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
3cc0: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
3cd0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
3ce0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
3cf0: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a ebuild.h rss_.c:
3d00: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a rss.h schema_.c:
3d10: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
3d20: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
3d30: 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 c:sha1.h stat_.c
3d40: 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 :stat.h style_.c
3d50: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
3d60: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
3d70: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
3d80: 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 tagview.h th_mai
3d90: 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 n_.c:th_main.h t
3da0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
3db0: 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
3dc0: 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
3dd0: 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
3de0: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
3df0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
3e00: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
3e10: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
3e20: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
3e30: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
3e40: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
3e50: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
3e60: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
3e70: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
3e80: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
3e90: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
3ea0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 DIR)/sqlite3.h $
3eb0: 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f (SRCDIR)/th.h ./
3ec0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
3ed0: 20 68 65 61 64 65 72 73 0a 0a 63 68 65 63 6b 69 headers..checki
3ee0: 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f n_.c:.$(SRCDIR)/
3ef0: 63 68 65 63 6b 69 6e 2e 63 20 24 28 53 52 43 44 checkin.c $(SRCD
3f00: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
3f10: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
3f20: 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 te $(SRCDIR)/che
3f30: 63 6b 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 ckin.c | sed -f
3f40: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
3f50: 4e 20 3e 63 68 65 63 6b 69 6e 5f 2e 63 0a 0a 63 N >checkin_.c..c
3f60: 68 65 63 6b 69 6e 2e 6f 3a 09 63 68 65 63 6b 69 heckin.o:.checki
3f70: 6e 5f 2e 63 20 63 68 65 63 6b 69 6e 2e 68 20 20 n_.c checkin.h
3f80: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
3f90: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 .h..$(XTCC) -o c
3fa0: 68 65 63 6b 69 6e 2e 6f 20 2d 63 20 63 68 65 63 heckin.o -c chec
3fb0: 6b 69 6e 5f 2e 63 0a 0a 63 68 65 63 6b 69 6e 2e kin_.c..checkin.
3fc0: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
3fd0: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
3fe0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 dd_.c:add.h admi
3ff0: 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 n_.c:admin.h bag
4000: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
4010: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
4020: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
4030: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
4040: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
4050: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
4060: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
4070: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
4080: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
4090: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
40a0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
40b0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
40c0: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
40d0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
40e0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
40f0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
4100: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
4110: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
4120: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
4130: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
4140: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
4150: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
4160: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
4170: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
4180: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
4190: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
41a0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
41b0: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
41c0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
41d0: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
41e0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
41f0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
4200: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a e3.h my_page_.c:
4210: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e my_page.h name_.
4220: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
4230: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 c:pivot.h pqueue
4240: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 _.c:pqueue.h pri
4250: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
4260: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
4270: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e ld.h rss_.c:rss.
4280: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
4290: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
42a0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
42b0: 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 a1.h stat_.c:sta
42c0: 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 t.h style_.c:sty
42d0: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
42e0: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
42f0: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
4300: 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 iew.h th_main_.c
4310: 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c :th_main.h timel
4320: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
4330: 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 h tkt_.c:tkt.h t
4340: 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 ktconfig_.c:tktc
4350: 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 onfig.h tktsetup
4360: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 _.c:tktsetup.h u
4370: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
4380: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
4390: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
43a0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
43b0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
43c0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
43d0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
43e0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
43f0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
4400: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
4410: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
4420: 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 /sqlite3.h $(SRC
4430: 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 DIR)/th.h ./VERS
4440: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
4450: 64 65 72 73 0a 0a 63 68 65 63 6b 6f 75 74 5f 2e ders..checkout_.
4460: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 68 65 c:.$(SRCDIR)/che
4470: 63 6b 6f 75 74 2e 63 20 24 28 53 52 43 44 49 52 ckout.c $(SRCDIR
4480: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
4490: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
44a0: 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b $(SRCDIR)/check
44b0: 6f 75 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 out.c | sed -f $
44c0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
44d0: 20 3e 63 68 65 63 6b 6f 75 74 5f 2e 63 0a 0a 63 >checkout_.c..c
44e0: 68 65 63 6b 6f 75 74 2e 6f 3a 09 63 68 65 63 6b heckout.o:.check
44f0: 6f 75 74 5f 2e 63 20 63 68 65 63 6b 6f 75 74 2e out_.c checkout.
4500: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
4510: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
4520: 6f 20 63 68 65 63 6b 6f 75 74 2e 6f 20 2d 63 20 o checkout.o -c
4530: 63 68 65 63 6b 6f 75 74 5f 2e 63 0a 0a 63 68 65 checkout_.c..che
4540: 63 6b 6f 75 74 2e 68 3a 09 6d 61 6b 65 68 65 61 ckout.h:.makehea
4550: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
4560: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
4570: 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e h admin_.c:admin
4580: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
4590: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
45a0: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
45b0: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 h browse_.c:brow
45c0: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e se.h cgi_.c:cgi.
45d0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
45e0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
45f0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
4600: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
4610: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
4620: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
4630: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
4640: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
4650: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
4660: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
4670: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
4680: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
4690: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
46a0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
46b0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
46c0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
46d0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
46e0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
46f0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
4700: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
4710: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
4720: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
4730: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
4740: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
4750: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
4760: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
4770: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
4780: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 c:merge3.h my_pa
4790: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 ge_.c:my_page.h
47a0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
47b0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
47c0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 pqueue_.c:pqueue
47d0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
47e0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
47f0: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e :rebuild.h rss_.
4800: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e c:rss.h schema_.
4810: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
4820: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
4830: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f _.c:sha1.h stat_
4840: 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f .c:stat.h style_
4850: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
4860: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
4870: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
4880: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d c:tagview.h th_m
4890: 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 ain_.c:th_main.h
48a0: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
48b0: 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 eline.h tkt_.c:t
48c0: 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e kt.h tktconfig_.
48d0: 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b c:tktconfig.h tk
48e0: 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 tsetup_.c:tktset
48f0: 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 up.h undo_.c:und
4900: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
4910: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
4920: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
4930: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
4940: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
4950: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
4960: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
4970: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
4980: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
4990: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
49a0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
49b0: 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 $(SRCDIR)/th.h
49c0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
49d0: 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6c 65 61 ch headers..clea
49e0: 72 73 69 67 6e 5f 2e 63 3a 09 24 28 53 52 43 44 rsign_.c:.$(SRCD
49f0: 49 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 IR)/clearsign.c
4a00: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
4a10: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
4a20: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
4a30: 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 7c R)/clearsign.c |
4a40: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
4a50: 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6c 65 61 72 )/VERSION >clear
4a60: 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65 61 72 73 69 sign_.c..clearsi
4a70: 67 6e 2e 6f 3a 09 63 6c 65 61 72 73 69 67 6e 5f gn.o:.clearsign_
4a80: 2e 63 20 63 6c 65 61 72 73 69 67 6e 2e 68 20 20 .c clearsign.h
4a90: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
4aa0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 .h..$(XTCC) -o c
4ab0: 6c 65 61 72 73 69 67 6e 2e 6f 20 2d 63 20 63 6c learsign.o -c cl
4ac0: 65 61 72 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65 61 earsign_.c..clea
4ad0: 72 73 69 67 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 rsign.h:.makehea
4ae0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
4af0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
4b00: 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e h admin_.c:admin
4b10: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
4b20: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
4b30: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
4b40: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 h browse_.c:brow
4b50: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e se.h cgi_.c:cgi.
4b60: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
4b70: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
4b80: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
4b90: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
4ba0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
4bb0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
4bc0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
4bd0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
4be0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
4bf0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
4c00: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
4c10: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
4c20: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
4c30: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
4c40: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
4c50: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
4c60: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
4c70: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
4c80: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
4c90: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
4ca0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
4cb0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
4cc0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
4cd0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
4ce0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
4cf0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
4d00: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
4d10: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 c:merge3.h my_pa
4d20: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 ge_.c:my_page.h
4d30: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
4d40: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
4d50: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 pqueue_.c:pqueue
4d60: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
4d70: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
4d80: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e :rebuild.h rss_.
4d90: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e c:rss.h schema_.
4da0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
4db0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
4dc0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f _.c:sha1.h stat_
4dd0: 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f .c:stat.h style_
4de0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
4df0: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
4e00: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
4e10: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d c:tagview.h th_m
4e20: 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 ain_.c:th_main.h
4e30: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
4e40: 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 eline.h tkt_.c:t
4e50: 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e kt.h tktconfig_.
4e60: 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b c:tktconfig.h tk
4e70: 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 tsetup_.c:tktset
4e80: 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 up.h undo_.c:und
4e90: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
4ea0: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
4eb0: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
4ec0: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
4ed0: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
4ee0: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
4ef0: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
4f00: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
4f10: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
4f20: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
4f30: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
4f40: 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 $(SRCDIR)/th.h
4f50: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
4f60: 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6c 6f 6e ch headers..clon
4f70: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f e_.c:.$(SRCDIR)/
4f80: 63 6c 6f 6e 65 2e 63 20 24 28 53 52 43 44 49 52 clone.c $(SRCDIR
4f90: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
4fa0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
4fb0: 20 24 28 53 52 43 44 49 52 29 2f 63 6c 6f 6e 65 $(SRCDIR)/clone
4fc0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
4fd0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 CDIR)/VERSION >c
4fe0: 6c 6f 6e 65 5f 2e 63 0a 0a 63 6c 6f 6e 65 2e 6f lone_.c..clone.o
4ff0: 3a 09 63 6c 6f 6e 65 5f 2e 63 20 63 6c 6f 6e 65 :.clone_.c clone
5000: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
5010: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
5020: 2d 6f 20 63 6c 6f 6e 65 2e 6f 20 2d 63 20 63 6c -o clone.o -c cl
5030: 6f 6e 65 5f 2e 63 0a 0a 63 6c 6f 6e 65 2e 68 3a one_.c..clone.h:
5040: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
5050: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
5060: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
5070: 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e .c:admin.h bag_.
5080: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
5090: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 blob.h branch_.c
50a0: 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 :branch.h browse
50b0: 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 _.c:browse.h cgi
50c0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
50d0: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
50e0: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
50f0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
5100: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
5110: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
5120: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
5130: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
5140: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
5150: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
5160: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
5170: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
5180: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
5190: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
51a0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
51b0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
51c0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
51d0: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
51e0: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
51f0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
5200: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
5210: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
5220: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
5230: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
5240: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
5250: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
5260: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
5270: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
5280: 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 .h my_page_.c:my
5290: 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a _page.h name_.c:
52a0: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
52b0: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
52c0: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
52d0: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
52e0: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
52f0: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 .h rss_.c:rss.h
5300: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
5310: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
5320: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
5330: 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e .h stat_.c:stat.
5340: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
5350: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
5360: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
5370: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
5380: 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 w.h th_main_.c:t
5390: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e h_main.h timelin
53a0: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
53b0: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 tkt_.c:tkt.h tkt
53c0: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e config_.c:tktcon
53d0: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e fig.h tktsetup_.
53e0: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 c:tktsetup.h und
53f0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
5400: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
5410: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
5420: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
5430: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
5440: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
5450: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
5460: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
5470: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
5480: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
5490: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
54a0: 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 qlite3.h $(SRCDI
54b0: 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f R)/th.h ./VERSIO
54c0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
54d0: 72 73 0a 0a 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 rs..comformat_.c
54e0: 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6f 6d 66 :.$(SRCDIR)/comf
54f0: 6f 72 6d 61 74 2e 63 20 24 28 53 52 43 44 49 52 ormat.c $(SRCDIR
5500: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
5510: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
5520: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6d 66 6f $(SRCDIR)/comfo
5530: 72 6d 61 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 rmat.c | sed -f
5540: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
5550: 4e 20 3e 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 0a N >comformat_.c.
5560: 0a 63 6f 6d 66 6f 72 6d 61 74 2e 6f 3a 09 63 6f .comformat.o:.co
5570: 6d 66 6f 72 6d 61 74 5f 2e 63 20 63 6f 6d 66 6f mformat_.c comfo
5580: 72 6d 61 74 2e 68 20 20 24 28 53 52 43 44 49 52 rmat.h $(SRCDIR
5590: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
55a0: 43 43 29 20 2d 6f 20 63 6f 6d 66 6f 72 6d 61 74 CC) -o comformat
55b0: 2e 6f 20 2d 63 20 63 6f 6d 66 6f 72 6d 61 74 5f .o -c comformat_
55c0: 2e 63 0a 0a 63 6f 6d 66 6f 72 6d 61 74 2e 68 3a .c..comformat.h:
55d0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
55e0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
55f0: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
5600: 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e .c:admin.h bag_.
5610: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
5620: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 blob.h branch_.c
5630: 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 :branch.h browse
5640: 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 _.c:browse.h cgi
5650: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
5660: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
5670: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
5680: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
5690: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
56a0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
56b0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
56c0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
56d0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
56e0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
56f0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
5700: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
5710: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
5720: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
5730: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
5740: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
5750: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
5760: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
5770: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
5780: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
5790: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
57a0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
57b0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
57c0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
57d0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
57e0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
57f0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
5800: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
5810: 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 .h my_page_.c:my
5820: 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a _page.h name_.c:
5830: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
5840: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
5850: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
5860: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
5870: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
5880: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 .h rss_.c:rss.h
5890: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
58a0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
58b0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
58c0: 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e .h stat_.c:stat.
58d0: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
58e0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
58f0: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
5900: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
5910: 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 w.h th_main_.c:t
5920: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e h_main.h timelin
5930: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
5940: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 tkt_.c:tkt.h tkt
5950: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e config_.c:tktcon
5960: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e fig.h tktsetup_.
5970: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 c:tktsetup.h und
5980: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
5990: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
59a0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
59b0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
59c0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
59d0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
59e0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
59f0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
5a00: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
5a10: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
5a20: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
5a30: 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 qlite3.h $(SRCDI
5a40: 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f R)/th.h ./VERSIO
5a50: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
5a60: 72 73 0a 0a 63 6f 6e 73 74 72 75 63 74 5f 2e 63 rs..construct_.c
5a70: 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 73 :.$(SRCDIR)/cons
5a80: 74 72 75 63 74 2e 63 20 24 28 53 52 43 44 49 52 truct.c $(SRCDIR
5a90: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
5aa0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
5ab0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 73 74 $(SRCDIR)/const
5ac0: 72 75 63 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 ruct.c | sed -f
5ad0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
5ae0: 4e 20 3e 63 6f 6e 73 74 72 75 63 74 5f 2e 63 0a N >construct_.c.
5af0: 0a 63 6f 6e 73 74 72 75 63 74 2e 6f 3a 09 63 6f .construct.o:.co
5b00: 6e 73 74 72 75 63 74 5f 2e 63 20 63 6f 6e 73 74 nstruct_.c const
5b10: 72 75 63 74 2e 68 20 20 24 28 53 52 43 44 49 52 ruct.h $(SRCDIR
5b20: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
5b30: 43 43 29 20 2d 6f 20 63 6f 6e 73 74 72 75 63 74 CC) -o construct
5b40: 2e 6f 20 2d 63 20 63 6f 6e 73 74 72 75 63 74 5f .o -c construct_
5b50: 2e 63 0a 0a 63 6f 6e 73 74 72 75 63 74 2e 68 3a .c..construct.h:
5b60: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
5b70: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
5b80: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
5b90: 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e .c:admin.h bag_.
5ba0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
5bb0: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 blob.h branch_.c
5bc0: 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 :branch.h browse
5bd0: 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 _.c:browse.h cgi
5be0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
5bf0: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
5c00: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
5c10: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
5c20: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
5c30: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
5c40: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
5c50: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
5c60: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
5c70: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
5c80: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
5c90: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
5ca0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
5cb0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
5cc0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
5cd0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
5ce0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
5cf0: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
5d00: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
5d10: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
5d20: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
5d30: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
5d40: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
5d50: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
5d60: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
5d70: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
5d80: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
5d90: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
5da0: 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 .h my_page_.c:my
5db0: 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a _page.h name_.c:
5dc0: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
5dd0: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
5de0: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
5df0: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
5e00: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
5e10: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 .h rss_.c:rss.h
5e20: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
5e30: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
5e40: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
5e50: 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e .h stat_.c:stat.
5e60: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
5e70: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
5e80: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
5e90: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
5ea0: 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 w.h th_main_.c:t
5eb0: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e h_main.h timelin
5ec0: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
5ed0: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 tkt_.c:tkt.h tkt
5ee0: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e config_.c:tktcon
5ef0: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e fig.h tktsetup_.
5f00: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 c:tktsetup.h und
5f10: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
5f20: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
5f30: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
5f40: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
5f50: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
5f60: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
5f70: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
5f80: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
5f90: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
5fa0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
5fb0: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
5fc0: 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 qlite3.h $(SRCDI
5fd0: 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f R)/th.h ./VERSIO
5fe0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
5ff0: 72 73 0a 0a 63 6f 6e 74 65 6e 74 5f 2e 63 3a 09 rs..content_.c:.
6000: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e $(SRCDIR)/conten
6010: 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 t.c $(SRCDIR)/VE
6020: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
6030: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
6040: 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e 74 2e 63 RCDIR)/content.c
6050: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
6060: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6e IR)/VERSION >con
6070: 74 65 6e 74 5f 2e 63 0a 0a 63 6f 6e 74 65 6e 74 tent_.c..content
6080: 2e 6f 3a 09 63 6f 6e 74 65 6e 74 5f 2e 63 20 63 .o:.content_.c c
6090: 6f 6e 74 65 6e 74 2e 68 20 20 24 28 53 52 43 44 ontent.h $(SRCD
60a0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
60b0: 58 54 43 43 29 20 2d 6f 20 63 6f 6e 74 65 6e 74 XTCC) -o content
60c0: 2e 6f 20 2d 63 20 63 6f 6e 74 65 6e 74 5f 2e 63 .o -c content_.c
60d0: 0a 0a 63 6f 6e 74 65 6e 74 2e 68 3a 09 6d 61 6b ..content.h:.mak
60e0: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
60f0: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
6100: 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 add.h admin_.c:a
6110: 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 dmin.h bag_.c:ba
6120: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
6130: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 .h branch_.c:bra
6140: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a nch.h browse_.c:
6150: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a browse.h cgi_.c:
6160: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
6170: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
6180: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
6190: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
61a0: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
61b0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
61c0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
61d0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
61e0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
61f0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
6200: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
6210: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
6220: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
6230: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
6240: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
6250: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
6260: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
6270: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
6280: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
6290: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
62a0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
62b0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
62c0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
62d0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
62e0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
62f0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
6300: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
6310: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d e3_.c:merge3.h m
6320: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 y_page_.c:my_pag
6330: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 e.h name_.c:name
6340: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
6350: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 t.h pqueue_.c:pq
6360: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ueue.h printf_.c
6370: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
6380: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 d_.c:rebuild.h r
6390: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 ss_.c:rss.h sche
63a0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
63b0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
63c0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
63d0: 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 tat_.c:stat.h st
63e0: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
63f0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
6400: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
6410: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
6420: 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 th_main_.c:th_ma
6430: 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 in.h timeline_.c
6440: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f :timeline.h tkt_
6450: 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 .c:tkt.h tktconf
6460: 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e ig_.c:tktconfig.
6470: 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b h tktsetup_.c:tk
6480: 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 tsetup.h undo_.c
6490: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
64a0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
64b0: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
64c0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
64d0: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
64e0: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
64f0: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
6500: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
6510: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
6520: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
6530: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
6540: 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 e3.h $(SRCDIR)/t
6550: 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a h.h ./VERSION.h.
6560: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
6570: 64 62 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 db_.c:.$(SRCDIR)
6580: 2f 64 62 2e 63 20 24 28 53 52 43 44 49 52 29 2f /db.c $(SRCDIR)/
6590: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
65a0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
65b0: 28 53 52 43 44 49 52 29 2f 64 62 2e 63 20 7c 20 (SRCDIR)/db.c |
65c0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
65d0: 2f 56 45 52 53 49 4f 4e 20 3e 64 62 5f 2e 63 0a /VERSION >db_.c.
65e0: 0a 64 62 2e 6f 3a 09 64 62 5f 2e 63 20 64 62 2e .db.o:.db_.c db.
65f0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
6600: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
6610: 6f 20 64 62 2e 6f 20 2d 63 20 64 62 5f 2e 63 0a o db.o -c db_.c.
6620: 0a 64 62 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 .db.h:.makeheade
6630: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
6640: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
6650: 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 admin_.c:admin.h
6660: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
6670: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 ob_.c:blob.h bra
6680: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 nch_.c:branch.h
6690: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 browse_.c:browse
66a0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
66b0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
66c0: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
66d0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
66e0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
66f0: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
6700: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
6710: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
6720: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
6730: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
6740: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
6750: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
6760: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
6770: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
6780: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
6790: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
67a0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
67b0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
67c0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
67d0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
67e0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
67f0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
6800: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
6810: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
6820: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
6830: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
6840: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
6850: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
6860: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 merge3.h my_page
6870: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 _.c:my_page.h na
6880: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
6890: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
68a0: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
68b0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
68c0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
68d0: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a ebuild.h rss_.c:
68e0: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a rss.h schema_.c:
68f0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
6900: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
6910: 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 c:sha1.h stat_.c
6920: 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 :stat.h style_.c
6930: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
6940: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
6950: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
6960: 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 tagview.h th_mai
6970: 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 n_.c:th_main.h t
6980: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
6990: 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
69a0: 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
69b0: 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
69c0: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
69d0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
69e0: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
69f0: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
6a00: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
6a10: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
6a20: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
6a30: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
6a40: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
6a50: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
6a60: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
6a70: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
6a80: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 DIR)/sqlite3.h $
6a90: 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f (SRCDIR)/th.h ./
6aa0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
6ab0: 20 68 65 61 64 65 72 73 0a 0a 64 65 6c 74 61 5f headers..delta_
6ac0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 65 .c:.$(SRCDIR)/de
6ad0: 6c 74 61 2e 63 20 24 28 53 52 43 44 49 52 29 2f lta.c $(SRCDIR)/
6ae0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
6af0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
6b00: 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 2e 63 (SRCDIR)/delta.c
6b10: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
6b20: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 65 6c IR)/VERSION >del
6b30: 74 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e 6f 3a 09 ta_.c..delta.o:.
6b40: 64 65 6c 74 61 5f 2e 63 20 64 65 6c 74 61 2e 68 delta_.c delta.h
6b50: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
6b60: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
6b70: 20 64 65 6c 74 61 2e 6f 20 2d 63 20 64 65 6c 74 delta.o -c delt
6b80: 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e 68 3a 09 6d a_.c..delta.h:.m
6b90: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
6ba0: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
6bb0: 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 c:add.h admin_.c
6bc0: 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a :admin.h bag_.c:
6bd0: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
6be0: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 ob.h branch_.c:b
6bf0: 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e ranch.h browse_.
6c00: 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e c:browse.h cgi_.
6c10: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
6c20: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
6c30: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
6c40: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
6c50: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
6c60: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
6c70: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
6c80: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
6c90: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
6ca0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
6cb0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
6cc0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
6cd0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
6ce0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
6cf0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
6d00: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
6d10: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
6d20: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
6d30: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
6d40: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
6d50: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
6d60: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
6d70: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
6d80: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
6d90: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
6da0: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
6db0: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
6dc0: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
6dd0: 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 my_page_.c:my_p
6de0: 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 age.h name_.c:na
6df0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 me.h pivot_.c:pi
6e00: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a vot.h pqueue_.c:
6e10: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f pqueue.h printf_
6e20: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
6e30: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
6e40: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 rss_.c:rss.h sc
6e50: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
6e60: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
6e70: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
6e80: 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 stat_.c:stat.h
6e90: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
6ea0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
6eb0: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 tag_.c:tag.h tag
6ec0: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e view_.c:tagview.
6ed0: 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f h th_main_.c:th_
6ee0: 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f main.h timeline_
6ef0: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b .c:timeline.h tk
6f00: 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f t_.c:tkt.h tktco
6f10: 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 nfig_.c:tktconfi
6f20: 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a g.h tktsetup_.c:
6f30: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f tktsetup.h undo_
6f40: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
6f50: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
6f60: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
6f70: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
6f80: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
6f90: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
6fa0: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
6fb0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
6fc0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
6fd0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
6fe0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
6ff0: 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 ite3.h $(SRCDIR)
7000: 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e /th.h ./VERSION.
7010: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
7020: 0a 0a 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 09 24 ..deltacmd_.c:.$
7030: 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 63 6d (SRCDIR)/deltacm
7040: 64 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 d.c $(SRCDIR)/VE
7050: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
7060: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
7070: 52 43 44 49 52 29 2f 64 65 6c 74 61 63 6d 64 2e RCDIR)/deltacmd.
7080: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
7090: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 65 DIR)/VERSION >de
70a0: 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74 61 ltacmd_.c..delta
70b0: 63 6d 64 2e 6f 3a 09 64 65 6c 74 61 63 6d 64 5f cmd.o:.deltacmd_
70c0: 2e 63 20 64 65 6c 74 61 63 6d 64 2e 68 20 20 24 .c deltacmd.h $
70d0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e (SRCDIR)/config.
70e0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 65 h..$(XTCC) -o de
70f0: 6c 74 61 63 6d 64 2e 6f 20 2d 63 20 64 65 6c 74 ltacmd.o -c delt
7100: 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74 61 63 6d acmd_.c..deltacm
7110: 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 d.h:.makeheaders
7120: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
7130: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 add_.c:add.h ad
7140: 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 min_.c:admin.h b
7150: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
7160: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 _.c:blob.h branc
7170: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 h_.c:branch.h br
7180: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 owse_.c:browse.h
7190: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
71a0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
71b0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
71c0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
71d0: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
71e0: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
71f0: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
7200: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
7210: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
7220: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
7230: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
7240: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
7250: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
7260: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
7270: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
7280: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
7290: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
72a0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
72b0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
72c0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
72d0: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
72e0: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
72f0: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
7300: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
7310: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
7320: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
7330: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
7340: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
7350: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e rge3.h my_page_.
7360: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 c:my_page.h name
7370: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
7380: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 _.c:pivot.h pque
7390: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 ue_.c:pqueue.h p
73a0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
73b0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
73c0: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 uild.h rss_.c:rs
73d0: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 s.h schema_.c:sc
73e0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
73f0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
7400: 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 sha1.h stat_.c:s
7410: 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 tat.h style_.c:s
7420: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
7430: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
7440: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
7450: 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f gview.h th_main_
7460: 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d .c:th_main.h tim
7470: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
7480: 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 e.h tkt_.c:tkt.h
7490: 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b tktconfig_.c:tk
74a0: 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 tconfig.h tktset
74b0: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 up_.c:tktsetup.h
74c0: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 undo_.c:undo.h
74d0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
74e0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
74f0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
7500: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
7510: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
7520: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
7530: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
7540: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
7550: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
7560: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
7570: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 R)/sqlite3.h $(S
7580: 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 RCDIR)/th.h ./VE
7590: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
75a0: 65 61 64 65 72 73 0a 0a 64 65 73 63 65 6e 64 65 eaders..descende
75b0: 6e 74 73 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 nts_.c:.$(SRCDIR
75c0: 29 2f 64 65 73 63 65 6e 64 65 6e 74 73 2e 63 20 )/descendents.c
75d0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
75e0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
75f0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
7600: 52 29 2f 64 65 73 63 65 6e 64 65 6e 74 73 2e 63 R)/descendents.c
7610: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
7620: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 65 73 IR)/VERSION >des
7630: 63 65 6e 64 65 6e 74 73 5f 2e 63 0a 0a 64 65 73 cendents_.c..des
7640: 63 65 6e 64 65 6e 74 73 2e 6f 3a 09 64 65 73 63 cendents.o:.desc
7650: 65 6e 64 65 6e 74 73 5f 2e 63 20 64 65 73 63 65 endents_.c desce
7660: 6e 64 65 6e 74 73 2e 68 20 20 24 28 53 52 43 44 ndents.h $(SRCD
7670: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
7680: 58 54 43 43 29 20 2d 6f 20 64 65 73 63 65 6e 64 XTCC) -o descend
7690: 65 6e 74 73 2e 6f 20 2d 63 20 64 65 73 63 65 6e ents.o -c descen
76a0: 64 65 6e 74 73 5f 2e 63 0a 0a 64 65 73 63 65 6e dents_.c..descen
76b0: 64 65 6e 74 73 2e 68 3a 09 6d 61 6b 65 68 65 61 dents.h:.makehea
76c0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
76d0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
76e0: 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e h admin_.c:admin
76f0: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
7700: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
7710: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
7720: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 h browse_.c:brow
7730: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e se.h cgi_.c:cgi.
7740: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
7750: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
7760: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
7770: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
7780: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
7790: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
77a0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
77b0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
77c0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
77d0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
77e0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
77f0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
7800: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
7810: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
7820: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
7830: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
7840: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
7850: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
7860: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
7870: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
7880: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
7890: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
78a0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
78b0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
78c0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
78d0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
78e0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
78f0: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 c:merge3.h my_pa
7900: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 ge_.c:my_page.h
7910: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
7920: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
7930: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 pqueue_.c:pqueue
7940: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
7950: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
7960: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e :rebuild.h rss_.
7970: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e c:rss.h schema_.
7980: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
7990: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
79a0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f _.c:sha1.h stat_
79b0: 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f .c:stat.h style_
79c0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
79d0: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
79e0: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
79f0: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d c:tagview.h th_m
7a00: 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 ain_.c:th_main.h
7a10: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
7a20: 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 eline.h tkt_.c:t
7a30: 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e kt.h tktconfig_.
7a40: 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b c:tktconfig.h tk
7a50: 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 tsetup_.c:tktset
7a60: 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 up.h undo_.c:und
7a70: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
7a80: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
7a90: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
7aa0: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
7ab0: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
7ac0: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
7ad0: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
7ae0: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
7af0: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
7b00: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
7b10: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
7b20: 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 $(SRCDIR)/th.h
7b30: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
7b40: 63 68 20 68 65 61 64 65 72 73 0a 0a 64 69 66 66 ch headers..diff
7b50: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 _.c:.$(SRCDIR)/d
7b60: 69 66 66 2e 63 20 24 28 53 52 43 44 49 52 29 2f iff.c $(SRCDIR)/
7b70: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
7b80: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
7b90: 28 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63 20 (SRCDIR)/diff.c
7ba0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
7bb0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 69 66 66 R)/VERSION >diff
7bc0: 5f 2e 63 0a 0a 64 69 66 66 2e 6f 3a 09 64 69 66 _.c..diff.o:.dif
7bd0: 66 5f 2e 63 20 64 69 66 66 2e 68 20 20 24 28 53 f_.c diff.h $(S
7be0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
7bf0: 09 24 28 58 54 43 43 29 20 2d 6f 20 64 69 66 66 .$(XTCC) -o diff
7c00: 2e 6f 20 2d 63 20 64 69 66 66 5f 2e 63 0a 0a 64 .o -c diff_.c..d
7c10: 69 66 66 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 iff.h:.makeheade
7c20: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
7c30: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
7c40: 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 admin_.c:admin.h
7c50: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
7c60: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 ob_.c:blob.h bra
7c70: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 nch_.c:branch.h
7c80: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 browse_.c:browse
7c90: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
7ca0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
7cb0: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
7cc0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
7cd0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
7ce0: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
7cf0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
7d00: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
7d10: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
7d20: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
7d30: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
7d40: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
7d50: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
7d60: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
7d70: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
7d80: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
7d90: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
7da0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
7db0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
7dc0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
7dd0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
7de0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
7df0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
7e00: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
7e10: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
7e20: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
7e30: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
7e40: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
7e50: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 merge3.h my_page
7e60: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 _.c:my_page.h na
7e70: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
7e80: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
7e90: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
7ea0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
7eb0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
7ec0: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a ebuild.h rss_.c:
7ed0: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a rss.h schema_.c:
7ee0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
7ef0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
7f00: 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 c:sha1.h stat_.c
7f10: 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 :stat.h style_.c
7f20: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
7f30: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
7f40: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
7f50: 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 tagview.h th_mai
7f60: 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 n_.c:th_main.h t
7f70: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
7f80: 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
7f90: 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
7fa0: 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
7fb0: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
7fc0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
7fd0: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
7fe0: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
7ff0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
8000: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
8010: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
8020: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
8030: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
8040: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
8050: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
8060: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
8070: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 DIR)/sqlite3.h $
8080: 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f (SRCDIR)/th.h ./
8090: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
80a0: 20 68 65 61 64 65 72 73 0a 0a 64 69 66 66 63 6d headers..diffcm
80b0: 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f d_.c:.$(SRCDIR)/
80c0: 64 69 66 66 63 6d 64 2e 63 20 24 28 53 52 43 44 diffcmd.c $(SRCD
80d0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
80e0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
80f0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 69 66 te $(SRCDIR)/dif
8100: 66 63 6d 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 fcmd.c | sed -f
8110: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
8120: 4e 20 3e 64 69 66 66 63 6d 64 5f 2e 63 0a 0a 64 N >diffcmd_.c..d
8130: 69 66 66 63 6d 64 2e 6f 3a 09 64 69 66 66 63 6d iffcmd.o:.diffcm
8140: 64 5f 2e 63 20 64 69 66 66 63 6d 64 2e 68 20 20 d_.c diffcmd.h
8150: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
8160: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 .h..$(XTCC) -o d
8170: 69 66 66 63 6d 64 2e 6f 20 2d 63 20 64 69 66 66 iffcmd.o -c diff
8180: 63 6d 64 5f 2e 63 0a 0a 64 69 66 66 63 6d 64 2e cmd_.c..diffcmd.
8190: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
81a0: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
81b0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 dd_.c:add.h admi
81c0: 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 n_.c:admin.h bag
81d0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
81e0: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
81f0: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
8200: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
8210: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
8220: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
8230: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
8240: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
8250: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
8260: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
8270: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
8280: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
8290: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
82a0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
82b0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
82c0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
82d0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
82e0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
82f0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
8300: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
8310: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
8320: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
8330: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
8340: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
8350: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
8360: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
8370: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
8380: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
8390: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
83a0: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
83b0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
83c0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
83d0: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a e3.h my_page_.c:
83e0: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e my_page.h name_.
83f0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
8400: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 c:pivot.h pqueue
8410: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 _.c:pqueue.h pri
8420: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
8430: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
8440: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e ld.h rss_.c:rss.
8450: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
8460: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
8470: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
8480: 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 a1.h stat_.c:sta
8490: 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 t.h style_.c:sty
84a0: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
84b0: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
84c0: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
84d0: 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 iew.h th_main_.c
84e0: 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c :th_main.h timel
84f0: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
8500: 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 h tkt_.c:tkt.h t
8510: 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 ktconfig_.c:tktc
8520: 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 onfig.h tktsetup
8530: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 _.c:tktsetup.h u
8540: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
8550: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
8560: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
8570: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
8580: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
8590: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
85a0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
85b0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
85c0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
85d0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
85e0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
85f0: 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 /sqlite3.h $(SRC
8600: 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 DIR)/th.h ./VERS
8610: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
8620: 64 65 72 73 0a 0a 65 6e 63 6f 64 65 5f 2e 63 3a ders..encode_.c:
8630: 09 24 28 53 52 43 44 49 52 29 2f 65 6e 63 6f 64 .$(SRCDIR)/encod
8640: 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 e.c $(SRCDIR)/VE
8650: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
8660: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
8670: 52 43 44 49 52 29 2f 65 6e 63 6f 64 65 2e 63 20 RCDIR)/encode.c
8680: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
8690: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 65 6e 63 6f R)/VERSION >enco
86a0: 64 65 5f 2e 63 0a 0a 65 6e 63 6f 64 65 2e 6f 3a de_.c..encode.o:
86b0: 09 65 6e 63 6f 64 65 5f 2e 63 20 65 6e 63 6f 64 .encode_.c encod
86c0: 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 e.h $(SRCDIR)/c
86d0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
86e0: 20 2d 6f 20 65 6e 63 6f 64 65 2e 6f 20 2d 63 20 -o encode.o -c
86f0: 65 6e 63 6f 64 65 5f 2e 63 0a 0a 65 6e 63 6f 64 encode_.c..encod
8700: 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 e.h:.makeheaders
8710: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
8720: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 add_.c:add.h ad
8730: 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 min_.c:admin.h b
8740: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
8750: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 _.c:blob.h branc
8760: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 h_.c:branch.h br
8770: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 owse_.c:browse.h
8780: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
8790: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
87a0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
87b0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
87c0: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
87d0: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
87e0: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
87f0: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
8800: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
8810: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
8820: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
8830: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
8840: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
8850: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
8860: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
8870: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
8880: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
8890: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
88a0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
88b0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
88c0: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
88d0: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
88e0: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
88f0: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
8900: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
8910: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
8920: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
8930: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
8940: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e rge3.h my_page_.
8950: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 c:my_page.h name
8960: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
8970: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 _.c:pivot.h pque
8980: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 ue_.c:pqueue.h p
8990: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
89a0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
89b0: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 uild.h rss_.c:rs
89c0: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 s.h schema_.c:sc
89d0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
89e0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
89f0: 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 sha1.h stat_.c:s
8a00: 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 tat.h style_.c:s
8a10: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
8a20: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
8a30: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
8a40: 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f gview.h th_main_
8a50: 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d .c:th_main.h tim
8a60: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
8a70: 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 e.h tkt_.c:tkt.h
8a80: 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b tktconfig_.c:tk
8a90: 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 tconfig.h tktset
8aa0: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 up_.c:tktsetup.h
8ab0: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 undo_.c:undo.h
8ac0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
8ad0: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
8ae0: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
8af0: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
8b00: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
8b10: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
8b20: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
8b30: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
8b40: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
8b50: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
8b60: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 R)/sqlite3.h $(S
8b70: 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 RCDIR)/th.h ./VE
8b80: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
8b90: 65 61 64 65 72 73 0a 0a 66 69 6c 65 5f 2e 63 3a eaders..file_.c:
8ba0: 09 24 28 53 52 43 44 49 52 29 2f 66 69 6c 65 2e .$(SRCDIR)/file.
8bb0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
8bc0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
8bd0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
8be0: 44 49 52 29 2f 66 69 6c 65 2e 63 20 7c 20 73 65 DIR)/file.c | se
8bf0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
8c00: 45 52 53 49 4f 4e 20 3e 66 69 6c 65 5f 2e 63 0a ERSION >file_.c.
8c10: 0a 66 69 6c 65 2e 6f 3a 09 66 69 6c 65 5f 2e 63 .file.o:.file_.c
8c20: 20 66 69 6c 65 2e 68 20 20 24 28 53 52 43 44 49 file.h $(SRCDI
8c30: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
8c40: 54 43 43 29 20 2d 6f 20 66 69 6c 65 2e 6f 20 2d TCC) -o file.o -
8c50: 63 20 66 69 6c 65 5f 2e 63 0a 0a 66 69 6c 65 2e c file_.c..file.
8c60: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
8c70: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
8c80: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 dd_.c:add.h admi
8c90: 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 n_.c:admin.h bag
8ca0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
8cb0: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
8cc0: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
8cd0: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
8ce0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
8cf0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
8d00: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
8d10: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
8d20: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
8d30: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
8d40: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
8d50: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
8d60: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
8d70: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
8d80: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
8d90: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
8da0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
8db0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
8dc0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
8dd0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
8de0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
8df0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
8e00: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
8e10: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
8e20: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
8e30: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
8e40: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
8e50: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
8e60: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
8e70: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
8e80: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
8e90: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
8ea0: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a e3.h my_page_.c:
8eb0: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e my_page.h name_.
8ec0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
8ed0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 c:pivot.h pqueue
8ee0: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 _.c:pqueue.h pri
8ef0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
8f00: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
8f10: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e ld.h rss_.c:rss.
8f20: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
8f30: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
8f40: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
8f50: 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 a1.h stat_.c:sta
8f60: 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 t.h style_.c:sty
8f70: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
8f80: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
8f90: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
8fa0: 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 iew.h th_main_.c
8fb0: 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c :th_main.h timel
8fc0: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
8fd0: 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 h tkt_.c:tkt.h t
8fe0: 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 ktconfig_.c:tktc
8ff0: 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 onfig.h tktsetup
9000: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 _.c:tktsetup.h u
9010: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
9020: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
9030: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
9040: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
9050: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
9060: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
9070: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
9080: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
9090: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
90a0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
90b0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
90c0: 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 /sqlite3.h $(SRC
90d0: 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 DIR)/th.h ./VERS
90e0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
90f0: 64 65 72 73 0a 0a 68 74 74 70 5f 2e 63 3a 09 24 ders..http_.c:.$
9100: 28 53 52 43 44 49 52 29 2f 68 74 74 70 2e 63 20 (SRCDIR)/http.c
9110: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
9120: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
9130: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
9140: 52 29 2f 68 74 74 70 2e 63 20 7c 20 73 65 64 20 R)/http.c | sed
9150: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
9160: 53 49 4f 4e 20 3e 68 74 74 70 5f 2e 63 0a 0a 68 SION >http_.c..h
9170: 74 74 70 2e 6f 3a 09 68 74 74 70 5f 2e 63 20 68 ttp.o:.http_.c h
9180: 74 74 70 2e 68 20 20 24 28 53 52 43 44 49 52 29 ttp.h $(SRCDIR)
9190: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
91a0: 43 29 20 2d 6f 20 68 74 74 70 2e 6f 20 2d 63 20 C) -o http.o -c
91b0: 68 74 74 70 5f 2e 63 0a 0a 68 74 74 70 2e 68 3a http_.c..http.h:
91c0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
91d0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
91e0: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
91f0: 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e .c:admin.h bag_.
9200: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
9210: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 blob.h branch_.c
9220: 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 :branch.h browse
9230: 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 _.c:browse.h cgi
9240: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
9250: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
9260: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
9270: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
9280: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
9290: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
92a0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
92b0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
92c0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
92d0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
92e0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
92f0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
9300: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
9310: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
9320: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
9330: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
9340: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
9350: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
9360: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
9370: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
9380: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
9390: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
93a0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
93b0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
93c0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
93d0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
93e0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
93f0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
9400: 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 .h my_page_.c:my
9410: 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a _page.h name_.c:
9420: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
9430: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
9440: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
9450: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
9460: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
9470: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 .h rss_.c:rss.h
9480: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
9490: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
94a0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
94b0: 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e .h stat_.c:stat.
94c0: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
94d0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
94e0: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
94f0: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
9500: 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 w.h th_main_.c:t
9510: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e h_main.h timelin
9520: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
9530: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 tkt_.c:tkt.h tkt
9540: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e config_.c:tktcon
9550: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e fig.h tktsetup_.
9560: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 c:tktsetup.h und
9570: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
9580: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
9590: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
95a0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
95b0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
95c0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
95d0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
95e0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
95f0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
9600: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
9610: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
9620: 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 qlite3.h $(SRCDI
9630: 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f R)/th.h ./VERSIO
9640: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
9650: 72 73 0a 0a 69 6e 66 6f 5f 2e 63 3a 09 24 28 53 rs..info_.c:.$(S
9660: 52 43 44 49 52 29 2f 69 6e 66 6f 2e 63 20 24 28 RCDIR)/info.c $(
9670: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
9680: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
9690: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
96a0: 2f 69 6e 66 6f 2e 63 20 7c 20 73 65 64 20 2d 66 /info.c | sed -f
96b0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
96c0: 4f 4e 20 3e 69 6e 66 6f 5f 2e 63 0a 0a 69 6e 66 ON >info_.c..inf
96d0: 6f 2e 6f 3a 09 69 6e 66 6f 5f 2e 63 20 69 6e 66 o.o:.info_.c inf
96e0: 6f 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 o.h $(SRCDIR)/c
96f0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
9700: 20 2d 6f 20 69 6e 66 6f 2e 6f 20 2d 63 20 69 6e -o info.o -c in
9710: 66 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e 68 3a 09 6d fo_.c..info.h:.m
9720: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
9730: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
9740: 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 c:add.h admin_.c
9750: 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a :admin.h bag_.c:
9760: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
9770: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 ob.h branch_.c:b
9780: 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e ranch.h browse_.
9790: 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e c:browse.h cgi_.
97a0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
97b0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
97c0: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
97d0: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
97e0: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
97f0: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
9800: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
9810: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
9820: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
9830: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
9840: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
9850: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
9860: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
9870: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
9880: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
9890: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
98a0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
98b0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
98c0: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
98d0: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
98e0: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
98f0: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
9900: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
9910: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
9920: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
9930: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
9940: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
9950: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
9960: 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 my_page_.c:my_p
9970: 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 age.h name_.c:na
9980: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 me.h pivot_.c:pi
9990: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a vot.h pqueue_.c:
99a0: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f pqueue.h printf_
99b0: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
99c0: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
99d0: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 rss_.c:rss.h sc
99e0: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
99f0: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
9a00: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
9a10: 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 stat_.c:stat.h
9a20: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
9a30: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
9a40: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 tag_.c:tag.h tag
9a50: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e view_.c:tagview.
9a60: 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f h th_main_.c:th_
9a70: 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f main.h timeline_
9a80: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b .c:timeline.h tk
9a90: 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f t_.c:tkt.h tktco
9aa0: 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 nfig_.c:tktconfi
9ab0: 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a g.h tktsetup_.c:
9ac0: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f tktsetup.h undo_
9ad0: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
9ae0: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
9af0: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
9b00: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
9b10: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
9b20: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
9b30: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
9b40: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
9b50: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
9b60: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
9b70: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
9b80: 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 ite3.h $(SRCDIR)
9b90: 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e /th.h ./VERSION.
9ba0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
9bb0: 0a 0a 6c 6f 67 69 6e 5f 2e 63 3a 09 24 28 53 52 ..login_.c:.$(SR
9bc0: 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 24 28 CDIR)/login.c $(
9bd0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
9be0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
9bf0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
9c00: 2f 6c 6f 67 69 6e 2e 63 20 7c 20 73 65 64 20 2d /login.c | sed -
9c10: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
9c20: 49 4f 4e 20 3e 6c 6f 67 69 6e 5f 2e 63 0a 0a 6c ION >login_.c..l
9c30: 6f 67 69 6e 2e 6f 3a 09 6c 6f 67 69 6e 5f 2e 63 ogin.o:.login_.c
9c40: 20 6c 6f 67 69 6e 2e 68 20 20 24 28 53 52 43 44 login.h $(SRCD
9c50: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
9c60: 58 54 43 43 29 20 2d 6f 20 6c 6f 67 69 6e 2e 6f XTCC) -o login.o
9c70: 20 2d 63 20 6c 6f 67 69 6e 5f 2e 63 0a 0a 6c 6f -c login_.c..lo
9c80: 67 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 gin.h:.makeheade
9c90: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
9ca0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
9cb0: 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 admin_.c:admin.h
9cc0: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
9cd0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 ob_.c:blob.h bra
9ce0: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 nch_.c:branch.h
9cf0: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 browse_.c:browse
9d00: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
9d10: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
9d20: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
9d30: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
9d40: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
9d50: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
9d60: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
9d70: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
9d80: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
9d90: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
9da0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
9db0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
9dc0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
9dd0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
9de0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
9df0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
9e00: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
9e10: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
9e20: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
9e30: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
9e40: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
9e50: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
9e60: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
9e70: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
9e80: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
9e90: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
9ea0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
9eb0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
9ec0: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 merge3.h my_page
9ed0: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 _.c:my_page.h na
9ee0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
9ef0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
9f00: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
9f10: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
9f20: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
9f30: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a ebuild.h rss_.c:
9f40: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a rss.h schema_.c:
9f50: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
9f60: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
9f70: 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 c:sha1.h stat_.c
9f80: 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 :stat.h style_.c
9f90: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
9fa0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
9fb0: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
9fc0: 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 tagview.h th_mai
9fd0: 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 n_.c:th_main.h t
9fe0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
9ff0: 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
a000: 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
a010: 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
a020: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
a030: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
a040: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
a050: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
a060: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
a070: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
a080: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
a090: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
a0a0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
a0b0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
a0c0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
a0d0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
a0e0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 DIR)/sqlite3.h $
a0f0: 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f (SRCDIR)/th.h ./
a100: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
a110: 20 68 65 61 64 65 72 73 0a 0a 6d 61 69 6e 5f 2e headers..main_.
a120: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 61 69 c:.$(SRCDIR)/mai
a130: 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 n.c $(SRCDIR)/VE
a140: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
a150: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
a160: 52 43 44 49 52 29 2f 6d 61 69 6e 2e 63 20 7c 20 RCDIR)/main.c |
a170: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
a180: 2f 56 45 52 53 49 4f 4e 20 3e 6d 61 69 6e 5f 2e /VERSION >main_.
a190: 63 0a 0a 6d 61 69 6e 2e 6f 3a 09 6d 61 69 6e 5f c..main.o:.main_
a1a0: 2e 63 20 6d 61 69 6e 2e 68 20 70 61 67 65 5f 69 .c main.h page_i
a1b0: 6e 64 65 78 2e 68 20 24 28 53 52 43 44 49 52 29 ndex.h $(SRCDIR)
a1c0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
a1d0: 43 29 20 2d 6f 20 6d 61 69 6e 2e 6f 20 2d 63 20 C) -o main.o -c
a1e0: 6d 61 69 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e 68 3a main_.c..main.h:
a1f0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
a200: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
a210: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
a220: 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e .c:admin.h bag_.
a230: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
a240: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 blob.h branch_.c
a250: 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 :branch.h browse
a260: 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 _.c:browse.h cgi
a270: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
a280: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
a290: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
a2a0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
a2b0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
a2c0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
a2d0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
a2e0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
a2f0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
a300: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
a310: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
a320: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
a330: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
a340: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
a350: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
a360: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
a370: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
a380: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
a390: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
a3a0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
a3b0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
a3c0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
a3d0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
a3e0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
a3f0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
a400: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
a410: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
a420: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
a430: 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 .h my_page_.c:my
a440: 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a _page.h name_.c:
a450: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
a460: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
a470: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
a480: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
a490: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
a4a0: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 .h rss_.c:rss.h
a4b0: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
a4c0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
a4d0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
a4e0: 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e .h stat_.c:stat.
a4f0: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
a500: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
a510: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
a520: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
a530: 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 w.h th_main_.c:t
a540: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e h_main.h timelin
a550: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
a560: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 tkt_.c:tkt.h tkt
a570: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e config_.c:tktcon
a580: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e fig.h tktsetup_.
a590: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 c:tktsetup.h und
a5a0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
a5b0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
a5c0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
a5d0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
a5e0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
a5f0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
a600: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
a610: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
a620: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
a630: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
a640: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
a650: 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 qlite3.h $(SRCDI
a660: 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f R)/th.h ./VERSIO
a670: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
a680: 72 73 0a 0a 6d 61 6e 69 66 65 73 74 5f 2e 63 3a rs..manifest_.c:
a690: 09 24 28 53 52 43 44 49 52 29 2f 6d 61 6e 69 66 .$(SRCDIR)/manif
a6a0: 65 73 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f est.c $(SRCDIR)/
a6b0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
a6c0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
a6d0: 28 53 52 43 44 49 52 29 2f 6d 61 6e 69 66 65 73 (SRCDIR)/manifes
a6e0: 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 t.c | sed -f $(S
a6f0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
a700: 6d 61 6e 69 66 65 73 74 5f 2e 63 0a 0a 6d 61 6e manifest_.c..man
a710: 69 66 65 73 74 2e 6f 3a 09 6d 61 6e 69 66 65 73 ifest.o:.manifes
a720: 74 5f 2e 63 20 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c manifest.h
a730: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
a740: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
a750: 6d 61 6e 69 66 65 73 74 2e 6f 20 2d 63 20 6d 61 manifest.o -c ma
a760: 6e 69 66 65 73 74 5f 2e 63 0a 0a 6d 61 6e 69 66 nifest_.c..manif
a770: 65 73 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 est.h:.makeheade
a780: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
a790: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
a7a0: 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 admin_.c:admin.h
a7b0: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
a7c0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 ob_.c:blob.h bra
a7d0: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 nch_.c:branch.h
a7e0: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 browse_.c:browse
a7f0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
a800: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
a810: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
a820: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
a830: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
a840: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
a850: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
a860: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
a870: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
a880: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
a890: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
a8a0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
a8b0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
a8c0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
a8d0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
a8e0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
a8f0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
a900: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
a910: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
a920: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
a930: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
a940: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
a950: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
a960: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
a970: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
a980: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
a990: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
a9a0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
a9b0: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 merge3.h my_page
a9c0: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 _.c:my_page.h na
a9d0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
a9e0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
a9f0: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
aa00: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
aa10: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
aa20: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a ebuild.h rss_.c:
aa30: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a rss.h schema_.c:
aa40: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
aa50: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
aa60: 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 c:sha1.h stat_.c
aa70: 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 :stat.h style_.c
aa80: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
aa90: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
aaa0: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
aab0: 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 tagview.h th_mai
aac0: 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 n_.c:th_main.h t
aad0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
aae0: 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
aaf0: 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
ab00: 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
ab10: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
ab20: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
ab30: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
ab40: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
ab50: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
ab60: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
ab70: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
ab80: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
ab90: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
aba0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
abb0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
abc0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
abd0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 DIR)/sqlite3.h $
abe0: 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f (SRCDIR)/th.h ./
abf0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
ac00: 20 68 65 61 64 65 72 73 0a 0a 6d 64 35 5f 2e 63 headers..md5_.c
ac10: 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 64 35 2e :.$(SRCDIR)/md5.
ac20: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
ac30: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
ac40: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
ac50: 44 49 52 29 2f 6d 64 35 2e 63 20 7c 20 73 65 64 DIR)/md5.c | sed
ac60: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
ac70: 52 53 49 4f 4e 20 3e 6d 64 35 5f 2e 63 0a 0a 6d RSION >md5_.c..m
ac80: 64 35 2e 6f 3a 09 6d 64 35 5f 2e 63 20 6d 64 35 d5.o:.md5_.c md5
ac90: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
aca0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
acb0: 2d 6f 20 6d 64 35 2e 6f 20 2d 63 20 6d 64 35 5f -o md5.o -c md5_
acc0: 2e 63 0a 0a 6d 64 35 2e 68 3a 09 6d 61 6b 65 68 .c..md5.h:.makeh
acd0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
ace0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
acf0: 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d d.h admin_.c:adm
ad00: 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e in.h bag_.c:bag.
ad10: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
ad20: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 branch_.c:branc
ad30: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 h.h browse_.c:br
ad40: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 owse.h cgi_.c:cg
ad50: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
ad60: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
ad70: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
ad80: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
ad90: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
ada0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
adb0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
adc0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
add0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
ade0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
adf0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
ae00: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
ae10: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
ae20: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
ae30: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
ae40: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
ae50: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
ae60: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
ae70: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
ae80: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
ae90: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
aea0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
aeb0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
aec0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
aed0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
aee0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
aef0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
af00: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f _.c:merge3.h my_
af10: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e page_.c:my_page.
af20: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
af30: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
af40: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 h pqueue_.c:pque
af50: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ue.h printf_.c:p
af60: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
af70: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 .c:rebuild.h rss
af80: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 _.c:rss.h schema
af90: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
afa0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
afb0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 a1_.c:sha1.h sta
afc0: 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c t_.c:stat.h styl
afd0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
afe0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
aff0: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 .c:tag.h tagview
b000: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 _.c:tagview.h th
b010: 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e _main_.c:th_main
b020: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
b030: 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 imeline.h tkt_.c
b040: 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 :tkt.h tktconfig
b050: 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 _.c:tktconfig.h
b060: 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 tktsetup_.c:tkts
b070: 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 etup.h undo_.c:u
b080: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ndo.h update_.c:
b090: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
b0a0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
b0b0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
b0c0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
b0d0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
b0e0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
b0f0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
b100: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
b110: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
b120: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
b130: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e .h $(SRCDIR)/th.
b140: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
b150: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 65 ouch headers..me
b160: 72 67 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 rge_.c:.$(SRCDIR
b170: 29 2f 6d 65 72 67 65 2e 63 20 24 28 53 52 43 44 )/merge.c $(SRCD
b180: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
b190: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
b1a0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d 65 72 te $(SRCDIR)/mer
b1b0: 67 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 ge.c | sed -f $(
b1c0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
b1d0: 3e 6d 65 72 67 65 5f 2e 63 0a 0a 6d 65 72 67 65 >merge_.c..merge
b1e0: 2e 6f 3a 09 6d 65 72 67 65 5f 2e 63 20 6d 65 72 .o:.merge_.c mer
b1f0: 67 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f ge.h $(SRCDIR)/
b200: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
b210: 29 20 2d 6f 20 6d 65 72 67 65 2e 6f 20 2d 63 20 ) -o merge.o -c
b220: 6d 65 72 67 65 5f 2e 63 0a 0a 6d 65 72 67 65 2e merge_.c..merge.
b230: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
b240: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
b250: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 dd_.c:add.h admi
b260: 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 n_.c:admin.h bag
b270: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
b280: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
b290: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
b2a0: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
b2b0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
b2c0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
b2d0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
b2e0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
b2f0: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
b300: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
b310: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
b320: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
b330: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
b340: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
b350: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
b360: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
b370: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
b380: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
b390: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
b3a0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
b3b0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
b3c0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
b3d0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
b3e0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
b3f0: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
b400: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
b410: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
b420: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
b430: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
b440: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
b450: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
b460: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
b470: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a e3.h my_page_.c:
b480: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e my_page.h name_.
b490: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
b4a0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 c:pivot.h pqueue
b4b0: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 _.c:pqueue.h pri
b4c0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
b4d0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
b4e0: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e ld.h rss_.c:rss.
b4f0: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
b500: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
b510: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
b520: 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 a1.h stat_.c:sta
b530: 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 t.h style_.c:sty
b540: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
b550: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
b560: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
b570: 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 iew.h th_main_.c
b580: 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c :th_main.h timel
b590: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
b5a0: 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 h tkt_.c:tkt.h t
b5b0: 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 ktconfig_.c:tktc
b5c0: 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 onfig.h tktsetup
b5d0: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 _.c:tktsetup.h u
b5e0: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
b5f0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
b600: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
b610: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
b620: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
b630: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
b640: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
b650: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
b660: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
b670: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
b680: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
b690: 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 /sqlite3.h $(SRC
b6a0: 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 DIR)/th.h ./VERS
b6b0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
b6c0: 64 65 72 73 0a 0a 6d 65 72 67 65 33 5f 2e 63 3a ders..merge3_.c:
b6d0: 09 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 .$(SRCDIR)/merge
b6e0: 33 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 3.c $(SRCDIR)/VE
b6f0: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
b700: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
b710: 52 43 44 49 52 29 2f 6d 65 72 67 65 33 2e 63 20 RCDIR)/merge3.c
b720: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
b730: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 65 72 67 R)/VERSION >merg
b740: 65 33 5f 2e 63 0a 0a 6d 65 72 67 65 33 2e 6f 3a e3_.c..merge3.o:
b750: 09 6d 65 72 67 65 33 5f 2e 63 20 6d 65 72 67 65 .merge3_.c merge
b760: 33 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 3.h $(SRCDIR)/c
b770: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
b780: 20 2d 6f 20 6d 65 72 67 65 33 2e 6f 20 2d 63 20 -o merge3.o -c
b790: 6d 65 72 67 65 33 5f 2e 63 0a 0a 6d 65 72 67 65 merge3_.c..merge
b7a0: 33 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 3.h:.makeheaders
b7b0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
b7c0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 add_.c:add.h ad
b7d0: 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 min_.c:admin.h b
b7e0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
b7f0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 _.c:blob.h branc
b800: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 h_.c:branch.h br
b810: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 owse_.c:browse.h
b820: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
b830: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
b840: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
b850: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
b860: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
b870: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
b880: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
b890: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
b8a0: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
b8b0: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
b8c0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
b8d0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
b8e0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
b8f0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
b900: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
b910: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
b920: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
b930: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
b940: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
b950: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
b960: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
b970: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
b980: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
b990: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
b9a0: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
b9b0: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
b9c0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
b9d0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
b9e0: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e rge3.h my_page_.
b9f0: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 c:my_page.h name
ba00: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
ba10: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 _.c:pivot.h pque
ba20: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 ue_.c:pqueue.h p
ba30: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
ba40: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
ba50: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 uild.h rss_.c:rs
ba60: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 s.h schema_.c:sc
ba70: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
ba80: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
ba90: 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 sha1.h stat_.c:s
baa0: 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 tat.h style_.c:s
bab0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
bac0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
bad0: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
bae0: 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f gview.h th_main_
baf0: 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d .c:th_main.h tim
bb00: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
bb10: 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 e.h tkt_.c:tkt.h
bb20: 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b tktconfig_.c:tk
bb30: 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 tconfig.h tktset
bb40: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 up_.c:tktsetup.h
bb50: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 undo_.c:undo.h
bb60: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
bb70: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
bb80: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
bb90: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
bba0: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
bbb0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
bbc0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
bbd0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
bbe0: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
bbf0: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
bc00: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 R)/sqlite3.h $(S
bc10: 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 RCDIR)/th.h ./VE
bc20: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
bc30: 65 61 64 65 72 73 0a 0a 6d 79 5f 70 61 67 65 5f eaders..my_page_
bc40: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 79 .c:.$(SRCDIR)/my
bc50: 5f 70 61 67 65 2e 63 20 24 28 53 52 43 44 49 52 _page.c $(SRCDIR
bc60: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
bc70: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
bc80: 20 24 28 53 52 43 44 49 52 29 2f 6d 79 5f 70 61 $(SRCDIR)/my_pa
bc90: 67 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 ge.c | sed -f $(
bca0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
bcb0: 3e 6d 79 5f 70 61 67 65 5f 2e 63 0a 0a 6d 79 5f >my_page_.c..my_
bcc0: 70 61 67 65 2e 6f 3a 09 6d 79 5f 70 61 67 65 5f page.o:.my_page_
bcd0: 2e 63 20 6d 79 5f 70 61 67 65 2e 68 20 20 24 28 .c my_page.h $(
bce0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
bcf0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 79 5f ..$(XTCC) -o my_
bd00: 70 61 67 65 2e 6f 20 2d 63 20 6d 79 5f 70 61 67 page.o -c my_pag
bd10: 65 5f 2e 63 0a 0a 6d 79 5f 70 61 67 65 2e 68 3a e_.c..my_page.h:
bd20: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
bd30: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
bd40: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
bd50: 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e .c:admin.h bag_.
bd60: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
bd70: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 blob.h branch_.c
bd80: 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 :branch.h browse
bd90: 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 _.c:browse.h cgi
bda0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
bdb0: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
bdc0: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
bdd0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
bde0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
bdf0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
be00: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
be10: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
be20: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
be30: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
be40: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
be50: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
be60: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
be70: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
be80: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
be90: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
bea0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
beb0: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
bec0: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
bed0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
bee0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
bef0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
bf00: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
bf10: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
bf20: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
bf30: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
bf40: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
bf50: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
bf60: 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 .h my_page_.c:my
bf70: 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a _page.h name_.c:
bf80: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
bf90: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
bfa0: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
bfb0: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
bfc0: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
bfd0: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 .h rss_.c:rss.h
bfe0: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
bff0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
c000: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
c010: 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e .h stat_.c:stat.
c020: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
c030: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
c040: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
c050: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
c060: 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 w.h th_main_.c:t
c070: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e h_main.h timelin
c080: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
c090: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 tkt_.c:tkt.h tkt
c0a0: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e config_.c:tktcon
c0b0: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e fig.h tktsetup_.
c0c0: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 c:tktsetup.h und
c0d0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
c0e0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
c0f0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
c100: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
c110: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
c120: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
c130: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
c140: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
c150: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
c160: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
c170: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
c180: 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 qlite3.h $(SRCDI
c190: 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f R)/th.h ./VERSIO
c1a0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
c1b0: 72 73 0a 0a 6e 61 6d 65 5f 2e 63 3a 09 24 28 53 rs..name_.c:.$(S
c1c0: 52 43 44 49 52 29 2f 6e 61 6d 65 2e 63 20 24 28 RCDIR)/name.c $(
c1d0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
c1e0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
c1f0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
c200: 2f 6e 61 6d 65 2e 63 20 7c 20 73 65 64 20 2d 66 /name.c | sed -f
c210: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
c220: 4f 4e 20 3e 6e 61 6d 65 5f 2e 63 0a 0a 6e 61 6d ON >name_.c..nam
c230: 65 2e 6f 3a 09 6e 61 6d 65 5f 2e 63 20 6e 61 6d e.o:.name_.c nam
c240: 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 e.h $(SRCDIR)/c
c250: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
c260: 20 2d 6f 20 6e 61 6d 65 2e 6f 20 2d 63 20 6e 61 -o name.o -c na
c270: 6d 65 5f 2e 63 0a 0a 6e 61 6d 65 2e 68 3a 09 6d me_.c..name.h:.m
c280: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
c290: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
c2a0: 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 c:add.h admin_.c
c2b0: 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a :admin.h bag_.c:
c2c0: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
c2d0: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 ob.h branch_.c:b
c2e0: 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e ranch.h browse_.
c2f0: 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e c:browse.h cgi_.
c300: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
c310: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
c320: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
c330: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
c340: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
c350: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
c360: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
c370: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
c380: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
c390: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
c3a0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
c3b0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
c3c0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
c3d0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
c3e0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
c3f0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
c400: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
c410: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
c420: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
c430: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
c440: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
c450: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
c460: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
c470: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
c480: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
c490: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
c4a0: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
c4b0: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
c4c0: 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 my_page_.c:my_p
c4d0: 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 age.h name_.c:na
c4e0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 me.h pivot_.c:pi
c4f0: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a vot.h pqueue_.c:
c500: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f pqueue.h printf_
c510: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
c520: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
c530: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 rss_.c:rss.h sc
c540: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
c550: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
c560: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
c570: 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 stat_.c:stat.h
c580: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
c590: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
c5a0: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 tag_.c:tag.h tag
c5b0: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e view_.c:tagview.
c5c0: 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f h th_main_.c:th_
c5d0: 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f main.h timeline_
c5e0: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b .c:timeline.h tk
c5f0: 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f t_.c:tkt.h tktco
c600: 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 nfig_.c:tktconfi
c610: 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a g.h tktsetup_.c:
c620: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f tktsetup.h undo_
c630: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
c640: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
c650: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
c660: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
c670: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
c680: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
c690: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
c6a0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
c6b0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
c6c0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
c6d0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
c6e0: 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 ite3.h $(SRCDIR)
c6f0: 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e /th.h ./VERSION.
c700: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
c710: 0a 0a 70 69 76 6f 74 5f 2e 63 3a 09 24 28 53 52 ..pivot_.c:.$(SR
c720: 43 44 49 52 29 2f 70 69 76 6f 74 2e 63 20 24 28 CDIR)/pivot.c $(
c730: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
c740: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
c750: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
c760: 2f 70 69 76 6f 74 2e 63 20 7c 20 73 65 64 20 2d /pivot.c | sed -
c770: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
c780: 49 4f 4e 20 3e 70 69 76 6f 74 5f 2e 63 0a 0a 70 ION >pivot_.c..p
c790: 69 76 6f 74 2e 6f 3a 09 70 69 76 6f 74 5f 2e 63 ivot.o:.pivot_.c
c7a0: 20 70 69 76 6f 74 2e 68 20 20 24 28 53 52 43 44 pivot.h $(SRCD
c7b0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
c7c0: 58 54 43 43 29 20 2d 6f 20 70 69 76 6f 74 2e 6f XTCC) -o pivot.o
c7d0: 20 2d 63 20 70 69 76 6f 74 5f 2e 63 0a 0a 70 69 -c pivot_.c..pi
c7e0: 76 6f 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 vot.h:.makeheade
c7f0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
c800: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
c810: 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 admin_.c:admin.h
c820: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
c830: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 ob_.c:blob.h bra
c840: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 nch_.c:branch.h
c850: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 browse_.c:browse
c860: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
c870: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
c880: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
c890: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
c8a0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
c8b0: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
c8c0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
c8d0: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
c8e0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
c8f0: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
c900: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
c910: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
c920: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
c930: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
c940: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
c950: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
c960: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
c970: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
c980: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
c990: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
c9a0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
c9b0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
c9c0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
c9d0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
c9e0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
c9f0: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
ca00: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
ca10: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
ca20: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 merge3.h my_page
ca30: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 _.c:my_page.h na
ca40: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
ca50: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
ca60: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
ca70: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
ca80: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
ca90: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a ebuild.h rss_.c:
caa0: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a rss.h schema_.c:
cab0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
cac0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
cad0: 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 c:sha1.h stat_.c
cae0: 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 :stat.h style_.c
caf0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
cb00: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
cb10: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
cb20: 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 tagview.h th_mai
cb30: 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 n_.c:th_main.h t
cb40: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
cb50: 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
cb60: 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
cb70: 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
cb80: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
cb90: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
cba0: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
cbb0: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
cbc0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
cbd0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
cbe0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
cbf0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
cc00: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
cc10: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
cc20: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
cc30: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
cc40: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 DIR)/sqlite3.h $
cc50: 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f (SRCDIR)/th.h ./
cc60: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
cc70: 20 68 65 61 64 65 72 73 0a 0a 70 71 75 65 75 65 headers..pqueue
cc80: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 70 _.c:.$(SRCDIR)/p
cc90: 71 75 65 75 65 2e 63 20 24 28 53 52 43 44 49 52 queue.c $(SRCDIR
cca0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
ccb0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
ccc0: 20 24 28 53 52 43 44 49 52 29 2f 70 71 75 65 75 $(SRCDIR)/pqueu
ccd0: 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 e.c | sed -f $(S
cce0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
ccf0: 70 71 75 65 75 65 5f 2e 63 0a 0a 70 71 75 65 75 pqueue_.c..pqueu
cd00: 65 2e 6f 3a 09 70 71 75 65 75 65 5f 2e 63 20 70 e.o:.pqueue_.c p
cd10: 71 75 65 75 65 2e 68 20 20 24 28 53 52 43 44 49 queue.h $(SRCDI
cd20: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
cd30: 54 43 43 29 20 2d 6f 20 70 71 75 65 75 65 2e 6f TCC) -o pqueue.o
cd40: 20 2d 63 20 70 71 75 65 75 65 5f 2e 63 0a 0a 70 -c pqueue_.c..p
cd50: 71 75 65 75 65 2e 68 3a 09 6d 61 6b 65 68 65 61 queue.h:.makehea
cd60: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
cd70: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
cd80: 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e h admin_.c:admin
cd90: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
cda0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
cdb0: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
cdc0: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 h browse_.c:brow
cdd0: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e se.h cgi_.c:cgi.
cde0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
cdf0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
ce00: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
ce10: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
ce20: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
ce30: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
ce40: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
ce50: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
ce60: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
ce70: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
ce80: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
ce90: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
cea0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
ceb0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
cec0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
ced0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
cee0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
cef0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
cf00: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
cf10: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
cf20: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
cf30: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
cf40: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
cf50: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
cf60: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
cf70: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
cf80: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
cf90: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 c:merge3.h my_pa
cfa0: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 ge_.c:my_page.h
cfb0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
cfc0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
cfd0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 pqueue_.c:pqueue
cfe0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
cff0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
d000: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e :rebuild.h rss_.
d010: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e c:rss.h schema_.
d020: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
d030: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
d040: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f _.c:sha1.h stat_
d050: 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f .c:stat.h style_
d060: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
d070: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
d080: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
d090: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d c:tagview.h th_m
d0a0: 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 ain_.c:th_main.h
d0b0: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
d0c0: 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 eline.h tkt_.c:t
d0d0: 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e kt.h tktconfig_.
d0e0: 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b c:tktconfig.h tk
d0f0: 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 tsetup_.c:tktset
d100: 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 up.h undo_.c:und
d110: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
d120: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
d130: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
d140: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
d150: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
d160: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
d170: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
d180: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
d190: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
d1a0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
d1b0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
d1c0: 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 $(SRCDIR)/th.h
d1d0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
d1e0: 63 68 20 68 65 61 64 65 72 73 0a 0a 70 72 69 6e ch headers..prin
d1f0: 74 66 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 tf_.c:.$(SRCDIR)
d200: 2f 70 72 69 6e 74 66 2e 63 20 24 28 53 52 43 44 /printf.c $(SRCD
d210: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
d220: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
d230: 74 65 20 24 28 53 52 43 44 49 52 29 2f 70 72 69 te $(SRCDIR)/pri
d240: 6e 74 66 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 ntf.c | sed -f $
d250: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
d260: 20 3e 70 72 69 6e 74 66 5f 2e 63 0a 0a 70 72 69 >printf_.c..pri
d270: 6e 74 66 2e 6f 3a 09 70 72 69 6e 74 66 5f 2e 63 ntf.o:.printf_.c
d280: 20 70 72 69 6e 74 66 2e 68 20 20 24 28 53 52 43 printf.h $(SRC
d290: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
d2a0: 28 58 54 43 43 29 20 2d 6f 20 70 72 69 6e 74 66 (XTCC) -o printf
d2b0: 2e 6f 20 2d 63 20 70 72 69 6e 74 66 5f 2e 63 0a .o -c printf_.c.
d2c0: 0a 70 72 69 6e 74 66 2e 68 3a 09 6d 61 6b 65 68 .printf.h:.makeh
d2d0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
d2e0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
d2f0: 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d d.h admin_.c:adm
d300: 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e in.h bag_.c:bag.
d310: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
d320: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 branch_.c:branc
d330: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 h.h browse_.c:br
d340: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 owse.h cgi_.c:cg
d350: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
d360: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
d370: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
d380: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
d390: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
d3a0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
d3b0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
d3c0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
d3d0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
d3e0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
d3f0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
d400: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
d410: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
d420: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
d430: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
d440: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
d450: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
d460: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
d470: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
d480: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
d490: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
d4a0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
d4b0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
d4c0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
d4d0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
d4e0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
d4f0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
d500: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f _.c:merge3.h my_
d510: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e page_.c:my_page.
d520: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
d530: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
d540: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 h pqueue_.c:pque
d550: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ue.h printf_.c:p
d560: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
d570: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 .c:rebuild.h rss
d580: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 _.c:rss.h schema
d590: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
d5a0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
d5b0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 a1_.c:sha1.h sta
d5c0: 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c t_.c:stat.h styl
d5d0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
d5e0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
d5f0: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 .c:tag.h tagview
d600: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 _.c:tagview.h th
d610: 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e _main_.c:th_main
d620: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
d630: 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 imeline.h tkt_.c
d640: 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 :tkt.h tktconfig
d650: 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 _.c:tktconfig.h
d660: 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 tktsetup_.c:tkts
d670: 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 etup.h undo_.c:u
d680: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ndo.h update_.c:
d690: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
d6a0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
d6b0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
d6c0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
d6d0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
d6e0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
d6f0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
d700: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
d710: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
d720: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
d730: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e .h $(SRCDIR)/th.
d740: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
d750: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 72 65 ouch headers..re
d760: 62 75 69 6c 64 5f 2e 63 3a 09 24 28 53 52 43 44 build_.c:.$(SRCD
d770: 49 52 29 2f 72 65 62 75 69 6c 64 2e 63 20 24 28 IR)/rebuild.c $(
d780: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
d790: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
d7a0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
d7b0: 2f 72 65 62 75 69 6c 64 2e 63 20 7c 20 73 65 64 /rebuild.c | sed
d7c0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
d7d0: 52 53 49 4f 4e 20 3e 72 65 62 75 69 6c 64 5f 2e RSION >rebuild_.
d7e0: 63 0a 0a 72 65 62 75 69 6c 64 2e 6f 3a 09 72 65 c..rebuild.o:.re
d7f0: 62 75 69 6c 64 5f 2e 63 20 72 65 62 75 69 6c 64 build_.c rebuild
d800: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
d810: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
d820: 2d 6f 20 72 65 62 75 69 6c 64 2e 6f 20 2d 63 20 -o rebuild.o -c
d830: 72 65 62 75 69 6c 64 5f 2e 63 0a 0a 72 65 62 75 rebuild_.c..rebu
d840: 69 6c 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 ild.h:.makeheade
d850: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
d860: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
d870: 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 admin_.c:admin.h
d880: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
d890: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 ob_.c:blob.h bra
d8a0: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 nch_.c:branch.h
d8b0: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 browse_.c:browse
d8c0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
d8d0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
d8e0: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
d8f0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
d900: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
d910: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
d920: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
d930: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
d940: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
d950: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
d960: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
d970: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
d980: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
d990: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
d9a0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
d9b0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
d9c0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
d9d0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
d9e0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
d9f0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
da00: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
da10: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
da20: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
da30: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
da40: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
da50: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
da60: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
da70: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
da80: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 merge3.h my_page
da90: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 _.c:my_page.h na
daa0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
dab0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
dac0: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
dad0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
dae0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
daf0: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a ebuild.h rss_.c:
db00: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a rss.h schema_.c:
db10: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
db20: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
db30: 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 c:sha1.h stat_.c
db40: 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 :stat.h style_.c
db50: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
db60: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
db70: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
db80: 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 tagview.h th_mai
db90: 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 n_.c:th_main.h t
dba0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
dbb0: 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
dbc0: 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
dbd0: 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
dbe0: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
dbf0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
dc00: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
dc10: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
dc20: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
dc30: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
dc40: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
dc50: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
dc60: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
dc70: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
dc80: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
dc90: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
dca0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 DIR)/sqlite3.h $
dcb0: 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f (SRCDIR)/th.h ./
dcc0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
dcd0: 20 68 65 61 64 65 72 73 0a 0a 72 73 73 5f 2e 63 headers..rss_.c
dce0: 3a 09 24 28 53 52 43 44 49 52 29 2f 72 73 73 2e :.$(SRCDIR)/rss.
dcf0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
dd00: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
dd10: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
dd20: 44 49 52 29 2f 72 73 73 2e 63 20 7c 20 73 65 64 DIR)/rss.c | sed
dd30: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
dd40: 52 53 49 4f 4e 20 3e 72 73 73 5f 2e 63 0a 0a 72 RSION >rss_.c..r
dd50: 73 73 2e 6f 3a 09 72 73 73 5f 2e 63 20 72 73 73 ss.o:.rss_.c rss
dd60: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
dd70: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
dd80: 2d 6f 20 72 73 73 2e 6f 20 2d 63 20 72 73 73 5f -o rss.o -c rss_
dd90: 2e 63 0a 0a 72 73 73 2e 68 3a 09 6d 61 6b 65 68 .c..rss.h:.makeh
dda0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
ddb0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
ddc0: 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d d.h admin_.c:adm
ddd0: 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e in.h bag_.c:bag.
dde0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
ddf0: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 branch_.c:branc
de00: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 h.h browse_.c:br
de10: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 owse.h cgi_.c:cg
de20: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
de30: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
de40: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
de50: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
de60: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
de70: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
de80: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
de90: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
dea0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
deb0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
dec0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
ded0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
dee0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
def0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
df00: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
df10: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
df20: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
df30: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
df40: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
df50: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
df60: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
df70: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
df80: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
df90: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
dfa0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
dfb0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
dfc0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
dfd0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f _.c:merge3.h my_
dfe0: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e page_.c:my_page.
dff0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
e000: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
e010: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 h pqueue_.c:pque
e020: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ue.h printf_.c:p
e030: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
e040: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 .c:rebuild.h rss
e050: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 _.c:rss.h schema
e060: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
e070: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
e080: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 a1_.c:sha1.h sta
e090: 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c t_.c:stat.h styl
e0a0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
e0b0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
e0c0: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 .c:tag.h tagview
e0d0: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 _.c:tagview.h th
e0e0: 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e _main_.c:th_main
e0f0: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
e100: 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 imeline.h tkt_.c
e110: 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 :tkt.h tktconfig
e120: 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 _.c:tktconfig.h
e130: 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 tktsetup_.c:tkts
e140: 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 etup.h undo_.c:u
e150: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ndo.h update_.c:
e160: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
e170: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
e180: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
e190: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
e1a0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
e1b0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
e1c0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
e1d0: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
e1e0: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
e1f0: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
e200: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e .h $(SRCDIR)/th.
e210: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
e220: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73 63 ouch headers..sc
e230: 68 65 6d 61 5f 2e 63 3a 09 24 28 53 52 43 44 49 hema_.c:.$(SRCDI
e240: 52 29 2f 73 63 68 65 6d 61 2e 63 20 24 28 53 52 R)/schema.c $(SR
e250: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
e260: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
e270: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 late $(SRCDIR)/s
e280: 63 68 65 6d 61 2e 63 20 7c 20 73 65 64 20 2d 66 chema.c | sed -f
e290: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
e2a0: 4f 4e 20 3e 73 63 68 65 6d 61 5f 2e 63 0a 0a 73 ON >schema_.c..s
e2b0: 63 68 65 6d 61 2e 6f 3a 09 73 63 68 65 6d 61 5f chema.o:.schema_
e2c0: 2e 63 20 73 63 68 65 6d 61 2e 68 20 20 24 28 53 .c schema.h $(S
e2d0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
e2e0: 09 24 28 58 54 43 43 29 20 2d 6f 20 73 63 68 65 .$(XTCC) -o sche
e2f0: 6d 61 2e 6f 20 2d 63 20 73 63 68 65 6d 61 5f 2e ma.o -c schema_.
e300: 63 0a 0a 73 63 68 65 6d 61 2e 68 3a 09 6d 61 6b c..schema.h:.mak
e310: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
e320: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
e330: 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 add.h admin_.c:a
e340: 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 dmin.h bag_.c:ba
e350: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
e360: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 .h branch_.c:bra
e370: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a nch.h browse_.c:
e380: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a browse.h cgi_.c:
e390: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
e3a0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
e3b0: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
e3c0: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
e3d0: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
e3e0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
e3f0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
e400: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
e410: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
e420: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
e430: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
e440: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
e450: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
e460: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
e470: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
e480: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
e490: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
e4a0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
e4b0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
e4c0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
e4d0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
e4e0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
e4f0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
e500: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
e510: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
e520: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
e530: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
e540: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d e3_.c:merge3.h m
e550: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 y_page_.c:my_pag
e560: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 e.h name_.c:name
e570: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
e580: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 t.h pqueue_.c:pq
e590: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ueue.h printf_.c
e5a0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
e5b0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 d_.c:rebuild.h r
e5c0: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 ss_.c:rss.h sche
e5d0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
e5e0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
e5f0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
e600: 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 tat_.c:stat.h st
e610: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
e620: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
e630: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
e640: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
e650: 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 th_main_.c:th_ma
e660: 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 in.h timeline_.c
e670: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f :timeline.h tkt_
e680: 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 .c:tkt.h tktconf
e690: 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e ig_.c:tktconfig.
e6a0: 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b h tktsetup_.c:tk
e6b0: 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 tsetup.h undo_.c
e6c0: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
e6d0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
e6e0: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
e6f0: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
e700: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
e710: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
e720: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
e730: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
e740: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
e750: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
e760: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
e770: 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 e3.h $(SRCDIR)/t
e780: 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a h.h ./VERSION.h.
e790: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
e7a0: 73 65 74 75 70 5f 2e 63 3a 09 24 28 53 52 43 44 setup_.c:.$(SRCD
e7b0: 49 52 29 2f 73 65 74 75 70 2e 63 20 24 28 53 52 IR)/setup.c $(SR
e7c0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
e7d0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
e7e0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 late $(SRCDIR)/s
e7f0: 65 74 75 70 2e 63 20 7c 20 73 65 64 20 2d 66 20 etup.c | sed -f
e800: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
e810: 4e 20 3e 73 65 74 75 70 5f 2e 63 0a 0a 73 65 74 N >setup_.c..set
e820: 75 70 2e 6f 3a 09 73 65 74 75 70 5f 2e 63 20 73 up.o:.setup_.c s
e830: 65 74 75 70 2e 68 20 20 24 28 53 52 43 44 49 52 etup.h $(SRCDIR
e840: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
e850: 43 43 29 20 2d 6f 20 73 65 74 75 70 2e 6f 20 2d CC) -o setup.o -
e860: 63 20 73 65 74 75 70 5f 2e 63 0a 0a 73 65 74 75 c setup_.c..setu
e870: 70 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 p.h:.makeheaders
e880: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
e890: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 add_.c:add.h ad
e8a0: 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 min_.c:admin.h b
e8b0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
e8c0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 _.c:blob.h branc
e8d0: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 h_.c:branch.h br
e8e0: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 owse_.c:browse.h
e8f0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
e900: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
e910: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
e920: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
e930: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
e940: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
e950: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
e960: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
e970: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
e980: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
e990: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
e9a0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
e9b0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
e9c0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
e9d0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
e9e0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
e9f0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
ea00: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
ea10: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
ea20: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
ea30: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
ea40: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
ea50: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
ea60: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
ea70: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
ea80: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
ea90: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
eaa0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
eab0: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e rge3.h my_page_.
eac0: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 c:my_page.h name
ead0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
eae0: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 _.c:pivot.h pque
eaf0: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 ue_.c:pqueue.h p
eb00: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
eb10: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
eb20: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 uild.h rss_.c:rs
eb30: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 s.h schema_.c:sc
eb40: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
eb50: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
eb60: 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 sha1.h stat_.c:s
eb70: 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 tat.h style_.c:s
eb80: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
eb90: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
eba0: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
ebb0: 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f gview.h th_main_
ebc0: 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d .c:th_main.h tim
ebd0: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
ebe0: 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 e.h tkt_.c:tkt.h
ebf0: 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b tktconfig_.c:tk
ec00: 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 tconfig.h tktset
ec10: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 up_.c:tktsetup.h
ec20: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 undo_.c:undo.h
ec30: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
ec40: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
ec50: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
ec60: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
ec70: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
ec80: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
ec90: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
eca0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
ecb0: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
ecc0: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
ecd0: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 R)/sqlite3.h $(S
ece0: 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 RCDIR)/th.h ./VE
ecf0: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
ed00: 65 61 64 65 72 73 0a 0a 73 68 61 31 5f 2e 63 3a eaders..sha1_.c:
ed10: 09 24 28 53 52 43 44 49 52 29 2f 73 68 61 31 2e .$(SRCDIR)/sha1.
ed20: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
ed30: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
ed40: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
ed50: 44 49 52 29 2f 73 68 61 31 2e 63 20 7c 20 73 65 DIR)/sha1.c | se
ed60: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
ed70: 45 52 53 49 4f 4e 20 3e 73 68 61 31 5f 2e 63 0a ERSION >sha1_.c.
ed80: 0a 73 68 61 31 2e 6f 3a 09 73 68 61 31 5f 2e 63 .sha1.o:.sha1_.c
ed90: 20 73 68 61 31 2e 68 20 20 24 28 53 52 43 44 49 sha1.h $(SRCDI
eda0: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
edb0: 54 43 43 29 20 2d 6f 20 73 68 61 31 2e 6f 20 2d TCC) -o sha1.o -
edc0: 63 20 73 68 61 31 5f 2e 63 0a 0a 73 68 61 31 2e c sha1_.c..sha1.
edd0: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
ede0: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
edf0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 dd_.c:add.h admi
ee00: 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 n_.c:admin.h bag
ee10: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
ee20: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
ee30: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
ee40: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
ee50: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
ee60: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
ee70: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
ee80: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
ee90: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
eea0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
eeb0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
eec0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
eed0: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
eee0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
eef0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
ef00: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
ef10: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
ef20: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
ef30: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
ef40: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
ef50: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
ef60: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
ef70: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
ef80: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
ef90: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
efa0: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
efb0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
efc0: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
efd0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
efe0: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
eff0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
f000: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
f010: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a e3.h my_page_.c:
f020: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e my_page.h name_.
f030: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
f040: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 c:pivot.h pqueue
f050: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 _.c:pqueue.h pri
f060: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
f070: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
f080: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e ld.h rss_.c:rss.
f090: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
f0a0: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
f0b0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
f0c0: 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 a1.h stat_.c:sta
f0d0: 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 t.h style_.c:sty
f0e0: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
f0f0: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
f100: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
f110: 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 iew.h th_main_.c
f120: 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c :th_main.h timel
f130: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
f140: 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 h tkt_.c:tkt.h t
f150: 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 ktconfig_.c:tktc
f160: 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 onfig.h tktsetup
f170: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 _.c:tktsetup.h u
f180: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
f190: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
f1a0: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
f1b0: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
f1c0: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
f1d0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
f1e0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
f1f0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
f200: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
f210: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
f220: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
f230: 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 /sqlite3.h $(SRC
f240: 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 DIR)/th.h ./VERS
f250: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
f260: 64 65 72 73 0a 0a 73 74 61 74 5f 2e 63 3a 09 24 ders..stat_.c:.$
f270: 28 53 52 43 44 49 52 29 2f 73 74 61 74 2e 63 20 (SRCDIR)/stat.c
f280: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
f290: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
f2a0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
f2b0: 52 29 2f 73 74 61 74 2e 63 20 7c 20 73 65 64 20 R)/stat.c | sed
f2c0: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
f2d0: 53 49 4f 4e 20 3e 73 74 61 74 5f 2e 63 0a 0a 73 SION >stat_.c..s
f2e0: 74 61 74 2e 6f 3a 09 73 74 61 74 5f 2e 63 20 73 tat.o:.stat_.c s
f2f0: 74 61 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 tat.h $(SRCDIR)
f300: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
f310: 43 29 20 2d 6f 20 73 74 61 74 2e 6f 20 2d 63 20 C) -o stat.o -c
f320: 73 74 61 74 5f 2e 63 0a 0a 73 74 61 74 2e 68 3a stat_.c..stat.h:
f330: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
f340: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
f350: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
f360: 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e .c:admin.h bag_.
f370: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
f380: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 blob.h branch_.c
f390: 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 :branch.h browse
f3a0: 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 _.c:browse.h cgi
f3b0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
f3c0: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
f3d0: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
f3e0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
f3f0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
f400: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
f410: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
f420: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
f430: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
f440: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
f450: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
f460: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
f470: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
f480: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
f490: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
f4a0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
f4b0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
f4c0: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
f4d0: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
f4e0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
f4f0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
f500: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
f510: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
f520: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
f530: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
f540: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
f550: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
f560: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
f570: 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 .h my_page_.c:my
f580: 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a _page.h name_.c:
f590: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
f5a0: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
f5b0: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
f5c0: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
f5d0: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
f5e0: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 .h rss_.c:rss.h
f5f0: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
f600: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
f610: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
f620: 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e .h stat_.c:stat.
f630: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
f640: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
f650: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
f660: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
f670: 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 w.h th_main_.c:t
f680: 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e h_main.h timelin
f690: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
f6a0: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 tkt_.c:tkt.h tkt
f6b0: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e config_.c:tktcon
f6c0: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e fig.h tktsetup_.
f6d0: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 c:tktsetup.h und
f6e0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
f6f0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
f700: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
f710: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
f720: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
f730: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
f740: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
f750: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
f760: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
f770: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
f780: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
f790: 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 qlite3.h $(SRCDI
f7a0: 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f R)/th.h ./VERSIO
f7b0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
f7c0: 72 73 0a 0a 73 74 79 6c 65 5f 2e 63 3a 09 24 28 rs..style_.c:.$(
f7d0: 53 52 43 44 49 52 29 2f 73 74 79 6c 65 2e 63 20 SRCDIR)/style.c
f7e0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
f7f0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
f800: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
f810: 52 29 2f 73 74 79 6c 65 2e 63 20 7c 20 73 65 64 R)/style.c | sed
f820: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
f830: 52 53 49 4f 4e 20 3e 73 74 79 6c 65 5f 2e 63 0a RSION >style_.c.
f840: 0a 73 74 79 6c 65 2e 6f 3a 09 73 74 79 6c 65 5f .style.o:.style_
f850: 2e 63 20 73 74 79 6c 65 2e 68 20 20 24 28 53 52 .c style.h $(SR
f860: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
f870: 24 28 58 54 43 43 29 20 2d 6f 20 73 74 79 6c 65 $(XTCC) -o style
f880: 2e 6f 20 2d 63 20 73 74 79 6c 65 5f 2e 63 0a 0a .o -c style_.c..
f890: 73 74 79 6c 65 2e 68 3a 09 6d 61 6b 65 68 65 61 style.h:.makehea
f8a0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
f8b0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
f8c0: 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e h admin_.c:admin
f8d0: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
f8e0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
f8f0: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
f900: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 h browse_.c:brow
f910: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e se.h cgi_.c:cgi.
f920: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
f930: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
f940: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
f950: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
f960: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
f970: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
f980: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
f990: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
f9a0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
f9b0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
f9c0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
f9d0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
f9e0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
f9f0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
fa00: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
fa10: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
fa20: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
fa30: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
fa40: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
fa50: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
fa60: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
fa70: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
fa80: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
fa90: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
faa0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
fab0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
fac0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
fad0: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 c:merge3.h my_pa
fae0: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 ge_.c:my_page.h
faf0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
fb00: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
fb10: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 pqueue_.c:pqueue
fb20: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
fb30: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
fb40: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e :rebuild.h rss_.
fb50: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e c:rss.h schema_.
fb60: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
fb70: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
fb80: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f _.c:sha1.h stat_
fb90: 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f .c:stat.h style_
fba0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
fbb0: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
fbc0: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
fbd0: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d c:tagview.h th_m
fbe0: 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 ain_.c:th_main.h
fbf0: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
fc00: 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 eline.h tkt_.c:t
fc10: 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e kt.h tktconfig_.
fc20: 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b c:tktconfig.h tk
fc30: 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 tsetup_.c:tktset
fc40: 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 up.h undo_.c:und
fc50: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
fc60: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
fc70: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
fc80: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
fc90: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
fca0: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
fcb0: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
fcc0: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
fcd0: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
fce0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
fcf0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
fd00: 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 $(SRCDIR)/th.h
fd10: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
fd20: 63 68 20 68 65 61 64 65 72 73 0a 0a 73 79 6e 63 ch headers..sync
fd30: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 _.c:.$(SRCDIR)/s
fd40: 79 6e 63 2e 63 20 24 28 53 52 43 44 49 52 29 2f ync.c $(SRCDIR)/
fd50: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
fd60: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
fd70: 28 53 52 43 44 49 52 29 2f 73 79 6e 63 2e 63 20 (SRCDIR)/sync.c
fd80: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
fd90: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 79 6e 63 R)/VERSION >sync
fda0: 5f 2e 63 0a 0a 73 79 6e 63 2e 6f 3a 09 73 79 6e _.c..sync.o:.syn
fdb0: 63 5f 2e 63 20 73 79 6e 63 2e 68 20 20 24 28 53 c_.c sync.h $(S
fdc0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
fdd0: 09 24 28 58 54 43 43 29 20 2d 6f 20 73 79 6e 63 .$(XTCC) -o sync
fde0: 2e 6f 20 2d 63 20 73 79 6e 63 5f 2e 63 0a 0a 73 .o -c sync_.c..s
fdf0: 79 6e 63 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 ync.h:.makeheade
fe00: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
fe10: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
fe20: 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 admin_.c:admin.h
fe30: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
fe40: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 ob_.c:blob.h bra
fe50: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 nch_.c:branch.h
fe60: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 browse_.c:browse
fe70: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
fe80: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
fe90: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
fea0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
feb0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
fec0: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
fed0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
fee0: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
fef0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
ff00: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
ff10: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
ff20: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
ff30: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
ff40: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
ff50: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
ff60: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
ff70: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
ff80: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
ff90: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
ffa0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
ffb0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
ffc0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
ffd0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
ffe0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
fff0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
10000 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
10010 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
10020 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
10030 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 merge3.h my_page
10040 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 _.c:my_page.h na
10050 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
10060 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
10070 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
10080 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
10090 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
100a0 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a ebuild.h rss_.c:
100b0 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a rss.h schema_.c:
100c0 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
100d0 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
100e0 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 c:sha1.h stat_.c
100f0 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 :stat.h style_.c
10100 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
10110 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
10120 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
10130 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 tagview.h th_mai
10140 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 n_.c:th_main.h t
10150 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
10160 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
10170 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
10180 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
10190 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
101a0 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
101b0 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
101c0 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
101d0 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
101e0 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
101f0 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
10200 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
10210 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
10220 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
10230 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
10240 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
10250 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 DIR)/sqlite3.h $
10260 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f (SRCDIR)/th.h ./
10270 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
10280 20 68 65 61 64 65 72 73 0a 0a 74 61 67 5f 2e 63 headers..tag_.c
10290 3a 09 24 28 53 52 43 44 49 52 29 2f 74 61 67 2e :.$(SRCDIR)/tag.
102a0 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
102b0 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
102c0 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
102d0 44 49 52 29 2f 74 61 67 2e 63 20 7c 20 73 65 64 DIR)/tag.c | sed
102e0 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
102f0 52 53 49 4f 4e 20 3e 74 61 67 5f 2e 63 0a 0a 74 RSION >tag_.c..t
10300 61 67 2e 6f 3a 09 74 61 67 5f 2e 63 20 74 61 67 ag.o:.tag_.c tag
10310 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
10320 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
10330 2d 6f 20 74 61 67 2e 6f 20 2d 63 20 74 61 67 5f -o tag.o -c tag_
10340 2e 63 0a 0a 74 61 67 2e 68 3a 09 6d 61 6b 65 68 .c..tag.h:.makeh
10350 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
10360 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
10370 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d d.h admin_.c:adm
10380 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e in.h bag_.c:bag.
10390 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
103a0 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 branch_.c:branc
103b0 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 h.h browse_.c:br
103c0 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 owse.h cgi_.c:cg
103d0 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
103e0 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
103f0 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
10400 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
10410 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
10420 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
10430 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
10440 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
10450 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
10460 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
10470 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
10480 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
10490 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
104a0 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
104b0 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
104c0 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
104d0 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
104e0 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
104f0 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
10500 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
10510 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
10520 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
10530 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
10540 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
10550 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
10560 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
10570 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
10580 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f _.c:merge3.h my_
10590 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e page_.c:my_page.
105a0 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
105b0 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
105c0 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 h pqueue_.c:pque
105d0 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ue.h printf_.c:p
105e0 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
105f0 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 .c:rebuild.h rss
10600 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 _.c:rss.h schema
10610 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
10620 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
10630 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 a1_.c:sha1.h sta
10640 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c t_.c:stat.h styl
10650 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
10660 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
10670 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 .c:tag.h tagview
10680 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 _.c:tagview.h th
10690 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e _main_.c:th_main
106a0 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
106b0 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 imeline.h tkt_.c
106c0 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 :tkt.h tktconfig
106d0 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 _.c:tktconfig.h
106e0 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 tktsetup_.c:tkts
106f0 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 etup.h undo_.c:u
10700 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ndo.h update_.c:
10710 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
10720 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
10730 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
10740 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
10750 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
10760 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
10770 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
10780 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
10790 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
107a0 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
107b0 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e .h $(SRCDIR)/th.
107c0 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
107d0 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 74 61 ouch headers..ta
107e0 67 76 69 65 77 5f 2e 63 3a 09 24 28 53 52 43 44 gview_.c:.$(SRCD
107f0 49 52 29 2f 74 61 67 76 69 65 77 2e 63 20 24 28 IR)/tagview.c $(
10800 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
10810 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
10820 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
10830 2f 74 61 67 76 69 65 77 2e 63 20 7c 20 73 65 64 /tagview.c | sed
10840 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
10850 52 53 49 4f 4e 20 3e 74 61 67 76 69 65 77 5f 2e RSION >tagview_.
10860 63 0a 0a 74 61 67 76 69 65 77 2e 6f 3a 09 74 61 c..tagview.o:.ta
10870 67 76 69 65 77 5f 2e 63 20 74 61 67 76 69 65 77 gview_.c tagview
10880 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
10890 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
108a0 2d 6f 20 74 61 67 76 69 65 77 2e 6f 20 2d 63 20 -o tagview.o -c
108b0 74 61 67 76 69 65 77 5f 2e 63 0a 0a 74 61 67 76 tagview_.c..tagv
108c0 69 65 77 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 iew.h:.makeheade
108d0 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
108e0 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
108f0 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 admin_.c:admin.h
10900 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
10910 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 ob_.c:blob.h bra
10920 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 nch_.c:branch.h
10930 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 browse_.c:browse
10940 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
10950 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
10960 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
10970 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
10980 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
10990 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
109a0 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
109b0 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
109c0 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
109d0 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
109e0 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
109f0 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
10a00 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
10a10 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
10a20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
10a30 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
10a40 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
10a50 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
10a60 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
10a70 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
10a80 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
10a90 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
10aa0 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
10ab0 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
10ac0 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
10ad0 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
10ae0 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
10af0 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
10b00 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 merge3.h my_page
10b10 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 _.c:my_page.h na
10b20 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
10b30 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
10b40 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
10b50 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
10b60 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
10b70 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a ebuild.h rss_.c:
10b80 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a rss.h schema_.c:
10b90 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
10ba0 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
10bb0 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 c:sha1.h stat_.c
10bc0 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 :stat.h style_.c
10bd0 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
10be0 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
10bf0 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
10c00 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 tagview.h th_mai
10c10 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 n_.c:th_main.h t
10c20 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
10c30 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
10c40 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
10c50 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
10c60 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
10c70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
10c80 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
10c90 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
10ca0 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
10cb0 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
10cc0 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
10cd0 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
10ce0 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
10cf0 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
10d00 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
10d10 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
10d20 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 DIR)/sqlite3.h $
10d30 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f (SRCDIR)/th.h ./
10d40 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
10d50 20 68 65 61 64 65 72 73 0a 0a 74 68 5f 6d 61 69 headers..th_mai
10d60 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f n_.c:.$(SRCDIR)/
10d70 74 68 5f 6d 61 69 6e 2e 63 20 24 28 53 52 43 44 th_main.c $(SRCD
10d80 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
10d90 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
10da0 74 65 20 24 28 53 52 43 44 49 52 29 2f 74 68 5f te $(SRCDIR)/th_
10db0 6d 61 69 6e 2e 63 20 7c 20 73 65 64 20 2d 66 20 main.c | sed -f
10dc0 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
10dd0 4e 20 3e 74 68 5f 6d 61 69 6e 5f 2e 63 0a 0a 74 N >th_main_.c..t
10de0 68 5f 6d 61 69 6e 2e 6f 3a 09 74 68 5f 6d 61 69 h_main.o:.th_mai
10df0 6e 5f 2e 63 20 74 68 5f 6d 61 69 6e 2e 68 20 20 n_.c th_main.h
10e00 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
10e10 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 74 .h..$(XTCC) -o t
10e20 68 5f 6d 61 69 6e 2e 6f 20 2d 63 20 74 68 5f 6d h_main.o -c th_m
10e30 61 69 6e 5f 2e 63 0a 0a 74 68 5f 6d 61 69 6e 2e ain_.c..th_main.
10e40 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
10e50 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
10e60 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 dd_.c:add.h admi
10e70 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 n_.c:admin.h bag
10e80 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
10e90 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
10ea0 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
10eb0 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
10ec0 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
10ed0 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
10ee0 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
10ef0 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
10f00 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
10f10 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
10f20 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
10f30 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
10f40 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
10f50 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
10f60 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
10f70 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
10f80 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
10f90 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
10fa0 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
10fb0 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
10fc0 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
10fd0 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
10fe0 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
10ff0 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
11000 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
11010 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
11020 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
11030 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
11040 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
11050 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
11060 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
11070 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
11080 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a e3.h my_page_.c:
11090 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e my_page.h name_.
110a0 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
110b0 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 c:pivot.h pqueue
110c0 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 _.c:pqueue.h pri
110d0 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
110e0 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
110f0 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e ld.h rss_.c:rss.
11100 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
11110 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
11120 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
11130 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 a1.h stat_.c:sta
11140 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 t.h style_.c:sty
11150 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
11160 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
11170 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
11180 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 iew.h th_main_.c
11190 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c :th_main.h timel
111a0 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
111b0 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 h tkt_.c:tkt.h t
111c0 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 ktconfig_.c:tktc
111d0 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 onfig.h tktsetup
111e0 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 _.c:tktsetup.h u
111f0 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
11200 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
11210 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
11220 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
11230 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
11240 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
11250 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
11260 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
11270 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
11280 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
11290 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
112a0 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 /sqlite3.h $(SRC
112b0 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 DIR)/th.h ./VERS
112c0 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
112d0 64 65 72 73 0a 0a 74 69 6d 65 6c 69 6e 65 5f 2e ders..timeline_.
112e0 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74 69 6d c:.$(SRCDIR)/tim
112f0 65 6c 69 6e 65 2e 63 20 24 28 53 52 43 44 49 52 eline.c $(SRCDIR
11300 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
11310 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
11320 20 24 28 53 52 43 44 49 52 29 2f 74 69 6d 65 6c $(SRCDIR)/timel
11330 69 6e 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 ine.c | sed -f $
11340 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
11350 20 3e 74 69 6d 65 6c 69 6e 65 5f 2e 63 0a 0a 74 >timeline_.c..t
11360 69 6d 65 6c 69 6e 65 2e 6f 3a 09 74 69 6d 65 6c imeline.o:.timel
11370 69 6e 65 5f 2e 63 20 74 69 6d 65 6c 69 6e 65 2e ine_.c timeline.
11380 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
11390 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
113a0 6f 20 74 69 6d 65 6c 69 6e 65 2e 6f 20 2d 63 20 o timeline.o -c
113b0 74 69 6d 65 6c 69 6e 65 5f 2e 63 0a 0a 74 69 6d timeline_.c..tim
113c0 65 6c 69 6e 65 2e 68 3a 09 6d 61 6b 65 68 65 61 eline.h:.makehea
113d0 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
113e0 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
113f0 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e h admin_.c:admin
11400 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
11410 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
11420 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
11430 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 h browse_.c:brow
11440 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e se.h cgi_.c:cgi.
11450 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
11460 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
11470 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
11480 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
11490 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
114a0 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
114b0 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
114c0 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
114d0 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
114e0 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
114f0 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
11500 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
11510 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
11520 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
11530 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
11540 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
11550 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
11560 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
11570 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
11580 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
11590 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
115a0 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
115b0 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
115c0 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
115d0 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
115e0 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
115f0 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
11600 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 c:merge3.h my_pa
11610 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 ge_.c:my_page.h
11620 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
11630 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
11640 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 pqueue_.c:pqueue
11650 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
11660 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
11670 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e :rebuild.h rss_.
11680 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e c:rss.h schema_.
11690 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
116a0 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
116b0 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f _.c:sha1.h stat_
116c0 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f .c:stat.h style_
116d0 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
116e0 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
116f0 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
11700 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d c:tagview.h th_m
11710 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 ain_.c:th_main.h
11720 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
11730 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 eline.h tkt_.c:t
11740 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e kt.h tktconfig_.
11750 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b c:tktconfig.h tk
11760 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 tsetup_.c:tktset
11770 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 up.h undo_.c:und
11780 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
11790 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
117a0 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
117b0 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
117c0 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
117d0 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
117e0 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
117f0 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
11800 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
11810 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
11820 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
11830 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 $(SRCDIR)/th.h
11840 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
11850 63 68 20 68 65 61 64 65 72 73 0a 0a 74 6b 74 5f ch headers..tkt_
11860 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74 6b .c:.$(SRCDIR)/tk
11870 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 t.c $(SRCDIR)/VE
11880 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
11890 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
118a0 52 43 44 49 52 29 2f 74 6b 74 2e 63 20 7c 20 73 RCDIR)/tkt.c | s
118b0 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
118c0 56 45 52 53 49 4f 4e 20 3e 74 6b 74 5f 2e 63 0a VERSION >tkt_.c.
118d0 0a 74 6b 74 2e 6f 3a 09 74 6b 74 5f 2e 63 20 74 .tkt.o:.tkt_.c t
118e0 6b 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f kt.h $(SRCDIR)/
118f0 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
11900 29 20 2d 6f 20 74 6b 74 2e 6f 20 2d 63 20 74 6b ) -o tkt.o -c tk
11910 74 5f 2e 63 0a 0a 74 6b 74 2e 68 3a 09 6d 61 6b t_.c..tkt.h:.mak
11920 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
11930 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
11940 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 add.h admin_.c:a
11950 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 dmin.h bag_.c:ba
11960 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
11970 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 .h branch_.c:bra
11980 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a nch.h browse_.c:
11990 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a browse.h cgi_.c:
119a0 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
119b0 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
119c0 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
119d0 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
119e0 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
119f0 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
11a00 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
11a10 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
11a20 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
11a30 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
11a40 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
11a50 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
11a60 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
11a70 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
11a80 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
11a90 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
11aa0 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
11ab0 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
11ac0 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
11ad0 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
11ae0 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
11af0 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
11b00 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
11b10 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
11b20 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
11b30 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
11b40 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
11b50 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d e3_.c:merge3.h m
11b60 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 y_page_.c:my_pag
11b70 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 e.h name_.c:name
11b80 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
11b90 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 t.h pqueue_.c:pq
11ba0 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ueue.h printf_.c
11bb0 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
11bc0 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 d_.c:rebuild.h r
11bd0 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 ss_.c:rss.h sche
11be0 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
11bf0 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
11c00 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
11c10 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 tat_.c:stat.h st
11c20 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
11c30 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
11c40 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
11c50 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
11c60 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 th_main_.c:th_ma
11c70 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 in.h timeline_.c
11c80 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f :timeline.h tkt_
11c90 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 .c:tkt.h tktconf
11ca0 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e ig_.c:tktconfig.
11cb0 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b h tktsetup_.c:tk
11cc0 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 tsetup.h undo_.c
11cd0 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
11ce0 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
11cf0 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
11d00 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
11d10 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
11d20 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
11d30 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
11d40 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
11d50 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
11d60 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
11d70 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
11d80 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 e3.h $(SRCDIR)/t
11d90 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a h.h ./VERSION.h.
11da0 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
11db0 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 09 24 28 tktconfig_.c:.$(
11dc0 53 52 43 44 49 52 29 2f 74 6b 74 63 6f 6e 66 69 SRCDIR)/tktconfi
11dd0 67 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 g.c $(SRCDIR)/VE
11de0 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
11df0 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
11e00 52 43 44 49 52 29 2f 74 6b 74 63 6f 6e 66 69 67 RCDIR)/tktconfig
11e10 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
11e20 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 74 CDIR)/VERSION >t
11e30 6b 74 63 6f 6e 66 69 67 5f 2e 63 0a 0a 74 6b 74 ktconfig_.c..tkt
11e40 63 6f 6e 66 69 67 2e 6f 3a 09 74 6b 74 63 6f 6e config.o:.tktcon
11e50 66 69 67 5f 2e 63 20 74 6b 74 63 6f 6e 66 69 67 fig_.c tktconfig
11e60 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
11e70 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
11e80 2d 6f 20 74 6b 74 63 6f 6e 66 69 67 2e 6f 20 2d -o tktconfig.o -
11e90 63 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 0a 0a c tktconfig_.c..
11ea0 74 6b 74 63 6f 6e 66 69 67 2e 68 3a 09 6d 61 6b tktconfig.h:.mak
11eb0 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
11ec0 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
11ed0 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 add.h admin_.c:a
11ee0 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 dmin.h bag_.c:ba
11ef0 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
11f00 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 .h branch_.c:bra
11f10 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a nch.h browse_.c:
11f20 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a browse.h cgi_.c:
11f30 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
11f40 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
11f50 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
11f60 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
11f70 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
11f80 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
11f90 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
11fa0 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
11fb0 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
11fc0 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
11fd0 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
11fe0 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
11ff0 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
12000 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
12010 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
12020 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
12030 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
12040 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
12050 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
12060 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
12070 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
12080 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
12090 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
120a0 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
120b0 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
120c0 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
120d0 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
120e0 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d e3_.c:merge3.h m
120f0 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 y_page_.c:my_pag
12100 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 e.h name_.c:name
12110 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
12120 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 t.h pqueue_.c:pq
12130 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ueue.h printf_.c
12140 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
12150 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 d_.c:rebuild.h r
12160 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 ss_.c:rss.h sche
12170 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
12180 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
12190 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
121a0 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 tat_.c:stat.h st
121b0 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
121c0 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
121d0 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
121e0 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
121f0 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 th_main_.c:th_ma
12200 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 in.h timeline_.c
12210 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f :timeline.h tkt_
12220 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 .c:tkt.h tktconf
12230 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e ig_.c:tktconfig.
12240 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b h tktsetup_.c:tk
12250 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 tsetup.h undo_.c
12260 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
12270 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
12280 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
12290 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
122a0 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
122b0 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
122c0 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
122d0 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
122e0 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
122f0 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
12300 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
12310 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 e3.h $(SRCDIR)/t
12320 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a h.h ./VERSION.h.
12330 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
12340 74 6b 74 73 65 74 75 70 5f 2e 63 3a 09 24 28 53 tktsetup_.c:.$(S
12350 52 43 44 49 52 29 2f 74 6b 74 73 65 74 75 70 2e RCDIR)/tktsetup.
12360 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
12370 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
12380 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
12390 44 49 52 29 2f 74 6b 74 73 65 74 75 70 2e 63 20 DIR)/tktsetup.c
123a0 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
123b0 52 29 2f 56 45 52 53 49 4f 4e 20 3e 74 6b 74 73 R)/VERSION >tkts
123c0 65 74 75 70 5f 2e 63 0a 0a 74 6b 74 73 65 74 75 etup_.c..tktsetu
123d0 70 2e 6f 3a 09 74 6b 74 73 65 74 75 70 5f 2e 63 p.o:.tktsetup_.c
123e0 20 74 6b 74 73 65 74 75 70 2e 68 20 20 24 28 53 tktsetup.h $(S
123f0 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
12400 09 24 28 58 54 43 43 29 20 2d 6f 20 74 6b 74 73 .$(XTCC) -o tkts
12410 65 74 75 70 2e 6f 20 2d 63 20 74 6b 74 73 65 74 etup.o -c tktset
12420 75 70 5f 2e 63 0a 0a 74 6b 74 73 65 74 75 70 2e up_.c..tktsetup.
12430 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
12440 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
12450 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 dd_.c:add.h admi
12460 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 n_.c:admin.h bag
12470 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
12480 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
12490 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
124a0 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
124b0 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
124c0 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
124d0 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
124e0 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
124f0 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
12500 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
12510 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
12520 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
12530 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
12540 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
12550 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
12560 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
12570 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
12580 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
12590 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
125a0 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
125b0 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
125c0 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
125d0 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
125e0 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
125f0 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
12600 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
12610 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
12620 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
12630 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
12640 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
12650 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
12660 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
12670 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a e3.h my_page_.c:
12680 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e my_page.h name_.
12690 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
126a0 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 c:pivot.h pqueue
126b0 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 _.c:pqueue.h pri
126c0 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
126d0 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
126e0 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e ld.h rss_.c:rss.
126f0 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
12700 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
12710 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
12720 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 a1.h stat_.c:sta
12730 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 t.h style_.c:sty
12740 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
12750 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
12760 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
12770 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 iew.h th_main_.c
12780 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c :th_main.h timel
12790 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
127a0 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 h tkt_.c:tkt.h t
127b0 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 ktconfig_.c:tktc
127c0 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 onfig.h tktsetup
127d0 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 _.c:tktsetup.h u
127e0 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
127f0 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
12800 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
12810 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
12820 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
12830 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
12840 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
12850 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
12860 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
12870 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
12880 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
12890 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 /sqlite3.h $(SRC
128a0 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 DIR)/th.h ./VERS
128b0 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
128c0 64 65 72 73 0a 0a 75 6e 64 6f 5f 2e 63 3a 09 24 ders..undo_.c:.$
128d0 28 53 52 43 44 49 52 29 2f 75 6e 64 6f 2e 63 20 (SRCDIR)/undo.c
128e0 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
128f0 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
12900 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
12910 52 29 2f 75 6e 64 6f 2e 63 20 7c 20 73 65 64 20 R)/undo.c | sed
12920 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
12930 53 49 4f 4e 20 3e 75 6e 64 6f 5f 2e 63 0a 0a 75 SION >undo_.c..u
12940 6e 64 6f 2e 6f 3a 09 75 6e 64 6f 5f 2e 63 20 75 ndo.o:.undo_.c u
12950 6e 64 6f 2e 68 20 20 24 28 53 52 43 44 49 52 29 ndo.h $(SRCDIR)
12960 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
12970 43 29 20 2d 6f 20 75 6e 64 6f 2e 6f 20 2d 63 20 C) -o undo.o -c
12980 75 6e 64 6f 5f 2e 63 0a 0a 75 6e 64 6f 2e 68 3a undo_.c..undo.h:
12990 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
129a0 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
129b0 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
129c0 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e .c:admin.h bag_.
129d0 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
129e0 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 blob.h branch_.c
129f0 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 :branch.h browse
12a00 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 _.c:browse.h cgi
12a10 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
12a20 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
12a30 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
12a40 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
12a50 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
12a60 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
12a70 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
12a80 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
12a90 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
12aa0 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
12ab0 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
12ac0 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
12ad0 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
12ae0 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
12af0 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
12b00 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
12b10 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
12b20 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
12b30 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
12b40 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
12b50 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
12b60 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
12b70 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
12b80 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
12b90 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
12ba0 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
12bb0 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
12bc0 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
12bd0 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 .h my_page_.c:my
12be0 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a _page.h name_.c:
12bf0 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
12c00 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
12c10 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
12c20 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
12c30 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
12c40 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 .h rss_.c:rss.h
12c50 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
12c60 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
12c70 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
12c80 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e .h stat_.c:stat.
12c90 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
12ca0 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
12cb0 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
12cc0 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
12cd0 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 w.h th_main_.c:t
12ce0 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e h_main.h timelin
12cf0 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
12d00 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 tkt_.c:tkt.h tkt
12d10 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e config_.c:tktcon
12d20 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e fig.h tktsetup_.
12d30 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 c:tktsetup.h und
12d40 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
12d50 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
12d60 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
12d70 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
12d80 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
12d90 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
12da0 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
12db0 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
12dc0 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
12dd0 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
12de0 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
12df0 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 qlite3.h $(SRCDI
12e00 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f R)/th.h ./VERSIO
12e10 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
12e20 72 73 0a 0a 75 70 64 61 74 65 5f 2e 63 3a 09 24 rs..update_.c:.$
12e30 28 53 52 43 44 49 52 29 2f 75 70 64 61 74 65 2e (SRCDIR)/update.
12e40 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
12e50 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
12e60 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
12e70 44 49 52 29 2f 75 70 64 61 74 65 2e 63 20 7c 20 DIR)/update.c |
12e80 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
12e90 2f 56 45 52 53 49 4f 4e 20 3e 75 70 64 61 74 65 /VERSION >update
12ea0 5f 2e 63 0a 0a 75 70 64 61 74 65 2e 6f 3a 09 75 _.c..update.o:.u
12eb0 70 64 61 74 65 5f 2e 63 20 75 70 64 61 74 65 2e pdate_.c update.
12ec0 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
12ed0 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
12ee0 6f 20 75 70 64 61 74 65 2e 6f 20 2d 63 20 75 70 o update.o -c up
12ef0 64 61 74 65 5f 2e 63 0a 0a 75 70 64 61 74 65 2e date_.c..update.
12f00 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
12f10 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
12f20 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 dd_.c:add.h admi
12f30 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 61 67 n_.c:admin.h bag
12f40 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
12f50 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
12f60 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
12f70 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
12f80 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
12f90 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
12fa0 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
12fb0 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
12fc0 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
12fd0 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
12fe0 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
12ff0 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
13000 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
13010 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
13020 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
13030 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
13040 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
13050 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
13060 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
13070 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
13080 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
13090 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
130a0 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
130b0 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
130c0 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
130d0 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
130e0 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
130f0 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
13100 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
13110 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
13120 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
13130 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
13140 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a e3.h my_page_.c:
13150 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e my_page.h name_.
13160 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
13170 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 c:pivot.h pqueue
13180 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 _.c:pqueue.h pri
13190 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
131a0 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
131b0 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e ld.h rss_.c:rss.
131c0 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
131d0 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
131e0 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
131f0 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 74 61 a1.h stat_.c:sta
13200 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 t.h style_.c:sty
13210 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
13220 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
13230 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
13240 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 iew.h th_main_.c
13250 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d 65 6c :th_main.h timel
13260 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
13270 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 h tkt_.c:tkt.h t
13280 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 ktconfig_.c:tktc
13290 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 onfig.h tktsetup
132a0 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 _.c:tktsetup.h u
132b0 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
132c0 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
132d0 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
132e0 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
132f0 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
13300 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
13310 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
13320 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
13330 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
13340 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
13350 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
13360 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 52 43 /sqlite3.h $(SRC
13370 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 52 53 DIR)/th.h ./VERS
13380 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
13390 64 65 72 73 0a 0a 75 72 6c 5f 2e 63 3a 09 24 28 ders..url_.c:.$(
133a0 53 52 43 44 49 52 29 2f 75 72 6c 2e 63 20 24 28 SRCDIR)/url.c $(
133b0 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
133c0 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
133d0 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
133e0 2f 75 72 6c 2e 63 20 7c 20 73 65 64 20 2d 66 20 /url.c | sed -f
133f0 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
13400 4e 20 3e 75 72 6c 5f 2e 63 0a 0a 75 72 6c 2e 6f N >url_.c..url.o
13410 3a 09 75 72 6c 5f 2e 63 20 75 72 6c 2e 68 20 20 :.url_.c url.h
13420 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
13430 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 75 .h..$(XTCC) -o u
13440 72 6c 2e 6f 20 2d 63 20 75 72 6c 5f 2e 63 0a 0a rl.o -c url_.c..
13450 75 72 6c 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 url.h:.makeheade
13460 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
13470 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
13480 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 admin_.c:admin.h
13490 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
134a0 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 ob_.c:blob.h bra
134b0 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 nch_.c:branch.h
134c0 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 browse_.c:browse
134d0 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
134e0 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
134f0 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
13500 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
13510 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
13520 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
13530 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
13540 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
13550 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
13560 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
13570 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
13580 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
13590 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
135a0 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
135b0 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
135c0 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
135d0 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
135e0 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
135f0 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
13600 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
13610 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
13620 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
13630 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
13640 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
13650 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
13660 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
13670 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
13680 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
13690 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 merge3.h my_page
136a0 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 _.c:my_page.h na
136b0 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
136c0 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
136d0 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
136e0 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
136f0 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
13700 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a ebuild.h rss_.c:
13710 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a rss.h schema_.c:
13720 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
13730 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
13740 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 c:sha1.h stat_.c
13750 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 :stat.h style_.c
13760 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
13770 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
13780 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
13790 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 tagview.h th_mai
137a0 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 n_.c:th_main.h t
137b0 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
137c0 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
137d0 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
137e0 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
137f0 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
13800 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
13810 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
13820 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
13830 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
13840 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
13850 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
13860 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
13870 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
13880 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
13890 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
138a0 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
138b0 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 DIR)/sqlite3.h $
138c0 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f (SRCDIR)/th.h ./
138d0 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
138e0 20 68 65 61 64 65 72 73 0a 0a 75 73 65 72 5f 2e headers..user_.
138f0 63 3a 09 24 28 53 52 43 44 49 52 29 2f 75 73 65 c:.$(SRCDIR)/use
13900 72 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 r.c $(SRCDIR)/VE
13910 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
13920 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
13930 52 43 44 49 52 29 2f 75 73 65 72 2e 63 20 7c 20 RCDIR)/user.c |
13940 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
13950 2f 56 45 52 53 49 4f 4e 20 3e 75 73 65 72 5f 2e /VERSION >user_.
13960 63 0a 0a 75 73 65 72 2e 6f 3a 09 75 73 65 72 5f c..user.o:.user_
13970 2e 63 20 75 73 65 72 2e 68 20 20 24 28 53 52 43 .c user.h $(SRC
13980 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
13990 28 58 54 43 43 29 20 2d 6f 20 75 73 65 72 2e 6f (XTCC) -o user.o
139a0 20 2d 63 20 75 73 65 72 5f 2e 63 0a 0a 75 73 65 -c user_.c..use
139b0 72 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 r.h:.makeheaders
139c0 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
139d0 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 add_.c:add.h ad
139e0 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 min_.c:admin.h b
139f0 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
13a00 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 _.c:blob.h branc
13a10 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 h_.c:branch.h br
13a20 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 owse_.c:browse.h
13a30 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
13a40 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
13a50 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
13a60 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
13a70 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
13a80 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
13a90 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
13aa0 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
13ab0 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
13ac0 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
13ad0 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
13ae0 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
13af0 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
13b00 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
13b10 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
13b20 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
13b30 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
13b40 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
13b50 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
13b60 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
13b70 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
13b80 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
13b90 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
13ba0 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
13bb0 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
13bc0 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
13bd0 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
13be0 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
13bf0 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e rge3.h my_page_.
13c00 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 c:my_page.h name
13c10 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
13c20 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 _.c:pivot.h pque
13c30 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 ue_.c:pqueue.h p
13c40 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
13c50 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
13c60 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 uild.h rss_.c:rs
13c70 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 s.h schema_.c:sc
13c80 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
13c90 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
13ca0 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 sha1.h stat_.c:s
13cb0 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 tat.h style_.c:s
13cc0 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
13cd0 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
13ce0 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
13cf0 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f gview.h th_main_
13d00 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d .c:th_main.h tim
13d10 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
13d20 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 e.h tkt_.c:tkt.h
13d30 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b tktconfig_.c:tk
13d40 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 tconfig.h tktset
13d50 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 up_.c:tktsetup.h
13d60 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 undo_.c:undo.h
13d70 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
13d80 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
13d90 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
13da0 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
13db0 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
13dc0 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
13dd0 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
13de0 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
13df0 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
13e00 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
13e10 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 R)/sqlite3.h $(S
13e20 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 RCDIR)/th.h ./VE
13e30 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
13e40 65 61 64 65 72 73 0a 0a 76 65 72 69 66 79 5f 2e eaders..verify_.
13e50 63 3a 09 24 28 53 52 43 44 49 52 29 2f 76 65 72 c:.$(SRCDIR)/ver
13e60 69 66 79 2e 63 20 24 28 53 52 43 44 49 52 29 2f ify.c $(SRCDIR)/
13e70 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
13e80 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
13e90 28 53 52 43 44 49 52 29 2f 76 65 72 69 66 79 2e (SRCDIR)/verify.
13ea0 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
13eb0 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 76 65 DIR)/VERSION >ve
13ec0 72 69 66 79 5f 2e 63 0a 0a 76 65 72 69 66 79 2e rify_.c..verify.
13ed0 6f 3a 09 76 65 72 69 66 79 5f 2e 63 20 76 65 72 o:.verify_.c ver
13ee0 69 66 79 2e 68 20 20 24 28 53 52 43 44 49 52 29 ify.h $(SRCDIR)
13ef0 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
13f00 43 29 20 2d 6f 20 76 65 72 69 66 79 2e 6f 20 2d C) -o verify.o -
13f10 63 20 76 65 72 69 66 79 5f 2e 63 0a 0a 76 65 72 c verify_.c..ver
13f20 69 66 79 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 ify.h:.makeheade
13f30 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
13f40 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
13f50 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 admin_.c:admin.h
13f60 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
13f70 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 ob_.c:blob.h bra
13f80 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 nch_.c:branch.h
13f90 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 browse_.c:browse
13fa0 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
13fb0 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
13fc0 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
13fd0 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
13fe0 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
13ff0 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
14000 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
14010 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
14020 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
14030 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
14040 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
14050 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
14060 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
14070 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
14080 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
14090 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
140a0 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
140b0 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
140c0 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
140d0 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
140e0 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
140f0 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
14100 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
14110 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
14120 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
14130 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
14140 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
14150 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
14160 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 merge3.h my_page
14170 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 _.c:my_page.h na
14180 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
14190 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
141a0 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
141b0 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
141c0 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
141d0 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a ebuild.h rss_.c:
141e0 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a rss.h schema_.c:
141f0 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
14200 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
14210 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 c:sha1.h stat_.c
14220 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 :stat.h style_.c
14230 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
14240 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
14250 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
14260 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 tagview.h th_mai
14270 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 n_.c:th_main.h t
14280 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
14290 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
142a0 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
142b0 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
142c0 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
142d0 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
142e0 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
142f0 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
14300 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
14310 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
14320 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
14330 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
14340 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
14350 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
14360 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
14370 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
14380 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 DIR)/sqlite3.h $
14390 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f (SRCDIR)/th.h ./
143a0 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
143b0 20 68 65 61 64 65 72 73 0a 0a 76 66 69 6c 65 5f headers..vfile_
143c0 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 76 66 .c:.$(SRCDIR)/vf
143d0 69 6c 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f ile.c $(SRCDIR)/
143e0 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
143f0 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
14400 28 53 52 43 44 49 52 29 2f 76 66 69 6c 65 2e 63 (SRCDIR)/vfile.c
14410 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
14420 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 76 66 69 IR)/VERSION >vfi
14430 6c 65 5f 2e 63 0a 0a 76 66 69 6c 65 2e 6f 3a 09 le_.c..vfile.o:.
14440 76 66 69 6c 65 5f 2e 63 20 76 66 69 6c 65 2e 68 vfile_.c vfile.h
14450 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
14460 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
14470 20 76 66 69 6c 65 2e 6f 20 2d 63 20 76 66 69 6c vfile.o -c vfil
14480 65 5f 2e 63 0a 0a 76 66 69 6c 65 2e 68 3a 09 6d e_.c..vfile.h:.m
14490 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
144a0 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
144b0 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 c:add.h admin_.c
144c0 3a 61 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a :admin.h bag_.c:
144d0 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
144e0 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 ob.h branch_.c:b
144f0 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e ranch.h browse_.
14500 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e c:browse.h cgi_.
14510 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
14520 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
14530 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
14540 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
14550 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
14560 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
14570 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
14580 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
14590 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
145a0 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
145b0 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
145c0 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
145d0 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
145e0 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
145f0 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
14600 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
14610 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
14620 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
14630 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
14640 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
14650 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
14660 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
14670 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
14680 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
14690 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
146a0 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
146b0 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
146c0 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
146d0 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 my_page_.c:my_p
146e0 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 age.h name_.c:na
146f0 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 me.h pivot_.c:pi
14700 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a vot.h pqueue_.c:
14710 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f pqueue.h printf_
14720 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
14730 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
14740 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 rss_.c:rss.h sc
14750 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
14760 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
14770 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
14780 20 73 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 stat_.c:stat.h
14790 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
147a0 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
147b0 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 tag_.c:tag.h tag
147c0 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e view_.c:tagview.
147d0 68 20 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f h th_main_.c:th_
147e0 6d 61 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f main.h timeline_
147f0 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b .c:timeline.h tk
14800 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f t_.c:tkt.h tktco
14810 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 nfig_.c:tktconfi
14820 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a g.h tktsetup_.c:
14830 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f tktsetup.h undo_
14840 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
14850 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
14860 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
14870 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
14880 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
14890 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
148a0 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
148b0 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
148c0 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
148d0 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
148e0 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
148f0 69 74 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 ite3.h $(SRCDIR)
14900 2f 74 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e /th.h ./VERSION.
14910 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
14920 0a 0a 77 69 6b 69 5f 2e 63 3a 09 24 28 53 52 43 ..wiki_.c:.$(SRC
14930 44 49 52 29 2f 77 69 6b 69 2e 63 20 24 28 53 52 DIR)/wiki.c $(SR
14940 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
14950 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
14960 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 77 late $(SRCDIR)/w
14970 69 6b 69 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 iki.c | sed -f $
14980 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
14990 20 3e 77 69 6b 69 5f 2e 63 0a 0a 77 69 6b 69 2e >wiki_.c..wiki.
149a0 6f 3a 09 77 69 6b 69 5f 2e 63 20 77 69 6b 69 2e o:.wiki_.c wiki.
149b0 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
149c0 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
149d0 6f 20 77 69 6b 69 2e 6f 20 2d 63 20 77 69 6b 69 o wiki.o -c wiki
149e0 5f 2e 63 0a 0a 77 69 6b 69 2e 68 3a 09 6d 61 6b _.c..wiki.h:.mak
149f0 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
14a00 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
14a10 61 64 64 2e 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 add.h admin_.c:a
14a20 64 6d 69 6e 2e 68 20 62 61 67 5f 2e 63 3a 62 61 dmin.h bag_.c:ba
14a30 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
14a40 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 .h branch_.c:bra
14a50 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a nch.h browse_.c:
14a60 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a browse.h cgi_.c:
14a70 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
14a80 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
14a90 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
14aa0 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
14ab0 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
14ac0 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
14ad0 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
14ae0 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
14af0 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
14b00 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
14b10 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
14b20 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
14b30 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
14b40 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
14b50 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
14b60 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
14b70 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
14b80 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
14b90 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
14ba0 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
14bb0 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
14bc0 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
14bd0 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
14be0 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
14bf0 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
14c00 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
14c10 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
14c20 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d e3_.c:merge3.h m
14c30 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 y_page_.c:my_pag
14c40 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 e.h name_.c:name
14c50 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
14c60 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 t.h pqueue_.c:pq
14c70 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ueue.h printf_.c
14c80 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
14c90 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 d_.c:rebuild.h r
14ca0 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 ss_.c:rss.h sche
14cb0 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
14cc0 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
14cd0 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
14ce0 74 61 74 5f 2e 63 3a 73 74 61 74 2e 68 20 73 74 tat_.c:stat.h st
14cf0 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
14d00 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
14d10 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
14d20 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
14d30 74 68 5f 6d 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 th_main_.c:th_ma
14d40 69 6e 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 in.h timeline_.c
14d50 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f :timeline.h tkt_
14d60 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 .c:tkt.h tktconf
14d70 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e ig_.c:tktconfig.
14d80 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b h tktsetup_.c:tk
14d90 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 tsetup.h undo_.c
14da0 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
14db0 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
14dc0 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
14dd0 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
14de0 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
14df0 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
14e00 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
14e10 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
14e20 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
14e30 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
14e40 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
14e50 65 33 2e 68 20 24 28 53 52 43 44 49 52 29 2f 74 e3.h $(SRCDIR)/t
14e60 68 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a h.h ./VERSION.h.
14e70 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
14e80 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 09 24 wikiformat_.c:.$
14e90 28 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 (SRCDIR)/wikifor
14ea0 6d 61 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f mat.c $(SRCDIR)/
14eb0 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
14ec0 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
14ed0 28 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 (SRCDIR)/wikifor
14ee0 6d 61 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 mat.c | sed -f $
14ef0 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
14f00 20 3e 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 0a >wikiformat_.c.
14f10 0a 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 3a 09 77 .wikiformat.o:.w
14f20 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 20 77 69 6b ikiformat_.c wik
14f30 69 66 6f 72 6d 61 74 2e 68 20 20 24 28 53 52 43 iformat.h $(SRC
14f40 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
14f50 28 58 54 43 43 29 20 2d 6f 20 77 69 6b 69 66 6f (XTCC) -o wikifo
14f60 72 6d 61 74 2e 6f 20 2d 63 20 77 69 6b 69 66 6f rmat.o -c wikifo
14f70 72 6d 61 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f 72 rmat_.c..wikifor
14f80 6d 61 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 mat.h:.makeheade
14f90 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
14fa0 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
14fb0 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 admin_.c:admin.h
14fc0 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
14fd0 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 ob_.c:blob.h bra
14fe0 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 nch_.c:branch.h
14ff0 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 browse_.c:browse
15000 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
15010 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
15020 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
15030 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
15040 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
15050 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
15060 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
15070 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
15080 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
15090 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
150a0 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
150b0 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
150c0 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
150d0 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
150e0 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
150f0 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
15100 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
15110 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
15120 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
15130 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
15140 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
15150 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
15160 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
15170 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
15180 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
15190 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
151a0 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
151b0 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
151c0 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 merge3.h my_page
151d0 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 _.c:my_page.h na
151e0 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
151f0 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
15200 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
15210 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
15220 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
15230 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a ebuild.h rss_.c:
15240 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a rss.h schema_.c:
15250 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
15260 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
15270 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 c:sha1.h stat_.c
15280 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 :stat.h style_.c
15290 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
152a0 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
152b0 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
152c0 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 tagview.h th_mai
152d0 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 n_.c:th_main.h t
152e0 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
152f0 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
15300 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
15310 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
15320 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
15330 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
15340 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
15350 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
15360 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
15370 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
15380 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
15390 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
153a0 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
153b0 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
153c0 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
153d0 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
153e0 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 DIR)/sqlite3.h $
153f0 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f (SRCDIR)/th.h ./
15400 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
15410 20 68 65 61 64 65 72 73 0a 0a 78 66 65 72 5f 2e headers..xfer_.
15420 63 3a 09 24 28 53 52 43 44 49 52 29 2f 78 66 65 c:.$(SRCDIR)/xfe
15430 72 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 r.c $(SRCDIR)/VE
15440 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
15450 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
15460 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20 7c 20 RCDIR)/xfer.c |
15470 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
15480 2f 56 45 52 53 49 4f 4e 20 3e 78 66 65 72 5f 2e /VERSION >xfer_.
15490 63 0a 0a 78 66 65 72 2e 6f 3a 09 78 66 65 72 5f c..xfer.o:.xfer_
154a0 2e 63 20 78 66 65 72 2e 68 20 20 24 28 53 52 43 .c xfer.h $(SRC
154b0 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
154c0 28 58 54 43 43 29 20 2d 6f 20 78 66 65 72 2e 6f (XTCC) -o xfer.o
154d0 20 2d 63 20 78 66 65 72 5f 2e 63 0a 0a 78 66 65 -c xfer_.c..xfe
154e0 72 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 r.h:.makeheaders
154f0 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
15500 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 add_.c:add.h ad
15510 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e 2e 68 20 62 min_.c:admin.h b
15520 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
15530 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 _.c:blob.h branc
15540 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 h_.c:branch.h br
15550 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 owse_.c:browse.h
15560 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
15570 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
15580 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
15590 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
155a0 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
155b0 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
155c0 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
155d0 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
155e0 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
155f0 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
15600 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
15610 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
15620 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
15630 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
15640 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
15650 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
15660 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
15670 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
15680 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
15690 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
156a0 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
156b0 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
156c0 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
156d0 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
156e0 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
156f0 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
15700 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
15710 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
15720 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e rge3.h my_page_.
15730 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 c:my_page.h name
15740 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
15750 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 _.c:pivot.h pque
15760 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 ue_.c:pqueue.h p
15770 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
15780 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
15790 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 uild.h rss_.c:rs
157a0 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 s.h schema_.c:sc
157b0 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
157c0 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
157d0 73 68 61 31 2e 68 20 73 74 61 74 5f 2e 63 3a 73 sha1.h stat_.c:s
157e0 74 61 74 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 tat.h style_.c:s
157f0 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
15800 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
15810 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
15820 67 76 69 65 77 2e 68 20 74 68 5f 6d 61 69 6e 5f gview.h th_main_
15830 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 20 74 69 6d .c:th_main.h tim
15840 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
15850 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 e.h tkt_.c:tkt.h
15860 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b tktconfig_.c:tk
15870 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 tconfig.h tktset
15880 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 up_.c:tktsetup.h
15890 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 undo_.c:undo.h
158a0 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
158b0 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
158c0 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
158d0 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
158e0 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
158f0 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
15900 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
15910 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
15920 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
15930 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
15940 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 24 28 53 R)/sqlite3.h $(S
15950 52 43 44 49 52 29 2f 74 68 2e 68 20 2e 2f 56 45 RCDIR)/th.h ./VE
15960 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
15970 65 61 64 65 72 73 0a 0a 7a 69 70 5f 2e 63 3a 09 eaders..zip_.c:.
15980 24 28 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 20 $(SRCDIR)/zip.c
15990 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
159a0 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
159b0 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
159c0 52 29 2f 7a 69 70 2e 63 20 7c 20 73 65 64 20 2d R)/zip.c | sed -
159d0 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
159e0 49 4f 4e 20 3e 7a 69 70 5f 2e 63 0a 0a 7a 69 70 ION >zip_.c..zip
159f0 2e 6f 3a 09 7a 69 70 5f 2e 63 20 7a 69 70 2e 68 .o:.zip_.c zip.h
15a00 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
15a10 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
15a20 20 7a 69 70 2e 6f 20 2d 63 20 7a 69 70 5f 2e 63 zip.o -c zip_.c
15a30 0a 0a 7a 69 70 2e 68 3a 09 6d 61 6b 65 68 65 61 ..zip.h:.makehea
15a40 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
15a50 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
15a60 68 20 61 64 6d 69 6e 5f 2e 63 3a 61 64 6d 69 6e h admin_.c:admin
15a70 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
15a80 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
15a90 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
15aa0 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 h browse_.c:brow
15ab0 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e se.h cgi_.c:cgi.
15ac0 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
15ad0 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
15ae0 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
15af0 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
15b00 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
15b10 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
15b20 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
15b30 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
15b40 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
15b50 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
15b60 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
15b70 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
15b80 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
15b90 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
15ba0 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
15bb0 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
15bc0 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
15bd0 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
15be0 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
15bf0 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
15c00 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
15c10 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
15c20 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
15c30 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
15c40 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
15c50 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
15c60 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
15c70 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 c:merge3.h my_pa
15c80 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 ge_.c:my_page.h
15c90 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
15ca0 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
15cb0 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 pqueue_.c:pqueue
15cc0 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
15cd0 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
15ce0 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e :rebuild.h rss_.
15cf0 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e c:rss.h schema_.
15d00 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
15d10 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
15d20 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 61 74 5f _.c:sha1.h stat_
15d30 2e 63 3a 73 74 61 74 2e 68 20 73 74 79 6c 65 5f .c:stat.h style_
15d40 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
15d50 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
15d60 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
15d70 63 3a 74 61 67 76 69 65 77 2e 68 20 74 68 5f 6d c:tagview.h th_m
15d80 61 69 6e 5f 2e 63 3a 74 68 5f 6d 61 69 6e 2e 68 ain_.c:th_main.h
15d90 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
15da0 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 eline.h tkt_.c:t
15db0 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e kt.h tktconfig_.
15dc0 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b c:tktconfig.h tk
15dd0 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 tsetup_.c:tktset
15de0 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 up.h undo_.c:und
15df0 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
15e00 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
15e10 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
15e20 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
15e30 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
15e40 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
15e50 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
15e60 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
15e70 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
15e80 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
15e90 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
15ea0 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e 68 20 $(SRCDIR)/th.h
15eb0 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
15ec0 63 68 20 68 65 61 64 65 72 73 0a 0a 73 71 6c 69 ch headers..sqli
15ed0 74 65 33 2e 6f 3a 09 24 28 53 52 43 44 49 52 29 te3.o:.$(SRCDIR)
15ee0 2f 73 71 6c 69 74 65 33 2e 63 0a 09 24 28 58 54 /sqlite3.c..$(XT
15ef0 43 43 29 20 2d 44 53 51 4c 49 54 45 5f 4f 4d 49 CC) -DSQLITE_OMI
15f00 54 5f 4c 4f 41 44 5f 45 58 54 45 4e 53 49 4f 4e T_LOAD_EXTENSION
15f10 3d 31 20 2d 44 53 51 4c 49 54 45 5f 50 52 49 56 =1 -DSQLITE_PRIV
15f20 41 54 45 3d 20 2d 44 53 51 4c 49 54 45 5f 54 48 ATE= -DSQLITE_TH
15f30 52 45 41 44 53 41 46 45 3d 30 20 2d 44 53 51 4c READSAFE=0 -DSQL
15f40 49 54 45 5f 44 45 46 41 55 4c 54 5f 46 49 4c 45 ITE_DEFAULT_FILE
15f50 5f 46 4f 52 4d 41 54 3d 34 20 2d 44 53 51 4c 49 _FORMAT=4 -DSQLI
15f60 54 45 5f 45 4e 41 42 4c 45 5f 46 54 53 33 3d 31 TE_ENABLE_FTS3=1
15f70 20 2d 63 20 24 28 53 52 43 44 49 52 29 2f 73 71 -c $(SRCDIR)/sq
15f80 6c 69 74 65 33 2e 63 20 2d 6f 20 73 71 6c 69 74 lite3.c -o sqlit
15f90 65 33 2e 6f 0a 0a 74 68 2e 6f 3a 09 24 28 53 52 e3.o..th.o:.$(SR
15fa0 43 44 49 52 29 2f 74 68 2e 63 0a 09 24 28 58 54 CDIR)/th.c..$(XT
15fb0 43 43 29 20 2d 49 24 28 53 52 43 44 49 52 29 20 CC) -I$(SRCDIR)
15fc0 2d 63 20 24 28 53 52 43 44 49 52 29 2f 74 68 2e -c $(SRCDIR)/th.
15fd0 63 20 2d 6f 20 74 68 2e 6f 0a 0a 74 68 5f 6c 61 c -o th.o..th_la
15fe0 6e 67 2e 6f 3a 09 24 28 53 52 43 44 49 52 29 2f ng.o:.$(SRCDIR)/
15ff0 74 68 5f 6c 61 6e 67 2e 63 0a 09 24 28 58 54 43 th_lang.c..$(XTC
16000 43 29 20 2d 49 24 28 53 52 43 44 49 52 29 20 2d C) -I$(SRCDIR) -
16010 63 20 24 28 53 52 43 44 49 52 29 2f 74 68 5f 6c c $(SRCDIR)/th_l
16020 61 6e 67 2e 63 20 2d 6f 20 74 68 5f 6c 61 6e 67 ang.c -o th_lang
16030 2e 6f 0a 0a .o..