Artifact 59f85a79bac37c796a4c85530151cb76f0817fff:
File
src/main.mk
part of check-in
[6f05b4292a]
- Added /admin/sql page. Added a 'const' to db_generic_query_view()
by
stephan on
2008-02-05 00:01:44.
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 5f $(SRCDIR)/admin_
01c0: 73 71 6c 5f 70 61 67 65 2e 63 20 5c 0a 20 20 24 sql_page.c \. $
01d0: 28 53 52 43 44 49 52 29 2f 62 61 67 2e 63 20 5c (SRCDIR)/bag.c \
01e0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 62 6c 6f . $(SRCDIR)/blo
01f0: 62 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 b.c \. $(SRCDIR
0200: 29 2f 62 72 61 6e 63 68 2e 63 20 5c 0a 20 20 24 )/branch.c \. $
0210: 28 53 52 43 44 49 52 29 2f 62 72 6f 77 73 65 2e (SRCDIR)/browse.
0220: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
0230: 63 67 69 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 cgi.c \. $(SRCD
0240: 49 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20 5c 0a IR)/checkin.c \.
0250: 20 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 $(SRCDIR)/chec
0260: 6b 6f 75 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 kout.c \. $(SRC
0270: 44 49 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 DIR)/clearsign.c
0280: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 \. $(SRCDIR)/c
0290: 6c 6f 6e 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 lone.c \. $(SRC
02a0: 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63 DIR)/comformat.c
02b0: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 \. $(SRCDIR)/c
02c0: 6f 6e 73 74 72 75 63 74 2e 63 20 5c 0a 20 20 24 onstruct.c \. $
02d0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e 74 (SRCDIR)/content
02e0: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
02f0: 2f 64 62 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 /db.c \. $(SRCD
0300: 49 52 29 2f 64 65 6c 74 61 2e 63 20 5c 0a 20 20 IR)/delta.c \.
0310: 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 63 $(SRCDIR)/deltac
0320: 6d 64 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 md.c \. $(SRCDI
0330: 52 29 2f 64 65 73 63 65 6e 64 65 6e 74 73 2e 63 R)/descendents.c
0340: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 \. $(SRCDIR)/d
0350: 69 66 66 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 iff.c \. $(SRCD
0360: 49 52 29 2f 64 69 66 66 63 6d 64 2e 63 20 5c 0a IR)/diffcmd.c \.
0370: 20 20 24 28 53 52 43 44 49 52 29 2f 65 6e 63 6f $(SRCDIR)/enco
0380: 64 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 de.c \. $(SRCDI
0390: 52 29 2f 66 69 6c 65 2e 63 20 5c 0a 20 20 24 28 R)/file.c \. $(
03a0: 53 52 43 44 49 52 29 2f 68 74 74 70 2e 63 20 5c SRCDIR)/http.c \
03b0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 69 6e 66 . $(SRCDIR)/inf
03c0: 6f 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 o.c \. $(SRCDIR
03d0: 29 2f 6c 6f 67 69 6e 2e 63 20 5c 0a 20 20 24 28 )/login.c \. $(
03e0: 53 52 43 44 49 52 29 2f 6d 61 69 6e 2e 63 20 5c SRCDIR)/main.c \
03f0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d 61 6e . $(SRCDIR)/man
0400: 69 66 65 73 74 2e 63 20 5c 0a 20 20 24 28 53 52 ifest.c \. $(SR
0410: 43 44 49 52 29 2f 6d 64 35 2e 63 20 5c 0a 20 20 CDIR)/md5.c \.
0420: 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 2e $(SRCDIR)/merge.
0430: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
0440: 6d 65 72 67 65 33 2e 63 20 5c 0a 20 20 24 28 53 merge3.c \. $(S
0450: 52 43 44 49 52 29 2f 6d 79 5f 70 61 67 65 2e 63 RCDIR)/my_page.c
0460: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6e \. $(SRCDIR)/n
0470: 61 6d 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 ame.c \. $(SRCD
0480: 49 52 29 2f 70 69 76 6f 74 2e 63 20 5c 0a 20 20 IR)/pivot.c \.
0490: 24 28 53 52 43 44 49 52 29 2f 70 71 75 65 75 65 $(SRCDIR)/pqueue
04a0: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
04b0: 2f 70 72 69 6e 74 66 2e 63 20 5c 0a 20 20 24 28 /printf.c \. $(
04c0: 53 52 43 44 49 52 29 2f 72 65 62 75 69 6c 64 2e SRCDIR)/rebuild.
04d0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
04e0: 72 73 73 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 rss.c \. $(SRCD
04f0: 49 52 29 2f 73 63 68 65 6d 61 2e 63 20 5c 0a 20 IR)/schema.c \.
0500: 20 24 28 53 52 43 44 49 52 29 2f 73 65 74 75 70 $(SRCDIR)/setup
0510: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0520: 2f 73 68 61 31 2e 63 20 5c 0a 20 20 24 28 53 52 /sha1.c \. $(SR
0530: 43 44 49 52 29 2f 73 74 72 69 6e 67 5f 78 66 6f CDIR)/string_xfo
0540: 72 6d 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 rm.c \. $(SRCDI
0550: 52 29 2f 73 74 79 6c 65 2e 63 20 5c 0a 20 20 24 R)/style.c \. $
0560: 28 53 52 43 44 49 52 29 2f 73 75 62 73 63 72 69 (SRCDIR)/subscri
0570: 70 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 pt.c \. $(SRCDI
0580: 52 29 2f 73 79 6e 63 2e 63 20 5c 0a 20 20 24 28 R)/sync.c \. $(
0590: 53 52 43 44 49 52 29 2f 74 61 67 2e 63 20 5c 0a SRCDIR)/tag.c \.
05a0: 20 20 24 28 53 52 43 44 49 52 29 2f 74 61 67 76 $(SRCDIR)/tagv
05b0: 69 65 77 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 iew.c \. $(SRCD
05c0: 49 52 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 5c IR)/timeline.c \
05d0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 74 6b 74 . $(SRCDIR)/tkt
05e0: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
05f0: 2f 74 6b 74 63 6f 6e 66 69 67 2e 63 20 5c 0a 20 /tktconfig.c \.
0600: 20 24 28 53 52 43 44 49 52 29 2f 74 6b 74 73 65 $(SRCDIR)/tktse
0610: 74 75 70 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 tup.c \. $(SRCD
0620: 49 52 29 2f 75 6e 64 6f 2e 63 20 5c 0a 20 20 24 IR)/undo.c \. $
0630: 28 53 52 43 44 49 52 29 2f 75 70 64 61 74 65 2e (SRCDIR)/update.
0640: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
0650: 75 72 6c 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 url.c \. $(SRCD
0660: 49 52 29 2f 75 73 65 72 2e 63 20 5c 0a 20 20 24 IR)/user.c \. $
0670: 28 53 52 43 44 49 52 29 2f 76 65 72 69 66 79 2e (SRCDIR)/verify.
0680: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
0690: 76 66 69 6c 65 2e 63 20 5c 0a 20 20 24 28 53 52 vfile.c \. $(SR
06a0: 43 44 49 52 29 2f 77 69 6b 69 2e 63 20 5c 0a 20 CDIR)/wiki.c \.
06b0: 20 24 28 53 52 43 44 49 52 29 2f 77 69 6b 69 66 $(SRCDIR)/wikif
06c0: 6f 72 6d 61 74 2e 63 20 5c 0a 20 20 24 28 53 52 ormat.c \. $(SR
06d0: 43 44 49 52 29 2f 78 66 65 72 2e 63 20 5c 0a 20 CDIR)/xfer.c \.
06e0: 20 24 28 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 $(SRCDIR)/zip.c
06f0: 0a 0a 54 52 41 4e 53 5f 53 52 43 20 3d 20 5c 0a ..TRANS_SRC = \.
0700: 20 20 61 64 64 5f 2e 63 20 5c 0a 20 20 61 64 6d add_.c \. adm
0710: 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 20 5c in_sql_page_.c \
0720: 0a 20 20 62 61 67 5f 2e 63 20 5c 0a 20 20 62 6c . bag_.c \. bl
0730: 6f 62 5f 2e 63 20 5c 0a 20 20 62 72 61 6e 63 68 ob_.c \. branch
0740: 5f 2e 63 20 5c 0a 20 20 62 72 6f 77 73 65 5f 2e _.c \. browse_.
0750: 63 20 5c 0a 20 20 63 67 69 5f 2e 63 20 5c 0a 20 c \. cgi_.c \.
0760: 20 63 68 65 63 6b 69 6e 5f 2e 63 20 5c 0a 20 20 checkin_.c \.
0770: 63 68 65 63 6b 6f 75 74 5f 2e 63 20 5c 0a 20 20 checkout_.c \.
0780: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 20 5c 0a 20 clearsign_.c \.
0790: 20 63 6c 6f 6e 65 5f 2e 63 20 5c 0a 20 20 63 6f clone_.c \. co
07a0: 6d 66 6f 72 6d 61 74 5f 2e 63 20 5c 0a 20 20 63 mformat_.c \. c
07b0: 6f 6e 73 74 72 75 63 74 5f 2e 63 20 5c 0a 20 20 onstruct_.c \.
07c0: 63 6f 6e 74 65 6e 74 5f 2e 63 20 5c 0a 20 20 64 content_.c \. d
07d0: 62 5f 2e 63 20 5c 0a 20 20 64 65 6c 74 61 5f 2e b_.c \. delta_.
07e0: 63 20 5c 0a 20 20 64 65 6c 74 61 63 6d 64 5f 2e c \. deltacmd_.
07f0: 63 20 5c 0a 20 20 64 65 73 63 65 6e 64 65 6e 74 c \. descendent
0800: 73 5f 2e 63 20 5c 0a 20 20 64 69 66 66 5f 2e 63 s_.c \. diff_.c
0810: 20 5c 0a 20 20 64 69 66 66 63 6d 64 5f 2e 63 20 \. diffcmd_.c
0820: 5c 0a 20 20 65 6e 63 6f 64 65 5f 2e 63 20 5c 0a \. encode_.c \.
0830: 20 20 66 69 6c 65 5f 2e 63 20 5c 0a 20 20 68 74 file_.c \. ht
0840: 74 70 5f 2e 63 20 5c 0a 20 20 69 6e 66 6f 5f 2e tp_.c \. info_.
0850: 63 20 5c 0a 20 20 6c 6f 67 69 6e 5f 2e 63 20 5c c \. login_.c \
0860: 0a 20 20 6d 61 69 6e 5f 2e 63 20 5c 0a 20 20 6d . main_.c \. m
0870: 61 6e 69 66 65 73 74 5f 2e 63 20 5c 0a 20 20 6d anifest_.c \. m
0880: 64 35 5f 2e 63 20 5c 0a 20 20 6d 65 72 67 65 5f d5_.c \. merge_
0890: 2e 63 20 5c 0a 20 20 6d 65 72 67 65 33 5f 2e 63 .c \. merge3_.c
08a0: 20 5c 0a 20 20 6d 79 5f 70 61 67 65 5f 2e 63 20 \. my_page_.c
08b0: 5c 0a 20 20 6e 61 6d 65 5f 2e 63 20 5c 0a 20 20 \. name_.c \.
08c0: 70 69 76 6f 74 5f 2e 63 20 5c 0a 20 20 70 71 75 pivot_.c \. pqu
08d0: 65 75 65 5f 2e 63 20 5c 0a 20 20 70 72 69 6e 74 eue_.c \. print
08e0: 66 5f 2e 63 20 5c 0a 20 20 72 65 62 75 69 6c 64 f_.c \. rebuild
08f0: 5f 2e 63 20 5c 0a 20 20 72 73 73 5f 2e 63 20 5c _.c \. rss_.c \
0900: 0a 20 20 73 63 68 65 6d 61 5f 2e 63 20 5c 0a 20 . schema_.c \.
0910: 20 73 65 74 75 70 5f 2e 63 20 5c 0a 20 20 73 68 setup_.c \. sh
0920: 61 31 5f 2e 63 20 5c 0a 20 20 73 74 72 69 6e 67 a1_.c \. string
0930: 5f 78 66 6f 72 6d 5f 2e 63 20 5c 0a 20 20 73 74 _xform_.c \. st
0940: 79 6c 65 5f 2e 63 20 5c 0a 20 20 73 75 62 73 63 yle_.c \. subsc
0950: 72 69 70 74 5f 2e 63 20 5c 0a 20 20 73 79 6e 63 ript_.c \. sync
0960: 5f 2e 63 20 5c 0a 20 20 74 61 67 5f 2e 63 20 5c _.c \. tag_.c \
0970: 0a 20 20 74 61 67 76 69 65 77 5f 2e 63 20 5c 0a . tagview_.c \.
0980: 20 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 20 5c 0a timeline_.c \.
0990: 20 20 74 6b 74 5f 2e 63 20 5c 0a 20 20 74 6b 74 tkt_.c \. tkt
09a0: 63 6f 6e 66 69 67 5f 2e 63 20 5c 0a 20 20 74 6b config_.c \. tk
09b0: 74 73 65 74 75 70 5f 2e 63 20 5c 0a 20 20 75 6e tsetup_.c \. un
09c0: 64 6f 5f 2e 63 20 5c 0a 20 20 75 70 64 61 74 65 do_.c \. update
09d0: 5f 2e 63 20 5c 0a 20 20 75 72 6c 5f 2e 63 20 5c _.c \. url_.c \
09e0: 0a 20 20 75 73 65 72 5f 2e 63 20 5c 0a 20 20 76 . user_.c \. v
09f0: 65 72 69 66 79 5f 2e 63 20 5c 0a 20 20 76 66 69 erify_.c \. vfi
0a00: 6c 65 5f 2e 63 20 5c 0a 20 20 77 69 6b 69 5f 2e le_.c \. wiki_.
0a10: 63 20 5c 0a 20 20 77 69 6b 69 66 6f 72 6d 61 74 c \. wikiformat
0a20: 5f 2e 63 20 5c 0a 20 20 78 66 65 72 5f 2e 63 20 _.c \. xfer_.c
0a30: 5c 0a 20 20 7a 69 70 5f 2e 63 0a 0a 4f 42 4a 20 \. zip_.c..OBJ
0a40: 3d 20 5c 0a 20 20 61 64 64 2e 6f 20 5c 0a 20 20 = \. add.o \.
0a50: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 6f admin_sql_page.o
0a60: 20 5c 0a 20 20 62 61 67 2e 6f 20 5c 0a 20 20 62 \. bag.o \. b
0a70: 6c 6f 62 2e 6f 20 5c 0a 20 20 62 72 61 6e 63 68 lob.o \. branch
0a80: 2e 6f 20 5c 0a 20 20 62 72 6f 77 73 65 2e 6f 20 .o \. browse.o
0a90: 5c 0a 20 20 63 67 69 2e 6f 20 5c 0a 20 20 63 68 \. cgi.o \. ch
0aa0: 65 63 6b 69 6e 2e 6f 20 5c 0a 20 20 63 68 65 63 eckin.o \. chec
0ab0: 6b 6f 75 74 2e 6f 20 5c 0a 20 20 63 6c 65 61 72 kout.o \. clear
0ac0: 73 69 67 6e 2e 6f 20 5c 0a 20 20 63 6c 6f 6e 65 sign.o \. clone
0ad0: 2e 6f 20 5c 0a 20 20 63 6f 6d 66 6f 72 6d 61 74 .o \. comformat
0ae0: 2e 6f 20 5c 0a 20 20 63 6f 6e 73 74 72 75 63 74 .o \. construct
0af0: 2e 6f 20 5c 0a 20 20 63 6f 6e 74 65 6e 74 2e 6f .o \. content.o
0b00: 20 5c 0a 20 20 64 62 2e 6f 20 5c 0a 20 20 64 65 \. db.o \. de
0b10: 6c 74 61 2e 6f 20 5c 0a 20 20 64 65 6c 74 61 63 lta.o \. deltac
0b20: 6d 64 2e 6f 20 5c 0a 20 20 64 65 73 63 65 6e 64 md.o \. descend
0b30: 65 6e 74 73 2e 6f 20 5c 0a 20 20 64 69 66 66 2e ents.o \. diff.
0b40: 6f 20 5c 0a 20 20 64 69 66 66 63 6d 64 2e 6f 20 o \. diffcmd.o
0b50: 5c 0a 20 20 65 6e 63 6f 64 65 2e 6f 20 5c 0a 20 \. encode.o \.
0b60: 20 66 69 6c 65 2e 6f 20 5c 0a 20 20 68 74 74 70 file.o \. http
0b70: 2e 6f 20 5c 0a 20 20 69 6e 66 6f 2e 6f 20 5c 0a .o \. info.o \.
0b80: 20 20 6c 6f 67 69 6e 2e 6f 20 5c 0a 20 20 6d 61 login.o \. ma
0b90: 69 6e 2e 6f 20 5c 0a 20 20 6d 61 6e 69 66 65 73 in.o \. manifes
0ba0: 74 2e 6f 20 5c 0a 20 20 6d 64 35 2e 6f 20 5c 0a t.o \. md5.o \.
0bb0: 20 20 6d 65 72 67 65 2e 6f 20 5c 0a 20 20 6d 65 merge.o \. me
0bc0: 72 67 65 33 2e 6f 20 5c 0a 20 20 6d 79 5f 70 61 rge3.o \. my_pa
0bd0: 67 65 2e 6f 20 5c 0a 20 20 6e 61 6d 65 2e 6f 20 ge.o \. name.o
0be0: 5c 0a 20 20 70 69 76 6f 74 2e 6f 20 5c 0a 20 20 \. pivot.o \.
0bf0: 70 71 75 65 75 65 2e 6f 20 5c 0a 20 20 70 72 69 pqueue.o \. pri
0c00: 6e 74 66 2e 6f 20 5c 0a 20 20 72 65 62 75 69 6c ntf.o \. rebuil
0c10: 64 2e 6f 20 5c 0a 20 20 72 73 73 2e 6f 20 5c 0a d.o \. rss.o \.
0c20: 20 20 73 63 68 65 6d 61 2e 6f 20 5c 0a 20 20 73 schema.o \. s
0c30: 65 74 75 70 2e 6f 20 5c 0a 20 20 73 68 61 31 2e etup.o \. sha1.
0c40: 6f 20 5c 0a 20 20 73 74 72 69 6e 67 5f 78 66 6f o \. string_xfo
0c50: 72 6d 2e 6f 20 5c 0a 20 20 73 74 79 6c 65 2e 6f rm.o \. style.o
0c60: 20 5c 0a 20 20 73 75 62 73 63 72 69 70 74 2e 6f \. subscript.o
0c70: 20 5c 0a 20 20 73 79 6e 63 2e 6f 20 5c 0a 20 20 \. sync.o \.
0c80: 74 61 67 2e 6f 20 5c 0a 20 20 74 61 67 76 69 65 tag.o \. tagvie
0c90: 77 2e 6f 20 5c 0a 20 20 74 69 6d 65 6c 69 6e 65 w.o \. timeline
0ca0: 2e 6f 20 5c 0a 20 20 74 6b 74 2e 6f 20 5c 0a 20 .o \. tkt.o \.
0cb0: 20 74 6b 74 63 6f 6e 66 69 67 2e 6f 20 5c 0a 20 tktconfig.o \.
0cc0: 20 74 6b 74 73 65 74 75 70 2e 6f 20 5c 0a 20 20 tktsetup.o \.
0cd0: 75 6e 64 6f 2e 6f 20 5c 0a 20 20 75 70 64 61 74 undo.o \. updat
0ce0: 65 2e 6f 20 5c 0a 20 20 75 72 6c 2e 6f 20 5c 0a e.o \. url.o \.
0cf0: 20 20 75 73 65 72 2e 6f 20 5c 0a 20 20 76 65 72 user.o \. ver
0d00: 69 66 79 2e 6f 20 5c 0a 20 20 76 66 69 6c 65 2e ify.o \. vfile.
0d10: 6f 20 5c 0a 20 20 77 69 6b 69 2e 6f 20 5c 0a 20 o \. wiki.o \.
0d20: 20 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 20 5c 0a wikiformat.o \.
0d30: 20 20 78 66 65 72 2e 6f 20 5c 0a 20 20 7a 69 70 xfer.o \. zip
0d40: 2e 6f 0a 0a 41 50 50 4e 41 4d 45 20 3d 20 66 6f .o..APPNAME = fo
0d50: 73 73 69 6c 24 28 45 29 0a 0a 0a 0a 61 6c 6c 3a ssil$(E)....all:
0d60: 09 24 28 41 50 50 4e 41 4d 45 29 0a 0a 69 6e 73 .$(APPNAME)..ins
0d70: 74 61 6c 6c 3a 09 24 28 41 50 50 4e 41 4d 45 29 tall:.$(APPNAME)
0d80: 0a 09 6d 76 20 24 28 41 50 50 4e 41 4d 45 29 20 ..mv $(APPNAME)
0d90: 24 28 49 4e 53 54 41 4c 4c 44 49 52 29 0a 0a 74 $(INSTALLDIR)..t
0da0: 72 61 6e 73 6c 61 74 65 3a 09 24 28 53 52 43 44 ranslate:.$(SRCD
0db0: 49 52 29 2f 74 72 61 6e 73 6c 61 74 65 2e 63 0a IR)/translate.c.
0dc0: 09 24 28 42 43 43 29 20 2d 6f 20 74 72 61 6e 73 .$(BCC) -o trans
0dd0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 74 late $(SRCDIR)/t
0de0: 72 61 6e 73 6c 61 74 65 2e 63 0a 0a 6d 61 6b 65 ranslate.c..make
0df0: 68 65 61 64 65 72 73 3a 09 24 28 53 52 43 44 49 headers:.$(SRCDI
0e00: 52 29 2f 6d 61 6b 65 68 65 61 64 65 72 73 2e 63 R)/makeheaders.c
0e10: 0a 09 24 28 42 43 43 29 20 2d 6f 20 6d 61 6b 65 ..$(BCC) -o make
0e20: 68 65 61 64 65 72 73 20 24 28 53 52 43 44 49 52 headers $(SRCDIR
0e30: 29 2f 6d 61 6b 65 68 65 61 64 65 72 73 2e 63 0a )/makeheaders.c.
0e40: 0a 6d 6b 69 6e 64 65 78 3a 09 24 28 53 52 43 44 .mkindex:.$(SRCD
0e50: 49 52 29 2f 6d 6b 69 6e 64 65 78 2e 63 0a 09 24 IR)/mkindex.c..$
0e60: 28 42 43 43 29 20 2d 6f 20 6d 6b 69 6e 64 65 78 (BCC) -o mkindex
0e70: 20 24 28 53 52 43 44 49 52 29 2f 6d 6b 69 6e 64 $(SRCDIR)/mkind
0e80: 65 78 2e 63 0a 0a 23 20 57 41 52 4e 49 4e 47 2e ex.c..# WARNING.
0e90: 20 44 41 4e 47 45 52 2e 20 52 75 6e 6e 69 6e 67 DANGER. Running
0ea0: 20 74 68 65 20 74 65 73 74 73 75 69 74 65 20 6d the testsuite m
0eb0: 6f 64 69 66 69 65 73 20 74 68 65 20 72 65 70 6f odifies the repo
0ec0: 73 69 74 6f 72 79 20 74 68 65 0a 23 20 62 75 69 sitory the.# bui
0ed0: 6c 64 20 69 73 20 64 6f 6e 65 20 66 72 6f 6d 2c ld is done from,
0ee0: 20 69 2e 65 2e 20 74 68 65 20 63 68 65 63 6b 6f i.e. the checko
0ef0: 75 74 20 62 65 6c 6f 6e 67 73 20 74 6f 2e 20 44 ut belongs to. D
0f00: 6f 20 6e 6f 74 20 73 79 6e 63 2f 70 75 73 68 0a o not sync/push.
0f10: 23 20 74 68 65 20 72 65 70 6f 73 69 74 6f 72 79 # the repository
0f20: 20 61 66 74 65 72 20 72 75 6e 6e 69 6e 67 20 74 after running t
0f30: 68 65 20 74 65 73 74 73 2e 0a 74 65 73 74 3a 09 he tests..test:.
0f40: 24 28 41 50 50 4e 41 4d 45 29 0a 09 24 28 54 43 $(APPNAME)..$(TC
0f50: 4c 53 48 29 20 74 65 73 74 2f 74 65 73 74 65 72 LSH) test/tester
0f60: 2e 74 63 6c 20 24 28 41 50 50 4e 41 4d 45 29 0a .tcl $(APPNAME).
0f70: 0a 56 45 52 53 49 4f 4e 2e 68 3a 09 24 28 53 52 .VERSION.h:.$(SR
0f80: 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 CDIR)/../manifes
0f90: 74 2e 75 75 69 64 20 24 28 53 52 43 44 49 52 29 t.uuid $(SRCDIR)
0fa0: 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 0a 09 61 77 /../manifest..aw
0fb0: 6b 20 27 7b 20 70 72 69 6e 74 66 20 22 23 64 65 k '{ printf "#de
0fc0: 66 69 6e 65 20 4d 41 4e 49 46 45 53 54 5f 55 55 fine MANIFEST_UU
0fd0: 49 44 20 5c 22 25 73 5c 22 5c 6e 22 2c 20 24 24 ID \"%s\"\n", $$
0fe0: 31 7d 27 20 20 24 28 53 52 43 44 49 52 29 2f 2e 1}' $(SRCDIR)/.
0ff0: 2e 2f 6d 61 6e 69 66 65 73 74 2e 75 75 69 64 20 ./manifest.uuid
1000: 3e 56 45 52 53 49 4f 4e 2e 68 0a 09 61 77 6b 20 >VERSION.h..awk
1010: 27 7b 20 70 72 69 6e 74 66 20 22 23 64 65 66 69 '{ printf "#defi
1020: 6e 65 20 4d 41 4e 49 46 45 53 54 5f 56 45 52 53 ne MANIFEST_VERS
1030: 49 4f 4e 20 5c 22 5b 25 2e 31 30 73 5d 5c 22 5c ION \"[%.10s]\"\
1040: 6e 22 2c 20 24 24 31 7d 27 20 20 24 28 53 52 43 n", $$1}' $(SRC
1050: 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 DIR)/../manifest
1060: 2e 75 75 69 64 20 3e 3e 56 45 52 53 49 4f 4e 2e .uuid >>VERSION.
1070: 68 0a 09 61 77 6b 20 27 24 24 31 3d 3d 22 44 22 h..awk '$$1=="D"
1080: 7b 70 72 69 6e 74 66 20 22 23 64 65 66 69 6e 65 {printf "#define
1090: 20 4d 41 4e 49 46 45 53 54 5f 44 41 54 45 20 5c MANIFEST_DATE \
10a0: 22 25 73 20 25 73 5c 22 5c 6e 22 2c 20 73 75 62 "%s %s\"\n", sub
10b0: 73 74 72 28 24 24 32 2c 31 2c 31 30 29 2c 73 75 str($$2,1,10),su
10c0: 62 73 74 72 28 24 24 32 2c 31 32 29 7d 27 20 20 bstr($$2,12)}'
10d0: 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e $(SRCDIR)/../man
10e0: 69 66 65 73 74 20 3e 3e 56 45 52 53 49 4f 4e 2e ifest >>VERSION.
10f0: 68 0a 0a 24 28 41 50 50 4e 41 4d 45 29 3a 09 68 h..$(APPNAME):.h
1100: 65 61 64 65 72 73 20 24 28 4f 42 4a 29 20 73 71 eaders $(OBJ) sq
1110: 6c 69 74 65 33 2e 6f 0a 09 24 28 54 43 43 29 20 lite3.o..$(TCC)
1120: 2d 6f 20 24 28 41 50 50 4e 41 4d 45 29 20 24 28 -o $(APPNAME) $(
1130: 4f 42 4a 29 20 73 71 6c 69 74 65 33 2e 6f 20 24 OBJ) sqlite3.o $
1140: 28 4c 49 42 29 0a 0a 23 20 54 68 69 73 20 72 75 (LIB)..# This ru
1150: 6c 65 20 70 72 65 76 65 6e 74 73 20 6d 61 6b 65 le prevents make
1160: 20 66 72 6f 6d 20 75 73 69 6e 67 20 69 74 73 20 from using its
1170: 64 65 66 61 75 6c 74 20 72 75 6c 65 73 20 74 6f default rules to
1180: 20 74 72 79 20 62 75 69 6c 64 0a 23 20 61 6e 20 try build.# an
1190: 65 78 65 63 75 74 61 62 6c 65 20 6e 61 6d 65 64 executable named
11a0: 20 22 6d 61 6e 69 66 65 73 74 22 20 6f 75 74 20 "manifest" out
11b0: 6f 66 20 74 68 65 20 66 69 6c 65 20 6e 61 6d 65 of the file name
11c0: 64 20 22 6d 61 6e 69 66 65 73 74 2e 63 22 0a 23 d "manifest.c".#
11d0: 0a 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 .$(SRCDIR)/../ma
11e0: 6e 69 66 65 73 74 3a 09 0a 09 23 20 6e 6f 6f 70 nifest:...# noop
11f0: 0a 0a 63 6c 65 61 6e 3a 09 0a 09 72 6d 20 2d 66 ..clean:...rm -f
1200: 20 2a 2e 6f 20 2a 5f 2e 63 20 24 28 41 50 50 4e *.o *_.c $(APPN
1210: 41 4d 45 29 20 56 45 52 53 49 4f 4e 2e 68 0a 09 AME) VERSION.h..
1220: 72 6d 20 2d 66 20 74 72 61 6e 73 6c 61 74 65 20 rm -f translate
1230: 6d 61 6b 65 68 65 61 64 65 72 73 20 6d 6b 69 6e makeheaders mkin
1240: 64 65 78 20 70 61 67 65 5f 69 6e 64 65 78 2e 68 dex page_index.h
1250: 20 68 65 61 64 65 72 73 0a 09 72 6d 20 2d 66 20 headers..rm -f
1260: 61 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f add.h admin_sql_
1270: 70 61 67 65 2e 68 20 62 61 67 2e 68 20 62 6c 6f page.h bag.h blo
1280: 62 2e 68 20 62 72 61 6e 63 68 2e 68 20 62 72 6f b.h branch.h bro
1290: 77 73 65 2e 68 20 63 67 69 2e 68 20 63 68 65 63 wse.h cgi.h chec
12a0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 2e 68 kin.h checkout.h
12b0: 20 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f clearsign.h clo
12c0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 2e 68 ne.h comformat.h
12d0: 20 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e construct.h con
12e0: 74 65 6e 74 2e 68 20 64 62 2e 68 20 64 65 6c 74 tent.h db.h delt
12f0: 61 2e 68 20 64 65 6c 74 61 63 6d 64 2e 68 20 64 a.h deltacmd.h d
1300: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
1310: 66 2e 68 20 64 69 66 66 63 6d 64 2e 68 20 65 6e f.h diffcmd.h en
1320: 63 6f 64 65 2e 68 20 66 69 6c 65 2e 68 20 68 74 code.h file.h ht
1330: 74 70 2e 68 20 69 6e 66 6f 2e 68 20 6c 6f 67 69 tp.h info.h logi
1340: 6e 2e 68 20 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 n.h main.h manif
1350: 65 73 74 2e 68 20 6d 64 35 2e 68 20 6d 65 72 67 est.h md5.h merg
1360: 65 2e 68 20 6d 65 72 67 65 33 2e 68 20 6d 79 5f e.h merge3.h my_
1370: 70 61 67 65 2e 68 20 6e 61 6d 65 2e 68 20 70 69 page.h name.h pi
1380: 76 6f 74 2e 68 20 70 71 75 65 75 65 2e 68 20 70 vot.h pqueue.h p
1390: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 2e rintf.h rebuild.
13a0: 68 20 72 73 73 2e 68 20 73 63 68 65 6d 61 2e 68 h rss.h schema.h
13b0: 20 73 65 74 75 70 2e 68 20 73 68 61 31 2e 68 20 setup.h sha1.h
13c0: 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 string_xform.h s
13d0: 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 tyle.h subscript
13e0: 2e 68 20 73 79 6e 63 2e 68 20 74 61 67 2e 68 20 .h sync.h tag.h
13f0: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 tagview.h timeli
1400: 6e 65 2e 68 20 74 6b 74 2e 68 20 74 6b 74 63 6f ne.h tkt.h tktco
1410: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 2e nfig.h tktsetup.
1420: 68 20 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 2e h undo.h update.
1430: 68 20 75 72 6c 2e 68 20 75 73 65 72 2e 68 20 76 h url.h user.h v
1440: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 2e 68 20 erify.h vfile.h
1450: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
1460: 74 2e 68 20 78 66 65 72 2e 68 20 7a 69 70 2e 68 t.h xfer.h zip.h
1470: 0a 0a 68 65 61 64 65 72 73 3a 09 6d 61 6b 65 68 ..headers:.makeh
1480: 65 61 64 65 72 73 20 6d 6b 69 6e 64 65 78 20 24 eaders mkindex $
1490: 28 54 52 41 4e 53 5f 53 52 43 29 20 2e 2f 56 45 (TRANS_SRC) ./VE
14a0: 52 53 49 4f 4e 2e 68 0a 09 2e 2f 6d 61 6b 65 68 RSION.h.../makeh
14b0: 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 eaders add_.c:a
14c0: 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 dd.h admin_sql_p
14d0: 61 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c age_.c:admin_sql
14e0: 5f 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 _page.h bag_.c:b
14f0: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
1500: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
1510: 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 anch.h browse_.c
1520: 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 :browse.h cgi_.c
1530: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e :cgi.h checkin_.
1540: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 c:checkin.h chec
1550: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 kout_.c:checkout
1560: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a .h clearsign_.c:
1570: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e clearsign.h clon
1580: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d e_.c:clone.h com
1590: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 format_.c:comfor
15a0: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f mat.h construct_
15b0: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 .c:construct.h c
15c0: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e ontent_.c:conten
15d0: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 t.h db_.c:db.h d
15e0: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 elta_.c:delta.h
15f0: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 deltacmd_.c:delt
1600: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e acmd.h descenden
1610: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 ts_.c:descendent
1620: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 s.h diff_.c:diff
1630: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 .h diffcmd_.c:di
1640: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e ffcmd.h encode_.
1650: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f c:encode.h file_
1660: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e .c:file.h http_.
1670: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 c:http.h info_.c
1680: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 :info.h login_.c
1690: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 :login.h main_.c
16a0: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 :main.h manifest
16b0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d _.c:manifest.h m
16c0: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 d5_.c:md5.h merg
16d0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 e_.c:merge.h mer
16e0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 ge3_.c:merge3.h
16f0: 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 my_page_.c:my_pa
1700: 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d ge.h name_.c:nam
1710: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
1720: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
1730: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
1740: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
1750: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
1760: 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 rss_.c:rss.h sch
1770: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
1780: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
1790: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
17a0: 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a string_xform_.c:
17b0: 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 string_xform.h s
17c0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
17d0: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 subscript_.c:sub
17e0: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 script.h sync_.c
17f0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
1800: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
1810: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 tagview.h timeli
1820: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
1830: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b tkt_.c:tkt.h tk
1840: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f tconfig_.c:tktco
1850: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f nfig.h tktsetup_
1860: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e .c:tktsetup.h un
1870: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 do_.c:undo.h upd
1880: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
1890: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
18a0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
18b0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
18c0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
18d0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
18e0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
18f0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
1900: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
1910: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
1920: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
1930: 49 4f 4e 2e 68 0a 09 2e 2f 6d 6b 69 6e 64 65 78 ION.h.../mkindex
1940: 20 24 28 54 52 41 4e 53 5f 53 52 43 29 20 3e 70 $(TRANS_SRC) >p
1950: 61 67 65 5f 69 6e 64 65 78 2e 68 0a 09 74 6f 75 age_index.h..tou
1960: 63 68 20 68 65 61 64 65 72 73 0a 0a 61 64 64 5f ch headers..add_
1970: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 61 64 .c:.$(SRCDIR)/ad
1980: 64 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 d.c $(SRCDIR)/VE
1990: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
19a0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
19b0: 52 43 44 49 52 29 2f 61 64 64 2e 63 20 7c 20 73 RCDIR)/add.c | s
19c0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
19d0: 56 45 52 53 49 4f 4e 20 3e 61 64 64 5f 2e 63 0a VERSION >add_.c.
19e0: 0a 61 64 64 2e 6f 3a 09 61 64 64 5f 2e 63 20 61 .add.o:.add_.c a
19f0: 64 64 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f dd.h $(SRCDIR)/
1a00: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
1a10: 29 20 2d 6f 20 61 64 64 2e 6f 20 2d 63 20 61 64 ) -o add.o -c ad
1a20: 64 5f 2e 63 0a 0a 61 64 64 2e 68 3a 09 6d 61 6b d_.c..add.h:.mak
1a30: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
1a40: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
1a50: 61 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f add.h admin_sql_
1a60: 70 61 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 page_.c:admin_sq
1a70: 6c 5f 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a l_page.h bag_.c:
1a80: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
1a90: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 ob.h branch_.c:b
1aa0: 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e ranch.h browse_.
1ab0: 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e c:browse.h cgi_.
1ac0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
1ad0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
1ae0: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
1af0: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
1b00: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
1b10: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
1b20: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
1b30: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
1b40: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
1b50: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
1b60: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
1b70: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
1b80: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
1b90: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
1ba0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
1bb0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
1bc0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
1bd0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
1be0: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
1bf0: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
1c00: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
1c10: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
1c20: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
1c30: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
1c40: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
1c50: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
1c60: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
1c70: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
1c80: 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 my_page_.c:my_p
1c90: 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 age.h name_.c:na
1ca0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 me.h pivot_.c:pi
1cb0: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a vot.h pqueue_.c:
1cc0: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f pqueue.h printf_
1cd0: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
1ce0: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
1cf0: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 rss_.c:rss.h sc
1d00: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
1d10: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
1d20: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
1d30: 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 string_xform_.c
1d40: 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 :string_xform.h
1d50: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
1d60: 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 subscript_.c:su
1d70: 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e bscript.h sync_.
1d80: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a c:sync.h tag_.c:
1d90: 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 tag.h tagview_.c
1da0: 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c :tagview.h timel
1db0: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
1dc0: 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 h tkt_.c:tkt.h t
1dd0: 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 ktconfig_.c:tktc
1de0: 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 onfig.h tktsetup
1df0: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 _.c:tktsetup.h u
1e00: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
1e10: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
1e20: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
1e30: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
1e40: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
1e50: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
1e60: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
1e70: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
1e80: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
1e90: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
1ea0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
1eb0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
1ec0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
1ed0: 61 64 65 72 73 0a 0a 61 64 6d 69 6e 5f 73 71 6c aders..admin_sql
1ee0: 5f 70 61 67 65 5f 2e 63 3a 09 24 28 53 52 43 44 _page_.c:.$(SRCD
1ef0: 49 52 29 2f 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 IR)/admin_sql_pa
1f00: 67 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 ge.c $(SRCDIR)/V
1f10: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
1f20: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
1f30: 53 52 43 44 49 52 29 2f 61 64 6d 69 6e 5f 73 71 SRCDIR)/admin_sq
1f40: 6c 5f 70 61 67 65 2e 63 20 7c 20 73 65 64 20 2d l_page.c | sed -
1f50: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
1f60: 49 4f 4e 20 3e 61 64 6d 69 6e 5f 73 71 6c 5f 70 ION >admin_sql_p
1f70: 61 67 65 5f 2e 63 0a 0a 61 64 6d 69 6e 5f 73 71 age_.c..admin_sq
1f80: 6c 5f 70 61 67 65 2e 6f 3a 09 61 64 6d 69 6e 5f l_page.o:.admin_
1f90: 73 71 6c 5f 70 61 67 65 5f 2e 63 20 61 64 6d 69 sql_page_.c admi
1fa0: 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 20 24 28 n_sql_page.h $(
1fb0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
1fc0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 61 64 6d ..$(XTCC) -o adm
1fd0: 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 6f 20 2d 63 in_sql_page.o -c
1fe0: 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f admin_sql_page_
1ff0: 2e 63 0a 0a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 .c..admin_sql_pa
2000: 67 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 ge.h:.makeheader
2010: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
2020: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 add_.c:add.h a
2030: 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 dmin_sql_page_.c
2040: 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e :admin_sql_page.
2050: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
2060: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
2070: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
2080: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 browse_.c:brows
2090: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 e.h cgi_.c:cgi.h
20a0: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 checkin_.c:chec
20b0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e kin.h checkout_.
20c0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 c:checkout.h cle
20d0: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 arsign_.c:clears
20e0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 ign.h clone_.c:c
20f0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 lone.h comformat
2100: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 _.c:comformat.h
2110: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e construct_.c:con
2120: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 struct.h content
2130: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 _.c:content.h db
2140: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e _.c:db.h delta_.
2150: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 c:delta.h deltac
2160: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 md_.c:deltacmd.h
2170: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a descendents_.c:
2180: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 descendents.h di
2190: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 ff_.c:diff.h dif
21a0: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e fcmd_.c:diffcmd.
21b0: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f h encode_.c:enco
21c0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c de.h file_.c:fil
21d0: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 e.h http_.c:http
21e0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e .h info_.c:info.
21f0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e h login_.c:login
2200: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e .h main_.c:main.
2210: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 h manifest_.c:ma
2220: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a nifest.h md5_.c:
2230: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d md5.h merge_.c:m
2240: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 erge.h merge3_.c
2250: 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 :merge3.h my_pag
2260: 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e e_.c:my_page.h n
2270: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
2280: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
2290: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
22a0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
22b0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
22c0: 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 rebuild.h rss_.c
22d0: 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 :rss.h schema_.c
22e0: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
22f0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
2300: 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 .c:sha1.h string
2310: 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 _xform_.c:string
2320: 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e _xform.h style_.
2330: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 c:style.h subscr
2340: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 ipt_.c:subscript
2350: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
2360: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
2370: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
2380: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a w.h timeline_.c:
2390: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e timeline.h tkt_.
23a0: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 c:tkt.h tktconfi
23b0: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 g_.c:tktconfig.h
23c0: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 tktsetup_.c:tkt
23d0: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a setup.h undo_.c:
23e0: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 undo.h update_.c
23f0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
2400: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
2410: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
2420: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
2430: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
2440: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
2450: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
2460: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
2470: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
2480: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
2490: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
24a0: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
24b0: 62 61 67 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 bag_.c:.$(SRCDIR
24c0: 29 2f 62 61 67 2e 63 20 24 28 53 52 43 44 49 52 )/bag.c $(SRCDIR
24d0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
24e0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
24f0: 20 24 28 53 52 43 44 49 52 29 2f 62 61 67 2e 63 $(SRCDIR)/bag.c
2500: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
2510: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 62 61 67 IR)/VERSION >bag
2520: 5f 2e 63 0a 0a 62 61 67 2e 6f 3a 09 62 61 67 5f _.c..bag.o:.bag_
2530: 2e 63 20 62 61 67 2e 68 20 20 24 28 53 52 43 44 .c bag.h $(SRCD
2540: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
2550: 58 54 43 43 29 20 2d 6f 20 62 61 67 2e 6f 20 2d XTCC) -o bag.o -
2560: 63 20 62 61 67 5f 2e 63 0a 0a 62 61 67 2e 68 3a c bag_.c..bag.h:
2570: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
2580: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
2590: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
25a0: 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 sql_page_.c:admi
25b0: 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 n_sql_page.h bag
25c0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
25d0: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
25e0: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
25f0: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
2600: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
2610: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
2620: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
2630: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
2640: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
2650: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
2660: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
2670: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
2680: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
2690: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
26a0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
26b0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
26c0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
26d0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
26e0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
26f0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
2700: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
2710: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
2720: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
2730: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
2740: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
2750: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
2760: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
2770: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
2780: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
2790: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
27a0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
27b0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
27c0: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a e3.h my_page_.c:
27d0: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e my_page.h name_.
27e0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
27f0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 c:pivot.h pqueue
2800: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 _.c:pqueue.h pri
2810: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
2820: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
2830: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e ld.h rss_.c:rss.
2840: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
2850: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
2860: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
2870: 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 a1.h string_xfor
2880: 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 m_.c:string_xfor
2890: 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 m.h style_.c:sty
28a0: 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e le.h subscript_.
28b0: 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 c:subscript.h sy
28c0: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 nc_.c:sync.h tag
28d0: 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 _.c:tag.h tagvie
28e0: 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 w_.c:tagview.h t
28f0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
2900: 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
2910: 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
2920: 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
2930: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
2940: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
2950: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
2960: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
2970: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
2980: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
2990: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
29a0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
29b0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
29c0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
29d0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
29e0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
29f0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
2a00: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
2a10: 68 20 68 65 61 64 65 72 73 0a 0a 62 6c 6f 62 5f h headers..blob_
2a20: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 62 6c .c:.$(SRCDIR)/bl
2a30: 6f 62 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 ob.c $(SRCDIR)/V
2a40: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
2a50: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
2a60: 53 52 43 44 49 52 29 2f 62 6c 6f 62 2e 63 20 7c SRCDIR)/blob.c |
2a70: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
2a80: 29 2f 56 45 52 53 49 4f 4e 20 3e 62 6c 6f 62 5f )/VERSION >blob_
2a90: 2e 63 0a 0a 62 6c 6f 62 2e 6f 3a 09 62 6c 6f 62 .c..blob.o:.blob
2aa0: 5f 2e 63 20 62 6c 6f 62 2e 68 20 20 24 28 53 52 _.c blob.h $(SR
2ab0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
2ac0: 24 28 58 54 43 43 29 20 2d 6f 20 62 6c 6f 62 2e $(XTCC) -o blob.
2ad0: 6f 20 2d 63 20 62 6c 6f 62 5f 2e 63 0a 0a 62 6c o -c blob_.c..bl
2ae0: 6f 62 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 ob.h:.makeheader
2af0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
2b00: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 add_.c:add.h a
2b10: 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 dmin_sql_page_.c
2b20: 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e :admin_sql_page.
2b30: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
2b40: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
2b50: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
2b60: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 browse_.c:brows
2b70: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 e.h cgi_.c:cgi.h
2b80: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 checkin_.c:chec
2b90: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e kin.h checkout_.
2ba0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 c:checkout.h cle
2bb0: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 arsign_.c:clears
2bc0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 ign.h clone_.c:c
2bd0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 lone.h comformat
2be0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 _.c:comformat.h
2bf0: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e construct_.c:con
2c00: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 struct.h content
2c10: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 _.c:content.h db
2c20: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e _.c:db.h delta_.
2c30: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 c:delta.h deltac
2c40: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 md_.c:deltacmd.h
2c50: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a descendents_.c:
2c60: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 descendents.h di
2c70: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 ff_.c:diff.h dif
2c80: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e fcmd_.c:diffcmd.
2c90: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f h encode_.c:enco
2ca0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c de.h file_.c:fil
2cb0: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 e.h http_.c:http
2cc0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e .h info_.c:info.
2cd0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e h login_.c:login
2ce0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e .h main_.c:main.
2cf0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 h manifest_.c:ma
2d00: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a nifest.h md5_.c:
2d10: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d md5.h merge_.c:m
2d20: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 erge.h merge3_.c
2d30: 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 :merge3.h my_pag
2d40: 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e e_.c:my_page.h n
2d50: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
2d60: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
2d70: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
2d80: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
2d90: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
2da0: 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 rebuild.h rss_.c
2db0: 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 :rss.h schema_.c
2dc0: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
2dd0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
2de0: 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 .c:sha1.h string
2df0: 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 _xform_.c:string
2e00: 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e _xform.h style_.
2e10: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 c:style.h subscr
2e20: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 ipt_.c:subscript
2e30: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
2e40: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
2e50: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
2e60: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a w.h timeline_.c:
2e70: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e timeline.h tkt_.
2e80: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 c:tkt.h tktconfi
2e90: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 g_.c:tktconfig.h
2ea0: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 tktsetup_.c:tkt
2eb0: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a setup.h undo_.c:
2ec0: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 undo.h update_.c
2ed0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
2ee0: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
2ef0: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
2f00: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
2f10: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
2f20: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
2f30: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
2f40: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
2f50: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
2f60: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
2f70: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
2f80: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
2f90: 62 72 61 6e 63 68 5f 2e 63 3a 09 24 28 53 52 43 branch_.c:.$(SRC
2fa0: 44 49 52 29 2f 62 72 61 6e 63 68 2e 63 20 24 28 DIR)/branch.c $(
2fb0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
2fc0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
2fd0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
2fe0: 2f 62 72 61 6e 63 68 2e 63 20 7c 20 73 65 64 20 /branch.c | sed
2ff0: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
3000: 53 49 4f 4e 20 3e 62 72 61 6e 63 68 5f 2e 63 0a SION >branch_.c.
3010: 0a 62 72 61 6e 63 68 2e 6f 3a 09 62 72 61 6e 63 .branch.o:.branc
3020: 68 5f 2e 63 20 62 72 61 6e 63 68 2e 68 20 20 24 h_.c branch.h $
3030: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e (SRCDIR)/config.
3040: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 62 72 h..$(XTCC) -o br
3050: 61 6e 63 68 2e 6f 20 2d 63 20 62 72 61 6e 63 68 anch.o -c branch
3060: 5f 2e 63 0a 0a 62 72 61 6e 63 68 2e 68 3a 09 6d _.c..branch.h:.m
3070: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
3080: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
3090: 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71 c:add.h admin_sq
30a0: 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f l_page_.c:admin_
30b0: 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 5f 2e sql_page.h bag_.
30c0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
30d0: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 blob.h branch_.c
30e0: 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 :branch.h browse
30f0: 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 _.c:browse.h cgi
3100: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
3110: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
3120: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
3130: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
3140: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
3150: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
3160: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
3170: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
3180: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
3190: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
31a0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
31b0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
31c0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
31d0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
31e0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
31f0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
3200: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
3210: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
3220: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
3230: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
3240: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
3250: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
3260: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
3270: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
3280: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
3290: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
32a0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
32b0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
32c0: 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 .h my_page_.c:my
32d0: 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a _page.h name_.c:
32e0: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
32f0: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
3300: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
3310: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
3320: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
3330: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 .h rss_.c:rss.h
3340: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
3350: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
3360: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
3370: 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f .h string_xform_
3380: 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e .c:string_xform.
3390: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
33a0: 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a .h subscript_.c:
33b0: 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 subscript.h sync
33c0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
33d0: 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f c:tag.h tagview_
33e0: 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d .c:tagview.h tim
33f0: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
3400: 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 e.h tkt_.c:tkt.h
3410: 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b tktconfig_.c:tk
3420: 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 tconfig.h tktset
3430: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 up_.c:tktsetup.h
3440: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 undo_.c:undo.h
3450: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
3460: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
3470: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
3480: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
3490: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
34a0: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
34b0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
34c0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
34d0: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
34e0: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
34f0: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 R)/sqlite3.h ./V
3500: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 ERSION.h..touch
3510: 68 65 61 64 65 72 73 0a 0a 62 72 6f 77 73 65 5f headers..browse_
3520: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 62 72 .c:.$(SRCDIR)/br
3530: 6f 77 73 65 2e 63 20 24 28 53 52 43 44 49 52 29 owse.c $(SRCDIR)
3540: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
3550: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
3560: 24 28 53 52 43 44 49 52 29 2f 62 72 6f 77 73 65 $(SRCDIR)/browse
3570: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
3580: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 62 CDIR)/VERSION >b
3590: 72 6f 77 73 65 5f 2e 63 0a 0a 62 72 6f 77 73 65 rowse_.c..browse
35a0: 2e 6f 3a 09 62 72 6f 77 73 65 5f 2e 63 20 62 72 .o:.browse_.c br
35b0: 6f 77 73 65 2e 68 20 20 24 28 53 52 43 44 49 52 owse.h $(SRCDIR
35c0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
35d0: 43 43 29 20 2d 6f 20 62 72 6f 77 73 65 2e 6f 20 CC) -o browse.o
35e0: 2d 63 20 62 72 6f 77 73 65 5f 2e 63 0a 0a 62 72 -c browse_.c..br
35f0: 6f 77 73 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 owse.h:.makehead
3600: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 ers.../makeheade
3610: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 rs add_.c:add.h
3620: 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f admin_sql_page_
3630: 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 .c:admin_sql_pag
3640: 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 e.h bag_.c:bag.h
3650: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
3660: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 branch_.c:branch
3670: 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f .h browse_.c:bro
3680: 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 wse.h cgi_.c:cgi
3690: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 .h checkin_.c:ch
36a0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 eckin.h checkout
36b0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 _.c:checkout.h c
36c0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 learsign_.c:clea
36d0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 rsign.h clone_.c
36e0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d :clone.h comform
36f0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e at_.c:comformat.
3700: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 h construct_.c:c
3710: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 onstruct.h conte
3720: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 nt_.c:content.h
3730: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 db_.c:db.h delta
3740: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 _.c:delta.h delt
3750: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 acmd_.c:deltacmd
3760: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e .h descendents_.
3770: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 c:descendents.h
3780: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 diff_.c:diff.h d
3790: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d iffcmd_.c:diffcm
37a0: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e d.h encode_.c:en
37b0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 code.h file_.c:f
37c0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 ile.h http_.c:ht
37d0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 tp.h info_.c:inf
37e0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 o.h login_.c:log
37f0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 in.h main_.c:mai
3800: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a n.h manifest_.c:
3810: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e manifest.h md5_.
3820: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 c:md5.h merge_.c
3830: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f :merge.h merge3_
3840: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 .c:merge3.h my_p
3850: 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 age_.c:my_page.h
3860: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
3870: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
3880: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 pqueue_.c:pqueu
3890: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 e.h printf_.c:pr
38a0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
38b0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f c:rebuild.h rss_
38c0: 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f .c:rss.h schema_
38d0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
38e0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
38f0: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 1_.c:sha1.h stri
3900: 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 ng_xform_.c:stri
3910: 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 ng_xform.h style
3920: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 _.c:style.h subs
3930: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 cript_.c:subscri
3940: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e pt.h sync_.c:syn
3950: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
3960: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
3970: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e iew.h timeline_.
3980: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 c:timeline.h tkt
3990: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e _.c:tkt.h tktcon
39a0: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 fig_.c:tktconfig
39b0: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 .h tktsetup_.c:t
39c0: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e ktsetup.h undo_.
39d0: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f c:undo.h update_
39e0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
39f0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
3a00: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
3a10: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
3a20: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
3a30: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
3a40: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
3a50: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
3a60: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
3a70: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
3a80: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
3a90: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
3aa0: 0a 0a 63 67 69 5f 2e 63 3a 09 24 28 53 52 43 44 ..cgi_.c:.$(SRCD
3ab0: 49 52 29 2f 63 67 69 2e 63 20 24 28 53 52 43 44 IR)/cgi.c $(SRCD
3ac0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
3ad0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
3ae0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 67 69 te $(SRCDIR)/cgi
3af0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
3b00: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 CDIR)/VERSION >c
3b10: 67 69 5f 2e 63 0a 0a 63 67 69 2e 6f 3a 09 63 67 gi_.c..cgi.o:.cg
3b20: 69 5f 2e 63 20 63 67 69 2e 68 20 20 24 28 53 52 i_.c cgi.h $(SR
3b30: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
3b40: 24 28 58 54 43 43 29 20 2d 6f 20 63 67 69 2e 6f $(XTCC) -o cgi.o
3b50: 20 2d 63 20 63 67 69 5f 2e 63 0a 0a 63 67 69 2e -c cgi_.c..cgi.
3b60: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
3b70: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
3b80: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 dd_.c:add.h admi
3b90: 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 n_sql_page_.c:ad
3ba0: 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 min_sql_page.h b
3bb0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
3bc0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 _.c:blob.h branc
3bd0: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 h_.c:branch.h br
3be0: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 owse_.c:browse.h
3bf0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
3c00: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
3c10: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
3c20: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
3c30: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
3c40: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
3c50: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
3c60: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
3c70: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
3c80: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
3c90: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
3ca0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
3cb0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
3cc0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
3cd0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
3ce0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
3cf0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
3d00: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
3d10: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
3d20: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
3d30: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
3d40: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
3d50: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
3d60: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
3d70: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
3d80: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
3d90: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
3da0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
3db0: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e rge3.h my_page_.
3dc0: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 c:my_page.h name
3dd0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
3de0: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 _.c:pivot.h pque
3df0: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 ue_.c:pqueue.h p
3e00: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
3e10: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
3e20: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 uild.h rss_.c:rs
3e30: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 s.h schema_.c:sc
3e40: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
3e50: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
3e60: 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 sha1.h string_xf
3e70: 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 orm_.c:string_xf
3e80: 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 orm.h style_.c:s
3e90: 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 tyle.h subscript
3ea0: 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 _.c:subscript.h
3eb0: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 sync_.c:sync.h t
3ec0: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 ag_.c:tag.h tagv
3ed0: 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 iew_.c:tagview.h
3ee0: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
3ef0: 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 eline.h tkt_.c:t
3f00: 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e kt.h tktconfig_.
3f10: 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b c:tktconfig.h tk
3f20: 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 tsetup_.c:tktset
3f30: 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 up.h undo_.c:und
3f40: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
3f50: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
3f60: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
3f70: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
3f80: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
3f90: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
3fa0: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
3fb0: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
3fc0: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
3fd0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
3fe0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
3ff0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f ./VERSION.h..to
4000: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 68 65 uch headers..che
4010: 63 6b 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 ckin_.c:.$(SRCDI
4020: 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20 24 28 53 R)/checkin.c $(S
4030: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
4040: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
4050: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
4060: 63 68 65 63 6b 69 6e 2e 63 20 7c 20 73 65 64 20 checkin.c | sed
4070: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
4080: 53 49 4f 4e 20 3e 63 68 65 63 6b 69 6e 5f 2e 63 SION >checkin_.c
4090: 0a 0a 63 68 65 63 6b 69 6e 2e 6f 3a 09 63 68 65 ..checkin.o:.che
40a0: 63 6b 69 6e 5f 2e 63 20 63 68 65 63 6b 69 6e 2e ckin_.c checkin.
40b0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
40c0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
40d0: 6f 20 63 68 65 63 6b 69 6e 2e 6f 20 2d 63 20 63 o checkin.o -c c
40e0: 68 65 63 6b 69 6e 5f 2e 63 0a 0a 63 68 65 63 6b heckin_.c..check
40f0: 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 in.h:.makeheader
4100: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
4110: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 add_.c:add.h a
4120: 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 dmin_sql_page_.c
4130: 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e :admin_sql_page.
4140: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
4150: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
4160: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
4170: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 browse_.c:brows
4180: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 e.h cgi_.c:cgi.h
4190: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 checkin_.c:chec
41a0: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e kin.h checkout_.
41b0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 c:checkout.h cle
41c0: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 arsign_.c:clears
41d0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 ign.h clone_.c:c
41e0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 lone.h comformat
41f0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 _.c:comformat.h
4200: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e construct_.c:con
4210: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 struct.h content
4220: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 _.c:content.h db
4230: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e _.c:db.h delta_.
4240: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 c:delta.h deltac
4250: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 md_.c:deltacmd.h
4260: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a descendents_.c:
4270: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 descendents.h di
4280: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 ff_.c:diff.h dif
4290: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e fcmd_.c:diffcmd.
42a0: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f h encode_.c:enco
42b0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c de.h file_.c:fil
42c0: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 e.h http_.c:http
42d0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e .h info_.c:info.
42e0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e h login_.c:login
42f0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e .h main_.c:main.
4300: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 h manifest_.c:ma
4310: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a nifest.h md5_.c:
4320: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d md5.h merge_.c:m
4330: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 erge.h merge3_.c
4340: 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 :merge3.h my_pag
4350: 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e e_.c:my_page.h n
4360: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
4370: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
4380: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
4390: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
43a0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
43b0: 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 rebuild.h rss_.c
43c0: 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 :rss.h schema_.c
43d0: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
43e0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
43f0: 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 .c:sha1.h string
4400: 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 _xform_.c:string
4410: 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e _xform.h style_.
4420: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 c:style.h subscr
4430: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 ipt_.c:subscript
4440: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
4450: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
4460: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
4470: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a w.h timeline_.c:
4480: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e timeline.h tkt_.
4490: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 c:tkt.h tktconfi
44a0: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 g_.c:tktconfig.h
44b0: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 tktsetup_.c:tkt
44c0: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a setup.h undo_.c:
44d0: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 undo.h update_.c
44e0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
44f0: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
4500: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
4510: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
4520: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
4530: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
4540: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
4550: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
4560: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
4570: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
4580: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
4590: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
45a0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 09 24 28 53 checkout_.c:.$(S
45b0: 52 43 44 49 52 29 2f 63 68 65 63 6b 6f 75 74 2e RCDIR)/checkout.
45c0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
45d0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
45e0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
45f0: 44 49 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63 20 DIR)/checkout.c
4600: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
4610: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 68 65 63 R)/VERSION >chec
4620: 6b 6f 75 74 5f 2e 63 0a 0a 63 68 65 63 6b 6f 75 kout_.c..checkou
4630: 74 2e 6f 3a 09 63 68 65 63 6b 6f 75 74 5f 2e 63 t.o:.checkout_.c
4640: 20 63 68 65 63 6b 6f 75 74 2e 68 20 20 24 28 53 checkout.h $(S
4650: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
4660: 09 24 28 58 54 43 43 29 20 2d 6f 20 63 68 65 63 .$(XTCC) -o chec
4670: 6b 6f 75 74 2e 6f 20 2d 63 20 63 68 65 63 6b 6f kout.o -c checko
4680: 75 74 5f 2e 63 0a 0a 63 68 65 63 6b 6f 75 74 2e ut_.c..checkout.
4690: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
46a0: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
46b0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 dd_.c:add.h admi
46c0: 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 n_sql_page_.c:ad
46d0: 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 min_sql_page.h b
46e0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
46f0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 _.c:blob.h branc
4700: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 h_.c:branch.h br
4710: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 owse_.c:browse.h
4720: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
4730: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
4740: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
4750: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
4760: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
4770: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
4780: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
4790: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
47a0: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
47b0: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
47c0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
47d0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
47e0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
47f0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
4800: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
4810: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
4820: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
4830: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
4840: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
4850: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
4860: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
4870: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
4880: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
4890: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
48a0: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
48b0: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
48c0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
48d0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
48e0: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e rge3.h my_page_.
48f0: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 c:my_page.h name
4900: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
4910: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 _.c:pivot.h pque
4920: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 ue_.c:pqueue.h p
4930: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
4940: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
4950: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 uild.h rss_.c:rs
4960: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 s.h schema_.c:sc
4970: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
4980: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
4990: 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 sha1.h string_xf
49a0: 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 orm_.c:string_xf
49b0: 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 orm.h style_.c:s
49c0: 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 tyle.h subscript
49d0: 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 _.c:subscript.h
49e0: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 sync_.c:sync.h t
49f0: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 ag_.c:tag.h tagv
4a00: 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 iew_.c:tagview.h
4a10: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
4a20: 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 eline.h tkt_.c:t
4a30: 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e kt.h tktconfig_.
4a40: 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b c:tktconfig.h tk
4a50: 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 tsetup_.c:tktset
4a60: 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 up.h undo_.c:und
4a70: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
4a80: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
4a90: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
4aa0: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
4ab0: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
4ac0: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
4ad0: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
4ae0: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
4af0: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
4b00: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
4b10: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
4b20: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f ./VERSION.h..to
4b30: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6c 65 uch headers..cle
4b40: 61 72 73 69 67 6e 5f 2e 63 3a 09 24 28 53 52 43 arsign_.c:.$(SRC
4b50: 44 49 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 DIR)/clearsign.c
4b60: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
4b70: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
4b80: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
4b90: 49 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 IR)/clearsign.c
4ba0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
4bb0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6c 65 61 R)/VERSION >clea
4bc0: 72 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65 61 72 73 rsign_.c..clears
4bd0: 69 67 6e 2e 6f 3a 09 63 6c 65 61 72 73 69 67 6e ign.o:.clearsign
4be0: 5f 2e 63 20 63 6c 65 61 72 73 69 67 6e 2e 68 20 _.c clearsign.h
4bf0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
4c00: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
4c10: 63 6c 65 61 72 73 69 67 6e 2e 6f 20 2d 63 20 63 clearsign.o -c c
4c20: 6c 65 61 72 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65 learsign_.c..cle
4c30: 61 72 73 69 67 6e 2e 68 3a 09 6d 61 6b 65 68 65 arsign.h:.makehe
4c40: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
4c50: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
4c60: 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 .h admin_sql_pag
4c70: 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 e_.c:admin_sql_p
4c80: 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 age.h bag_.c:bag
4c90: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
4ca0: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
4cb0: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 ch.h browse_.c:b
4cc0: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 rowse.h cgi_.c:c
4cd0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a gi.h checkin_.c:
4ce0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f checkin.h checko
4cf0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 ut_.c:checkout.h
4d00: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c clearsign_.c:cl
4d10: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f earsign.h clone_
4d20: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f .c:clone.h comfo
4d30: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 rmat_.c:comforma
4d40: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 t.h construct_.c
4d50: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e :construct.h con
4d60: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
4d70: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
4d80: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
4d90: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
4da0: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
4db0: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
4dc0: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
4dd0: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
4de0: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
4df0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
4e00: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
4e10: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
4e20: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
4e30: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
4e40: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
4e50: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
4e60: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
4e70: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
4e80: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 3_.c:merge3.h my
4e90: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 _page_.c:my_page
4ea0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
4eb0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
4ec0: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
4ed0: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
4ee0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
4ef0: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
4f00: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
4f10: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
4f20: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
4f30: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
4f40: 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
4f50: 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
4f60: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
4f70: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
4f80: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
4f90: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
4fa0: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
4fb0: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
4fc0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
4fd0: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
4fe0: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
4ff0: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
5000: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
5010: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
5020: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
5030: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
5040: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
5050: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
5060: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
5070: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
5080: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
5090: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
50a0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
50b0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
50c0: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
50d0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
50e0: 72 73 0a 0a 63 6c 6f 6e 65 5f 2e 63 3a 09 24 28 rs..clone_.c:.$(
50f0: 53 52 43 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 20 SRCDIR)/clone.c
5100: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
5110: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
5120: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
5130: 52 29 2f 63 6c 6f 6e 65 2e 63 20 7c 20 73 65 64 R)/clone.c | sed
5140: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
5150: 52 53 49 4f 4e 20 3e 63 6c 6f 6e 65 5f 2e 63 0a RSION >clone_.c.
5160: 0a 63 6c 6f 6e 65 2e 6f 3a 09 63 6c 6f 6e 65 5f .clone.o:.clone_
5170: 2e 63 20 63 6c 6f 6e 65 2e 68 20 20 24 28 53 52 .c clone.h $(SR
5180: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
5190: 24 28 58 54 43 43 29 20 2d 6f 20 63 6c 6f 6e 65 $(XTCC) -o clone
51a0: 2e 6f 20 2d 63 20 63 6c 6f 6e 65 5f 2e 63 0a 0a .o -c clone_.c..
51b0: 63 6c 6f 6e 65 2e 68 3a 09 6d 61 6b 65 68 65 61 clone.h:.makehea
51c0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
51d0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
51e0: 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 h admin_sql_page
51f0: 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 _.c:admin_sql_pa
5200: 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e ge.h bag_.c:bag.
5210: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
5220: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 branch_.c:branc
5230: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 h.h browse_.c:br
5240: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 owse.h cgi_.c:cg
5250: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
5260: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
5270: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
5280: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
5290: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
52a0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
52b0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
52c0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
52d0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
52e0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
52f0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
5300: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
5310: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
5320: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
5330: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
5340: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
5350: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
5360: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
5370: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
5380: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
5390: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
53a0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
53b0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
53c0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
53d0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
53e0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
53f0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
5400: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f _.c:merge3.h my_
5410: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e page_.c:my_page.
5420: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
5430: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
5440: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 h pqueue_.c:pque
5450: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ue.h printf_.c:p
5460: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
5470: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 .c:rebuild.h rss
5480: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 _.c:rss.h schema
5490: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
54a0: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
54b0: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 a1_.c:sha1.h str
54c0: 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 ing_xform_.c:str
54d0: 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c ing_xform.h styl
54e0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 e_.c:style.h sub
54f0: 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 script_.c:subscr
5500: 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 ipt.h sync_.c:sy
5510: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e nc.h tag_.c:tag.
5520: 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 h tagview_.c:tag
5530: 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f view.h timeline_
5540: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b .c:timeline.h tk
5550: 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f t_.c:tkt.h tktco
5560: 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 nfig_.c:tktconfi
5570: 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a g.h tktsetup_.c:
5580: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f tktsetup.h undo_
5590: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
55a0: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
55b0: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
55c0: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
55d0: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
55e0: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
55f0: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
5600: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
5610: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
5620: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
5630: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
5640: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
5650: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
5660: 73 0a 0a 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a s..comformat_.c:
5670: 09 24 28 53 52 43 44 49 52 29 2f 63 6f 6d 66 6f .$(SRCDIR)/comfo
5680: 72 6d 61 74 2e 63 20 24 28 53 52 43 44 49 52 29 rmat.c $(SRCDIR)
5690: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
56a0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
56b0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6d 66 6f 72 $(SRCDIR)/comfor
56c0: 6d 61 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 mat.c | sed -f $
56d0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
56e0: 20 3e 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a >comformat_.c..
56f0: 63 6f 6d 66 6f 72 6d 61 74 2e 6f 3a 09 63 6f 6d comformat.o:.com
5700: 66 6f 72 6d 61 74 5f 2e 63 20 63 6f 6d 66 6f 72 format_.c comfor
5710: 6d 61 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 mat.h $(SRCDIR)
5720: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
5730: 43 29 20 2d 6f 20 63 6f 6d 66 6f 72 6d 61 74 2e C) -o comformat.
5740: 6f 20 2d 63 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e o -c comformat_.
5750: 63 0a 0a 63 6f 6d 66 6f 72 6d 61 74 2e 68 3a 09 c..comformat.h:.
5760: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d makeheaders.../m
5770: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f akeheaders add_
5780: 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 73 .c:add.h admin_s
5790: 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 6e ql_page_.c:admin
57a0: 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 5f _sql_page.h bag_
57b0: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 .c:bag.h blob_.c
57c0: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e :blob.h branch_.
57d0: 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 c:branch.h brows
57e0: 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 e_.c:browse.h cg
57f0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b i_.c:cgi.h check
5800: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 in_.c:checkin.h
5810: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 checkout_.c:chec
5820: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e kout.h clearsign
5830: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 _.c:clearsign.h
5840: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 clone_.c:clone.h
5850: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f comformat_.c:co
5860: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 mformat.h constr
5870: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 uct_.c:construct
5880: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f .h content_.c:co
5890: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 ntent.h db_.c:db
58a0: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 .h delta_.c:delt
58b0: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a a.h deltacmd_.c:
58c0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 deltacmd.h desce
58d0: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e ndents_.c:descen
58e0: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a dents.h diff_.c:
58f0: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e diff.h diffcmd_.
5900: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f c:diffcmd.h enco
5910: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 de_.c:encode.h f
5920: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 ile_.c:file.h ht
5930: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 tp_.c:http.h inf
5940: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 o_.c:info.h logi
5950: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 n_.c:login.h mai
5960: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 n_.c:main.h mani
5970: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 fest_.c:manifest
5980: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 .h md5_.c:md5.h
5990: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 merge_.c:merge.h
59a0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 merge3_.c:merge
59b0: 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 3.h my_page_.c:m
59c0: 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 y_page.h name_.c
59d0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
59e0: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
59f0: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
5a00: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
5a10: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
5a20: 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 d.h rss_.c:rss.h
5a30: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
5a40: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
5a50: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
5a60: 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 1.h string_xform
5a70: 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d _.c:string_xform
5a80: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
5a90: 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 e.h subscript_.c
5aa0: 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e :subscript.h syn
5ab0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
5ac0: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 .c:tag.h tagview
5ad0: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 _.c:tagview.h ti
5ae0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
5af0: 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e ne.h tkt_.c:tkt.
5b00: 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 h tktconfig_.c:t
5b10: 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 ktconfig.h tktse
5b20: 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e tup_.c:tktsetup.
5b30: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 h undo_.c:undo.h
5b40: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
5b50: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
5b60: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
5b70: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
5b80: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
5b90: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
5ba0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
5bb0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
5bc0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
5bd0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
5be0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
5bf0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
5c00: 20 68 65 61 64 65 72 73 0a 0a 63 6f 6e 73 74 72 headers..constr
5c10: 75 63 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 uct_.c:.$(SRCDIR
5c20: 29 2f 63 6f 6e 73 74 72 75 63 74 2e 63 20 24 28 )/construct.c $(
5c30: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
5c40: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
5c50: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
5c60: 2f 63 6f 6e 73 74 72 75 63 74 2e 63 20 7c 20 73 /construct.c | s
5c70: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
5c80: 56 45 52 53 49 4f 4e 20 3e 63 6f 6e 73 74 72 75 VERSION >constru
5c90: 63 74 5f 2e 63 0a 0a 63 6f 6e 73 74 72 75 63 74 ct_.c..construct
5ca0: 2e 6f 3a 09 63 6f 6e 73 74 72 75 63 74 5f 2e 63 .o:.construct_.c
5cb0: 20 63 6f 6e 73 74 72 75 63 74 2e 68 20 20 24 28 construct.h $(
5cc0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
5cd0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6f 6e ..$(XTCC) -o con
5ce0: 73 74 72 75 63 74 2e 6f 20 2d 63 20 63 6f 6e 73 struct.o -c cons
5cf0: 74 72 75 63 74 5f 2e 63 0a 0a 63 6f 6e 73 74 72 truct_.c..constr
5d00: 75 63 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 uct.h:.makeheade
5d10: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
5d20: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
5d30: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e admin_sql_page_.
5d40: 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 c:admin_sql_page
5d50: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
5d60: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
5d70: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
5d80: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 h browse_.c:brow
5d90: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e se.h cgi_.c:cgi.
5da0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
5db0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
5dc0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
5dd0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
5de0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
5df0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
5e00: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
5e10: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
5e20: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
5e30: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
5e40: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
5e50: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
5e60: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
5e70: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
5e80: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
5e90: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
5ea0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
5eb0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
5ec0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
5ed0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
5ee0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
5ef0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
5f00: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
5f10: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
5f20: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
5f30: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
5f40: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
5f50: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 c:merge3.h my_pa
5f60: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 ge_.c:my_page.h
5f70: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
5f80: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
5f90: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 pqueue_.c:pqueue
5fa0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
5fb0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
5fc0: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e :rebuild.h rss_.
5fd0: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e c:rss.h schema_.
5fe0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
5ff0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
6000: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e _.c:sha1.h strin
6010: 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e g_xform_.c:strin
6020: 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f g_xform.h style_
6030: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 .c:style.h subsc
6040: 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 ript_.c:subscrip
6050: 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 t.h sync_.c:sync
6060: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 .h tag_.c:tag.h
6070: 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 tagview_.c:tagvi
6080: 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 ew.h timeline_.c
6090: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f :timeline.h tkt_
60a0: 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 .c:tkt.h tktconf
60b0: 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e ig_.c:tktconfig.
60c0: 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b h tktsetup_.c:tk
60d0: 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 tsetup.h undo_.c
60e0: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
60f0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
6100: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
6110: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
6120: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
6130: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
6140: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
6150: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
6160: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
6170: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
6180: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
6190: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
61a0: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
61b0: 0a 63 6f 6e 74 65 6e 74 5f 2e 63 3a 09 24 28 53 .content_.c:.$(S
61c0: 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e 74 2e 63 RCDIR)/content.c
61d0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
61e0: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
61f0: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
6200: 49 52 29 2f 63 6f 6e 74 65 6e 74 2e 63 20 7c 20 IR)/content.c |
6210: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
6220: 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6e 74 65 6e /VERSION >conten
6230: 74 5f 2e 63 0a 0a 63 6f 6e 74 65 6e 74 2e 6f 3a t_.c..content.o:
6240: 09 63 6f 6e 74 65 6e 74 5f 2e 63 20 63 6f 6e 74 .content_.c cont
6250: 65 6e 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 ent.h $(SRCDIR)
6260: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
6270: 43 29 20 2d 6f 20 63 6f 6e 74 65 6e 74 2e 6f 20 C) -o content.o
6280: 2d 63 20 63 6f 6e 74 65 6e 74 5f 2e 63 0a 0a 63 -c content_.c..c
6290: 6f 6e 74 65 6e 74 2e 68 3a 09 6d 61 6b 65 68 65 ontent.h:.makehe
62a0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
62b0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
62c0: 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 .h admin_sql_pag
62d0: 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 e_.c:admin_sql_p
62e0: 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 age.h bag_.c:bag
62f0: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
6300: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
6310: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 ch.h browse_.c:b
6320: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 rowse.h cgi_.c:c
6330: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a gi.h checkin_.c:
6340: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f checkin.h checko
6350: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 ut_.c:checkout.h
6360: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c clearsign_.c:cl
6370: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f earsign.h clone_
6380: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f .c:clone.h comfo
6390: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 rmat_.c:comforma
63a0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 t.h construct_.c
63b0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e :construct.h con
63c0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
63d0: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
63e0: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
63f0: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
6400: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
6410: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
6420: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
6430: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
6440: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
6450: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
6460: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
6470: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
6480: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
6490: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
64a0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
64b0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
64c0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
64d0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
64e0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 3_.c:merge3.h my
64f0: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 _page_.c:my_page
6500: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
6510: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
6520: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
6530: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
6540: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
6550: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
6560: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
6570: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
6580: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
6590: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
65a0: 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
65b0: 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
65c0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
65d0: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
65e0: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
65f0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
6600: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
6610: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
6620: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
6630: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
6640: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
6650: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
6660: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
6670: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
6680: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
6690: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
66a0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
66b0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
66c0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
66d0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
66e0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
66f0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
6700: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
6710: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
6720: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
6730: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
6740: 72 73 0a 0a 64 62 5f 2e 63 3a 09 24 28 53 52 43 rs..db_.c:.$(SRC
6750: 44 49 52 29 2f 64 62 2e 63 20 24 28 53 52 43 44 DIR)/db.c $(SRCD
6760: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
6770: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
6780: 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 62 2e te $(SRCDIR)/db.
6790: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
67a0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 62 DIR)/VERSION >db
67b0: 5f 2e 63 0a 0a 64 62 2e 6f 3a 09 64 62 5f 2e 63 _.c..db.o:.db_.c
67c0: 20 64 62 2e 68 20 20 24 28 53 52 43 44 49 52 29 db.h $(SRCDIR)
67d0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
67e0: 43 29 20 2d 6f 20 64 62 2e 6f 20 2d 63 20 64 62 C) -o db.o -c db
67f0: 5f 2e 63 0a 0a 64 62 2e 68 3a 09 6d 61 6b 65 68 _.c..db.h:.makeh
6800: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
6810: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
6820: 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 d.h admin_sql_pa
6830: 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f ge_.c:admin_sql_
6840: 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 page.h bag_.c:ba
6850: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
6860: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 .h branch_.c:bra
6870: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a nch.h browse_.c:
6880: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a browse.h cgi_.c:
6890: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
68a0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
68b0: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
68c0: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
68d0: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
68e0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
68f0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
6900: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
6910: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
6920: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
6930: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
6940: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
6950: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
6960: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
6970: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
6980: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
6990: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
69a0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
69b0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
69c0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
69d0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
69e0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
69f0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
6a00: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
6a10: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
6a20: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
6a30: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
6a40: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d e3_.c:merge3.h m
6a50: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 y_page_.c:my_pag
6a60: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 e.h name_.c:name
6a70: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
6a80: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 t.h pqueue_.c:pq
6a90: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ueue.h printf_.c
6aa0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
6ab0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 d_.c:rebuild.h r
6ac0: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 ss_.c:rss.h sche
6ad0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
6ae0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
6af0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
6b00: 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 tring_xform_.c:s
6b10: 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 tring_xform.h st
6b20: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
6b30: 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 ubscript_.c:subs
6b40: 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a cript.h sync_.c:
6b50: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 sync.h tag_.c:ta
6b60: 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 g.h tagview_.c:t
6b70: 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e agview.h timelin
6b80: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
6b90: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 tkt_.c:tkt.h tkt
6ba0: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e config_.c:tktcon
6bb0: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e fig.h tktsetup_.
6bc0: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 c:tktsetup.h und
6bd0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
6be0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
6bf0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
6c00: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
6c10: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
6c20: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
6c30: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
6c40: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
6c50: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
6c60: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
6c70: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
6c80: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
6c90: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
6ca0: 65 72 73 0a 0a 64 65 6c 74 61 5f 2e 63 3a 09 24 ers..delta_.c:.$
6cb0: 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 2e 63 (SRCDIR)/delta.c
6cc0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
6cd0: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
6ce0: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
6cf0: 49 52 29 2f 64 65 6c 74 61 2e 63 20 7c 20 73 65 IR)/delta.c | se
6d00: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
6d10: 45 52 53 49 4f 4e 20 3e 64 65 6c 74 61 5f 2e 63 ERSION >delta_.c
6d20: 0a 0a 64 65 6c 74 61 2e 6f 3a 09 64 65 6c 74 61 ..delta.o:.delta
6d30: 5f 2e 63 20 64 65 6c 74 61 2e 68 20 20 24 28 53 _.c delta.h $(S
6d40: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
6d50: 09 24 28 58 54 43 43 29 20 2d 6f 20 64 65 6c 74 .$(XTCC) -o delt
6d60: 61 2e 6f 20 2d 63 20 64 65 6c 74 61 5f 2e 63 0a a.o -c delta_.c.
6d70: 0a 64 65 6c 74 61 2e 68 3a 09 6d 61 6b 65 68 65 .delta.h:.makehe
6d80: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
6d90: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
6da0: 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 .h admin_sql_pag
6db0: 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 e_.c:admin_sql_p
6dc0: 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 age.h bag_.c:bag
6dd0: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
6de0: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
6df0: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 ch.h browse_.c:b
6e00: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 rowse.h cgi_.c:c
6e10: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a gi.h checkin_.c:
6e20: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f checkin.h checko
6e30: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 ut_.c:checkout.h
6e40: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c clearsign_.c:cl
6e50: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f earsign.h clone_
6e60: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f .c:clone.h comfo
6e70: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 rmat_.c:comforma
6e80: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 t.h construct_.c
6e90: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e :construct.h con
6ea0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
6eb0: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
6ec0: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
6ed0: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
6ee0: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
6ef0: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
6f00: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
6f10: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
6f20: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
6f30: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
6f40: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
6f50: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
6f60: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
6f70: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
6f80: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
6f90: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
6fa0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
6fb0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
6fc0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 3_.c:merge3.h my
6fd0: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 _page_.c:my_page
6fe0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
6ff0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
7000: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
7010: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
7020: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
7030: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
7040: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
7050: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
7060: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
7070: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
7080: 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
7090: 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
70a0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
70b0: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
70c0: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
70d0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
70e0: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
70f0: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
7100: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
7110: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
7120: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
7130: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
7140: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
7150: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
7160: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
7170: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
7180: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
7190: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
71a0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
71b0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
71c0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
71d0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
71e0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
71f0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
7200: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
7210: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
7220: 72 73 0a 0a 64 65 6c 74 61 63 6d 64 5f 2e 63 3a rs..deltacmd_.c:
7230: 09 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 .$(SRCDIR)/delta
7240: 63 6d 64 2e 63 20 24 28 53 52 43 44 49 52 29 2f cmd.c $(SRCDIR)/
7250: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
7260: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
7270: 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 63 6d (SRCDIR)/deltacm
7280: 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 d.c | sed -f $(S
7290: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
72a0: 64 65 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c deltacmd_.c..del
72b0: 74 61 63 6d 64 2e 6f 3a 09 64 65 6c 74 61 63 6d tacmd.o:.deltacm
72c0: 64 5f 2e 63 20 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c deltacmd.h
72d0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
72e0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
72f0: 64 65 6c 74 61 63 6d 64 2e 6f 20 2d 63 20 64 65 deltacmd.o -c de
7300: 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74 61 ltacmd_.c..delta
7310: 63 6d 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 cmd.h:.makeheade
7320: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
7330: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
7340: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e admin_sql_page_.
7350: 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 c:admin_sql_page
7360: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
7370: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
7380: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
7390: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 h browse_.c:brow
73a0: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e se.h cgi_.c:cgi.
73b0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
73c0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
73d0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
73e0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
73f0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
7400: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
7410: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
7420: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
7430: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
7440: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
7450: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
7460: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
7470: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
7480: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
7490: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
74a0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
74b0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
74c0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
74d0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
74e0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
74f0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
7500: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
7510: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
7520: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
7530: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
7540: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
7550: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
7560: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 c:merge3.h my_pa
7570: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 ge_.c:my_page.h
7580: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
7590: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
75a0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 pqueue_.c:pqueue
75b0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
75c0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
75d0: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e :rebuild.h rss_.
75e0: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e c:rss.h schema_.
75f0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
7600: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
7610: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e _.c:sha1.h strin
7620: 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e g_xform_.c:strin
7630: 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f g_xform.h style_
7640: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 .c:style.h subsc
7650: 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 ript_.c:subscrip
7660: 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 t.h sync_.c:sync
7670: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 .h tag_.c:tag.h
7680: 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 tagview_.c:tagvi
7690: 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 ew.h timeline_.c
76a0: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f :timeline.h tkt_
76b0: 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 .c:tkt.h tktconf
76c0: 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e ig_.c:tktconfig.
76d0: 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b h tktsetup_.c:tk
76e0: 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 tsetup.h undo_.c
76f0: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
7700: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
7710: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
7720: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
7730: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
7740: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
7750: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
7760: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
7770: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
7780: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
7790: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
77a0: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
77b0: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
77c0: 0a 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a .descendents_.c:
77d0: 09 24 28 53 52 43 44 49 52 29 2f 64 65 73 63 65 .$(SRCDIR)/desce
77e0: 6e 64 65 6e 74 73 2e 63 20 24 28 53 52 43 44 49 ndents.c $(SRCDI
77f0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
7800: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
7810: 65 20 24 28 53 52 43 44 49 52 29 2f 64 65 73 63 e $(SRCDIR)/desc
7820: 65 6e 64 65 6e 74 73 2e 63 20 7c 20 73 65 64 20 endents.c | sed
7830: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
7840: 53 49 4f 4e 20 3e 64 65 73 63 65 6e 64 65 6e 74 SION >descendent
7850: 73 5f 2e 63 0a 0a 64 65 73 63 65 6e 64 65 6e 74 s_.c..descendent
7860: 73 2e 6f 3a 09 64 65 73 63 65 6e 64 65 6e 74 73 s.o:.descendents
7870: 5f 2e 63 20 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c descendents.
7880: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
7890: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
78a0: 6f 20 64 65 73 63 65 6e 64 65 6e 74 73 2e 6f 20 o descendents.o
78b0: 2d 63 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e -c descendents_.
78c0: 63 0a 0a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 c..descendents.h
78d0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
78e0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
78f0: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e d_.c:add.h admin
7900: 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d _sql_page_.c:adm
7910: 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 in_sql_page.h ba
7920: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
7930: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
7940: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f _.c:branch.h bro
7950: 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 wse_.c:browse.h
7960: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 cgi_.c:cgi.h che
7970: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e ckin_.c:checkin.
7980: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 h checkout_.c:ch
7990: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 eckout.h clearsi
79a0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e gn_.c:clearsign.
79b0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 h clone_.c:clone
79c0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a .h comformat_.c:
79d0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 comformat.h cons
79e0: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 truct_.c:constru
79f0: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a ct.h content_.c:
7a00: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a content.h db_.c:
7a10: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 db.h delta_.c:de
7a20: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e lta.h deltacmd_.
7a30: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 c:deltacmd.h des
7a40: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 cendents_.c:desc
7a50: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e endents.h diff_.
7a60: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 c:diff.h diffcmd
7a70: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e _.c:diffcmd.h en
7a80: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 code_.c:encode.h
7a90: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 file_.c:file.h
7aa0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 http_.c:http.h i
7ab0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f nfo_.c:info.h lo
7ac0: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d gin_.c:login.h m
7ad0: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 ain_.c:main.h ma
7ae0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 nifest_.c:manife
7af0: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e st.h md5_.c:md5.
7b00: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 h merge_.c:merge
7b10: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 .h merge3_.c:mer
7b20: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 ge3.h my_page_.c
7b30: 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f :my_page.h name_
7b40: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
7b50: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
7b60: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
7b70: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
7b80: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
7b90: 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 ild.h rss_.c:rss
7ba0: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
7bb0: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
7bc0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
7bd0: 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f ha1.h string_xfo
7be0: 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f rm_.c:string_xfo
7bf0: 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 rm.h style_.c:st
7c00: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f yle.h subscript_
7c10: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 .c:subscript.h s
7c20: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
7c30: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
7c40: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
7c50: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
7c60: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b line.h tkt_.c:tk
7c70: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 t.h tktconfig_.c
7c80: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 :tktconfig.h tkt
7c90: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 setup_.c:tktsetu
7ca0: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f p.h undo_.c:undo
7cb0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
7cc0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
7cd0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
7ce0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
7cf0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
7d00: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
7d10: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
7d20: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
7d30: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
7d40: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
7d50: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
7d60: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
7d70: 63 68 20 68 65 61 64 65 72 73 0a 0a 64 69 66 66 ch headers..diff
7d80: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 _.c:.$(SRCDIR)/d
7d90: 69 66 66 2e 63 20 24 28 53 52 43 44 49 52 29 2f iff.c $(SRCDIR)/
7da0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
7db0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
7dc0: 28 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63 20 (SRCDIR)/diff.c
7dd0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
7de0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 69 66 66 R)/VERSION >diff
7df0: 5f 2e 63 0a 0a 64 69 66 66 2e 6f 3a 09 64 69 66 _.c..diff.o:.dif
7e00: 66 5f 2e 63 20 64 69 66 66 2e 68 20 20 24 28 53 f_.c diff.h $(S
7e10: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
7e20: 09 24 28 58 54 43 43 29 20 2d 6f 20 64 69 66 66 .$(XTCC) -o diff
7e30: 2e 6f 20 2d 63 20 64 69 66 66 5f 2e 63 0a 0a 64 .o -c diff_.c..d
7e40: 69 66 66 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 iff.h:.makeheade
7e50: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
7e60: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
7e70: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e admin_sql_page_.
7e80: 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 c:admin_sql_page
7e90: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
7ea0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
7eb0: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
7ec0: 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 h browse_.c:brow
7ed0: 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e se.h cgi_.c:cgi.
7ee0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
7ef0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
7f00: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
7f10: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
7f20: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
7f30: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
7f40: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
7f50: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
7f60: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
7f70: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
7f80: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
7f90: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
7fa0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
7fb0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
7fc0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
7fd0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
7fe0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
7ff0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
8000: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
8010: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
8020: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
8030: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
8040: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
8050: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
8060: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
8070: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
8080: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
8090: 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 c:merge3.h my_pa
80a0: 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 ge_.c:my_page.h
80b0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
80c0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
80d0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 pqueue_.c:pqueue
80e0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
80f0: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
8100: 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e :rebuild.h rss_.
8110: 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e c:rss.h schema_.
8120: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
8130: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
8140: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e _.c:sha1.h strin
8150: 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e g_xform_.c:strin
8160: 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f g_xform.h style_
8170: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 .c:style.h subsc
8180: 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 ript_.c:subscrip
8190: 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 t.h sync_.c:sync
81a0: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 .h tag_.c:tag.h
81b0: 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 tagview_.c:tagvi
81c0: 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 ew.h timeline_.c
81d0: 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f :timeline.h tkt_
81e0: 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 .c:tkt.h tktconf
81f0: 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e ig_.c:tktconfig.
8200: 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b h tktsetup_.c:tk
8210: 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 tsetup.h undo_.c
8220: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
8230: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
8240: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
8250: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
8260: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
8270: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
8280: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
8290: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
82a0: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
82b0: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
82c0: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
82d0: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
82e0: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
82f0: 0a 64 69 66 66 63 6d 64 5f 2e 63 3a 09 24 28 53 .diffcmd_.c:.$(S
8300: 52 43 44 49 52 29 2f 64 69 66 66 63 6d 64 2e 63 RCDIR)/diffcmd.c
8310: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
8320: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
8330: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
8340: 49 52 29 2f 64 69 66 66 63 6d 64 2e 63 20 7c 20 IR)/diffcmd.c |
8350: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
8360: 2f 56 45 52 53 49 4f 4e 20 3e 64 69 66 66 63 6d /VERSION >diffcm
8370: 64 5f 2e 63 0a 0a 64 69 66 66 63 6d 64 2e 6f 3a d_.c..diffcmd.o:
8380: 09 64 69 66 66 63 6d 64 5f 2e 63 20 64 69 66 66 .diffcmd_.c diff
8390: 63 6d 64 2e 68 20 20 24 28 53 52 43 44 49 52 29 cmd.h $(SRCDIR)
83a0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
83b0: 43 29 20 2d 6f 20 64 69 66 66 63 6d 64 2e 6f 20 C) -o diffcmd.o
83c0: 2d 63 20 64 69 66 66 63 6d 64 5f 2e 63 0a 0a 64 -c diffcmd_.c..d
83d0: 69 66 66 63 6d 64 2e 68 3a 09 6d 61 6b 65 68 65 iffcmd.h:.makehe
83e0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
83f0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
8400: 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 .h admin_sql_pag
8410: 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 e_.c:admin_sql_p
8420: 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 age.h bag_.c:bag
8430: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
8440: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
8450: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 ch.h browse_.c:b
8460: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 rowse.h cgi_.c:c
8470: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a gi.h checkin_.c:
8480: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f checkin.h checko
8490: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 ut_.c:checkout.h
84a0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c clearsign_.c:cl
84b0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f earsign.h clone_
84c0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f .c:clone.h comfo
84d0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 rmat_.c:comforma
84e0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 t.h construct_.c
84f0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e :construct.h con
8500: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
8510: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
8520: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
8530: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
8540: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
8550: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
8560: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
8570: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
8580: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
8590: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
85a0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
85b0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
85c0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
85d0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
85e0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
85f0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
8600: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
8610: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
8620: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 3_.c:merge3.h my
8630: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 _page_.c:my_page
8640: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
8650: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
8660: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
8670: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
8680: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
8690: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
86a0: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
86b0: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
86c0: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
86d0: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
86e0: 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
86f0: 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
8700: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
8710: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
8720: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
8730: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
8740: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
8750: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
8760: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
8770: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
8780: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
8790: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
87a0: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
87b0: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
87c0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
87d0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
87e0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
87f0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
8800: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
8810: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
8820: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
8830: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
8840: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
8850: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
8860: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
8870: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
8880: 72 73 0a 0a 65 6e 63 6f 64 65 5f 2e 63 3a 09 24 rs..encode_.c:.$
8890: 28 53 52 43 44 49 52 29 2f 65 6e 63 6f 64 65 2e (SRCDIR)/encode.
88a0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
88b0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
88c0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
88d0: 44 49 52 29 2f 65 6e 63 6f 64 65 2e 63 20 7c 20 DIR)/encode.c |
88e0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
88f0: 2f 56 45 52 53 49 4f 4e 20 3e 65 6e 63 6f 64 65 /VERSION >encode
8900: 5f 2e 63 0a 0a 65 6e 63 6f 64 65 2e 6f 3a 09 65 _.c..encode.o:.e
8910: 6e 63 6f 64 65 5f 2e 63 20 65 6e 63 6f 64 65 2e ncode_.c encode.
8920: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
8930: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
8940: 6f 20 65 6e 63 6f 64 65 2e 6f 20 2d 63 20 65 6e o encode.o -c en
8950: 63 6f 64 65 5f 2e 63 0a 0a 65 6e 63 6f 64 65 2e code_.c..encode.
8960: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
8970: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
8980: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 dd_.c:add.h admi
8990: 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 n_sql_page_.c:ad
89a0: 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 min_sql_page.h b
89b0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
89c0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 _.c:blob.h branc
89d0: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 h_.c:branch.h br
89e0: 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 owse_.c:browse.h
89f0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
8a00: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
8a10: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
8a20: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
8a30: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
8a40: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
8a50: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
8a60: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
8a70: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
8a80: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
8a90: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
8aa0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
8ab0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
8ac0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
8ad0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
8ae0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
8af0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
8b00: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
8b10: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
8b20: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
8b30: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
8b40: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
8b50: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
8b60: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
8b70: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
8b80: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
8b90: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
8ba0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
8bb0: 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e rge3.h my_page_.
8bc0: 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 c:my_page.h name
8bd0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
8be0: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 _.c:pivot.h pque
8bf0: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 ue_.c:pqueue.h p
8c00: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
8c10: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
8c20: 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 uild.h rss_.c:rs
8c30: 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 s.h schema_.c:sc
8c40: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
8c50: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
8c60: 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 sha1.h string_xf
8c70: 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 orm_.c:string_xf
8c80: 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 orm.h style_.c:s
8c90: 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 tyle.h subscript
8ca0: 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 _.c:subscript.h
8cb0: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 sync_.c:sync.h t
8cc0: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 ag_.c:tag.h tagv
8cd0: 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 iew_.c:tagview.h
8ce0: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
8cf0: 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 eline.h tkt_.c:t
8d00: 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e kt.h tktconfig_.
8d10: 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b c:tktconfig.h tk
8d20: 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 tsetup_.c:tktset
8d30: 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 up.h undo_.c:und
8d40: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
8d50: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
8d60: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
8d70: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
8d80: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
8d90: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
8da0: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
8db0: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
8dc0: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
8dd0: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
8de0: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
8df0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f ./VERSION.h..to
8e00: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 66 69 6c uch headers..fil
8e10: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f e_.c:.$(SRCDIR)/
8e20: 66 69 6c 65 2e 63 20 24 28 53 52 43 44 49 52 29 file.c $(SRCDIR)
8e30: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
8e40: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
8e50: 24 28 53 52 43 44 49 52 29 2f 66 69 6c 65 2e 63 $(SRCDIR)/file.c
8e60: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
8e70: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 66 69 6c IR)/VERSION >fil
8e80: 65 5f 2e 63 0a 0a 66 69 6c 65 2e 6f 3a 09 66 69 e_.c..file.o:.fi
8e90: 6c 65 5f 2e 63 20 66 69 6c 65 2e 68 20 20 24 28 le_.c file.h $(
8ea0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
8eb0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 66 69 6c ..$(XTCC) -o fil
8ec0: 65 2e 6f 20 2d 63 20 66 69 6c 65 5f 2e 63 0a 0a e.o -c file_.c..
8ed0: 66 69 6c 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 file.h:.makehead
8ee0: 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 ers.../makeheade
8ef0: 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 rs add_.c:add.h
8f00: 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f admin_sql_page_
8f10: 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 .c:admin_sql_pag
8f20: 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 e.h bag_.c:bag.h
8f30: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
8f40: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 branch_.c:branch
8f50: 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f .h browse_.c:bro
8f60: 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 wse.h cgi_.c:cgi
8f70: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 .h checkin_.c:ch
8f80: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 eckin.h checkout
8f90: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 _.c:checkout.h c
8fa0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 learsign_.c:clea
8fb0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 rsign.h clone_.c
8fc0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d :clone.h comform
8fd0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e at_.c:comformat.
8fe0: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 h construct_.c:c
8ff0: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 onstruct.h conte
9000: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 nt_.c:content.h
9010: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 db_.c:db.h delta
9020: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 _.c:delta.h delt
9030: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 acmd_.c:deltacmd
9040: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e .h descendents_.
9050: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 c:descendents.h
9060: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 diff_.c:diff.h d
9070: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d iffcmd_.c:diffcm
9080: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e d.h encode_.c:en
9090: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 code.h file_.c:f
90a0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 ile.h http_.c:ht
90b0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 tp.h info_.c:inf
90c0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 o.h login_.c:log
90d0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 in.h main_.c:mai
90e0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a n.h manifest_.c:
90f0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e manifest.h md5_.
9100: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 c:md5.h merge_.c
9110: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f :merge.h merge3_
9120: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 .c:merge3.h my_p
9130: 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 age_.c:my_page.h
9140: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
9150: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
9160: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 pqueue_.c:pqueu
9170: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 e.h printf_.c:pr
9180: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
9190: 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f c:rebuild.h rss_
91a0: 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f .c:rss.h schema_
91b0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
91c0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
91d0: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 1_.c:sha1.h stri
91e0: 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 ng_xform_.c:stri
91f0: 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 ng_xform.h style
9200: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 _.c:style.h subs
9210: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 cript_.c:subscri
9220: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e pt.h sync_.c:syn
9230: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
9240: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
9250: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e iew.h timeline_.
9260: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 c:timeline.h tkt
9270: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e _.c:tkt.h tktcon
9280: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 fig_.c:tktconfig
9290: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 .h tktsetup_.c:t
92a0: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e ktsetup.h undo_.
92b0: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f c:undo.h update_
92c0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
92d0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
92e0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
92f0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
9300: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
9310: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
9320: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
9330: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
9340: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
9350: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
9360: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
9370: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
9380: 0a 0a 68 74 74 70 5f 2e 63 3a 09 24 28 53 52 43 ..http_.c:.$(SRC
9390: 44 49 52 29 2f 68 74 74 70 2e 63 20 24 28 53 52 DIR)/http.c $(SR
93a0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
93b0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
93c0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 68 late $(SRCDIR)/h
93d0: 74 74 70 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 ttp.c | sed -f $
93e0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
93f0: 20 3e 68 74 74 70 5f 2e 63 0a 0a 68 74 74 70 2e >http_.c..http.
9400: 6f 3a 09 68 74 74 70 5f 2e 63 20 68 74 74 70 2e o:.http_.c http.
9410: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
9420: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
9430: 6f 20 68 74 74 70 2e 6f 20 2d 63 20 68 74 74 70 o http.o -c http
9440: 5f 2e 63 0a 0a 68 74 74 70 2e 68 3a 09 6d 61 6b _.c..http.h:.mak
9450: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
9460: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
9470: 61 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f add.h admin_sql_
9480: 70 61 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 page_.c:admin_sq
9490: 6c 5f 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a l_page.h bag_.c:
94a0: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
94b0: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 ob.h branch_.c:b
94c0: 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e ranch.h browse_.
94d0: 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e c:browse.h cgi_.
94e0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
94f0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
9500: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
9510: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
9520: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
9530: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
9540: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
9550: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
9560: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
9570: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
9580: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
9590: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
95a0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
95b0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
95c0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
95d0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
95e0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
95f0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
9600: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
9610: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
9620: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
9630: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
9640: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
9650: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
9660: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
9670: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
9680: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
9690: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
96a0: 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 my_page_.c:my_p
96b0: 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 age.h name_.c:na
96c0: 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 me.h pivot_.c:pi
96d0: 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a vot.h pqueue_.c:
96e0: 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f pqueue.h printf_
96f0: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
9700: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
9710: 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 rss_.c:rss.h sc
9720: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
9730: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
9740: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
9750: 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 string_xform_.c
9760: 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 :string_xform.h
9770: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
9780: 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 subscript_.c:su
9790: 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e bscript.h sync_.
97a0: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a c:sync.h tag_.c:
97b0: 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 tag.h tagview_.c
97c0: 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c :tagview.h timel
97d0: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
97e0: 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 h tkt_.c:tkt.h t
97f0: 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 ktconfig_.c:tktc
9800: 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 onfig.h tktsetup
9810: 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 _.c:tktsetup.h u
9820: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
9830: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
9840: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
9850: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
9860: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
9870: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
9880: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
9890: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
98a0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
98b0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
98c0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
98d0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
98e0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
98f0: 61 64 65 72 73 0a 0a 69 6e 66 6f 5f 2e 63 3a 09 aders..info_.c:.
9900: 24 28 53 52 43 44 49 52 29 2f 69 6e 66 6f 2e 63 $(SRCDIR)/info.c
9910: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
9920: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
9930: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
9940: 49 52 29 2f 69 6e 66 6f 2e 63 20 7c 20 73 65 64 IR)/info.c | sed
9950: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
9960: 52 53 49 4f 4e 20 3e 69 6e 66 6f 5f 2e 63 0a 0a RSION >info_.c..
9970: 69 6e 66 6f 2e 6f 3a 09 69 6e 66 6f 5f 2e 63 20 info.o:.info_.c
9980: 69 6e 66 6f 2e 68 20 20 24 28 53 52 43 44 49 52 info.h $(SRCDIR
9990: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
99a0: 43 43 29 20 2d 6f 20 69 6e 66 6f 2e 6f 20 2d 63 CC) -o info.o -c
99b0: 20 69 6e 66 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e 68 info_.c..info.h
99c0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
99d0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
99e0: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e d_.c:add.h admin
99f0: 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d _sql_page_.c:adm
9a00: 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 in_sql_page.h ba
9a10: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
9a20: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
9a30: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f _.c:branch.h bro
9a40: 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 wse_.c:browse.h
9a50: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 cgi_.c:cgi.h che
9a60: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e ckin_.c:checkin.
9a70: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 h checkout_.c:ch
9a80: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 eckout.h clearsi
9a90: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e gn_.c:clearsign.
9aa0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 h clone_.c:clone
9ab0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a .h comformat_.c:
9ac0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 comformat.h cons
9ad0: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 truct_.c:constru
9ae0: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a ct.h content_.c:
9af0: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a content.h db_.c:
9b00: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 db.h delta_.c:de
9b10: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e lta.h deltacmd_.
9b20: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 c:deltacmd.h des
9b30: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 cendents_.c:desc
9b40: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e endents.h diff_.
9b50: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 c:diff.h diffcmd
9b60: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e _.c:diffcmd.h en
9b70: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 code_.c:encode.h
9b80: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 file_.c:file.h
9b90: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 http_.c:http.h i
9ba0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f nfo_.c:info.h lo
9bb0: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d gin_.c:login.h m
9bc0: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 ain_.c:main.h ma
9bd0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 nifest_.c:manife
9be0: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e st.h md5_.c:md5.
9bf0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 h merge_.c:merge
9c00: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 .h merge3_.c:mer
9c10: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 ge3.h my_page_.c
9c20: 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f :my_page.h name_
9c30: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
9c40: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
9c50: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
9c60: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
9c70: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
9c80: 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 ild.h rss_.c:rss
9c90: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
9ca0: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
9cb0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
9cc0: 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f ha1.h string_xfo
9cd0: 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f rm_.c:string_xfo
9ce0: 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 rm.h style_.c:st
9cf0: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f yle.h subscript_
9d00: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 .c:subscript.h s
9d10: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
9d20: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
9d30: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
9d40: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
9d50: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b line.h tkt_.c:tk
9d60: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 t.h tktconfig_.c
9d70: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 :tktconfig.h tkt
9d80: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 setup_.c:tktsetu
9d90: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f p.h undo_.c:undo
9da0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
9db0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
9dc0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
9dd0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
9de0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
9df0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
9e00: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
9e10: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
9e20: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
9e30: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
9e40: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
9e50: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
9e60: 63 68 20 68 65 61 64 65 72 73 0a 0a 6c 6f 67 69 ch headers..logi
9e70: 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f n_.c:.$(SRCDIR)/
9e80: 6c 6f 67 69 6e 2e 63 20 24 28 53 52 43 44 49 52 login.c $(SRCDIR
9e90: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
9ea0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
9eb0: 20 24 28 53 52 43 44 49 52 29 2f 6c 6f 67 69 6e $(SRCDIR)/login
9ec0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
9ed0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6c CDIR)/VERSION >l
9ee0: 6f 67 69 6e 5f 2e 63 0a 0a 6c 6f 67 69 6e 2e 6f ogin_.c..login.o
9ef0: 3a 09 6c 6f 67 69 6e 5f 2e 63 20 6c 6f 67 69 6e :.login_.c login
9f00: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
9f10: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
9f20: 2d 6f 20 6c 6f 67 69 6e 2e 6f 20 2d 63 20 6c 6f -o login.o -c lo
9f30: 67 69 6e 5f 2e 63 0a 0a 6c 6f 67 69 6e 2e 68 3a gin_.c..login.h:
9f40: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
9f50: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
9f60: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
9f70: 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 sql_page_.c:admi
9f80: 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 n_sql_page.h bag
9f90: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
9fa0: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
9fb0: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
9fc0: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
9fd0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
9fe0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
9ff0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
a000: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
a010: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
a020: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
a030: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
a040: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
a050: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
a060: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
a070: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
a080: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
a090: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
a0a0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
a0b0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
a0c0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
a0d0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
a0e0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
a0f0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
a100: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
a110: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
a120: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
a130: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
a140: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
a150: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
a160: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
a170: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
a180: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
a190: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a e3.h my_page_.c:
a1a0: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e my_page.h name_.
a1b0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
a1c0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 c:pivot.h pqueue
a1d0: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 _.c:pqueue.h pri
a1e0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
a1f0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
a200: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e ld.h rss_.c:rss.
a210: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
a220: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
a230: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
a240: 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 a1.h string_xfor
a250: 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 m_.c:string_xfor
a260: 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 m.h style_.c:sty
a270: 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e le.h subscript_.
a280: 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 c:subscript.h sy
a290: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 nc_.c:sync.h tag
a2a0: 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 _.c:tag.h tagvie
a2b0: 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 w_.c:tagview.h t
a2c0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
a2d0: 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
a2e0: 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
a2f0: 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
a300: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
a310: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
a320: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
a330: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
a340: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
a350: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
a360: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
a370: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
a380: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
a390: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
a3a0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
a3b0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
a3c0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
a3d0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
a3e0: 68 20 68 65 61 64 65 72 73 0a 0a 6d 61 69 6e 5f h headers..main_
a3f0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 61 .c:.$(SRCDIR)/ma
a400: 69 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 in.c $(SRCDIR)/V
a410: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
a420: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
a430: 53 52 43 44 49 52 29 2f 6d 61 69 6e 2e 63 20 7c SRCDIR)/main.c |
a440: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
a450: 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 61 69 6e 5f )/VERSION >main_
a460: 2e 63 0a 0a 6d 61 69 6e 2e 6f 3a 09 6d 61 69 6e .c..main.o:.main
a470: 5f 2e 63 20 6d 61 69 6e 2e 68 20 70 61 67 65 5f _.c main.h page_
a480: 69 6e 64 65 78 2e 68 20 24 28 53 52 43 44 49 52 index.h $(SRCDIR
a490: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
a4a0: 43 43 29 20 2d 6f 20 6d 61 69 6e 2e 6f 20 2d 63 CC) -o main.o -c
a4b0: 20 6d 61 69 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e 68 main_.c..main.h
a4c0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
a4d0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
a4e0: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e d_.c:add.h admin
a4f0: 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d _sql_page_.c:adm
a500: 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 in_sql_page.h ba
a510: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
a520: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
a530: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f _.c:branch.h bro
a540: 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 wse_.c:browse.h
a550: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 cgi_.c:cgi.h che
a560: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e ckin_.c:checkin.
a570: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 h checkout_.c:ch
a580: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 eckout.h clearsi
a590: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e gn_.c:clearsign.
a5a0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 h clone_.c:clone
a5b0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a .h comformat_.c:
a5c0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 comformat.h cons
a5d0: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 truct_.c:constru
a5e0: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a ct.h content_.c:
a5f0: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a content.h db_.c:
a600: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 db.h delta_.c:de
a610: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e lta.h deltacmd_.
a620: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 c:deltacmd.h des
a630: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 cendents_.c:desc
a640: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e endents.h diff_.
a650: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 c:diff.h diffcmd
a660: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e _.c:diffcmd.h en
a670: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 code_.c:encode.h
a680: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 file_.c:file.h
a690: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 http_.c:http.h i
a6a0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f nfo_.c:info.h lo
a6b0: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d gin_.c:login.h m
a6c0: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 ain_.c:main.h ma
a6d0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 nifest_.c:manife
a6e0: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e st.h md5_.c:md5.
a6f0: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 h merge_.c:merge
a700: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 .h merge3_.c:mer
a710: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 ge3.h my_page_.c
a720: 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f :my_page.h name_
a730: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
a740: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
a750: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
a760: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
a770: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
a780: 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 ild.h rss_.c:rss
a790: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
a7a0: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
a7b0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
a7c0: 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f ha1.h string_xfo
a7d0: 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f rm_.c:string_xfo
a7e0: 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 rm.h style_.c:st
a7f0: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f yle.h subscript_
a800: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 .c:subscript.h s
a810: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
a820: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
a830: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
a840: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
a850: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b line.h tkt_.c:tk
a860: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 t.h tktconfig_.c
a870: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 :tktconfig.h tkt
a880: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 setup_.c:tktsetu
a890: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f p.h undo_.c:undo
a8a0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
a8b0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
a8c0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
a8d0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
a8e0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
a8f0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
a900: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
a910: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
a920: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
a930: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
a940: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
a950: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
a960: 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 61 6e 69 ch headers..mani
a970: 66 65 73 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 fest_.c:.$(SRCDI
a980: 52 29 2f 6d 61 6e 69 66 65 73 74 2e 63 20 24 28 R)/manifest.c $(
a990: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
a9a0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
a9b0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
a9c0: 2f 6d 61 6e 69 66 65 73 74 2e 63 20 7c 20 73 65 /manifest.c | se
a9d0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
a9e0: 45 52 53 49 4f 4e 20 3e 6d 61 6e 69 66 65 73 74 ERSION >manifest
a9f0: 5f 2e 63 0a 0a 6d 61 6e 69 66 65 73 74 2e 6f 3a _.c..manifest.o:
aa00: 09 6d 61 6e 69 66 65 73 74 5f 2e 63 20 6d 61 6e .manifest_.c man
aa10: 69 66 65 73 74 2e 68 20 20 24 28 53 52 43 44 49 ifest.h $(SRCDI
aa20: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
aa30: 54 43 43 29 20 2d 6f 20 6d 61 6e 69 66 65 73 74 TCC) -o manifest
aa40: 2e 6f 20 2d 63 20 6d 61 6e 69 66 65 73 74 5f 2e .o -c manifest_.
aa50: 63 0a 0a 6d 61 6e 69 66 65 73 74 2e 68 3a 09 6d c..manifest.h:.m
aa60: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
aa70: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
aa80: 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71 c:add.h admin_sq
aa90: 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f l_page_.c:admin_
aaa0: 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 5f 2e sql_page.h bag_.
aab0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
aac0: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 blob.h branch_.c
aad0: 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 :branch.h browse
aae0: 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 _.c:browse.h cgi
aaf0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
ab00: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
ab10: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
ab20: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
ab30: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
ab40: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
ab50: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
ab60: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
ab70: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
ab80: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
ab90: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
aba0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
abb0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
abc0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
abd0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
abe0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
abf0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
ac00: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
ac10: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
ac20: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
ac30: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
ac40: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
ac50: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
ac60: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
ac70: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
ac80: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
ac90: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
aca0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
acb0: 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 .h my_page_.c:my
acc0: 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a _page.h name_.c:
acd0: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
ace0: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
acf0: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
ad00: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
ad10: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
ad20: 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 .h rss_.c:rss.h
ad30: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
ad40: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
ad50: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
ad60: 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f .h string_xform_
ad70: 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e .c:string_xform.
ad80: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
ad90: 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a .h subscript_.c:
ada0: 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 subscript.h sync
adb0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
adc0: 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f c:tag.h tagview_
add0: 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d .c:tagview.h tim
ade0: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
adf0: 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 e.h tkt_.c:tkt.h
ae00: 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b tktconfig_.c:tk
ae10: 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 tconfig.h tktset
ae20: 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 up_.c:tktsetup.h
ae30: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 undo_.c:undo.h
ae40: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
ae50: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
ae60: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
ae70: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
ae80: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
ae90: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
aea0: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
aeb0: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
aec0: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
aed0: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
aee0: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 R)/sqlite3.h ./V
aef0: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 ERSION.h..touch
af00: 68 65 61 64 65 72 73 0a 0a 6d 64 35 5f 2e 63 3a headers..md5_.c:
af10: 09 24 28 53 52 43 44 49 52 29 2f 6d 64 35 2e 63 .$(SRCDIR)/md5.c
af20: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
af30: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
af40: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
af50: 49 52 29 2f 6d 64 35 2e 63 20 7c 20 73 65 64 20 IR)/md5.c | sed
af60: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
af70: 53 49 4f 4e 20 3e 6d 64 35 5f 2e 63 0a 0a 6d 64 SION >md5_.c..md
af80: 35 2e 6f 3a 09 6d 64 35 5f 2e 63 20 6d 64 35 2e 5.o:.md5_.c md5.
af90: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
afa0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
afb0: 6f 20 6d 64 35 2e 6f 20 2d 63 20 6d 64 35 5f 2e o md5.o -c md5_.
afc0: 63 0a 0a 6d 64 35 2e 68 3a 09 6d 61 6b 65 68 65 c..md5.h:.makehe
afd0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
afe0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
aff0: 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 .h admin_sql_pag
b000: 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 e_.c:admin_sql_p
b010: 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 age.h bag_.c:bag
b020: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
b030: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
b040: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 ch.h browse_.c:b
b050: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 rowse.h cgi_.c:c
b060: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a gi.h checkin_.c:
b070: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f checkin.h checko
b080: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 ut_.c:checkout.h
b090: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c clearsign_.c:cl
b0a0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f earsign.h clone_
b0b0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f .c:clone.h comfo
b0c0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 rmat_.c:comforma
b0d0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 t.h construct_.c
b0e0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e :construct.h con
b0f0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
b100: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
b110: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
b120: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
b130: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
b140: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
b150: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
b160: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
b170: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
b180: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
b190: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
b1a0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
b1b0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
b1c0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
b1d0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
b1e0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
b1f0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
b200: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
b210: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 3_.c:merge3.h my
b220: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 _page_.c:my_page
b230: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
b240: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
b250: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
b260: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
b270: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
b280: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
b290: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
b2a0: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
b2b0: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
b2c0: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
b2d0: 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
b2e0: 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
b2f0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
b300: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
b310: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
b320: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
b330: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
b340: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
b350: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
b360: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
b370: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
b380: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
b390: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
b3a0: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
b3b0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
b3c0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
b3d0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
b3e0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
b3f0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
b400: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
b410: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
b420: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
b430: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
b440: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
b450: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
b460: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
b470: 72 73 0a 0a 6d 65 72 67 65 5f 2e 63 3a 09 24 28 rs..merge_.c:.$(
b480: 53 52 43 44 49 52 29 2f 6d 65 72 67 65 2e 63 20 SRCDIR)/merge.c
b490: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
b4a0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
b4b0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
b4c0: 52 29 2f 6d 65 72 67 65 2e 63 20 7c 20 73 65 64 R)/merge.c | sed
b4d0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
b4e0: 52 53 49 4f 4e 20 3e 6d 65 72 67 65 5f 2e 63 0a RSION >merge_.c.
b4f0: 0a 6d 65 72 67 65 2e 6f 3a 09 6d 65 72 67 65 5f .merge.o:.merge_
b500: 2e 63 20 6d 65 72 67 65 2e 68 20 20 24 28 53 52 .c merge.h $(SR
b510: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
b520: 24 28 58 54 43 43 29 20 2d 6f 20 6d 65 72 67 65 $(XTCC) -o merge
b530: 2e 6f 20 2d 63 20 6d 65 72 67 65 5f 2e 63 0a 0a .o -c merge_.c..
b540: 6d 65 72 67 65 2e 68 3a 09 6d 61 6b 65 68 65 61 merge.h:.makehea
b550: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
b560: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
b570: 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 h admin_sql_page
b580: 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 _.c:admin_sql_pa
b590: 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e ge.h bag_.c:bag.
b5a0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
b5b0: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 branch_.c:branc
b5c0: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 h.h browse_.c:br
b5d0: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 owse.h cgi_.c:cg
b5e0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
b5f0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
b600: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
b610: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
b620: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
b630: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
b640: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
b650: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
b660: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
b670: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
b680: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
b690: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
b6a0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
b6b0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
b6c0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
b6d0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
b6e0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
b6f0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
b700: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
b710: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
b720: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
b730: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
b740: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
b750: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
b760: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
b770: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
b780: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
b790: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f _.c:merge3.h my_
b7a0: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e page_.c:my_page.
b7b0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
b7c0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
b7d0: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 h pqueue_.c:pque
b7e0: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ue.h printf_.c:p
b7f0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
b800: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 .c:rebuild.h rss
b810: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 _.c:rss.h schema
b820: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
b830: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
b840: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 a1_.c:sha1.h str
b850: 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 ing_xform_.c:str
b860: 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c ing_xform.h styl
b870: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 e_.c:style.h sub
b880: 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 script_.c:subscr
b890: 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 ipt.h sync_.c:sy
b8a0: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e nc.h tag_.c:tag.
b8b0: 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 h tagview_.c:tag
b8c0: 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f view.h timeline_
b8d0: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b .c:timeline.h tk
b8e0: 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f t_.c:tkt.h tktco
b8f0: 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 nfig_.c:tktconfi
b900: 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a g.h tktsetup_.c:
b910: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f tktsetup.h undo_
b920: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
b930: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
b940: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
b950: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
b960: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
b970: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
b980: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
b990: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
b9a0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
b9b0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
b9c0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
b9d0: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
b9e0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
b9f0: 73 0a 0a 6d 65 72 67 65 33 5f 2e 63 3a 09 24 28 s..merge3_.c:.$(
ba00: 53 52 43 44 49 52 29 2f 6d 65 72 67 65 33 2e 63 SRCDIR)/merge3.c
ba10: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
ba20: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
ba30: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
ba40: 49 52 29 2f 6d 65 72 67 65 33 2e 63 20 7c 20 73 IR)/merge3.c | s
ba50: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
ba60: 56 45 52 53 49 4f 4e 20 3e 6d 65 72 67 65 33 5f VERSION >merge3_
ba70: 2e 63 0a 0a 6d 65 72 67 65 33 2e 6f 3a 09 6d 65 .c..merge3.o:.me
ba80: 72 67 65 33 5f 2e 63 20 6d 65 72 67 65 33 2e 68 rge3_.c merge3.h
ba90: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
baa0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
bab0: 20 6d 65 72 67 65 33 2e 6f 20 2d 63 20 6d 65 72 merge3.o -c mer
bac0: 67 65 33 5f 2e 63 0a 0a 6d 65 72 67 65 33 2e 68 ge3_.c..merge3.h
bad0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
bae0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
baf0: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e d_.c:add.h admin
bb00: 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d _sql_page_.c:adm
bb10: 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 in_sql_page.h ba
bb20: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
bb30: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
bb40: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f _.c:branch.h bro
bb50: 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 wse_.c:browse.h
bb60: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 cgi_.c:cgi.h che
bb70: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e ckin_.c:checkin.
bb80: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 h checkout_.c:ch
bb90: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 eckout.h clearsi
bba0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e gn_.c:clearsign.
bbb0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 h clone_.c:clone
bbc0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a .h comformat_.c:
bbd0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 comformat.h cons
bbe0: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 truct_.c:constru
bbf0: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a ct.h content_.c:
bc00: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a content.h db_.c:
bc10: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 db.h delta_.c:de
bc20: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e lta.h deltacmd_.
bc30: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 c:deltacmd.h des
bc40: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 cendents_.c:desc
bc50: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e endents.h diff_.
bc60: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 c:diff.h diffcmd
bc70: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e _.c:diffcmd.h en
bc80: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 code_.c:encode.h
bc90: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 file_.c:file.h
bca0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 http_.c:http.h i
bcb0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f nfo_.c:info.h lo
bcc0: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d gin_.c:login.h m
bcd0: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 ain_.c:main.h ma
bce0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 nifest_.c:manife
bcf0: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e st.h md5_.c:md5.
bd00: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 h merge_.c:merge
bd10: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 .h merge3_.c:mer
bd20: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 ge3.h my_page_.c
bd30: 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f :my_page.h name_
bd40: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
bd50: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
bd60: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
bd70: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
bd80: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
bd90: 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 ild.h rss_.c:rss
bda0: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
bdb0: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
bdc0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
bdd0: 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f ha1.h string_xfo
bde0: 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f rm_.c:string_xfo
bdf0: 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 rm.h style_.c:st
be00: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f yle.h subscript_
be10: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 .c:subscript.h s
be20: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
be30: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
be40: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
be50: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
be60: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b line.h tkt_.c:tk
be70: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 t.h tktconfig_.c
be80: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 :tktconfig.h tkt
be90: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 setup_.c:tktsetu
bea0: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f p.h undo_.c:undo
beb0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
bec0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
bed0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
bee0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
bef0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
bf00: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
bf10: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
bf20: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
bf30: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
bf40: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
bf50: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
bf60: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
bf70: 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 79 5f 70 ch headers..my_p
bf80: 61 67 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 age_.c:.$(SRCDIR
bf90: 29 2f 6d 79 5f 70 61 67 65 2e 63 20 24 28 53 52 )/my_page.c $(SR
bfa0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
bfb0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
bfc0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d late $(SRCDIR)/m
bfd0: 79 5f 70 61 67 65 2e 63 20 7c 20 73 65 64 20 2d y_page.c | sed -
bfe0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
bff0: 49 4f 4e 20 3e 6d 79 5f 70 61 67 65 5f 2e 63 0a ION >my_page_.c.
c000: 0a 6d 79 5f 70 61 67 65 2e 6f 3a 09 6d 79 5f 70 .my_page.o:.my_p
c010: 61 67 65 5f 2e 63 20 6d 79 5f 70 61 67 65 2e 68 age_.c my_page.h
c020: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
c030: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
c040: 20 6d 79 5f 70 61 67 65 2e 6f 20 2d 63 20 6d 79 my_page.o -c my
c050: 5f 70 61 67 65 5f 2e 63 0a 0a 6d 79 5f 70 61 67 _page_.c..my_pag
c060: 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 e.h:.makeheaders
c070: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
c080: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 add_.c:add.h ad
c090: 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a min_sql_page_.c:
c0a0: 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 admin_sql_page.h
c0b0: 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
c0c0: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 ob_.c:blob.h bra
c0d0: 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 nch_.c:branch.h
c0e0: 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 browse_.c:browse
c0f0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
c100: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
c110: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
c120: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
c130: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
c140: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
c150: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
c160: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
c170: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
c180: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
c190: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
c1a0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
c1b0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
c1c0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
c1d0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
c1e0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
c1f0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
c200: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
c210: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
c220: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
c230: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
c240: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
c250: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
c260: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
c270: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
c280: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
c290: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
c2a0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
c2b0: 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 merge3.h my_page
c2c0: 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 _.c:my_page.h na
c2d0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
c2e0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
c2f0: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
c300: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
c310: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
c320: 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a ebuild.h rss_.c:
c330: 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a rss.h schema_.c:
c340: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
c350: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
c360: 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f c:sha1.h string_
c370: 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f xform_.c:string_
c380: 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 xform.h style_.c
c390: 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 :style.h subscri
c3a0: 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e pt_.c:subscript.
c3b0: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 h sync_.c:sync.h
c3c0: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 tag_.c:tag.h ta
c3d0: 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 gview_.c:tagview
c3e0: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
c3f0: 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 imeline.h tkt_.c
c400: 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 :tkt.h tktconfig
c410: 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 _.c:tktconfig.h
c420: 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 tktsetup_.c:tkts
c430: 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 etup.h undo_.c:u
c440: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ndo.h update_.c:
c450: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
c460: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
c470: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
c480: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
c490: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
c4a0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
c4b0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
c4c0: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
c4d0: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
c4e0: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
c4f0: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 .h ./VERSION.h..
c500: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6e touch headers..n
c510: 61 6d 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 ame_.c:.$(SRCDIR
c520: 29 2f 6e 61 6d 65 2e 63 20 24 28 53 52 43 44 49 )/name.c $(SRCDI
c530: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
c540: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
c550: 65 20 24 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 e $(SRCDIR)/name
c560: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
c570: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6e CDIR)/VERSION >n
c580: 61 6d 65 5f 2e 63 0a 0a 6e 61 6d 65 2e 6f 3a 09 ame_.c..name.o:.
c590: 6e 61 6d 65 5f 2e 63 20 6e 61 6d 65 2e 68 20 20 name_.c name.h
c5a0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
c5b0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6e .h..$(XTCC) -o n
c5c0: 61 6d 65 2e 6f 20 2d 63 20 6e 61 6d 65 5f 2e 63 ame.o -c name_.c
c5d0: 0a 0a 6e 61 6d 65 2e 68 3a 09 6d 61 6b 65 68 65 ..name.h:.makehe
c5e0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
c5f0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
c600: 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 .h admin_sql_pag
c610: 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 e_.c:admin_sql_p
c620: 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 age.h bag_.c:bag
c630: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
c640: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
c650: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 ch.h browse_.c:b
c660: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 rowse.h cgi_.c:c
c670: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a gi.h checkin_.c:
c680: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f checkin.h checko
c690: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 ut_.c:checkout.h
c6a0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c clearsign_.c:cl
c6b0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f earsign.h clone_
c6c0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f .c:clone.h comfo
c6d0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 rmat_.c:comforma
c6e0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 t.h construct_.c
c6f0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e :construct.h con
c700: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
c710: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
c720: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
c730: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
c740: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
c750: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
c760: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
c770: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
c780: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
c790: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
c7a0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
c7b0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
c7c0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
c7d0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
c7e0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
c7f0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
c800: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
c810: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
c820: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 3_.c:merge3.h my
c830: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 _page_.c:my_page
c840: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
c850: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
c860: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
c870: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
c880: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
c890: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
c8a0: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
c8b0: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
c8c0: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
c8d0: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
c8e0: 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
c8f0: 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
c900: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
c910: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
c920: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
c930: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
c940: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
c950: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
c960: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
c970: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
c980: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
c990: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
c9a0: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
c9b0: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
c9c0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
c9d0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
c9e0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
c9f0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
ca00: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
ca10: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
ca20: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
ca30: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
ca40: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
ca50: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
ca60: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
ca70: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
ca80: 72 73 0a 0a 70 69 76 6f 74 5f 2e 63 3a 09 24 28 rs..pivot_.c:.$(
ca90: 53 52 43 44 49 52 29 2f 70 69 76 6f 74 2e 63 20 SRCDIR)/pivot.c
caa0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
cab0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
cac0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
cad0: 52 29 2f 70 69 76 6f 74 2e 63 20 7c 20 73 65 64 R)/pivot.c | sed
cae0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
caf0: 52 53 49 4f 4e 20 3e 70 69 76 6f 74 5f 2e 63 0a RSION >pivot_.c.
cb00: 0a 70 69 76 6f 74 2e 6f 3a 09 70 69 76 6f 74 5f .pivot.o:.pivot_
cb10: 2e 63 20 70 69 76 6f 74 2e 68 20 20 24 28 53 52 .c pivot.h $(SR
cb20: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
cb30: 24 28 58 54 43 43 29 20 2d 6f 20 70 69 76 6f 74 $(XTCC) -o pivot
cb40: 2e 6f 20 2d 63 20 70 69 76 6f 74 5f 2e 63 0a 0a .o -c pivot_.c..
cb50: 70 69 76 6f 74 2e 68 3a 09 6d 61 6b 65 68 65 61 pivot.h:.makehea
cb60: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
cb70: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
cb80: 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 h admin_sql_page
cb90: 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 _.c:admin_sql_pa
cba0: 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e ge.h bag_.c:bag.
cbb0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
cbc0: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 branch_.c:branc
cbd0: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 h.h browse_.c:br
cbe0: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 owse.h cgi_.c:cg
cbf0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
cc00: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
cc10: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
cc20: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
cc30: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
cc40: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
cc50: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
cc60: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
cc70: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
cc80: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
cc90: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
cca0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
ccb0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
ccc0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
ccd0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
cce0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
ccf0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
cd00: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
cd10: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
cd20: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
cd30: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
cd40: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
cd50: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
cd60: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
cd70: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
cd80: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
cd90: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
cda0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f _.c:merge3.h my_
cdb0: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e page_.c:my_page.
cdc0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
cdd0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
cde0: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 h pqueue_.c:pque
cdf0: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ue.h printf_.c:p
ce00: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
ce10: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 .c:rebuild.h rss
ce20: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 _.c:rss.h schema
ce30: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
ce40: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
ce50: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 a1_.c:sha1.h str
ce60: 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 ing_xform_.c:str
ce70: 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c ing_xform.h styl
ce80: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 e_.c:style.h sub
ce90: 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 script_.c:subscr
cea0: 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 ipt.h sync_.c:sy
ceb0: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e nc.h tag_.c:tag.
cec0: 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 h tagview_.c:tag
ced0: 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f view.h timeline_
cee0: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b .c:timeline.h tk
cef0: 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f t_.c:tkt.h tktco
cf00: 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 nfig_.c:tktconfi
cf10: 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a g.h tktsetup_.c:
cf20: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f tktsetup.h undo_
cf30: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
cf40: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
cf50: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
cf60: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
cf70: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
cf80: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
cf90: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
cfa0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
cfb0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
cfc0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
cfd0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
cfe0: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
cff0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
d000: 73 0a 0a 70 71 75 65 75 65 5f 2e 63 3a 09 24 28 s..pqueue_.c:.$(
d010: 53 52 43 44 49 52 29 2f 70 71 75 65 75 65 2e 63 SRCDIR)/pqueue.c
d020: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
d030: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
d040: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
d050: 49 52 29 2f 70 71 75 65 75 65 2e 63 20 7c 20 73 IR)/pqueue.c | s
d060: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
d070: 56 45 52 53 49 4f 4e 20 3e 70 71 75 65 75 65 5f VERSION >pqueue_
d080: 2e 63 0a 0a 70 71 75 65 75 65 2e 6f 3a 09 70 71 .c..pqueue.o:.pq
d090: 75 65 75 65 5f 2e 63 20 70 71 75 65 75 65 2e 68 ueue_.c pqueue.h
d0a0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
d0b0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
d0c0: 20 70 71 75 65 75 65 2e 6f 20 2d 63 20 70 71 75 pqueue.o -c pqu
d0d0: 65 75 65 5f 2e 63 0a 0a 70 71 75 65 75 65 2e 68 eue_.c..pqueue.h
d0e0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
d0f0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
d100: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e d_.c:add.h admin
d110: 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d _sql_page_.c:adm
d120: 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 in_sql_page.h ba
d130: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
d140: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
d150: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f _.c:branch.h bro
d160: 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 wse_.c:browse.h
d170: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 cgi_.c:cgi.h che
d180: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e ckin_.c:checkin.
d190: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 h checkout_.c:ch
d1a0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 eckout.h clearsi
d1b0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e gn_.c:clearsign.
d1c0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 h clone_.c:clone
d1d0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a .h comformat_.c:
d1e0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 comformat.h cons
d1f0: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 truct_.c:constru
d200: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a ct.h content_.c:
d210: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a content.h db_.c:
d220: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 db.h delta_.c:de
d230: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e lta.h deltacmd_.
d240: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 c:deltacmd.h des
d250: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 cendents_.c:desc
d260: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e endents.h diff_.
d270: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 c:diff.h diffcmd
d280: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e _.c:diffcmd.h en
d290: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 code_.c:encode.h
d2a0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 file_.c:file.h
d2b0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 http_.c:http.h i
d2c0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f nfo_.c:info.h lo
d2d0: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d gin_.c:login.h m
d2e0: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 ain_.c:main.h ma
d2f0: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 nifest_.c:manife
d300: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e st.h md5_.c:md5.
d310: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 h merge_.c:merge
d320: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 .h merge3_.c:mer
d330: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 ge3.h my_page_.c
d340: 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f :my_page.h name_
d350: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
d360: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
d370: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
d380: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
d390: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
d3a0: 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 ild.h rss_.c:rss
d3b0: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
d3c0: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
d3d0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
d3e0: 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f ha1.h string_xfo
d3f0: 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f rm_.c:string_xfo
d400: 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 rm.h style_.c:st
d410: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f yle.h subscript_
d420: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 .c:subscript.h s
d430: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
d440: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
d450: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
d460: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
d470: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b line.h tkt_.c:tk
d480: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 t.h tktconfig_.c
d490: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 :tktconfig.h tkt
d4a0: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 setup_.c:tktsetu
d4b0: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f p.h undo_.c:undo
d4c0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
d4d0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
d4e0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
d4f0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
d500: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
d510: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
d520: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
d530: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
d540: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
d550: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
d560: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
d570: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
d580: 63 68 20 68 65 61 64 65 72 73 0a 0a 70 72 69 6e ch headers..prin
d590: 74 66 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 tf_.c:.$(SRCDIR)
d5a0: 2f 70 72 69 6e 74 66 2e 63 20 24 28 53 52 43 44 /printf.c $(SRCD
d5b0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
d5c0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
d5d0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 70 72 69 te $(SRCDIR)/pri
d5e0: 6e 74 66 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 ntf.c | sed -f $
d5f0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
d600: 20 3e 70 72 69 6e 74 66 5f 2e 63 0a 0a 70 72 69 >printf_.c..pri
d610: 6e 74 66 2e 6f 3a 09 70 72 69 6e 74 66 5f 2e 63 ntf.o:.printf_.c
d620: 20 70 72 69 6e 74 66 2e 68 20 20 24 28 53 52 43 printf.h $(SRC
d630: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
d640: 28 58 54 43 43 29 20 2d 6f 20 70 72 69 6e 74 66 (XTCC) -o printf
d650: 2e 6f 20 2d 63 20 70 72 69 6e 74 66 5f 2e 63 0a .o -c printf_.c.
d660: 0a 70 72 69 6e 74 66 2e 68 3a 09 6d 61 6b 65 68 .printf.h:.makeh
d670: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
d680: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
d690: 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 d.h admin_sql_pa
d6a0: 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f ge_.c:admin_sql_
d6b0: 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 page.h bag_.c:ba
d6c0: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
d6d0: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 .h branch_.c:bra
d6e0: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a nch.h browse_.c:
d6f0: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a browse.h cgi_.c:
d700: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
d710: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
d720: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
d730: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
d740: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
d750: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
d760: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
d770: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
d780: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
d790: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
d7a0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
d7b0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
d7c0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
d7d0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
d7e0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
d7f0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
d800: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
d810: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
d820: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
d830: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
d840: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
d850: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
d860: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
d870: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
d880: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
d890: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
d8a0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
d8b0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d e3_.c:merge3.h m
d8c0: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 y_page_.c:my_pag
d8d0: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 e.h name_.c:name
d8e0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
d8f0: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 t.h pqueue_.c:pq
d900: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ueue.h printf_.c
d910: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
d920: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 d_.c:rebuild.h r
d930: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 ss_.c:rss.h sche
d940: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
d950: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
d960: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
d970: 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 tring_xform_.c:s
d980: 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 tring_xform.h st
d990: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
d9a0: 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 ubscript_.c:subs
d9b0: 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a cript.h sync_.c:
d9c0: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 sync.h tag_.c:ta
d9d0: 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 g.h tagview_.c:t
d9e0: 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e agview.h timelin
d9f0: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
da00: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 tkt_.c:tkt.h tkt
da10: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e config_.c:tktcon
da20: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e fig.h tktsetup_.
da30: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 c:tktsetup.h und
da40: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
da50: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
da60: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
da70: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
da80: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
da90: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
daa0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
dab0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
dac0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
dad0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
dae0: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
daf0: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
db00: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
db10: 65 72 73 0a 0a 72 65 62 75 69 6c 64 5f 2e 63 3a ers..rebuild_.c:
db20: 09 24 28 53 52 43 44 49 52 29 2f 72 65 62 75 69 .$(SRCDIR)/rebui
db30: 6c 64 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 ld.c $(SRCDIR)/V
db40: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
db50: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
db60: 53 52 43 44 49 52 29 2f 72 65 62 75 69 6c 64 2e SRCDIR)/rebuild.
db70: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
db80: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 72 65 DIR)/VERSION >re
db90: 62 75 69 6c 64 5f 2e 63 0a 0a 72 65 62 75 69 6c build_.c..rebuil
dba0: 64 2e 6f 3a 09 72 65 62 75 69 6c 64 5f 2e 63 20 d.o:.rebuild_.c
dbb0: 72 65 62 75 69 6c 64 2e 68 20 20 24 28 53 52 43 rebuild.h $(SRC
dbc0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
dbd0: 28 58 54 43 43 29 20 2d 6f 20 72 65 62 75 69 6c (XTCC) -o rebuil
dbe0: 64 2e 6f 20 2d 63 20 72 65 62 75 69 6c 64 5f 2e d.o -c rebuild_.
dbf0: 63 0a 0a 72 65 62 75 69 6c 64 2e 68 3a 09 6d 61 c..rebuild.h:.ma
dc00: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
dc10: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
dc20: 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c :add.h admin_sql
dc30: 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 _page_.c:admin_s
dc40: 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 ql_page.h bag_.c
dc50: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 :bag.h blob_.c:b
dc60: 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a lob.h branch_.c:
dc70: 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f branch.h browse_
dc80: 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f .c:browse.h cgi_
dc90: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e .c:cgi.h checkin
dca0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 _.c:checkin.h ch
dcb0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f eckout_.c:checko
dcc0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e ut.h clearsign_.
dcd0: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c c:clearsign.h cl
dce0: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 one_.c:clone.h c
dcf0: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 omformat_.c:comf
dd00: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 ormat.h construc
dd10: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 t_.c:construct.h
dd20: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 content_.c:cont
dd30: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 ent.h db_.c:db.h
dd40: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e delta_.c:delta.
dd50: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 h deltacmd_.c:de
dd60: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 ltacmd.h descend
dd70: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 ents_.c:descende
dd80: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 nts.h diff_.c:di
dd90: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a ff.h diffcmd_.c:
dda0: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 diffcmd.h encode
ddb0: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c _.c:encode.h fil
ddc0: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 e_.c:file.h http
ddd0: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f _.c:http.h info_
dde0: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f .c:info.h login_
ddf0: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f .c:login.h main_
de00: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 .c:main.h manife
de10: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 st_.c:manifest.h
de20: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 md5_.c:md5.h me
de30: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d rge_.c:merge.h m
de40: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e erge3_.c:merge3.
de50: 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f h my_page_.c:my_
de60: 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e page.h name_.c:n
de70: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
de80: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
de90: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
dea0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
deb0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
dec0: 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 h rss_.c:rss.h s
ded0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
dee0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
def0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
df00: 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e h string_xform_.
df10: 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 c:string_xform.h
df20: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
df30: 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 h subscript_.c:s
df40: 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f ubscript.h sync_
df50: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
df60: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
df70: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 c:tagview.h time
df80: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
df90: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 .h tkt_.c:tkt.h
dfa0: 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 tktconfig_.c:tkt
dfb0: 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 config.h tktsetu
dfc0: 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 p_.c:tktsetup.h
dfd0: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 undo_.c:undo.h u
dfe0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
dff0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
e000: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
e010: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
e020: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
e030: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
e040: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
e050: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
e060: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
e070: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
e080: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
e090: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
e0a0: 65 61 64 65 72 73 0a 0a 72 73 73 5f 2e 63 3a 09 eaders..rss_.c:.
e0b0: 24 28 53 52 43 44 49 52 29 2f 72 73 73 2e 63 20 $(SRCDIR)/rss.c
e0c0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
e0d0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
e0e0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
e0f0: 52 29 2f 72 73 73 2e 63 20 7c 20 73 65 64 20 2d R)/rss.c | sed -
e100: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
e110: 49 4f 4e 20 3e 72 73 73 5f 2e 63 0a 0a 72 73 73 ION >rss_.c..rss
e120: 2e 6f 3a 09 72 73 73 5f 2e 63 20 72 73 73 2e 68 .o:.rss_.c rss.h
e130: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
e140: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
e150: 20 72 73 73 2e 6f 20 2d 63 20 72 73 73 5f 2e 63 rss.o -c rss_.c
e160: 0a 0a 72 73 73 2e 68 3a 09 6d 61 6b 65 68 65 61 ..rss.h:.makehea
e170: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
e180: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
e190: 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 h admin_sql_page
e1a0: 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 _.c:admin_sql_pa
e1b0: 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e ge.h bag_.c:bag.
e1c0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
e1d0: 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 branch_.c:branc
e1e0: 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 h.h browse_.c:br
e1f0: 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 owse.h cgi_.c:cg
e200: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
e210: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
e220: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
e230: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
e240: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
e250: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
e260: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
e270: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
e280: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
e290: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
e2a0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
e2b0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
e2c0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
e2d0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
e2e0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
e2f0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
e300: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
e310: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
e320: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
e330: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
e340: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
e350: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
e360: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
e370: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
e380: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
e390: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
e3a0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
e3b0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f _.c:merge3.h my_
e3c0: 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e page_.c:my_page.
e3d0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
e3e0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
e3f0: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 h pqueue_.c:pque
e400: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ue.h printf_.c:p
e410: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
e420: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 .c:rebuild.h rss
e430: 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 _.c:rss.h schema
e440: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
e450: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
e460: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 a1_.c:sha1.h str
e470: 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 ing_xform_.c:str
e480: 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c ing_xform.h styl
e490: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 e_.c:style.h sub
e4a0: 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 script_.c:subscr
e4b0: 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 ipt.h sync_.c:sy
e4c0: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e nc.h tag_.c:tag.
e4d0: 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 h tagview_.c:tag
e4e0: 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f view.h timeline_
e4f0: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b .c:timeline.h tk
e500: 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f t_.c:tkt.h tktco
e510: 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 nfig_.c:tktconfi
e520: 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a g.h tktsetup_.c:
e530: 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f tktsetup.h undo_
e540: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
e550: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
e560: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
e570: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
e580: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
e590: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
e5a0: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
e5b0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
e5c0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
e5d0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
e5e0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
e5f0: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
e600: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
e610: 73 0a 0a 73 63 68 65 6d 61 5f 2e 63 3a 09 24 28 s..schema_.c:.$(
e620: 53 52 43 44 49 52 29 2f 73 63 68 65 6d 61 2e 63 SRCDIR)/schema.c
e630: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
e640: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
e650: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
e660: 49 52 29 2f 73 63 68 65 6d 61 2e 63 20 7c 20 73 IR)/schema.c | s
e670: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
e680: 56 45 52 53 49 4f 4e 20 3e 73 63 68 65 6d 61 5f VERSION >schema_
e690: 2e 63 0a 0a 73 63 68 65 6d 61 2e 6f 3a 09 73 63 .c..schema.o:.sc
e6a0: 68 65 6d 61 5f 2e 63 20 73 63 68 65 6d 61 2e 68 hema_.c schema.h
e6b0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
e6c0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
e6d0: 20 73 63 68 65 6d 61 2e 6f 20 2d 63 20 73 63 68 schema.o -c sch
e6e0: 65 6d 61 5f 2e 63 0a 0a 73 63 68 65 6d 61 2e 68 ema_.c..schema.h
e6f0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
e700: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
e710: 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e d_.c:add.h admin
e720: 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d _sql_page_.c:adm
e730: 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 in_sql_page.h ba
e740: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
e750: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
e760: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f _.c:branch.h bro
e770: 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 wse_.c:browse.h
e780: 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 cgi_.c:cgi.h che
e790: 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e ckin_.c:checkin.
e7a0: 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 h checkout_.c:ch
e7b0: 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 eckout.h clearsi
e7c0: 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e gn_.c:clearsign.
e7d0: 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 h clone_.c:clone
e7e0: 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a .h comformat_.c:
e7f0: 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 comformat.h cons
e800: 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 truct_.c:constru
e810: 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a ct.h content_.c:
e820: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a content.h db_.c:
e830: 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 db.h delta_.c:de
e840: 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e lta.h deltacmd_.
e850: 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 c:deltacmd.h des
e860: 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 cendents_.c:desc
e870: 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e endents.h diff_.
e880: 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 c:diff.h diffcmd
e890: 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e _.c:diffcmd.h en
e8a0: 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 code_.c:encode.h
e8b0: 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 file_.c:file.h
e8c0: 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 http_.c:http.h i
e8d0: 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f nfo_.c:info.h lo
e8e0: 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d gin_.c:login.h m
e8f0: 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 ain_.c:main.h ma
e900: 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 nifest_.c:manife
e910: 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e st.h md5_.c:md5.
e920: 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 h merge_.c:merge
e930: 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 .h merge3_.c:mer
e940: 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 ge3.h my_page_.c
e950: 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f :my_page.h name_
e960: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
e970: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
e980: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
e990: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
e9a0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
e9b0: 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 ild.h rss_.c:rss
e9c0: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
e9d0: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
e9e0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
e9f0: 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f ha1.h string_xfo
ea00: 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f rm_.c:string_xfo
ea10: 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 rm.h style_.c:st
ea20: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f yle.h subscript_
ea30: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 .c:subscript.h s
ea40: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
ea50: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
ea60: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
ea70: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
ea80: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b line.h tkt_.c:tk
ea90: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 t.h tktconfig_.c
eaa0: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 :tktconfig.h tkt
eab0: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 setup_.c:tktsetu
eac0: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f p.h undo_.c:undo
ead0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
eae0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
eaf0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
eb00: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
eb10: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
eb20: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
eb30: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
eb40: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
eb50: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
eb60: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
eb70: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
eb80: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
eb90: 63 68 20 68 65 61 64 65 72 73 0a 0a 73 65 74 75 ch headers..setu
eba0: 70 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f p_.c:.$(SRCDIR)/
ebb0: 73 65 74 75 70 2e 63 20 24 28 53 52 43 44 49 52 setup.c $(SRCDIR
ebc0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
ebd0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
ebe0: 20 24 28 53 52 43 44 49 52 29 2f 73 65 74 75 70 $(SRCDIR)/setup
ebf0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
ec00: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 CDIR)/VERSION >s
ec10: 65 74 75 70 5f 2e 63 0a 0a 73 65 74 75 70 2e 6f etup_.c..setup.o
ec20: 3a 09 73 65 74 75 70 5f 2e 63 20 73 65 74 75 70 :.setup_.c setup
ec30: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
ec40: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
ec50: 2d 6f 20 73 65 74 75 70 2e 6f 20 2d 63 20 73 65 -o setup.o -c se
ec60: 74 75 70 5f 2e 63 0a 0a 73 65 74 75 70 2e 68 3a tup_.c..setup.h:
ec70: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
ec80: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
ec90: 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
eca0: 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 sql_page_.c:admi
ecb0: 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 n_sql_page.h bag
ecc0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
ecd0: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
ece0: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
ecf0: 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
ed00: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
ed10: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
ed20: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
ed30: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
ed40: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
ed50: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
ed60: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
ed70: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
ed80: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
ed90: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
eda0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
edb0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
edc0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
edd0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
ede0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
edf0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
ee00: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
ee10: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
ee20: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
ee30: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
ee40: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
ee50: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
ee60: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
ee70: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
ee80: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
ee90: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
eea0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
eeb0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
eec0: 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a e3.h my_page_.c:
eed0: 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e my_page.h name_.
eee0: 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
eef0: 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 c:pivot.h pqueue
ef00: 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 _.c:pqueue.h pri
ef10: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
ef20: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
ef30: 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e ld.h rss_.c:rss.
ef40: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
ef50: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
ef60: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
ef70: 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 a1.h string_xfor
ef80: 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 m_.c:string_xfor
ef90: 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 m.h style_.c:sty
efa0: 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e le.h subscript_.
efb0: 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 c:subscript.h sy
efc0: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 nc_.c:sync.h tag
efd0: 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 _.c:tag.h tagvie
efe0: 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 w_.c:tagview.h t
eff0: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
f000: 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
f010: 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
f020: 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
f030: 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
f040: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
f050: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
f060: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
f070: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
f080: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
f090: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
f0a0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
f0b0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
f0c0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
f0d0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
f0e0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
f0f0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
f100: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
f110: 68 20 68 65 61 64 65 72 73 0a 0a 73 68 61 31 5f h headers..sha1_
f120: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 68 .c:.$(SRCDIR)/sh
f130: 61 31 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 a1.c $(SRCDIR)/V
f140: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
f150: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
f160: 53 52 43 44 49 52 29 2f 73 68 61 31 2e 63 20 7c SRCDIR)/sha1.c |
f170: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
f180: 29 2f 56 45 52 53 49 4f 4e 20 3e 73 68 61 31 5f )/VERSION >sha1_
f190: 2e 63 0a 0a 73 68 61 31 2e 6f 3a 09 73 68 61 31 .c..sha1.o:.sha1
f1a0: 5f 2e 63 20 73 68 61 31 2e 68 20 20 24 28 53 52 _.c sha1.h $(SR
f1b0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
f1c0: 24 28 58 54 43 43 29 20 2d 6f 20 73 68 61 31 2e $(XTCC) -o sha1.
f1d0: 6f 20 2d 63 20 73 68 61 31 5f 2e 63 0a 0a 73 68 o -c sha1_.c..sh
f1e0: 61 31 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 a1.h:.makeheader
f1f0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
f200: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 add_.c:add.h a
f210: 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 dmin_sql_page_.c
f220: 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e :admin_sql_page.
f230: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
f240: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
f250: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
f260: 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 browse_.c:brows
f270: 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 e.h cgi_.c:cgi.h
f280: 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 checkin_.c:chec
f290: 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e kin.h checkout_.
f2a0: 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 c:checkout.h cle
f2b0: 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 arsign_.c:clears
f2c0: 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 ign.h clone_.c:c
f2d0: 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 lone.h comformat
f2e0: 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 _.c:comformat.h
f2f0: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e construct_.c:con
f300: 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 struct.h content
f310: 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 _.c:content.h db
f320: 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e _.c:db.h delta_.
f330: 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 c:delta.h deltac
f340: 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 md_.c:deltacmd.h
f350: 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a descendents_.c:
f360: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 descendents.h di
f370: 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 ff_.c:diff.h dif
f380: 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e fcmd_.c:diffcmd.
f390: 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f h encode_.c:enco
f3a0: 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c de.h file_.c:fil
f3b0: 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 e.h http_.c:http
f3c0: 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e .h info_.c:info.
f3d0: 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e h login_.c:login
f3e0: 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e .h main_.c:main.
f3f0: 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 h manifest_.c:ma
f400: 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a nifest.h md5_.c:
f410: 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d md5.h merge_.c:m
f420: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 erge.h merge3_.c
f430: 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 :merge3.h my_pag
f440: 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e e_.c:my_page.h n
f450: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
f460: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
f470: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
f480: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
f490: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
f4a0: 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 rebuild.h rss_.c
f4b0: 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 :rss.h schema_.c
f4c0: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
f4d0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
f4e0: 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 .c:sha1.h string
f4f0: 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 _xform_.c:string
f500: 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e _xform.h style_.
f510: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 c:style.h subscr
f520: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 ipt_.c:subscript
f530: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
f540: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
f550: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
f560: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a w.h timeline_.c:
f570: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e timeline.h tkt_.
f580: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 c:tkt.h tktconfi
f590: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 g_.c:tktconfig.h
f5a0: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 tktsetup_.c:tkt
f5b0: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a setup.h undo_.c:
f5c0: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 undo.h update_.c
f5d0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
f5e0: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
f5f0: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
f600: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
f610: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
f620: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
f630: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
f640: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
f650: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
f660: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
f670: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
f680: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
f690: 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a string_xform_.c:
f6a0: 09 24 28 53 52 43 44 49 52 29 2f 73 74 72 69 6e .$(SRCDIR)/strin
f6b0: 67 5f 78 66 6f 72 6d 2e 63 20 24 28 53 52 43 44 g_xform.c $(SRCD
f6c0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
f6d0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
f6e0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 74 72 te $(SRCDIR)/str
f6f0: 69 6e 67 5f 78 66 6f 72 6d 2e 63 20 7c 20 73 65 ing_xform.c | se
f700: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
f710: 45 52 53 49 4f 4e 20 3e 73 74 72 69 6e 67 5f 78 ERSION >string_x
f720: 66 6f 72 6d 5f 2e 63 0a 0a 73 74 72 69 6e 67 5f form_.c..string_
f730: 78 66 6f 72 6d 2e 6f 3a 09 73 74 72 69 6e 67 5f xform.o:.string_
f740: 78 66 6f 72 6d 5f 2e 63 20 73 74 72 69 6e 67 5f xform_.c string_
f750: 78 66 6f 72 6d 2e 68 20 20 24 28 53 52 43 44 49 xform.h $(SRCDI
f760: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
f770: 54 43 43 29 20 2d 6f 20 73 74 72 69 6e 67 5f 78 TCC) -o string_x
f780: 66 6f 72 6d 2e 6f 20 2d 63 20 73 74 72 69 6e 67 form.o -c string
f790: 5f 78 66 6f 72 6d 5f 2e 63 0a 0a 73 74 72 69 6e _xform_.c..strin
f7a0: 67 5f 78 66 6f 72 6d 2e 68 3a 09 6d 61 6b 65 68 g_xform.h:.makeh
f7b0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
f7c0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
f7d0: 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 d.h admin_sql_pa
f7e0: 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f ge_.c:admin_sql_
f7f0: 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 page.h bag_.c:ba
f800: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
f810: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 .h branch_.c:bra
f820: 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a nch.h browse_.c:
f830: 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a browse.h cgi_.c:
f840: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
f850: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
f860: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
f870: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
f880: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
f890: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
f8a0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
f8b0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
f8c0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
f8d0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
f8e0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
f8f0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
f900: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
f910: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
f920: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
f930: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
f940: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
f950: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
f960: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
f970: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
f980: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
f990: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
f9a0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
f9b0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
f9c0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
f9d0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
f9e0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
f9f0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d e3_.c:merge3.h m
fa00: 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 y_page_.c:my_pag
fa10: 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 e.h name_.c:name
fa20: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
fa30: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 t.h pqueue_.c:pq
fa40: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ueue.h printf_.c
fa50: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
fa60: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 d_.c:rebuild.h r
fa70: 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 ss_.c:rss.h sche
fa80: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
fa90: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
faa0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
fab0: 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 tring_xform_.c:s
fac0: 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 tring_xform.h st
fad0: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
fae0: 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 ubscript_.c:subs
faf0: 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a cript.h sync_.c:
fb00: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 sync.h tag_.c:ta
fb10: 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 g.h tagview_.c:t
fb20: 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e agview.h timelin
fb30: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
fb40: 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 tkt_.c:tkt.h tkt
fb50: 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e config_.c:tktcon
fb60: 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e fig.h tktsetup_.
fb70: 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 c:tktsetup.h und
fb80: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
fb90: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
fba0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
fbb0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
fbc0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
fbd0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
fbe0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
fbf0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
fc00: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
fc10: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
fc20: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
fc30: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
fc40: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
fc50: 65 72 73 0a 0a 73 74 79 6c 65 5f 2e 63 3a 09 24 ers..style_.c:.$
fc60: 28 53 52 43 44 49 52 29 2f 73 74 79 6c 65 2e 63 (SRCDIR)/style.c
fc70: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
fc80: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
fc90: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
fca0: 49 52 29 2f 73 74 79 6c 65 2e 63 20 7c 20 73 65 IR)/style.c | se
fcb0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
fcc0: 45 52 53 49 4f 4e 20 3e 73 74 79 6c 65 5f 2e 63 ERSION >style_.c
fcd0: 0a 0a 73 74 79 6c 65 2e 6f 3a 09 73 74 79 6c 65 ..style.o:.style
fce0: 5f 2e 63 20 73 74 79 6c 65 2e 68 20 20 24 28 53 _.c style.h $(S
fcf0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
fd00: 09 24 28 58 54 43 43 29 20 2d 6f 20 73 74 79 6c .$(XTCC) -o styl
fd10: 65 2e 6f 20 2d 63 20 73 74 79 6c 65 5f 2e 63 0a e.o -c style_.c.
fd20: 0a 73 74 79 6c 65 2e 68 3a 09 6d 61 6b 65 68 65 .style.h:.makehe
fd30: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
fd40: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
fd50: 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 .h admin_sql_pag
fd60: 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 e_.c:admin_sql_p
fd70: 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 age.h bag_.c:bag
fd80: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
fd90: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
fda0: 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 ch.h browse_.c:b
fdb0: 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 rowse.h cgi_.c:c
fdc0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a gi.h checkin_.c:
fdd0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f checkin.h checko
fde0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 ut_.c:checkout.h
fdf0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c clearsign_.c:cl
fe00: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f earsign.h clone_
fe10: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f .c:clone.h comfo
fe20: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 rmat_.c:comforma
fe30: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 t.h construct_.c
fe40: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e :construct.h con
fe50: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
fe60: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
fe70: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
fe80: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
fe90: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
fea0: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
feb0: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
fec0: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
fed0: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
fee0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
fef0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
ff00: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
ff10: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
ff20: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
ff30: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
ff40: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
ff50: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
ff60: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
ff70: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 3_.c:merge3.h my
ff80: 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 _page_.c:my_page
ff90: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
ffa0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
ffb0: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
ffc0: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
ffd0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
ffe0: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
fff0: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
10000 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
10010 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
10020 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
10030 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
10040 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
10050 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
10060 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
10070 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
10080 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
10090 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
100a0 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
100b0 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
100c0 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
100d0 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
100e0 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
100f0 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
10100 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
10110 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
10120 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
10130 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
10140 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
10150 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
10160 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
10170 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
10180 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
10190 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
101a0 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
101b0 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
101c0 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
101d0 72 73 0a 0a 73 75 62 73 63 72 69 70 74 5f 2e 63 rs..subscript_.c
101e0 3a 09 24 28 53 52 43 44 49 52 29 2f 73 75 62 73 :.$(SRCDIR)/subs
101f0 63 72 69 70 74 2e 63 20 24 28 53 52 43 44 49 52 cript.c $(SRCDIR
10200 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
10210 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
10220 20 24 28 53 52 43 44 49 52 29 2f 73 75 62 73 63 $(SRCDIR)/subsc
10230 72 69 70 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 ript.c | sed -f
10240 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
10250 4e 20 3e 73 75 62 73 63 72 69 70 74 5f 2e 63 0a N >subscript_.c.
10260 0a 73 75 62 73 63 72 69 70 74 2e 6f 3a 09 73 75 .subscript.o:.su
10270 62 73 63 72 69 70 74 5f 2e 63 20 73 75 62 73 63 bscript_.c subsc
10280 72 69 70 74 2e 68 20 20 24 28 53 52 43 44 49 52 ript.h $(SRCDIR
10290 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
102a0 43 43 29 20 2d 6f 20 73 75 62 73 63 72 69 70 74 CC) -o subscript
102b0 2e 6f 20 2d 63 20 73 75 62 73 63 72 69 70 74 5f .o -c subscript_
102c0 2e 63 0a 0a 73 75 62 73 63 72 69 70 74 2e 68 3a .c..subscript.h:
102d0 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
102e0 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
102f0 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
10300 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 sql_page_.c:admi
10310 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 n_sql_page.h bag
10320 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
10330 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
10340 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
10350 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
10360 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
10370 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
10380 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
10390 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
103a0 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
103b0 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
103c0 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
103d0 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
103e0 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
103f0 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
10400 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
10410 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
10420 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
10430 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
10440 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
10450 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
10460 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
10470 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
10480 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
10490 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
104a0 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
104b0 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
104c0 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
104d0 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
104e0 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
104f0 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
10500 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
10510 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
10520 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a e3.h my_page_.c:
10530 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e my_page.h name_.
10540 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
10550 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 c:pivot.h pqueue
10560 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 _.c:pqueue.h pri
10570 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
10580 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
10590 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e ld.h rss_.c:rss.
105a0 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
105b0 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
105c0 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
105d0 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 a1.h string_xfor
105e0 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 m_.c:string_xfor
105f0 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 m.h style_.c:sty
10600 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e le.h subscript_.
10610 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 c:subscript.h sy
10620 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 nc_.c:sync.h tag
10630 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 _.c:tag.h tagvie
10640 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 w_.c:tagview.h t
10650 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
10660 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
10670 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
10680 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
10690 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
106a0 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
106b0 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
106c0 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
106d0 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
106e0 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
106f0 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
10700 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
10710 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
10720 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
10730 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
10740 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
10750 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
10760 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
10770 68 20 68 65 61 64 65 72 73 0a 0a 73 79 6e 63 5f h headers..sync_
10780 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 79 .c:.$(SRCDIR)/sy
10790 6e 63 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 nc.c $(SRCDIR)/V
107a0 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
107b0 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
107c0 53 52 43 44 49 52 29 2f 73 79 6e 63 2e 63 20 7c SRCDIR)/sync.c |
107d0 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
107e0 29 2f 56 45 52 53 49 4f 4e 20 3e 73 79 6e 63 5f )/VERSION >sync_
107f0 2e 63 0a 0a 73 79 6e 63 2e 6f 3a 09 73 79 6e 63 .c..sync.o:.sync
10800 5f 2e 63 20 73 79 6e 63 2e 68 20 20 24 28 53 52 _.c sync.h $(SR
10810 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
10820 24 28 58 54 43 43 29 20 2d 6f 20 73 79 6e 63 2e $(XTCC) -o sync.
10830 6f 20 2d 63 20 73 79 6e 63 5f 2e 63 0a 0a 73 79 o -c sync_.c..sy
10840 6e 63 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 nc.h:.makeheader
10850 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
10860 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 add_.c:add.h a
10870 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 dmin_sql_page_.c
10880 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e :admin_sql_page.
10890 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
108a0 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
108b0 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
108c0 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 browse_.c:brows
108d0 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 e.h cgi_.c:cgi.h
108e0 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 checkin_.c:chec
108f0 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e kin.h checkout_.
10900 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 c:checkout.h cle
10910 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 arsign_.c:clears
10920 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 ign.h clone_.c:c
10930 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 lone.h comformat
10940 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 _.c:comformat.h
10950 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e construct_.c:con
10960 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 struct.h content
10970 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 _.c:content.h db
10980 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e _.c:db.h delta_.
10990 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 c:delta.h deltac
109a0 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 md_.c:deltacmd.h
109b0 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a descendents_.c:
109c0 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 descendents.h di
109d0 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 ff_.c:diff.h dif
109e0 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e fcmd_.c:diffcmd.
109f0 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f h encode_.c:enco
10a00 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c de.h file_.c:fil
10a10 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 e.h http_.c:http
10a20 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e .h info_.c:info.
10a30 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e h login_.c:login
10a40 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e .h main_.c:main.
10a50 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 h manifest_.c:ma
10a60 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a nifest.h md5_.c:
10a70 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d md5.h merge_.c:m
10a80 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 erge.h merge3_.c
10a90 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 :merge3.h my_pag
10aa0 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e e_.c:my_page.h n
10ab0 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
10ac0 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
10ad0 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
10ae0 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
10af0 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
10b00 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 rebuild.h rss_.c
10b10 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 :rss.h schema_.c
10b20 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
10b30 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
10b40 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 .c:sha1.h string
10b50 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 _xform_.c:string
10b60 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e _xform.h style_.
10b70 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 c:style.h subscr
10b80 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 ipt_.c:subscript
10b90 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
10ba0 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
10bb0 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
10bc0 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a w.h timeline_.c:
10bd0 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e timeline.h tkt_.
10be0 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 c:tkt.h tktconfi
10bf0 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 g_.c:tktconfig.h
10c00 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 tktsetup_.c:tkt
10c10 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a setup.h undo_.c:
10c20 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 undo.h update_.c
10c30 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
10c40 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
10c50 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
10c60 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
10c70 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
10c80 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
10c90 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
10ca0 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
10cb0 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
10cc0 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
10cd0 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
10ce0 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
10cf0 74 61 67 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 tag_.c:.$(SRCDIR
10d00 29 2f 74 61 67 2e 63 20 24 28 53 52 43 44 49 52 )/tag.c $(SRCDIR
10d10 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
10d20 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
10d30 20 24 28 53 52 43 44 49 52 29 2f 74 61 67 2e 63 $(SRCDIR)/tag.c
10d40 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
10d50 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 74 61 67 IR)/VERSION >tag
10d60 5f 2e 63 0a 0a 74 61 67 2e 6f 3a 09 74 61 67 5f _.c..tag.o:.tag_
10d70 2e 63 20 74 61 67 2e 68 20 20 24 28 53 52 43 44 .c tag.h $(SRCD
10d80 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
10d90 58 54 43 43 29 20 2d 6f 20 74 61 67 2e 6f 20 2d XTCC) -o tag.o -
10da0 63 20 74 61 67 5f 2e 63 0a 0a 74 61 67 2e 68 3a c tag_.c..tag.h:
10db0 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
10dc0 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
10dd0 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
10de0 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 sql_page_.c:admi
10df0 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 n_sql_page.h bag
10e00 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
10e10 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
10e20 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
10e30 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
10e40 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
10e50 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
10e60 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
10e70 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
10e80 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
10e90 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
10ea0 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
10eb0 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
10ec0 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
10ed0 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
10ee0 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
10ef0 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
10f00 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
10f10 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
10f20 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
10f30 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
10f40 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
10f50 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
10f60 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
10f70 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
10f80 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
10f90 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
10fa0 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
10fb0 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
10fc0 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
10fd0 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
10fe0 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
10ff0 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
11000 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a e3.h my_page_.c:
11010 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e my_page.h name_.
11020 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
11030 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 c:pivot.h pqueue
11040 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 _.c:pqueue.h pri
11050 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
11060 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
11070 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e ld.h rss_.c:rss.
11080 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
11090 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
110a0 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
110b0 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 a1.h string_xfor
110c0 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 m_.c:string_xfor
110d0 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 m.h style_.c:sty
110e0 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e le.h subscript_.
110f0 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 c:subscript.h sy
11100 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 nc_.c:sync.h tag
11110 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 _.c:tag.h tagvie
11120 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 w_.c:tagview.h t
11130 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
11140 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
11150 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
11160 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
11170 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
11180 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
11190 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
111a0 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
111b0 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
111c0 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
111d0 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
111e0 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
111f0 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
11200 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
11210 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
11220 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
11230 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
11240 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
11250 68 20 68 65 61 64 65 72 73 0a 0a 74 61 67 76 69 h headers..tagvi
11260 65 77 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 ew_.c:.$(SRCDIR)
11270 2f 74 61 67 76 69 65 77 2e 63 20 24 28 53 52 43 /tagview.c $(SRC
11280 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
11290 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
112a0 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 74 61 ate $(SRCDIR)/ta
112b0 67 76 69 65 77 2e 63 20 7c 20 73 65 64 20 2d 66 gview.c | sed -f
112c0 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
112d0 4f 4e 20 3e 74 61 67 76 69 65 77 5f 2e 63 0a 0a ON >tagview_.c..
112e0 74 61 67 76 69 65 77 2e 6f 3a 09 74 61 67 76 69 tagview.o:.tagvi
112f0 65 77 5f 2e 63 20 74 61 67 76 69 65 77 2e 68 20 ew_.c tagview.h
11300 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
11310 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
11320 74 61 67 76 69 65 77 2e 6f 20 2d 63 20 74 61 67 tagview.o -c tag
11330 76 69 65 77 5f 2e 63 0a 0a 74 61 67 76 69 65 77 view_.c..tagview
11340 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a .h:.makeheaders.
11350 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 ../makeheaders
11360 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d add_.c:add.h adm
11370 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 in_sql_page_.c:a
11380 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 dmin_sql_page.h
11390 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f bag_.c:bag.h blo
113a0 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e b_.c:blob.h bran
113b0 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 ch_.c:branch.h b
113c0 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e rowse_.c:browse.
113d0 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 h cgi_.c:cgi.h c
113e0 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 heckin_.c:checki
113f0 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a n.h checkout_.c:
11400 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 checkout.h clear
11410 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 sign_.c:clearsig
11420 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f n.h clone_.c:clo
11430 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e ne.h comformat_.
11440 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f c:comformat.h co
11450 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 nstruct_.c:const
11460 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e ruct.h content_.
11470 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e c:content.h db_.
11480 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a c:db.h delta_.c:
11490 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 delta.h deltacmd
114a0 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 _.c:deltacmd.h d
114b0 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 escendents_.c:de
114c0 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 scendents.h diff
114d0 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 _.c:diff.h diffc
114e0 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 md_.c:diffcmd.h
114f0 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 encode_.c:encode
11500 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e .h file_.c:file.
11510 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 h http_.c:http.h
11520 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 info_.c:info.h
11530 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 login_.c:login.h
11540 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 main_.c:main.h
11550 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 manifest_.c:mani
11560 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 fest.h md5_.c:md
11570 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 5.h merge_.c:mer
11580 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d ge.h merge3_.c:m
11590 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f erge3.h my_page_
115a0 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d .c:my_page.h nam
115b0 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
115c0 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
115d0 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
115e0 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
115f0 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
11600 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 build.h rss_.c:r
11610 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ss.h schema_.c:s
11620 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
11630 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
11640 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 :sha1.h string_x
11650 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 form_.c:string_x
11660 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a form.h style_.c:
11670 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 style.h subscrip
11680 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 t_.c:subscript.h
11690 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
116a0 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 tag_.c:tag.h tag
116b0 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e view_.c:tagview.
116c0 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
116d0 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a meline.h tkt_.c:
116e0 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f tkt.h tktconfig_
116f0 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 .c:tktconfig.h t
11700 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 ktsetup_.c:tktse
11710 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e tup.h undo_.c:un
11720 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 do.h update_.c:u
11730 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
11740 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
11750 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
11760 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
11770 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
11780 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
11790 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
117a0 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
117b0 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
117c0 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
117d0 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
117e0 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 74 69 ouch headers..ti
117f0 6d 65 6c 69 6e 65 5f 2e 63 3a 09 24 28 53 52 43 meline_.c:.$(SRC
11800 44 49 52 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 DIR)/timeline.c
11810 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
11820 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
11830 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
11840 52 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 7c 20 R)/timeline.c |
11850 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
11860 2f 56 45 52 53 49 4f 4e 20 3e 74 69 6d 65 6c 69 /VERSION >timeli
11870 6e 65 5f 2e 63 0a 0a 74 69 6d 65 6c 69 6e 65 2e ne_.c..timeline.
11880 6f 3a 09 74 69 6d 65 6c 69 6e 65 5f 2e 63 20 74 o:.timeline_.c t
11890 69 6d 65 6c 69 6e 65 2e 68 20 20 24 28 53 52 43 imeline.h $(SRC
118a0 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
118b0 28 58 54 43 43 29 20 2d 6f 20 74 69 6d 65 6c 69 (XTCC) -o timeli
118c0 6e 65 2e 6f 20 2d 63 20 74 69 6d 65 6c 69 6e 65 ne.o -c timeline
118d0 5f 2e 63 0a 0a 74 69 6d 65 6c 69 6e 65 2e 68 3a _.c..timeline.h:
118e0 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
118f0 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
11900 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
11910 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 sql_page_.c:admi
11920 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 n_sql_page.h bag
11930 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
11940 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
11950 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
11960 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
11970 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
11980 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
11990 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
119a0 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
119b0 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
119c0 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
119d0 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
119e0 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
119f0 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
11a00 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
11a10 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
11a20 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
11a30 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
11a40 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
11a50 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
11a60 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
11a70 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
11a80 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
11a90 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
11aa0 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
11ab0 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
11ac0 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
11ad0 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
11ae0 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
11af0 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
11b00 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
11b10 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
11b20 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
11b30 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a e3.h my_page_.c:
11b40 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e my_page.h name_.
11b50 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
11b60 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 c:pivot.h pqueue
11b70 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 _.c:pqueue.h pri
11b80 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
11b90 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
11ba0 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e ld.h rss_.c:rss.
11bb0 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
11bc0 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
11bd0 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
11be0 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 a1.h string_xfor
11bf0 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 m_.c:string_xfor
11c00 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 m.h style_.c:sty
11c10 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e le.h subscript_.
11c20 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 c:subscript.h sy
11c30 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 nc_.c:sync.h tag
11c40 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 _.c:tag.h tagvie
11c50 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 w_.c:tagview.h t
11c60 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
11c70 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
11c80 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
11c90 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
11ca0 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
11cb0 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
11cc0 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
11cd0 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
11ce0 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
11cf0 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
11d00 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
11d10 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
11d20 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
11d30 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
11d40 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
11d50 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
11d60 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
11d70 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
11d80 68 20 68 65 61 64 65 72 73 0a 0a 74 6b 74 5f 2e h headers..tkt_.
11d90 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74 6b 74 c:.$(SRCDIR)/tkt
11da0 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
11db0 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
11dc0 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
11dd0 43 44 49 52 29 2f 74 6b 74 2e 63 20 7c 20 73 65 CDIR)/tkt.c | se
11de0 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
11df0 45 52 53 49 4f 4e 20 3e 74 6b 74 5f 2e 63 0a 0a ERSION >tkt_.c..
11e00 74 6b 74 2e 6f 3a 09 74 6b 74 5f 2e 63 20 74 6b tkt.o:.tkt_.c tk
11e10 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 t.h $(SRCDIR)/c
11e20 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
11e30 20 2d 6f 20 74 6b 74 2e 6f 20 2d 63 20 74 6b 74 -o tkt.o -c tkt
11e40 5f 2e 63 0a 0a 74 6b 74 2e 68 3a 09 6d 61 6b 65 _.c..tkt.h:.make
11e50 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 headers.../makeh
11e60 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 eaders add_.c:a
11e70 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 dd.h admin_sql_p
11e80 61 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c age_.c:admin_sql
11e90 5f 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 _page.h bag_.c:b
11ea0 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
11eb0 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
11ec0 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 anch.h browse_.c
11ed0 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 :browse.h cgi_.c
11ee0 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e :cgi.h checkin_.
11ef0 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 c:checkin.h chec
11f00 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 kout_.c:checkout
11f10 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a .h clearsign_.c:
11f20 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e clearsign.h clon
11f30 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d e_.c:clone.h com
11f40 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 format_.c:comfor
11f50 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f mat.h construct_
11f60 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 .c:construct.h c
11f70 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e ontent_.c:conten
11f80 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 t.h db_.c:db.h d
11f90 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 elta_.c:delta.h
11fa0 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 deltacmd_.c:delt
11fb0 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e acmd.h descenden
11fc0 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 ts_.c:descendent
11fd0 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 s.h diff_.c:diff
11fe0 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 .h diffcmd_.c:di
11ff0 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e ffcmd.h encode_.
12000 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f c:encode.h file_
12010 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e .c:file.h http_.
12020 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 c:http.h info_.c
12030 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 :info.h login_.c
12040 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 :login.h main_.c
12050 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 :main.h manifest
12060 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d _.c:manifest.h m
12070 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 d5_.c:md5.h merg
12080 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 e_.c:merge.h mer
12090 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 ge3_.c:merge3.h
120a0 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 my_page_.c:my_pa
120b0 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d ge.h name_.c:nam
120c0 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
120d0 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
120e0 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
120f0 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
12100 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
12110 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 rss_.c:rss.h sch
12120 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
12130 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
12140 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
12150 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a string_xform_.c:
12160 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 string_xform.h s
12170 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
12180 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 subscript_.c:sub
12190 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 script.h sync_.c
121a0 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
121b0 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
121c0 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 tagview.h timeli
121d0 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
121e0 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b tkt_.c:tkt.h tk
121f0 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f tconfig_.c:tktco
12200 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f nfig.h tktsetup_
12210 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e .c:tktsetup.h un
12220 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 do_.c:undo.h upd
12230 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
12240 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
12250 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
12260 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
12270 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
12280 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
12290 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
122a0 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
122b0 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
122c0 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
122d0 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
122e0 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
122f0 64 65 72 73 0a 0a 74 6b 74 63 6f 6e 66 69 67 5f ders..tktconfig_
12300 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74 6b .c:.$(SRCDIR)/tk
12310 74 63 6f 6e 66 69 67 2e 63 20 24 28 53 52 43 44 tconfig.c $(SRCD
12320 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
12330 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
12340 74 65 20 24 28 53 52 43 44 49 52 29 2f 74 6b 74 te $(SRCDIR)/tkt
12350 63 6f 6e 66 69 67 2e 63 20 7c 20 73 65 64 20 2d config.c | sed -
12360 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
12370 49 4f 4e 20 3e 74 6b 74 63 6f 6e 66 69 67 5f 2e ION >tktconfig_.
12380 63 0a 0a 74 6b 74 63 6f 6e 66 69 67 2e 6f 3a 09 c..tktconfig.o:.
12390 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 20 74 6b 74 tktconfig_.c tkt
123a0 63 6f 6e 66 69 67 2e 68 20 20 24 28 53 52 43 44 config.h $(SRCD
123b0 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
123c0 58 54 43 43 29 20 2d 6f 20 74 6b 74 63 6f 6e 66 XTCC) -o tktconf
123d0 69 67 2e 6f 20 2d 63 20 74 6b 74 63 6f 6e 66 69 ig.o -c tktconfi
123e0 67 5f 2e 63 0a 0a 74 6b 74 63 6f 6e 66 69 67 2e g_.c..tktconfig.
123f0 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
12400 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
12410 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 dd_.c:add.h admi
12420 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 n_sql_page_.c:ad
12430 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 min_sql_page.h b
12440 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
12450 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 _.c:blob.h branc
12460 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 h_.c:branch.h br
12470 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 owse_.c:browse.h
12480 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
12490 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
124a0 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
124b0 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
124c0 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
124d0 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
124e0 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
124f0 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
12500 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
12510 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
12520 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
12530 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
12540 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
12550 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
12560 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
12570 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
12580 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
12590 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
125a0 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
125b0 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
125c0 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
125d0 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
125e0 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
125f0 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
12600 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
12610 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
12620 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
12630 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
12640 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e rge3.h my_page_.
12650 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 c:my_page.h name
12660 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
12670 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 _.c:pivot.h pque
12680 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 ue_.c:pqueue.h p
12690 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
126a0 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
126b0 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 uild.h rss_.c:rs
126c0 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 s.h schema_.c:sc
126d0 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
126e0 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
126f0 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 sha1.h string_xf
12700 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 orm_.c:string_xf
12710 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 orm.h style_.c:s
12720 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 tyle.h subscript
12730 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 _.c:subscript.h
12740 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 sync_.c:sync.h t
12750 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 ag_.c:tag.h tagv
12760 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 iew_.c:tagview.h
12770 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d timeline_.c:tim
12780 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 eline.h tkt_.c:t
12790 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e kt.h tktconfig_.
127a0 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b c:tktconfig.h tk
127b0 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 tsetup_.c:tktset
127c0 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 up.h undo_.c:und
127d0 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
127e0 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
127f0 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
12800 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
12810 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
12820 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
12830 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
12840 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
12850 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
12860 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
12870 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
12880 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f ./VERSION.h..to
12890 75 63 68 20 68 65 61 64 65 72 73 0a 0a 74 6b 74 uch headers..tkt
128a0 73 65 74 75 70 5f 2e 63 3a 09 24 28 53 52 43 44 setup_.c:.$(SRCD
128b0 49 52 29 2f 74 6b 74 73 65 74 75 70 2e 63 20 24 IR)/tktsetup.c $
128c0 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
128d0 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
128e0 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
128f0 29 2f 74 6b 74 73 65 74 75 70 2e 63 20 7c 20 73 )/tktsetup.c | s
12900 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
12910 56 45 52 53 49 4f 4e 20 3e 74 6b 74 73 65 74 75 VERSION >tktsetu
12920 70 5f 2e 63 0a 0a 74 6b 74 73 65 74 75 70 2e 6f p_.c..tktsetup.o
12930 3a 09 74 6b 74 73 65 74 75 70 5f 2e 63 20 74 6b :.tktsetup_.c tk
12940 74 73 65 74 75 70 2e 68 20 20 24 28 53 52 43 44 tsetup.h $(SRCD
12950 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
12960 58 54 43 43 29 20 2d 6f 20 74 6b 74 73 65 74 75 XTCC) -o tktsetu
12970 70 2e 6f 20 2d 63 20 74 6b 74 73 65 74 75 70 5f p.o -c tktsetup_
12980 2e 63 0a 0a 74 6b 74 73 65 74 75 70 2e 68 3a 09 .c..tktsetup.h:.
12990 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d makeheaders.../m
129a0 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f akeheaders add_
129b0 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 73 .c:add.h admin_s
129c0 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 6e ql_page_.c:admin
129d0 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 5f _sql_page.h bag_
129e0 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 .c:bag.h blob_.c
129f0 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e :blob.h branch_.
12a00 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 c:branch.h brows
12a10 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 e_.c:browse.h cg
12a20 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b i_.c:cgi.h check
12a30 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 in_.c:checkin.h
12a40 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 checkout_.c:chec
12a50 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e kout.h clearsign
12a60 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 _.c:clearsign.h
12a70 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 clone_.c:clone.h
12a80 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f comformat_.c:co
12a90 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 mformat.h constr
12aa0 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 uct_.c:construct
12ab0 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f .h content_.c:co
12ac0 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 ntent.h db_.c:db
12ad0 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 .h delta_.c:delt
12ae0 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a a.h deltacmd_.c:
12af0 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 deltacmd.h desce
12b00 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e ndents_.c:descen
12b10 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a dents.h diff_.c:
12b20 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e diff.h diffcmd_.
12b30 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f c:diffcmd.h enco
12b40 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 de_.c:encode.h f
12b50 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 ile_.c:file.h ht
12b60 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 tp_.c:http.h inf
12b70 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 o_.c:info.h logi
12b80 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 n_.c:login.h mai
12b90 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 n_.c:main.h mani
12ba0 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 fest_.c:manifest
12bb0 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 .h md5_.c:md5.h
12bc0 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 merge_.c:merge.h
12bd0 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 merge3_.c:merge
12be0 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 3.h my_page_.c:m
12bf0 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 y_page.h name_.c
12c00 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
12c10 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
12c20 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
12c30 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
12c40 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
12c50 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 d.h rss_.c:rss.h
12c60 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
12c70 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
12c80 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
12c90 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 1.h string_xform
12ca0 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d _.c:string_xform
12cb0 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
12cc0 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 e.h subscript_.c
12cd0 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e :subscript.h syn
12ce0 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
12cf0 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 .c:tag.h tagview
12d00 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 _.c:tagview.h ti
12d10 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
12d20 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e ne.h tkt_.c:tkt.
12d30 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 h tktconfig_.c:t
12d40 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 ktconfig.h tktse
12d50 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e tup_.c:tktsetup.
12d60 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 h undo_.c:undo.h
12d70 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
12d80 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
12d90 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
12da0 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
12db0 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
12dc0 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
12dd0 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
12de0 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
12df0 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
12e00 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
12e10 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
12e20 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
12e30 20 68 65 61 64 65 72 73 0a 0a 75 6e 64 6f 5f 2e headers..undo_.
12e40 63 3a 09 24 28 53 52 43 44 49 52 29 2f 75 6e 64 c:.$(SRCDIR)/und
12e50 6f 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 o.c $(SRCDIR)/VE
12e60 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
12e70 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
12e80 52 43 44 49 52 29 2f 75 6e 64 6f 2e 63 20 7c 20 RCDIR)/undo.c |
12e90 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
12ea0 2f 56 45 52 53 49 4f 4e 20 3e 75 6e 64 6f 5f 2e /VERSION >undo_.
12eb0 63 0a 0a 75 6e 64 6f 2e 6f 3a 09 75 6e 64 6f 5f c..undo.o:.undo_
12ec0 2e 63 20 75 6e 64 6f 2e 68 20 20 24 28 53 52 43 .c undo.h $(SRC
12ed0 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
12ee0 28 58 54 43 43 29 20 2d 6f 20 75 6e 64 6f 2e 6f (XTCC) -o undo.o
12ef0 20 2d 63 20 75 6e 64 6f 5f 2e 63 0a 0a 75 6e 64 -c undo_.c..und
12f00 6f 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 o.h:.makeheaders
12f10 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
12f20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 64 add_.c:add.h ad
12f30 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 3a min_sql_page_.c:
12f40 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 admin_sql_page.h
12f50 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c bag_.c:bag.h bl
12f60 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 ob_.c:blob.h bra
12f70 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 nch_.c:branch.h
12f80 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 65 browse_.c:browse
12f90 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
12fa0 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
12fb0 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
12fc0 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
12fd0 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
12fe0 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
12ff0 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
13000 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
13010 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
13020 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
13030 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
13040 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
13050 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
13060 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
13070 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
13080 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
13090 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
130a0 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
130b0 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
130c0 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
130d0 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
130e0 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
130f0 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
13100 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
13110 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
13120 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
13130 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
13140 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
13150 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 65 merge3.h my_page
13160 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e 61 _.c:my_page.h na
13170 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
13180 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
13190 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
131a0 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
131b0 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
131c0 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a ebuild.h rss_.c:
131d0 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a rss.h schema_.c:
131e0 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
131f0 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
13200 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f c:sha1.h string_
13210 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f xform_.c:string_
13220 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 xform.h style_.c
13230 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 :style.h subscri
13240 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e pt_.c:subscript.
13250 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 h sync_.c:sync.h
13260 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 tag_.c:tag.h ta
13270 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 gview_.c:tagview
13280 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
13290 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 imeline.h tkt_.c
132a0 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 :tkt.h tktconfig
132b0 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 _.c:tktconfig.h
132c0 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 tktsetup_.c:tkts
132d0 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 etup.h undo_.c:u
132e0 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ndo.h update_.c:
132f0 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
13300 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
13310 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
13320 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
13330 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
13340 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
13350 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
13360 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
13370 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
13380 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
13390 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 .h ./VERSION.h..
133a0 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 75 touch headers..u
133b0 70 64 61 74 65 5f 2e 63 3a 09 24 28 53 52 43 44 pdate_.c:.$(SRCD
133c0 49 52 29 2f 75 70 64 61 74 65 2e 63 20 24 28 53 IR)/update.c $(S
133d0 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
133e0 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
133f0 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
13400 75 70 64 61 74 65 2e 63 20 7c 20 73 65 64 20 2d update.c | sed -
13410 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
13420 49 4f 4e 20 3e 75 70 64 61 74 65 5f 2e 63 0a 0a ION >update_.c..
13430 75 70 64 61 74 65 2e 6f 3a 09 75 70 64 61 74 65 update.o:.update
13440 5f 2e 63 20 75 70 64 61 74 65 2e 68 20 20 24 28 _.c update.h $(
13450 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
13460 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 75 70 64 ..$(XTCC) -o upd
13470 61 74 65 2e 6f 20 2d 63 20 75 70 64 61 74 65 5f ate.o -c update_
13480 2e 63 0a 0a 75 70 64 61 74 65 2e 68 3a 09 6d 61 .c..update.h:.ma
13490 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
134a0 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
134b0 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c :add.h admin_sql
134c0 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 _page_.c:admin_s
134d0 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 ql_page.h bag_.c
134e0 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 :bag.h blob_.c:b
134f0 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a lob.h branch_.c:
13500 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f branch.h browse_
13510 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f .c:browse.h cgi_
13520 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e .c:cgi.h checkin
13530 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 _.c:checkin.h ch
13540 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f eckout_.c:checko
13550 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e ut.h clearsign_.
13560 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c c:clearsign.h cl
13570 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 one_.c:clone.h c
13580 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 omformat_.c:comf
13590 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 ormat.h construc
135a0 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 t_.c:construct.h
135b0 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 content_.c:cont
135c0 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 ent.h db_.c:db.h
135d0 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e delta_.c:delta.
135e0 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 h deltacmd_.c:de
135f0 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 ltacmd.h descend
13600 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 ents_.c:descende
13610 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 nts.h diff_.c:di
13620 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a ff.h diffcmd_.c:
13630 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 diffcmd.h encode
13640 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c _.c:encode.h fil
13650 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 e_.c:file.h http
13660 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f _.c:http.h info_
13670 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f .c:info.h login_
13680 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f .c:login.h main_
13690 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 .c:main.h manife
136a0 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 st_.c:manifest.h
136b0 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 md5_.c:md5.h me
136c0 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d rge_.c:merge.h m
136d0 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e erge3_.c:merge3.
136e0 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f h my_page_.c:my_
136f0 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e page.h name_.c:n
13700 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
13710 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
13720 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
13730 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
13740 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
13750 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 h rss_.c:rss.h s
13760 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
13770 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
13780 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
13790 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e h string_xform_.
137a0 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 c:string_xform.h
137b0 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
137c0 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 h subscript_.c:s
137d0 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f ubscript.h sync_
137e0 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
137f0 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
13800 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 c:tagview.h time
13810 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
13820 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 .h tkt_.c:tkt.h
13830 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 tktconfig_.c:tkt
13840 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 config.h tktsetu
13850 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 p_.c:tktsetup.h
13860 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 undo_.c:undo.h u
13870 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
13880 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
13890 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
138a0 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
138b0 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
138c0 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
138d0 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
138e0 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
138f0 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
13900 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
13910 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
13920 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
13930 65 61 64 65 72 73 0a 0a 75 72 6c 5f 2e 63 3a 09 eaders..url_.c:.
13940 24 28 53 52 43 44 49 52 29 2f 75 72 6c 2e 63 20 $(SRCDIR)/url.c
13950 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
13960 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
13970 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
13980 52 29 2f 75 72 6c 2e 63 20 7c 20 73 65 64 20 2d R)/url.c | sed -
13990 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
139a0 49 4f 4e 20 3e 75 72 6c 5f 2e 63 0a 0a 75 72 6c ION >url_.c..url
139b0 2e 6f 3a 09 75 72 6c 5f 2e 63 20 75 72 6c 2e 68 .o:.url_.c url.h
139c0 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
139d0 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
139e0 20 75 72 6c 2e 6f 20 2d 63 20 75 72 6c 5f 2e 63 url.o -c url_.c
139f0 0a 0a 75 72 6c 2e 68 3a 09 6d 61 6b 65 68 65 61 ..url.h:.makehea
13a00 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
13a10 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
13a20 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 h admin_sql_page
13a30 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 _.c:admin_sql_pa
13a40 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e ge.h bag_.c:bag.
13a50 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
13a60 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 branch_.c:branc
13a70 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 h.h browse_.c:br
13a80 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 owse.h cgi_.c:cg
13a90 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
13aa0 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
13ab0 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
13ac0 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
13ad0 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
13ae0 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
13af0 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
13b00 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
13b10 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
13b20 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
13b30 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
13b40 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
13b50 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
13b60 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
13b70 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
13b80 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
13b90 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
13ba0 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
13bb0 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
13bc0 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
13bd0 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
13be0 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
13bf0 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
13c00 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
13c10 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
13c20 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
13c30 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
13c40 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f _.c:merge3.h my_
13c50 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e page_.c:my_page.
13c60 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
13c70 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
13c80 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 h pqueue_.c:pque
13c90 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ue.h printf_.c:p
13ca0 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
13cb0 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 .c:rebuild.h rss
13cc0 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 _.c:rss.h schema
13cd0 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
13ce0 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
13cf0 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 a1_.c:sha1.h str
13d00 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 ing_xform_.c:str
13d10 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c ing_xform.h styl
13d20 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 e_.c:style.h sub
13d30 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 script_.c:subscr
13d40 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 ipt.h sync_.c:sy
13d50 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e nc.h tag_.c:tag.
13d60 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 h tagview_.c:tag
13d70 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f view.h timeline_
13d80 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b .c:timeline.h tk
13d90 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f t_.c:tkt.h tktco
13da0 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 nfig_.c:tktconfi
13db0 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a g.h tktsetup_.c:
13dc0 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f tktsetup.h undo_
13dd0 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
13de0 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
13df0 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
13e00 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
13e10 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
13e20 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
13e30 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
13e40 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
13e50 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
13e60 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
13e70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
13e80 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
13e90 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
13ea0 73 0a 0a 75 73 65 72 5f 2e 63 3a 09 24 28 53 52 s..user_.c:.$(SR
13eb0 43 44 49 52 29 2f 75 73 65 72 2e 63 20 24 28 53 CDIR)/user.c $(S
13ec0 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
13ed0 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
13ee0 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
13ef0 75 73 65 72 2e 63 20 7c 20 73 65 64 20 2d 66 20 user.c | sed -f
13f00 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
13f10 4e 20 3e 75 73 65 72 5f 2e 63 0a 0a 75 73 65 72 N >user_.c..user
13f20 2e 6f 3a 09 75 73 65 72 5f 2e 63 20 75 73 65 72 .o:.user_.c user
13f30 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
13f40 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
13f50 2d 6f 20 75 73 65 72 2e 6f 20 2d 63 20 75 73 65 -o user.o -c use
13f60 72 5f 2e 63 0a 0a 75 73 65 72 2e 68 3a 09 6d 61 r_.c..user.h:.ma
13f70 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
13f80 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
13f90 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c :add.h admin_sql
13fa0 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 _page_.c:admin_s
13fb0 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 ql_page.h bag_.c
13fc0 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 :bag.h blob_.c:b
13fd0 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a lob.h branch_.c:
13fe0 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f branch.h browse_
13ff0 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f .c:browse.h cgi_
14000 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e .c:cgi.h checkin
14010 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 _.c:checkin.h ch
14020 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f eckout_.c:checko
14030 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e ut.h clearsign_.
14040 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c c:clearsign.h cl
14050 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 one_.c:clone.h c
14060 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 omformat_.c:comf
14070 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 ormat.h construc
14080 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 t_.c:construct.h
14090 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 content_.c:cont
140a0 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 ent.h db_.c:db.h
140b0 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e delta_.c:delta.
140c0 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 h deltacmd_.c:de
140d0 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 ltacmd.h descend
140e0 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 ents_.c:descende
140f0 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 nts.h diff_.c:di
14100 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a ff.h diffcmd_.c:
14110 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 diffcmd.h encode
14120 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c _.c:encode.h fil
14130 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 e_.c:file.h http
14140 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f _.c:http.h info_
14150 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f .c:info.h login_
14160 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f .c:login.h main_
14170 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 .c:main.h manife
14180 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 st_.c:manifest.h
14190 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 md5_.c:md5.h me
141a0 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d rge_.c:merge.h m
141b0 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e erge3_.c:merge3.
141c0 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f h my_page_.c:my_
141d0 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e page.h name_.c:n
141e0 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
141f0 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
14200 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
14210 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
14220 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
14230 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 h rss_.c:rss.h s
14240 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
14250 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
14260 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
14270 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e h string_xform_.
14280 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 c:string_xform.h
14290 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
142a0 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 h subscript_.c:s
142b0 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f ubscript.h sync_
142c0 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
142d0 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
142e0 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 c:tagview.h time
142f0 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
14300 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 .h tkt_.c:tkt.h
14310 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 tktconfig_.c:tkt
14320 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 config.h tktsetu
14330 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 p_.c:tktsetup.h
14340 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 undo_.c:undo.h u
14350 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
14360 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
14370 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
14380 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
14390 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
143a0 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
143b0 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
143c0 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
143d0 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
143e0 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
143f0 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
14400 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
14410 65 61 64 65 72 73 0a 0a 76 65 72 69 66 79 5f 2e eaders..verify_.
14420 63 3a 09 24 28 53 52 43 44 49 52 29 2f 76 65 72 c:.$(SRCDIR)/ver
14430 69 66 79 2e 63 20 24 28 53 52 43 44 49 52 29 2f ify.c $(SRCDIR)/
14440 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
14450 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
14460 28 53 52 43 44 49 52 29 2f 76 65 72 69 66 79 2e (SRCDIR)/verify.
14470 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
14480 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 76 65 DIR)/VERSION >ve
14490 72 69 66 79 5f 2e 63 0a 0a 76 65 72 69 66 79 2e rify_.c..verify.
144a0 6f 3a 09 76 65 72 69 66 79 5f 2e 63 20 76 65 72 o:.verify_.c ver
144b0 69 66 79 2e 68 20 20 24 28 53 52 43 44 49 52 29 ify.h $(SRCDIR)
144c0 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
144d0 43 29 20 2d 6f 20 76 65 72 69 66 79 2e 6f 20 2d C) -o verify.o -
144e0 63 20 76 65 72 69 66 79 5f 2e 63 0a 0a 76 65 72 c verify_.c..ver
144f0 69 66 79 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 ify.h:.makeheade
14500 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
14510 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
14520 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e admin_sql_page_.
14530 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 c:admin_sql_page
14540 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
14550 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
14560 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
14570 68 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 h browse_.c:brow
14580 73 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e se.h cgi_.c:cgi.
14590 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
145a0 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
145b0 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
145c0 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
145d0 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
145e0 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
145f0 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
14600 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
14610 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
14620 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
14630 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
14640 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
14650 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
14660 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
14670 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
14680 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
14690 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
146a0 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
146b0 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
146c0 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
146d0 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
146e0 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
146f0 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
14700 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
14710 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
14720 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
14730 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
14740 63 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 c:merge3.h my_pa
14750 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 ge_.c:my_page.h
14760 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
14770 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
14780 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 pqueue_.c:pqueue
14790 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
147a0 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
147b0 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e :rebuild.h rss_.
147c0 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e c:rss.h schema_.
147d0 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
147e0 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
147f0 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e _.c:sha1.h strin
14800 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e g_xform_.c:strin
14810 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f g_xform.h style_
14820 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 .c:style.h subsc
14830 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 ript_.c:subscrip
14840 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 t.h sync_.c:sync
14850 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 .h tag_.c:tag.h
14860 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 tagview_.c:tagvi
14870 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 ew.h timeline_.c
14880 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f :timeline.h tkt_
14890 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 .c:tkt.h tktconf
148a0 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e ig_.c:tktconfig.
148b0 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b h tktsetup_.c:tk
148c0 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 tsetup.h undo_.c
148d0 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
148e0 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
148f0 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
14900 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
14910 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
14920 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
14930 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
14940 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
14950 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
14960 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
14970 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
14980 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
14990 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
149a0 0a 76 66 69 6c 65 5f 2e 63 3a 09 24 28 53 52 43 .vfile_.c:.$(SRC
149b0 44 49 52 29 2f 76 66 69 6c 65 2e 63 20 24 28 53 DIR)/vfile.c $(S
149c0 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
149d0 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
149e0 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
149f0 76 66 69 6c 65 2e 63 20 7c 20 73 65 64 20 2d 66 vfile.c | sed -f
14a00 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
14a10 4f 4e 20 3e 76 66 69 6c 65 5f 2e 63 0a 0a 76 66 ON >vfile_.c..vf
14a20 69 6c 65 2e 6f 3a 09 76 66 69 6c 65 5f 2e 63 20 ile.o:.vfile_.c
14a30 76 66 69 6c 65 2e 68 20 20 24 28 53 52 43 44 49 vfile.h $(SRCDI
14a40 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
14a50 54 43 43 29 20 2d 6f 20 76 66 69 6c 65 2e 6f 20 TCC) -o vfile.o
14a60 2d 63 20 76 66 69 6c 65 5f 2e 63 0a 0a 76 66 69 -c vfile_.c..vfi
14a70 6c 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 le.h:.makeheader
14a80 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
14a90 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 61 add_.c:add.h a
14aa0 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 5f 2e 63 dmin_sql_page_.c
14ab0 3a 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 67 65 2e :admin_sql_page.
14ac0 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
14ad0 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
14ae0 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
14af0 20 62 72 6f 77 73 65 5f 2e 63 3a 62 72 6f 77 73 browse_.c:brows
14b00 65 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 e.h cgi_.c:cgi.h
14b10 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 checkin_.c:chec
14b20 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e kin.h checkout_.
14b30 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 c:checkout.h cle
14b40 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 arsign_.c:clears
14b50 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 ign.h clone_.c:c
14b60 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 lone.h comformat
14b70 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 _.c:comformat.h
14b80 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e construct_.c:con
14b90 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 struct.h content
14ba0 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 _.c:content.h db
14bb0 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e _.c:db.h delta_.
14bc0 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 c:delta.h deltac
14bd0 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 md_.c:deltacmd.h
14be0 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a descendents_.c:
14bf0 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 descendents.h di
14c00 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 ff_.c:diff.h dif
14c10 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e fcmd_.c:diffcmd.
14c20 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f h encode_.c:enco
14c30 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c de.h file_.c:fil
14c40 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 e.h http_.c:http
14c50 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e .h info_.c:info.
14c60 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e h login_.c:login
14c70 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e .h main_.c:main.
14c80 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 h manifest_.c:ma
14c90 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a nifest.h md5_.c:
14ca0 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d md5.h merge_.c:m
14cb0 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 erge.h merge3_.c
14cc0 3a 6d 65 72 67 65 33 2e 68 20 6d 79 5f 70 61 67 :merge3.h my_pag
14cd0 65 5f 2e 63 3a 6d 79 5f 70 61 67 65 2e 68 20 6e e_.c:my_page.h n
14ce0 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
14cf0 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
14d00 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
14d10 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
14d20 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
14d30 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 rebuild.h rss_.c
14d40 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 :rss.h schema_.c
14d50 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
14d60 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
14d70 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 .c:sha1.h string
14d80 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 _xform_.c:string
14d90 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e _xform.h style_.
14da0 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 c:style.h subscr
14db0 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 ipt_.c:subscript
14dc0 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
14dd0 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
14de0 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
14df0 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a w.h timeline_.c:
14e00 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e timeline.h tkt_.
14e10 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 c:tkt.h tktconfi
14e20 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 g_.c:tktconfig.h
14e30 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 tktsetup_.c:tkt
14e40 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a setup.h undo_.c:
14e50 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 undo.h update_.c
14e60 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
14e70 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
14e80 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
14e90 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
14ea0 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
14eb0 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
14ec0 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
14ed0 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
14ee0 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
14ef0 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
14f00 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
14f10 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
14f20 77 69 6b 69 5f 2e 63 3a 09 24 28 53 52 43 44 49 wiki_.c:.$(SRCDI
14f30 52 29 2f 77 69 6b 69 2e 63 20 24 28 53 52 43 44 R)/wiki.c $(SRCD
14f40 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
14f50 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
14f60 74 65 20 24 28 53 52 43 44 49 52 29 2f 77 69 6b te $(SRCDIR)/wik
14f70 69 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 i.c | sed -f $(S
14f80 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
14f90 77 69 6b 69 5f 2e 63 0a 0a 77 69 6b 69 2e 6f 3a wiki_.c..wiki.o:
14fa0 09 77 69 6b 69 5f 2e 63 20 77 69 6b 69 2e 68 20 .wiki_.c wiki.h
14fb0 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
14fc0 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
14fd0 77 69 6b 69 2e 6f 20 2d 63 20 77 69 6b 69 5f 2e wiki.o -c wiki_.
14fe0 63 0a 0a 77 69 6b 69 2e 68 3a 09 6d 61 6b 65 68 c..wiki.h:.makeh
14ff0 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
15000 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
15010 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 61 d.h admin_sql_pa
15020 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c 5f ge_.c:admin_sql_
15030 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 61 page.h bag_.c:ba
15040 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
15050 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 .h branch_.c:bra
15060 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 3a nch.h browse_.c:
15070 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 3a browse.h cgi_.c:
15080 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
15090 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
150a0 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
150b0 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
150c0 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
150d0 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
150e0 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
150f0 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
15100 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
15110 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
15120 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
15130 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
15140 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
15150 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
15160 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
15170 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
15180 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
15190 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
151a0 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
151b0 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
151c0 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
151d0 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
151e0 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
151f0 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
15200 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
15210 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
15220 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
15230 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6d e3_.c:merge3.h m
15240 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 67 y_page_.c:my_pag
15250 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 e.h name_.c:name
15260 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
15270 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 t.h pqueue_.c:pq
15280 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ueue.h printf_.c
15290 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
152a0 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 d_.c:rebuild.h r
152b0 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 ss_.c:rss.h sche
152c0 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
152d0 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
152e0 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
152f0 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 tring_xform_.c:s
15300 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 tring_xform.h st
15310 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
15320 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 ubscript_.c:subs
15330 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a cript.h sync_.c:
15340 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 sync.h tag_.c:ta
15350 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 g.h tagview_.c:t
15360 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e agview.h timelin
15370 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
15380 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 tkt_.c:tkt.h tkt
15390 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e config_.c:tktcon
153a0 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e fig.h tktsetup_.
153b0 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 c:tktsetup.h und
153c0 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
153d0 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
153e0 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
153f0 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
15400 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
15410 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
15420 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
15430 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
15440 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
15450 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
15460 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
15470 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
15480 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
15490 65 72 73 0a 0a 77 69 6b 69 66 6f 72 6d 61 74 5f ers..wikiformat_
154a0 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 77 69 .c:.$(SRCDIR)/wi
154b0 6b 69 66 6f 72 6d 61 74 2e 63 20 24 28 53 52 43 kiformat.c $(SRC
154c0 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
154d0 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
154e0 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 77 69 ate $(SRCDIR)/wi
154f0 6b 69 66 6f 72 6d 61 74 2e 63 20 7c 20 73 65 64 kiformat.c | sed
15500 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
15510 52 53 49 4f 4e 20 3e 77 69 6b 69 66 6f 72 6d 61 RSION >wikiforma
15520 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f 72 6d 61 74 t_.c..wikiformat
15530 2e 6f 3a 09 77 69 6b 69 66 6f 72 6d 61 74 5f 2e .o:.wikiformat_.
15540 63 20 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 20 c wikiformat.h
15550 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
15560 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 77 .h..$(XTCC) -o w
15570 69 6b 69 66 6f 72 6d 61 74 2e 6f 20 2d 63 20 77 ikiformat.o -c w
15580 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 0a 0a 77 69 ikiformat_.c..wi
15590 6b 69 66 6f 72 6d 61 74 2e 68 3a 09 6d 61 6b 65 kiformat.h:.make
155a0 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 headers.../makeh
155b0 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 eaders add_.c:a
155c0 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 dd.h admin_sql_p
155d0 61 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c age_.c:admin_sql
155e0 5f 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 _page.h bag_.c:b
155f0 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
15600 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
15610 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 anch.h browse_.c
15620 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 :browse.h cgi_.c
15630 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e :cgi.h checkin_.
15640 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 c:checkin.h chec
15650 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 kout_.c:checkout
15660 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a .h clearsign_.c:
15670 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e clearsign.h clon
15680 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d e_.c:clone.h com
15690 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 format_.c:comfor
156a0 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f mat.h construct_
156b0 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 .c:construct.h c
156c0 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e ontent_.c:conten
156d0 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 t.h db_.c:db.h d
156e0 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 elta_.c:delta.h
156f0 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 deltacmd_.c:delt
15700 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e acmd.h descenden
15710 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 ts_.c:descendent
15720 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 s.h diff_.c:diff
15730 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 .h diffcmd_.c:di
15740 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e ffcmd.h encode_.
15750 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f c:encode.h file_
15760 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e .c:file.h http_.
15770 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 c:http.h info_.c
15780 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 :info.h login_.c
15790 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 :login.h main_.c
157a0 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 :main.h manifest
157b0 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d _.c:manifest.h m
157c0 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 d5_.c:md5.h merg
157d0 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 e_.c:merge.h mer
157e0 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 ge3_.c:merge3.h
157f0 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 my_page_.c:my_pa
15800 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d ge.h name_.c:nam
15810 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
15820 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
15830 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
15840 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
15850 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
15860 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 rss_.c:rss.h sch
15870 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
15880 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
15890 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
158a0 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a string_xform_.c:
158b0 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 string_xform.h s
158c0 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
158d0 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 subscript_.c:sub
158e0 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 script.h sync_.c
158f0 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
15900 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
15910 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 tagview.h timeli
15920 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
15930 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b tkt_.c:tkt.h tk
15940 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f tconfig_.c:tktco
15950 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f nfig.h tktsetup_
15960 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e .c:tktsetup.h un
15970 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 do_.c:undo.h upd
15980 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
15990 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
159a0 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
159b0 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
159c0 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
159d0 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
159e0 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
159f0 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
15a00 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
15a10 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
15a20 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
15a30 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
15a40 64 65 72 73 0a 0a 78 66 65 72 5f 2e 63 3a 09 24 ders..xfer_.c:.$
15a50 28 53 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20 (SRCDIR)/xfer.c
15a60 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
15a70 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
15a80 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
15a90 52 29 2f 78 66 65 72 2e 63 20 7c 20 73 65 64 20 R)/xfer.c | sed
15aa0 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
15ab0 53 49 4f 4e 20 3e 78 66 65 72 5f 2e 63 0a 0a 78 SION >xfer_.c..x
15ac0 66 65 72 2e 6f 3a 09 78 66 65 72 5f 2e 63 20 78 fer.o:.xfer_.c x
15ad0 66 65 72 2e 68 20 20 24 28 53 52 43 44 49 52 29 fer.h $(SRCDIR)
15ae0 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
15af0 43 29 20 2d 6f 20 78 66 65 72 2e 6f 20 2d 63 20 C) -o xfer.o -c
15b00 78 66 65 72 5f 2e 63 0a 0a 78 66 65 72 2e 68 3a xfer_.c..xfer.h:
15b10 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
15b20 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
15b30 5f 2e 63 3a 61 64 64 2e 68 20 61 64 6d 69 6e 5f _.c:add.h admin_
15b40 73 71 6c 5f 70 61 67 65 5f 2e 63 3a 61 64 6d 69 sql_page_.c:admi
15b50 6e 5f 73 71 6c 5f 70 61 67 65 2e 68 20 62 61 67 n_sql_page.h bag
15b60 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
15b70 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
15b80 2e 63 3a 62 72 61 6e 63 68 2e 68 20 62 72 6f 77 .c:branch.h brow
15b90 73 65 5f 2e 63 3a 62 72 6f 77 73 65 2e 68 20 63 se_.c:browse.h c
15ba0 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
15bb0 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
15bc0 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
15bd0 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
15be0 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
15bf0 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
15c00 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
15c10 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
15c20 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
15c30 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
15c40 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
15c50 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
15c60 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
15c70 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
15c80 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
15c90 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
15ca0 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
15cb0 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
15cc0 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
15cd0 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
15ce0 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
15cf0 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
15d00 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
15d10 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
15d20 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
15d30 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
15d40 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
15d50 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
15d60 65 33 2e 68 20 6d 79 5f 70 61 67 65 5f 2e 63 3a e3.h my_page_.c:
15d70 6d 79 5f 70 61 67 65 2e 68 20 6e 61 6d 65 5f 2e my_page.h name_.
15d80 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e c:name.h pivot_.
15d90 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 c:pivot.h pqueue
15da0 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 _.c:pqueue.h pri
15db0 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
15dc0 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
15dd0 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e ld.h rss_.c:rss.
15de0 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
15df0 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
15e00 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
15e10 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 a1.h string_xfor
15e20 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 m_.c:string_xfor
15e30 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 m.h style_.c:sty
15e40 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e le.h subscript_.
15e50 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 c:subscript.h sy
15e60 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 nc_.c:sync.h tag
15e70 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 _.c:tag.h tagvie
15e80 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 w_.c:tagview.h t
15e90 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
15ea0 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 ine.h tkt_.c:tkt
15eb0 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a .h tktconfig_.c:
15ec0 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 tktconfig.h tkts
15ed0 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 etup_.c:tktsetup
15ee0 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
15ef0 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
15f00 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
15f10 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
15f20 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
15f30 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
15f40 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
15f50 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
15f60 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
15f70 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
15f80 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
15f90 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
15fa0 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
15fb0 68 20 68 65 61 64 65 72 73 0a 0a 7a 69 70 5f 2e h headers..zip_.
15fc0 63 3a 09 24 28 53 52 43 44 49 52 29 2f 7a 69 70 c:.$(SRCDIR)/zip
15fd0 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
15fe0 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
15ff0 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
16000 43 44 49 52 29 2f 7a 69 70 2e 63 20 7c 20 73 65 CDIR)/zip.c | se
16010 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
16020 45 52 53 49 4f 4e 20 3e 7a 69 70 5f 2e 63 0a 0a ERSION >zip_.c..
16030 7a 69 70 2e 6f 3a 09 7a 69 70 5f 2e 63 20 7a 69 zip.o:.zip_.c zi
16040 70 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 p.h $(SRCDIR)/c
16050 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
16060 20 2d 6f 20 7a 69 70 2e 6f 20 2d 63 20 7a 69 70 -o zip.o -c zip
16070 5f 2e 63 0a 0a 7a 69 70 2e 68 3a 09 6d 61 6b 65 _.c..zip.h:.make
16080 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 headers.../makeh
16090 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 eaders add_.c:a
160a0 64 64 2e 68 20 61 64 6d 69 6e 5f 73 71 6c 5f 70 dd.h admin_sql_p
160b0 61 67 65 5f 2e 63 3a 61 64 6d 69 6e 5f 73 71 6c age_.c:admin_sql
160c0 5f 70 61 67 65 2e 68 20 62 61 67 5f 2e 63 3a 62 _page.h bag_.c:b
160d0 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
160e0 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
160f0 61 6e 63 68 2e 68 20 62 72 6f 77 73 65 5f 2e 63 anch.h browse_.c
16100 3a 62 72 6f 77 73 65 2e 68 20 63 67 69 5f 2e 63 :browse.h cgi_.c
16110 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e :cgi.h checkin_.
16120 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 c:checkin.h chec
16130 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 kout_.c:checkout
16140 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a .h clearsign_.c:
16150 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e clearsign.h clon
16160 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d e_.c:clone.h com
16170 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 format_.c:comfor
16180 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f mat.h construct_
16190 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 .c:construct.h c
161a0 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e ontent_.c:conten
161b0 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 t.h db_.c:db.h d
161c0 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 elta_.c:delta.h
161d0 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 deltacmd_.c:delt
161e0 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e acmd.h descenden
161f0 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 ts_.c:descendent
16200 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 s.h diff_.c:diff
16210 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 .h diffcmd_.c:di
16220 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e ffcmd.h encode_.
16230 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f c:encode.h file_
16240 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e .c:file.h http_.
16250 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 c:http.h info_.c
16260 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 :info.h login_.c
16270 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 :login.h main_.c
16280 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 :main.h manifest
16290 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d _.c:manifest.h m
162a0 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 d5_.c:md5.h merg
162b0 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 e_.c:merge.h mer
162c0 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 ge3_.c:merge3.h
162d0 6d 79 5f 70 61 67 65 5f 2e 63 3a 6d 79 5f 70 61 my_page_.c:my_pa
162e0 67 65 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d ge.h name_.c:nam
162f0 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
16300 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
16310 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
16320 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
16330 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
16340 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 rss_.c:rss.h sch
16350 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
16360 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
16370 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
16380 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a string_xform_.c:
16390 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 string_xform.h s
163a0 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
163b0 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 subscript_.c:sub
163c0 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 script.h sync_.c
163d0 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
163e0 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
163f0 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 tagview.h timeli
16400 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
16410 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b tkt_.c:tkt.h tk
16420 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f tconfig_.c:tktco
16430 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f nfig.h tktsetup_
16440 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e .c:tktsetup.h un
16450 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 do_.c:undo.h upd
16460 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
16470 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
16480 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
16490 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
164a0 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
164b0 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
164c0 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
164d0 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
164e0 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
164f0 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
16500 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
16510 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
16520 64 65 72 73 0a 0a 73 71 6c 69 74 65 33 2e 6f 3a ders..sqlite3.o:
16530 09 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 .$(SRCDIR)/sqlit
16540 65 33 2e 63 0a 09 24 28 58 54 43 43 29 20 2d 44 e3.c..$(XTCC) -D
16550 53 51 4c 49 54 45 5f 4f 4d 49 54 5f 4c 4f 41 44 SQLITE_OMIT_LOAD
16560 5f 45 58 54 45 4e 53 49 4f 4e 3d 31 20 2d 44 53 _EXTENSION=1 -DS
16570 51 4c 49 54 45 5f 50 52 49 56 41 54 45 3d 20 2d QLITE_PRIVATE= -
16580 44 53 51 4c 49 54 45 5f 54 48 52 45 41 44 53 41 DSQLITE_THREADSA
16590 46 45 3d 30 20 2d 44 53 51 4c 49 54 45 5f 44 45 FE=0 -DSQLITE_DE
165a0 46 41 55 4c 54 5f 46 49 4c 45 5f 46 4f 52 4d 41 FAULT_FILE_FORMA
165b0 54 3d 34 20 2d 44 53 51 4c 49 54 45 5f 45 4e 41 T=4 -DSQLITE_ENA
165c0 42 4c 45 5f 46 54 53 33 3d 31 20 2d 63 20 24 28 BLE_FTS3=1 -c $(
165d0 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
165e0 63 20 2d 6f 20 73 71 6c 69 74 65 33 2e 6f 0a 0a c -o sqlite3.o..