Artifact 32fb8023fadd3d8d00641b41008859897156db88:
File
src/main.mk
part of check-in
[9c01af2d22]
- refactored some /tagview code into more generic bits. Added string_xform.c.
by
stephan on
2008-02-03 21:56:52.
0000: 23 20 44 4f 20 4e 4f 54 20 45 44 49 54 0a 23 0a # DO NOT EDIT.#.
0010: 23 20 54 68 69 73 20 66 69 6c 65 20 69 73 20 61 # This file is a
0020: 75 74 6f 6d 61 74 69 63 61 6c 6c 79 20 67 65 6e utomatically gen
0030: 65 72 61 74 65 64 2e 20 20 49 6e 73 74 65 61 64 erated. Instead
0040: 20 6f 66 20 65 64 69 74 69 6e 67 20 74 68 69 73 of editing this
0050: 0a 23 20 66 69 6c 65 2c 20 65 64 69 74 20 22 6d .# file, edit "m
0060: 61 6b 65 6d 61 6b 65 2e 74 63 6c 22 20 74 68 65 akemake.tcl" the
0070: 6e 20 72 75 6e 20 22 74 63 6c 73 68 20 6d 61 6b n run "tclsh mak
0080: 65 6d 61 6b 65 2e 74 63 6c 20 3e 6d 61 69 6e 2e emake.tcl >main.
0090: 6d 6b 22 0a 23 20 74 6f 20 72 65 67 65 6e 65 72 mk".# to regener
00a0: 61 74 65 20 74 68 69 73 20 66 69 6c 65 2e 0a 23 ate this file..#
00b0: 0a 23 20 54 68 69 73 20 66 69 6c 65 20 69 73 20 .# This file is
00c0: 69 6e 63 6c 75 64 65 64 20 62 79 20 6c 69 6e 75 included by linu
00d0: 78 2d 67 63 63 2e 6d 6b 20 6f 72 20 6c 69 6e 75 x-gcc.mk or linu
00e0: 78 2d 6d 69 6e 67 77 2e 6d 6b 20 6f 72 20 70 6f x-mingw.mk or po
00f0: 73 73 69 62 6c 65 0a 23 20 73 6f 6d 65 20 6f 74 ssible.# some ot
0100: 68 65 72 20 6d 61 6b 65 66 69 6c 65 73 2e 20 20 her makefiles.
0110: 54 68 69 73 20 66 69 6c 65 20 63 6f 6e 74 61 69 This file contai
0120: 6e 73 20 74 68 65 20 72 75 6c 65 73 20 74 68 61 ns the rules tha
0130: 74 20 61 72 65 20 63 6f 6d 6d 6f 6e 0a 23 20 74 t are common.# t
0140: 6f 20 62 75 69 6c 64 69 6e 67 20 72 65 67 61 72 o building regar
0150: 64 6c 65 73 73 20 6f 66 20 74 68 65 20 74 61 72 dless of the tar
0160: 67 65 74 2e 0a 23 0a 0a 58 54 43 43 20 3d 20 24 get..#..XTCC = $
0170: 28 54 43 43 29 20 24 28 43 46 4c 41 47 53 29 20 (TCC) $(CFLAGS)
0180: 2d 49 2e 20 2d 49 24 28 53 52 43 44 49 52 29 0a -I. -I$(SRCDIR).
0190: 0a 0a 53 52 43 20 3d 20 5c 0a 20 20 24 28 53 52 ..SRC = \. $(SR
01a0: 43 44 49 52 29 2f 61 64 64 2e 63 20 5c 0a 20 20 CDIR)/add.c \.
01b0: 24 28 53 52 43 44 49 52 29 2f 62 61 67 2e 63 20 $(SRCDIR)/bag.c
01c0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 62 6c \. $(SRCDIR)/bl
01d0: 6f 62 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 ob.c \. $(SRCDI
01e0: 52 29 2f 62 72 61 6e 63 68 2e 63 20 5c 0a 20 20 R)/branch.c \.
01f0: 24 28 53 52 43 44 49 52 29 2f 63 67 69 2e 63 20 $(SRCDIR)/cgi.c
0200: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 68 \. $(SRCDIR)/ch
0210: 65 63 6b 69 6e 2e 63 20 5c 0a 20 20 24 28 53 52 eckin.c \. $(SR
0220: 43 44 49 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63 CDIR)/checkout.c
0230: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 \. $(SRCDIR)/c
0240: 6c 65 61 72 73 69 67 6e 2e 63 20 5c 0a 20 20 24 learsign.c \. $
0250: 28 53 52 43 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 (SRCDIR)/clone.c
0260: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 \. $(SRCDIR)/c
0270: 6f 6d 66 6f 72 6d 61 74 2e 63 20 5c 0a 20 20 24 omformat.c \. $
0280: 28 53 52 43 44 49 52 29 2f 63 6f 6e 73 74 72 75 (SRCDIR)/constru
0290: 63 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 ct.c \. $(SRCDI
02a0: 52 29 2f 63 6f 6e 74 65 6e 74 2e 63 20 5c 0a 20 R)/content.c \.
02b0: 20 24 28 53 52 43 44 49 52 29 2f 64 62 2e 63 20 $(SRCDIR)/db.c
02c0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 65 \. $(SRCDIR)/de
02d0: 6c 74 61 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 lta.c \. $(SRCD
02e0: 49 52 29 2f 64 65 6c 74 61 63 6d 64 2e 63 20 5c IR)/deltacmd.c \
02f0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 65 73 . $(SRCDIR)/des
0300: 63 65 6e 64 65 6e 74 73 2e 63 20 5c 0a 20 20 24 cendents.c \. $
0310: 28 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63 20 (SRCDIR)/diff.c
0320: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 69 \. $(SRCDIR)/di
0330: 66 66 63 6d 64 2e 63 20 5c 0a 20 20 24 28 53 52 ffcmd.c \. $(SR
0340: 43 44 49 52 29 2f 65 6e 63 6f 64 65 2e 63 20 5c CDIR)/encode.c \
0350: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 66 69 6c . $(SRCDIR)/fil
0360: 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 e.c \. $(SRCDIR
0370: 29 2f 68 74 74 70 2e 63 20 5c 0a 20 20 24 28 53 )/http.c \. $(S
0380: 52 43 44 49 52 29 2f 69 6e 66 6f 2e 63 20 5c 0a RCDIR)/info.c \.
0390: 20 20 24 28 53 52 43 44 49 52 29 2f 6c 6f 67 69 $(SRCDIR)/logi
03a0: 6e 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 n.c \. $(SRCDIR
03b0: 29 2f 6d 61 69 6e 2e 63 20 5c 0a 20 20 24 28 53 )/main.c \. $(S
03c0: 52 43 44 49 52 29 2f 6d 61 6e 69 66 65 73 74 2e RCDIR)/manifest.
03d0: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
03e0: 6d 64 35 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 md5.c \. $(SRCD
03f0: 49 52 29 2f 6d 65 72 67 65 2e 63 20 5c 0a 20 20 IR)/merge.c \.
0400: 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 33 $(SRCDIR)/merge3
0410: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0420: 2f 6e 61 6d 65 2e 63 20 5c 0a 20 20 24 28 53 52 /name.c \. $(SR
0430: 43 44 49 52 29 2f 70 69 76 6f 74 2e 63 20 5c 0a CDIR)/pivot.c \.
0440: 20 20 24 28 53 52 43 44 49 52 29 2f 70 71 75 65 $(SRCDIR)/pque
0450: 75 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 ue.c \. $(SRCDI
0460: 52 29 2f 70 72 69 6e 74 66 2e 63 20 5c 0a 20 20 R)/printf.c \.
0470: 24 28 53 52 43 44 49 52 29 2f 72 65 62 75 69 6c $(SRCDIR)/rebuil
0480: 64 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 d.c \. $(SRCDIR
0490: 29 2f 72 73 73 2e 63 20 5c 0a 20 20 24 28 53 52 )/rss.c \. $(SR
04a0: 43 44 49 52 29 2f 73 63 68 65 6d 61 2e 63 20 5c CDIR)/schema.c \
04b0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 65 74 . $(SRCDIR)/set
04c0: 75 70 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 up.c \. $(SRCDI
04d0: 52 29 2f 73 68 61 31 2e 63 20 5c 0a 20 20 24 28 R)/sha1.c \. $(
04e0: 53 52 43 44 49 52 29 2f 73 74 72 69 6e 67 5f 78 SRCDIR)/string_x
04f0: 66 6f 72 6d 2e 63 20 5c 0a 20 20 24 28 53 52 43 form.c \. $(SRC
0500: 44 49 52 29 2f 73 74 79 6c 65 2e 63 20 5c 0a 20 DIR)/style.c \.
0510: 20 24 28 53 52 43 44 49 52 29 2f 73 75 62 73 63 $(SRCDIR)/subsc
0520: 72 69 70 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 ript.c \. $(SRC
0530: 44 49 52 29 2f 73 79 6e 63 2e 63 20 5c 0a 20 20 DIR)/sync.c \.
0540: 24 28 53 52 43 44 49 52 29 2f 74 61 67 2e 63 20 $(SRCDIR)/tag.c
0550: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 74 61 \. $(SRCDIR)/ta
0560: 67 76 69 65 77 2e 63 20 5c 0a 20 20 24 28 53 52 gview.c \. $(SR
0570: 43 44 49 52 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 CDIR)/timeline.c
0580: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 74 \. $(SRCDIR)/t
0590: 6b 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 kt.c \. $(SRCDI
05a0: 52 29 2f 74 6b 74 63 6f 6e 66 69 67 2e 63 20 5c R)/tktconfig.c \
05b0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 74 6b 74 . $(SRCDIR)/tkt
05c0: 73 65 74 75 70 2e 63 20 5c 0a 20 20 24 28 53 52 setup.c \. $(SR
05d0: 43 44 49 52 29 2f 75 6e 64 6f 2e 63 20 5c 0a 20 CDIR)/undo.c \.
05e0: 20 24 28 53 52 43 44 49 52 29 2f 75 70 64 61 74 $(SRCDIR)/updat
05f0: 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 e.c \. $(SRCDIR
0600: 29 2f 75 72 6c 2e 63 20 5c 0a 20 20 24 28 53 52 )/url.c \. $(SR
0610: 43 44 49 52 29 2f 75 73 65 72 2e 63 20 5c 0a 20 CDIR)/user.c \.
0620: 20 24 28 53 52 43 44 49 52 29 2f 76 65 72 69 66 $(SRCDIR)/verif
0630: 79 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 y.c \. $(SRCDIR
0640: 29 2f 76 66 69 6c 65 2e 63 20 5c 0a 20 20 24 28 )/vfile.c \. $(
0650: 53 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 20 5c SRCDIR)/wiki.c \
0660: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 77 69 6b . $(SRCDIR)/wik
0670: 69 66 6f 72 6d 61 74 2e 63 20 5c 0a 20 20 24 28 iformat.c \. $(
0680: 53 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20 5c SRCDIR)/xfer.c \
0690: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 7a 69 70 . $(SRCDIR)/zip
06a0: 2e 63 0a 0a 54 52 41 4e 53 5f 53 52 43 20 3d 20 .c..TRANS_SRC =
06b0: 5c 0a 20 20 61 64 64 5f 2e 63 20 5c 0a 20 20 62 \. add_.c \. b
06c0: 61 67 5f 2e 63 20 5c 0a 20 20 62 6c 6f 62 5f 2e ag_.c \. blob_.
06d0: 63 20 5c 0a 20 20 62 72 61 6e 63 68 5f 2e 63 20 c \. branch_.c
06e0: 5c 0a 20 20 63 67 69 5f 2e 63 20 5c 0a 20 20 63 \. cgi_.c \. c
06f0: 68 65 63 6b 69 6e 5f 2e 63 20 5c 0a 20 20 63 68 heckin_.c \. ch
0700: 65 63 6b 6f 75 74 5f 2e 63 20 5c 0a 20 20 63 6c eckout_.c \. cl
0710: 65 61 72 73 69 67 6e 5f 2e 63 20 5c 0a 20 20 63 earsign_.c \. c
0720: 6c 6f 6e 65 5f 2e 63 20 5c 0a 20 20 63 6f 6d 66 lone_.c \. comf
0730: 6f 72 6d 61 74 5f 2e 63 20 5c 0a 20 20 63 6f 6e ormat_.c \. con
0740: 73 74 72 75 63 74 5f 2e 63 20 5c 0a 20 20 63 6f struct_.c \. co
0750: 6e 74 65 6e 74 5f 2e 63 20 5c 0a 20 20 64 62 5f ntent_.c \. db_
0760: 2e 63 20 5c 0a 20 20 64 65 6c 74 61 5f 2e 63 20 .c \. delta_.c
0770: 5c 0a 20 20 64 65 6c 74 61 63 6d 64 5f 2e 63 20 \. deltacmd_.c
0780: 5c 0a 20 20 64 65 73 63 65 6e 64 65 6e 74 73 5f \. descendents_
0790: 2e 63 20 5c 0a 20 20 64 69 66 66 5f 2e 63 20 5c .c \. diff_.c \
07a0: 0a 20 20 64 69 66 66 63 6d 64 5f 2e 63 20 5c 0a . diffcmd_.c \.
07b0: 20 20 65 6e 63 6f 64 65 5f 2e 63 20 5c 0a 20 20 encode_.c \.
07c0: 66 69 6c 65 5f 2e 63 20 5c 0a 20 20 68 74 74 70 file_.c \. http
07d0: 5f 2e 63 20 5c 0a 20 20 69 6e 66 6f 5f 2e 63 20 _.c \. info_.c
07e0: 5c 0a 20 20 6c 6f 67 69 6e 5f 2e 63 20 5c 0a 20 \. login_.c \.
07f0: 20 6d 61 69 6e 5f 2e 63 20 5c 0a 20 20 6d 61 6e main_.c \. man
0800: 69 66 65 73 74 5f 2e 63 20 5c 0a 20 20 6d 64 35 ifest_.c \. md5
0810: 5f 2e 63 20 5c 0a 20 20 6d 65 72 67 65 5f 2e 63 _.c \. merge_.c
0820: 20 5c 0a 20 20 6d 65 72 67 65 33 5f 2e 63 20 5c \. merge3_.c \
0830: 0a 20 20 6e 61 6d 65 5f 2e 63 20 5c 0a 20 20 70 . name_.c \. p
0840: 69 76 6f 74 5f 2e 63 20 5c 0a 20 20 70 71 75 65 ivot_.c \. pque
0850: 75 65 5f 2e 63 20 5c 0a 20 20 70 72 69 6e 74 66 ue_.c \. printf
0860: 5f 2e 63 20 5c 0a 20 20 72 65 62 75 69 6c 64 5f _.c \. rebuild_
0870: 2e 63 20 5c 0a 20 20 72 73 73 5f 2e 63 20 5c 0a .c \. rss_.c \.
0880: 20 20 73 63 68 65 6d 61 5f 2e 63 20 5c 0a 20 20 schema_.c \.
0890: 73 65 74 75 70 5f 2e 63 20 5c 0a 20 20 73 68 61 setup_.c \. sha
08a0: 31 5f 2e 63 20 5c 0a 20 20 73 74 72 69 6e 67 5f 1_.c \. string_
08b0: 78 66 6f 72 6d 5f 2e 63 20 5c 0a 20 20 73 74 79 xform_.c \. sty
08c0: 6c 65 5f 2e 63 20 5c 0a 20 20 73 75 62 73 63 72 le_.c \. subscr
08d0: 69 70 74 5f 2e 63 20 5c 0a 20 20 73 79 6e 63 5f ipt_.c \. sync_
08e0: 2e 63 20 5c 0a 20 20 74 61 67 5f 2e 63 20 5c 0a .c \. tag_.c \.
08f0: 20 20 74 61 67 76 69 65 77 5f 2e 63 20 5c 0a 20 tagview_.c \.
0900: 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 20 5c 0a 20 timeline_.c \.
0910: 20 74 6b 74 5f 2e 63 20 5c 0a 20 20 74 6b 74 63 tkt_.c \. tktc
0920: 6f 6e 66 69 67 5f 2e 63 20 5c 0a 20 20 74 6b 74 onfig_.c \. tkt
0930: 73 65 74 75 70 5f 2e 63 20 5c 0a 20 20 75 6e 64 setup_.c \. und
0940: 6f 5f 2e 63 20 5c 0a 20 20 75 70 64 61 74 65 5f o_.c \. update_
0950: 2e 63 20 5c 0a 20 20 75 72 6c 5f 2e 63 20 5c 0a .c \. url_.c \.
0960: 20 20 75 73 65 72 5f 2e 63 20 5c 0a 20 20 76 65 user_.c \. ve
0970: 72 69 66 79 5f 2e 63 20 5c 0a 20 20 76 66 69 6c rify_.c \. vfil
0980: 65 5f 2e 63 20 5c 0a 20 20 77 69 6b 69 5f 2e 63 e_.c \. wiki_.c
0990: 20 5c 0a 20 20 77 69 6b 69 66 6f 72 6d 61 74 5f \. wikiformat_
09a0: 2e 63 20 5c 0a 20 20 78 66 65 72 5f 2e 63 20 5c .c \. xfer_.c \
09b0: 0a 20 20 7a 69 70 5f 2e 63 0a 0a 4f 42 4a 20 3d . zip_.c..OBJ =
09c0: 20 5c 0a 20 20 61 64 64 2e 6f 20 5c 0a 20 20 62 \. add.o \. b
09d0: 61 67 2e 6f 20 5c 0a 20 20 62 6c 6f 62 2e 6f 20 ag.o \. blob.o
09e0: 5c 0a 20 20 62 72 61 6e 63 68 2e 6f 20 5c 0a 20 \. branch.o \.
09f0: 20 63 67 69 2e 6f 20 5c 0a 20 20 63 68 65 63 6b cgi.o \. check
0a00: 69 6e 2e 6f 20 5c 0a 20 20 63 68 65 63 6b 6f 75 in.o \. checkou
0a10: 74 2e 6f 20 5c 0a 20 20 63 6c 65 61 72 73 69 67 t.o \. clearsig
0a20: 6e 2e 6f 20 5c 0a 20 20 63 6c 6f 6e 65 2e 6f 20 n.o \. clone.o
0a30: 5c 0a 20 20 63 6f 6d 66 6f 72 6d 61 74 2e 6f 20 \. comformat.o
0a40: 5c 0a 20 20 63 6f 6e 73 74 72 75 63 74 2e 6f 20 \. construct.o
0a50: 5c 0a 20 20 63 6f 6e 74 65 6e 74 2e 6f 20 5c 0a \. content.o \.
0a60: 20 20 64 62 2e 6f 20 5c 0a 20 20 64 65 6c 74 61 db.o \. delta
0a70: 2e 6f 20 5c 0a 20 20 64 65 6c 74 61 63 6d 64 2e .o \. deltacmd.
0a80: 6f 20 5c 0a 20 20 64 65 73 63 65 6e 64 65 6e 74 o \. descendent
0a90: 73 2e 6f 20 5c 0a 20 20 64 69 66 66 2e 6f 20 5c s.o \. diff.o \
0aa0: 0a 20 20 64 69 66 66 63 6d 64 2e 6f 20 5c 0a 20 . diffcmd.o \.
0ab0: 20 65 6e 63 6f 64 65 2e 6f 20 5c 0a 20 20 66 69 encode.o \. fi
0ac0: 6c 65 2e 6f 20 5c 0a 20 20 68 74 74 70 2e 6f 20 le.o \. http.o
0ad0: 5c 0a 20 20 69 6e 66 6f 2e 6f 20 5c 0a 20 20 6c \. info.o \. l
0ae0: 6f 67 69 6e 2e 6f 20 5c 0a 20 20 6d 61 69 6e 2e ogin.o \. main.
0af0: 6f 20 5c 0a 20 20 6d 61 6e 69 66 65 73 74 2e 6f o \. manifest.o
0b00: 20 5c 0a 20 20 6d 64 35 2e 6f 20 5c 0a 20 20 6d \. md5.o \. m
0b10: 65 72 67 65 2e 6f 20 5c 0a 20 20 6d 65 72 67 65 erge.o \. merge
0b20: 33 2e 6f 20 5c 0a 20 20 6e 61 6d 65 2e 6f 20 5c 3.o \. name.o \
0b30: 0a 20 20 70 69 76 6f 74 2e 6f 20 5c 0a 20 20 70 . pivot.o \. p
0b40: 71 75 65 75 65 2e 6f 20 5c 0a 20 20 70 72 69 6e queue.o \. prin
0b50: 74 66 2e 6f 20 5c 0a 20 20 72 65 62 75 69 6c 64 tf.o \. rebuild
0b60: 2e 6f 20 5c 0a 20 20 72 73 73 2e 6f 20 5c 0a 20 .o \. rss.o \.
0b70: 20 73 63 68 65 6d 61 2e 6f 20 5c 0a 20 20 73 65 schema.o \. se
0b80: 74 75 70 2e 6f 20 5c 0a 20 20 73 68 61 31 2e 6f tup.o \. sha1.o
0b90: 20 5c 0a 20 20 73 74 72 69 6e 67 5f 78 66 6f 72 \. string_xfor
0ba0: 6d 2e 6f 20 5c 0a 20 20 73 74 79 6c 65 2e 6f 20 m.o \. style.o
0bb0: 5c 0a 20 20 73 75 62 73 63 72 69 70 74 2e 6f 20 \. subscript.o
0bc0: 5c 0a 20 20 73 79 6e 63 2e 6f 20 5c 0a 20 20 74 \. sync.o \. t
0bd0: 61 67 2e 6f 20 5c 0a 20 20 74 61 67 76 69 65 77 ag.o \. tagview
0be0: 2e 6f 20 5c 0a 20 20 74 69 6d 65 6c 69 6e 65 2e .o \. timeline.
0bf0: 6f 20 5c 0a 20 20 74 6b 74 2e 6f 20 5c 0a 20 20 o \. tkt.o \.
0c00: 74 6b 74 63 6f 6e 66 69 67 2e 6f 20 5c 0a 20 20 tktconfig.o \.
0c10: 74 6b 74 73 65 74 75 70 2e 6f 20 5c 0a 20 20 75 tktsetup.o \. u
0c20: 6e 64 6f 2e 6f 20 5c 0a 20 20 75 70 64 61 74 65 ndo.o \. update
0c30: 2e 6f 20 5c 0a 20 20 75 72 6c 2e 6f 20 5c 0a 20 .o \. url.o \.
0c40: 20 75 73 65 72 2e 6f 20 5c 0a 20 20 76 65 72 69 user.o \. veri
0c50: 66 79 2e 6f 20 5c 0a 20 20 76 66 69 6c 65 2e 6f fy.o \. vfile.o
0c60: 20 5c 0a 20 20 77 69 6b 69 2e 6f 20 5c 0a 20 20 \. wiki.o \.
0c70: 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 20 5c 0a 20 wikiformat.o \.
0c80: 20 78 66 65 72 2e 6f 20 5c 0a 20 20 7a 69 70 2e xfer.o \. zip.
0c90: 6f 0a 0a 41 50 50 4e 41 4d 45 20 3d 20 66 6f 73 o..APPNAME = fos
0ca0: 73 69 6c 24 28 45 29 0a 0a 0a 0a 61 6c 6c 3a 09 sil$(E)....all:.
0cb0: 24 28 41 50 50 4e 41 4d 45 29 0a 0a 69 6e 73 74 $(APPNAME)..inst
0cc0: 61 6c 6c 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a all:.$(APPNAME).
0cd0: 09 6d 76 20 24 28 41 50 50 4e 41 4d 45 29 20 24 .mv $(APPNAME) $
0ce0: 28 49 4e 53 54 41 4c 4c 44 49 52 29 0a 0a 74 72 (INSTALLDIR)..tr
0cf0: 61 6e 73 6c 61 74 65 3a 09 24 28 53 52 43 44 49 anslate:.$(SRCDI
0d00: 52 29 2f 74 72 61 6e 73 6c 61 74 65 2e 63 0a 09 R)/translate.c..
0d10: 24 28 42 43 43 29 20 2d 6f 20 74 72 61 6e 73 6c $(BCC) -o transl
0d20: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 74 72 ate $(SRCDIR)/tr
0d30: 61 6e 73 6c 61 74 65 2e 63 0a 0a 6d 61 6b 65 68 anslate.c..makeh
0d40: 65 61 64 65 72 73 3a 09 24 28 53 52 43 44 49 52 eaders:.$(SRCDIR
0d50: 29 2f 6d 61 6b 65 68 65 61 64 65 72 73 2e 63 0a )/makeheaders.c.
0d60: 09 24 28 42 43 43 29 20 2d 6f 20 6d 61 6b 65 68 .$(BCC) -o makeh
0d70: 65 61 64 65 72 73 20 24 28 53 52 43 44 49 52 29 eaders $(SRCDIR)
0d80: 2f 6d 61 6b 65 68 65 61 64 65 72 73 2e 63 0a 0a /makeheaders.c..
0d90: 6d 6b 69 6e 64 65 78 3a 09 24 28 53 52 43 44 49 mkindex:.$(SRCDI
0da0: 52 29 2f 6d 6b 69 6e 64 65 78 2e 63 0a 09 24 28 R)/mkindex.c..$(
0db0: 42 43 43 29 20 2d 6f 20 6d 6b 69 6e 64 65 78 20 BCC) -o mkindex
0dc0: 24 28 53 52 43 44 49 52 29 2f 6d 6b 69 6e 64 65 $(SRCDIR)/mkinde
0dd0: 78 2e 63 0a 0a 23 20 57 41 52 4e 49 4e 47 2e 20 x.c..# WARNING.
0de0: 44 41 4e 47 45 52 2e 20 52 75 6e 6e 69 6e 67 20 DANGER. Running
0df0: 74 68 65 20 74 65 73 74 73 75 69 74 65 20 6d 6f the testsuite mo
0e00: 64 69 66 69 65 73 20 74 68 65 20 72 65 70 6f 73 difies the repos
0e10: 69 74 6f 72 79 20 74 68 65 0a 23 20 62 75 69 6c itory the.# buil
0e20: 64 20 69 73 20 64 6f 6e 65 20 66 72 6f 6d 2c 20 d is done from,
0e30: 69 2e 65 2e 20 74 68 65 20 63 68 65 63 6b 6f 75 i.e. the checkou
0e40: 74 20 62 65 6c 6f 6e 67 73 20 74 6f 2e 20 44 6f t belongs to. Do
0e50: 20 6e 6f 74 20 73 79 6e 63 2f 70 75 73 68 0a 23 not sync/push.#
0e60: 20 74 68 65 20 72 65 70 6f 73 69 74 6f 72 79 20 the repository
0e70: 61 66 74 65 72 20 72 75 6e 6e 69 6e 67 20 74 68 after running th
0e80: 65 20 74 65 73 74 73 2e 0a 74 65 73 74 3a 09 24 e tests..test:.$
0e90: 28 41 50 50 4e 41 4d 45 29 0a 09 24 28 54 43 4c (APPNAME)..$(TCL
0ea0: 53 48 29 20 74 65 73 74 2f 74 65 73 74 65 72 2e SH) test/tester.
0eb0: 74 63 6c 20 24 28 41 50 50 4e 41 4d 45 29 0a 0a tcl $(APPNAME)..
0ec0: 56 45 52 53 49 4f 4e 2e 68 3a 09 24 28 53 52 43 VERSION.h:.$(SRC
0ed0: 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 DIR)/../manifest
0ee0: 2e 75 75 69 64 20 24 28 53 52 43 44 49 52 29 2f .uuid $(SRCDIR)/
0ef0: 2e 2e 2f 6d 61 6e 69 66 65 73 74 0a 09 61 77 6b ../manifest..awk
0f00: 20 27 7b 20 70 72 69 6e 74 66 20 22 23 64 65 66 '{ printf "#def
0f10: 69 6e 65 20 4d 41 4e 49 46 45 53 54 5f 55 55 49 ine MANIFEST_UUI
0f20: 44 20 5c 22 25 73 5c 22 5c 6e 22 2c 20 24 24 31 D \"%s\"\n", $$1
0f30: 7d 27 20 20 24 28 53 52 43 44 49 52 29 2f 2e 2e }' $(SRCDIR)/..
0f40: 2f 6d 61 6e 69 66 65 73 74 2e 75 75 69 64 20 3e /manifest.uuid >
0f50: 56 45 52 53 49 4f 4e 2e 68 0a 09 61 77 6b 20 27 VERSION.h..awk '
0f60: 7b 20 70 72 69 6e 74 66 20 22 23 64 65 66 69 6e { printf "#defin
0f70: 65 20 4d 41 4e 49 46 45 53 54 5f 56 45 52 53 49 e MANIFEST_VERSI
0f80: 4f 4e 20 5c 22 5b 25 2e 31 30 73 5d 5c 22 5c 6e ON \"[%.10s]\"\n
0f90: 22 2c 20 24 24 31 7d 27 20 20 24 28 53 52 43 44 ", $$1}' $(SRCD
0fa0: 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 2e IR)/../manifest.
0fb0: 75 75 69 64 20 3e 3e 56 45 52 53 49 4f 4e 2e 68 uuid >>VERSION.h
0fc0: 0a 09 61 77 6b 20 27 24 24 31 3d 3d 22 44 22 7b ..awk '$$1=="D"{
0fd0: 70 72 69 6e 74 66 20 22 23 64 65 66 69 6e 65 20 printf "#define
0fe0: 4d 41 4e 49 46 45 53 54 5f 44 41 54 45 20 5c 22 MANIFEST_DATE \"
0ff0: 25 73 20 25 73 5c 22 5c 6e 22 2c 20 73 75 62 73 %s %s\"\n", subs
1000: 74 72 28 24 24 32 2c 31 2c 31 30 29 2c 73 75 62 tr($$2,1,10),sub
1010: 73 74 72 28 24 24 32 2c 31 32 29 7d 27 20 20 24 str($$2,12)}' $
1020: 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 (SRCDIR)/../mani
1030: 66 65 73 74 20 3e 3e 56 45 52 53 49 4f 4e 2e 68 fest >>VERSION.h
1040: 0a 0a 24 28 41 50 50 4e 41 4d 45 29 3a 09 68 65 ..$(APPNAME):.he
1050: 61 64 65 72 73 20 24 28 4f 42 4a 29 20 73 71 6c aders $(OBJ) sql
1060: 69 74 65 33 2e 6f 0a 09 24 28 54 43 43 29 20 2d ite3.o..$(TCC) -
1070: 6f 20 24 28 41 50 50 4e 41 4d 45 29 20 24 28 4f o $(APPNAME) $(O
1080: 42 4a 29 20 73 71 6c 69 74 65 33 2e 6f 20 24 28 BJ) sqlite3.o $(
1090: 4c 49 42 29 0a 0a 23 20 54 68 69 73 20 72 75 6c LIB)..# This rul
10a0: 65 20 70 72 65 76 65 6e 74 73 20 6d 61 6b 65 20 e prevents make
10b0: 66 72 6f 6d 20 75 73 69 6e 67 20 69 74 73 20 64 from using its d
10c0: 65 66 61 75 6c 74 20 72 75 6c 65 73 20 74 6f 20 efault rules to
10d0: 74 72 79 20 62 75 69 6c 64 0a 23 20 61 6e 20 65 try build.# an e
10e0: 78 65 63 75 74 61 62 6c 65 20 6e 61 6d 65 64 20 xecutable named
10f0: 22 6d 61 6e 69 66 65 73 74 22 20 6f 75 74 20 6f "manifest" out o
1100: 66 20 74 68 65 20 66 69 6c 65 20 6e 61 6d 65 64 f the file named
1110: 20 22 6d 61 6e 69 66 65 73 74 2e 63 22 0a 23 0a "manifest.c".#.
1120: 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e $(SRCDIR)/../man
1130: 69 66 65 73 74 3a 09 0a 09 23 20 6e 6f 6f 70 0a ifest:...# noop.
1140: 0a 63 6c 65 61 6e 3a 09 0a 09 72 6d 20 2d 66 20 .clean:...rm -f
1150: 2a 2e 6f 20 2a 5f 2e 63 20 24 28 41 50 50 4e 41 *.o *_.c $(APPNA
1160: 4d 45 29 20 56 45 52 53 49 4f 4e 2e 68 0a 09 72 ME) VERSION.h..r
1170: 6d 20 2d 66 20 74 72 61 6e 73 6c 61 74 65 20 6d m -f translate m
1180: 61 6b 65 68 65 61 64 65 72 73 20 6d 6b 69 6e 64 akeheaders mkind
1190: 65 78 20 70 61 67 65 5f 69 6e 64 65 78 2e 68 20 ex page_index.h
11a0: 68 65 61 64 65 72 73 0a 09 72 6d 20 2d 66 20 61 headers..rm -f a
11b0: 64 64 2e 68 20 62 61 67 2e 68 20 62 6c 6f 62 2e dd.h bag.h blob.
11c0: 68 20 62 72 61 6e 63 68 2e 68 20 63 67 69 2e 68 h branch.h cgi.h
11d0: 20 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b checkin.h check
11e0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 2e out.h clearsign.
11f0: 68 20 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 h clone.h comfor
1200: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 2e mat.h construct.
1210: 68 20 63 6f 6e 74 65 6e 74 2e 68 20 64 62 2e 68 h content.h db.h
1220: 20 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d delta.h deltacm
1230: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 2e d.h descendents.
1240: 68 20 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 h diff.h diffcmd
1250: 2e 68 20 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .h encode.h file
1260: 2e 68 20 68 74 74 70 2e 68 20 69 6e 66 6f 2e 68 .h http.h info.h
1270: 20 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 2e 68 20 login.h main.h
1280: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 2e 68 manifest.h md5.h
1290: 20 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 2e merge.h merge3.
12a0: 68 20 6e 61 6d 65 2e 68 20 70 69 76 6f 74 2e 68 h name.h pivot.h
12b0: 20 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 pqueue.h printf
12c0: 2e 68 20 72 65 62 75 69 6c 64 2e 68 20 72 73 73 .h rebuild.h rss
12d0: 2e 68 20 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .h schema.h setu
12e0: 70 2e 68 20 73 68 61 31 2e 68 20 73 74 72 69 6e p.h sha1.h strin
12f0: 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 2e g_xform.h style.
1300: 68 20 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 h subscript.h sy
1310: 6e 63 2e 68 20 74 61 67 2e 68 20 74 61 67 76 69 nc.h tag.h tagvi
1320: 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 2e 68 20 ew.h timeline.h
1330: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 2e tkt.h tktconfig.
1340: 68 20 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 h tktsetup.h und
1350: 6f 2e 68 20 75 70 64 61 74 65 2e 68 20 75 72 6c o.h update.h url
1360: 2e 68 20 75 73 65 72 2e 68 20 76 65 72 69 66 79 .h user.h verify
1370: 2e 68 20 76 66 69 6c 65 2e 68 20 77 69 6b 69 2e .h vfile.h wiki.
1380: 68 20 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 h wikiformat.h x
1390: 66 65 72 2e 68 20 7a 69 70 2e 68 0a 0a 68 65 61 fer.h zip.h..hea
13a0: 64 65 72 73 3a 09 6d 61 6b 65 68 65 61 64 65 72 ders:.makeheader
13b0: 73 20 6d 6b 69 6e 64 65 78 20 24 28 54 52 41 4e s mkindex $(TRAN
13c0: 53 5f 53 52 43 29 20 2e 2f 56 45 52 53 49 4f 4e S_SRC) ./VERSION
13d0: 2e 68 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 .h.../makeheader
13e0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
13f0: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f bag_.c:bag.h blo
1400: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e b_.c:blob.h bran
1410: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 ch_.c:branch.h c
1420: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
1430: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
1440: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
1450: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
1460: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
1470: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
1480: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
1490: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
14a0: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
14b0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
14c0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
14d0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
14e0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
14f0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
1500: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
1510: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
1520: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
1530: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
1540: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
1550: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
1560: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
1570: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
1580: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
1590: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
15a0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
15b0: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
15c0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
15d0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
15e0: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
15f0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
1600: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
1610: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
1620: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
1630: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
1640: 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 rss_.c:rss.h sch
1650: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
1660: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
1670: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
1680: 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a string_xform_.c:
1690: 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 string_xform.h s
16a0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
16b0: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 subscript_.c:sub
16c0: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 script.h sync_.c
16d0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
16e0: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
16f0: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 tagview.h timeli
1700: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
1710: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b tkt_.c:tkt.h tk
1720: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f tconfig_.c:tktco
1730: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f nfig.h tktsetup_
1740: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e .c:tktsetup.h un
1750: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 do_.c:undo.h upd
1760: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
1770: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
1780: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
1790: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
17a0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
17b0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
17c0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
17d0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
17e0: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
17f0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
1800: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
1810: 49 4f 4e 2e 68 0a 09 2e 2f 6d 6b 69 6e 64 65 78 ION.h.../mkindex
1820: 20 24 28 54 52 41 4e 53 5f 53 52 43 29 20 3e 70 $(TRANS_SRC) >p
1830: 61 67 65 5f 69 6e 64 65 78 2e 68 0a 09 74 6f 75 age_index.h..tou
1840: 63 68 20 68 65 61 64 65 72 73 0a 0a 61 64 64 5f ch headers..add_
1850: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 61 64 .c:.$(SRCDIR)/ad
1860: 64 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 d.c $(SRCDIR)/VE
1870: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
1880: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
1890: 52 43 44 49 52 29 2f 61 64 64 2e 63 20 7c 20 73 RCDIR)/add.c | s
18a0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
18b0: 56 45 52 53 49 4f 4e 20 3e 61 64 64 5f 2e 63 0a VERSION >add_.c.
18c0: 0a 61 64 64 2e 6f 3a 09 61 64 64 5f 2e 63 20 61 .add.o:.add_.c a
18d0: 64 64 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f dd.h $(SRCDIR)/
18e0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
18f0: 29 20 2d 6f 20 61 64 64 2e 6f 20 2d 63 20 61 64 ) -o add.o -c ad
1900: 64 5f 2e 63 0a 0a 61 64 64 2e 68 3a 09 6d 61 6b d_.c..add.h:.mak
1910: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
1920: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
1930: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 add.h bag_.c:bag
1940: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
1950: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
1960: 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ch.h cgi_.c:cgi.
1970: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
1980: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
1990: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
19a0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
19b0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
19c0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
19d0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
19e0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
19f0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
1a00: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
1a10: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
1a20: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
1a30: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
1a40: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
1a50: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
1a60: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
1a70: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
1a80: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
1a90: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
1aa0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
1ab0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
1ac0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
1ad0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
1ae0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
1af0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
1b00: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
1b10: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
1b20: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
1b30: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
1b40: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
1b50: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
1b60: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
1b70: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
1b80: 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 ild.h rss_.c:rss
1b90: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
1ba0: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
1bb0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
1bc0: 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f ha1.h string_xfo
1bd0: 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f rm_.c:string_xfo
1be0: 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 rm.h style_.c:st
1bf0: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f yle.h subscript_
1c00: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 .c:subscript.h s
1c10: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
1c20: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
1c30: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
1c40: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
1c50: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b line.h tkt_.c:tk
1c60: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 t.h tktconfig_.c
1c70: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 :tktconfig.h tkt
1c80: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 setup_.c:tktsetu
1c90: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f p.h undo_.c:undo
1ca0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
1cb0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
1cc0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
1cd0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
1ce0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
1cf0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
1d00: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
1d10: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
1d20: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
1d30: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
1d40: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
1d50: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
1d60: 63 68 20 68 65 61 64 65 72 73 0a 0a 62 61 67 5f ch headers..bag_
1d70: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 62 61 .c:.$(SRCDIR)/ba
1d80: 67 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 g.c $(SRCDIR)/VE
1d90: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
1da0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
1db0: 52 43 44 49 52 29 2f 62 61 67 2e 63 20 7c 20 73 RCDIR)/bag.c | s
1dc0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
1dd0: 56 45 52 53 49 4f 4e 20 3e 62 61 67 5f 2e 63 0a VERSION >bag_.c.
1de0: 0a 62 61 67 2e 6f 3a 09 62 61 67 5f 2e 63 20 62 .bag.o:.bag_.c b
1df0: 61 67 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f ag.h $(SRCDIR)/
1e00: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
1e10: 29 20 2d 6f 20 62 61 67 2e 6f 20 2d 63 20 62 61 ) -o bag.o -c ba
1e20: 67 5f 2e 63 0a 0a 62 61 67 2e 68 3a 09 6d 61 6b g_.c..bag.h:.mak
1e30: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
1e40: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
1e50: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 add.h bag_.c:bag
1e60: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
1e70: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
1e80: 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ch.h cgi_.c:cgi.
1e90: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
1ea0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
1eb0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
1ec0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
1ed0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
1ee0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
1ef0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
1f00: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
1f10: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
1f20: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
1f30: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
1f40: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
1f50: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
1f60: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
1f70: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
1f80: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
1f90: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
1fa0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
1fb0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
1fc0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
1fd0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
1fe0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
1ff0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
2000: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
2010: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
2020: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
2030: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
2040: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
2050: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
2060: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
2070: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
2080: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
2090: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
20a0: 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 ild.h rss_.c:rss
20b0: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
20c0: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
20d0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
20e0: 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f ha1.h string_xfo
20f0: 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f rm_.c:string_xfo
2100: 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 rm.h style_.c:st
2110: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f yle.h subscript_
2120: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 .c:subscript.h s
2130: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
2140: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
2150: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
2160: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
2170: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b line.h tkt_.c:tk
2180: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 t.h tktconfig_.c
2190: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 :tktconfig.h tkt
21a0: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 setup_.c:tktsetu
21b0: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f p.h undo_.c:undo
21c0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
21d0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
21e0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
21f0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
2200: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
2210: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
2220: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
2230: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
2240: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
2250: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
2260: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
2270: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
2280: 63 68 20 68 65 61 64 65 72 73 0a 0a 62 6c 6f 62 ch headers..blob
2290: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 62 _.c:.$(SRCDIR)/b
22a0: 6c 6f 62 2e 63 20 24 28 53 52 43 44 49 52 29 2f lob.c $(SRCDIR)/
22b0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
22c0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
22d0: 28 53 52 43 44 49 52 29 2f 62 6c 6f 62 2e 63 20 (SRCDIR)/blob.c
22e0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
22f0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 62 6c 6f 62 R)/VERSION >blob
2300: 5f 2e 63 0a 0a 62 6c 6f 62 2e 6f 3a 09 62 6c 6f _.c..blob.o:.blo
2310: 62 5f 2e 63 20 62 6c 6f 62 2e 68 20 20 24 28 53 b_.c blob.h $(S
2320: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
2330: 09 24 28 58 54 43 43 29 20 2d 6f 20 62 6c 6f 62 .$(XTCC) -o blob
2340: 2e 6f 20 2d 63 20 62 6c 6f 62 5f 2e 63 0a 0a 62 .o -c blob_.c..b
2350: 6c 6f 62 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 lob.h:.makeheade
2360: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
2370: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
2380: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f bag_.c:bag.h blo
2390: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e b_.c:blob.h bran
23a0: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 ch_.c:branch.h c
23b0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
23c0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
23d0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
23e0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
23f0: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
2400: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
2410: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
2420: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
2430: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
2440: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
2450: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
2460: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
2470: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
2480: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
2490: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
24a0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
24b0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
24c0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
24d0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
24e0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
24f0: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
2500: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
2510: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
2520: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
2530: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
2540: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
2550: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
2560: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
2570: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
2580: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
2590: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
25a0: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
25b0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
25c0: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
25d0: 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 rss_.c:rss.h sch
25e0: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
25f0: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
2600: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
2610: 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a string_xform_.c:
2620: 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 string_xform.h s
2630: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
2640: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 subscript_.c:sub
2650: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 script.h sync_.c
2660: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
2670: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
2680: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 tagview.h timeli
2690: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
26a0: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b tkt_.c:tkt.h tk
26b0: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f tconfig_.c:tktco
26c0: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f nfig.h tktsetup_
26d0: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e .c:tktsetup.h un
26e0: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 do_.c:undo.h upd
26f0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
2700: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
2710: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
2720: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
2730: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
2740: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
2750: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
2760: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
2770: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
2780: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
2790: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
27a0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
27b0: 64 65 72 73 0a 0a 62 72 61 6e 63 68 5f 2e 63 3a ders..branch_.c:
27c0: 09 24 28 53 52 43 44 49 52 29 2f 62 72 61 6e 63 .$(SRCDIR)/branc
27d0: 68 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 h.c $(SRCDIR)/VE
27e0: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
27f0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
2800: 52 43 44 49 52 29 2f 62 72 61 6e 63 68 2e 63 20 RCDIR)/branch.c
2810: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
2820: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 62 72 61 6e R)/VERSION >bran
2830: 63 68 5f 2e 63 0a 0a 62 72 61 6e 63 68 2e 6f 3a ch_.c..branch.o:
2840: 09 62 72 61 6e 63 68 5f 2e 63 20 62 72 61 6e 63 .branch_.c branc
2850: 68 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 h.h $(SRCDIR)/c
2860: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
2870: 20 2d 6f 20 62 72 61 6e 63 68 2e 6f 20 2d 63 20 -o branch.o -c
2880: 62 72 61 6e 63 68 5f 2e 63 0a 0a 62 72 61 6e 63 branch_.c..branc
2890: 68 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 h.h:.makeheaders
28a0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
28b0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
28c0: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
28d0: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
28e0: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 _.c:branch.h cgi
28f0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
2900: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
2910: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
2920: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
2930: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
2940: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
2950: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
2960: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
2970: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
2980: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
2990: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
29a0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
29b0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
29c0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
29d0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
29e0: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
29f0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
2a00: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
2a10: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
2a20: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
2a30: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
2a40: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
2a50: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
2a60: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
2a70: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
2a80: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
2a90: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
2aa0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
2ab0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
2ac0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
2ad0: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
2ae0: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
2af0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
2b00: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
2b10: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
2b20: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
2b30: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
2b40: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
2b50: 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
2b60: 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
2b70: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
2b80: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
2b90: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
2ba0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
2bb0: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
2bc0: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
2bd0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
2be0: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
2bf0: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
2c00: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
2c10: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
2c20: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
2c30: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
2c40: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
2c50: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
2c60: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
2c70: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
2c80: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
2c90: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
2ca0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
2cb0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
2cc0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
2cd0: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
2ce0: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
2cf0: 72 73 0a 0a 63 67 69 5f 2e 63 3a 09 24 28 53 52 rs..cgi_.c:.$(SR
2d00: 43 44 49 52 29 2f 63 67 69 2e 63 20 24 28 53 52 CDIR)/cgi.c $(SR
2d10: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
2d20: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
2d30: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 late $(SRCDIR)/c
2d40: 67 69 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 gi.c | sed -f $(
2d50: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
2d60: 3e 63 67 69 5f 2e 63 0a 0a 63 67 69 2e 6f 3a 09 >cgi_.c..cgi.o:.
2d70: 63 67 69 5f 2e 63 20 63 67 69 2e 68 20 20 24 28 cgi_.c cgi.h $(
2d80: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
2d90: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 67 69 ..$(XTCC) -o cgi
2da0: 2e 6f 20 2d 63 20 63 67 69 5f 2e 63 0a 0a 63 67 .o -c cgi_.c..cg
2db0: 69 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 i.h:.makeheaders
2dc0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
2dd0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
2de0: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
2df0: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
2e00: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 _.c:branch.h cgi
2e10: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
2e20: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
2e30: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
2e40: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
2e50: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
2e60: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
2e70: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
2e80: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
2e90: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
2ea0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
2eb0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
2ec0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
2ed0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
2ee0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
2ef0: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
2f00: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
2f10: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
2f20: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
2f30: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
2f40: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
2f50: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
2f60: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
2f70: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
2f80: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
2f90: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
2fa0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
2fb0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
2fc0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
2fd0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
2fe0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
2ff0: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
3000: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
3010: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
3020: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
3030: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
3040: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
3050: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
3060: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
3070: 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
3080: 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
3090: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
30a0: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
30b0: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
30c0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
30d0: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
30e0: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
30f0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
3100: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
3110: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
3120: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
3130: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
3140: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
3150: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
3160: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
3170: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
3180: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
3190: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
31a0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
31b0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
31c0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
31d0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
31e0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
31f0: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
3200: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
3210: 72 73 0a 0a 63 68 65 63 6b 69 6e 5f 2e 63 3a 09 rs..checkin_.c:.
3220: 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b 69 $(SRCDIR)/checki
3230: 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 n.c $(SRCDIR)/VE
3240: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
3250: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
3260: 52 43 44 49 52 29 2f 63 68 65 63 6b 69 6e 2e 63 RCDIR)/checkin.c
3270: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
3280: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 68 65 IR)/VERSION >che
3290: 63 6b 69 6e 5f 2e 63 0a 0a 63 68 65 63 6b 69 6e ckin_.c..checkin
32a0: 2e 6f 3a 09 63 68 65 63 6b 69 6e 5f 2e 63 20 63 .o:.checkin_.c c
32b0: 68 65 63 6b 69 6e 2e 68 20 20 24 28 53 52 43 44 heckin.h $(SRCD
32c0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
32d0: 58 54 43 43 29 20 2d 6f 20 63 68 65 63 6b 69 6e XTCC) -o checkin
32e0: 2e 6f 20 2d 63 20 63 68 65 63 6b 69 6e 5f 2e 63 .o -c checkin_.c
32f0: 0a 0a 63 68 65 63 6b 69 6e 2e 68 3a 09 6d 61 6b ..checkin.h:.mak
3300: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
3310: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
3320: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 add.h bag_.c:bag
3330: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
3340: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
3350: 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ch.h cgi_.c:cgi.
3360: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
3370: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
3380: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
3390: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
33a0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
33b0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
33c0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
33d0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
33e0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
33f0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
3400: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
3410: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
3420: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
3430: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
3440: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
3450: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
3460: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
3470: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
3480: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
3490: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
34a0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
34b0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
34c0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
34d0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
34e0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
34f0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
3500: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
3510: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
3520: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
3530: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
3540: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
3550: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
3560: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
3570: 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 ild.h rss_.c:rss
3580: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
3590: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
35a0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
35b0: 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f ha1.h string_xfo
35c0: 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f rm_.c:string_xfo
35d0: 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 rm.h style_.c:st
35e0: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f yle.h subscript_
35f0: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 .c:subscript.h s
3600: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
3610: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
3620: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
3630: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
3640: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b line.h tkt_.c:tk
3650: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 t.h tktconfig_.c
3660: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 :tktconfig.h tkt
3670: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 setup_.c:tktsetu
3680: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f p.h undo_.c:undo
3690: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
36a0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
36b0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
36c0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
36d0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
36e0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
36f0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
3700: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
3710: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
3720: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
3730: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
3740: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
3750: 63 68 20 68 65 61 64 65 72 73 0a 0a 63 68 65 63 ch headers..chec
3760: 6b 6f 75 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 kout_.c:.$(SRCDI
3770: 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63 20 24 28 R)/checkout.c $(
3780: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
3790: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
37a0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
37b0: 2f 63 68 65 63 6b 6f 75 74 2e 63 20 7c 20 73 65 /checkout.c | se
37c0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
37d0: 45 52 53 49 4f 4e 20 3e 63 68 65 63 6b 6f 75 74 ERSION >checkout
37e0: 5f 2e 63 0a 0a 63 68 65 63 6b 6f 75 74 2e 6f 3a _.c..checkout.o:
37f0: 09 63 68 65 63 6b 6f 75 74 5f 2e 63 20 63 68 65 .checkout_.c che
3800: 63 6b 6f 75 74 2e 68 20 20 24 28 53 52 43 44 49 ckout.h $(SRCDI
3810: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
3820: 54 43 43 29 20 2d 6f 20 63 68 65 63 6b 6f 75 74 TCC) -o checkout
3830: 2e 6f 20 2d 63 20 63 68 65 63 6b 6f 75 74 5f 2e .o -c checkout_.
3840: 63 0a 0a 63 68 65 63 6b 6f 75 74 2e 68 3a 09 6d c..checkout.h:.m
3850: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
3860: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
3870: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 c:add.h bag_.c:b
3880: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
3890: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
38a0: 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 anch.h cgi_.c:cg
38b0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
38c0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
38d0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
38e0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
38f0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
3900: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
3910: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
3920: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
3930: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
3940: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
3950: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
3960: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
3970: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
3980: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
3990: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
39a0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
39b0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
39c0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
39d0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
39e0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
39f0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
3a00: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
3a10: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
3a20: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
3a30: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
3a40: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
3a50: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
3a60: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
3a70: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
3a80: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
3a90: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
3aa0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
3ab0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
3ac0: 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 build.h rss_.c:r
3ad0: 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ss.h schema_.c:s
3ae0: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
3af0: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
3b00: 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 :sha1.h string_x
3b10: 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 form_.c:string_x
3b20: 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a form.h style_.c:
3b30: 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 style.h subscrip
3b40: 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 t_.c:subscript.h
3b50: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
3b60: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 tag_.c:tag.h tag
3b70: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e view_.c:tagview.
3b80: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
3b90: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a meline.h tkt_.c:
3ba0: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f tkt.h tktconfig_
3bb0: 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 .c:tktconfig.h t
3bc0: 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 ktsetup_.c:tktse
3bd0: 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e tup.h undo_.c:un
3be0: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 do.h update_.c:u
3bf0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
3c00: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
3c10: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
3c20: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
3c30: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
3c40: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
3c50: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
3c60: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
3c70: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
3c80: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
3c90: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
3ca0: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6c ouch headers..cl
3cb0: 65 61 72 73 69 67 6e 5f 2e 63 3a 09 24 28 53 52 earsign_.c:.$(SR
3cc0: 43 44 49 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e CDIR)/clearsign.
3cd0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
3ce0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
3cf0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
3d00: 44 49 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 DIR)/clearsign.c
3d10: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
3d20: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6c 65 IR)/VERSION >cle
3d30: 61 72 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65 61 72 arsign_.c..clear
3d40: 73 69 67 6e 2e 6f 3a 09 63 6c 65 61 72 73 69 67 sign.o:.clearsig
3d50: 6e 5f 2e 63 20 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c clearsign.h
3d60: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
3d70: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
3d80: 20 63 6c 65 61 72 73 69 67 6e 2e 6f 20 2d 63 20 clearsign.o -c
3d90: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 0a 0a 63 6c clearsign_.c..cl
3da0: 65 61 72 73 69 67 6e 2e 68 3a 09 6d 61 6b 65 68 earsign.h:.makeh
3db0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
3dc0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
3dd0: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 d.h bag_.c:bag.h
3de0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
3df0: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 branch_.c:branch
3e00: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
3e10: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
3e20: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
3e30: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
3e40: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
3e50: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
3e60: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
3e70: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
3e80: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
3e90: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
3ea0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
3eb0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
3ec0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
3ed0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
3ee0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
3ef0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
3f00: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
3f10: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
3f20: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
3f30: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
3f40: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
3f50: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
3f60: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
3f70: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
3f80: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
3f90: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
3fa0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
3fb0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
3fc0: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
3fd0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
3fe0: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
3ff0: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
4000: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
4010: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
4020: 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 d.h rss_.c:rss.h
4030: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
4040: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
4050: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
4060: 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 1.h string_xform
4070: 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d _.c:string_xform
4080: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
4090: 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 e.h subscript_.c
40a0: 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e :subscript.h syn
40b0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
40c0: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 .c:tag.h tagview
40d0: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 _.c:tagview.h ti
40e0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
40f0: 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e ne.h tkt_.c:tkt.
4100: 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 h tktconfig_.c:t
4110: 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 ktconfig.h tktse
4120: 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e tup_.c:tktsetup.
4130: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 h undo_.c:undo.h
4140: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
4150: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
4160: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
4170: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
4180: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
4190: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
41a0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
41b0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
41c0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
41d0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
41e0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
41f0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
4200: 20 68 65 61 64 65 72 73 0a 0a 63 6c 6f 6e 65 5f headers..clone_
4210: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6c .c:.$(SRCDIR)/cl
4220: 6f 6e 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f one.c $(SRCDIR)/
4230: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
4240: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
4250: 28 53 52 43 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 (SRCDIR)/clone.c
4260: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
4270: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6c 6f IR)/VERSION >clo
4280: 6e 65 5f 2e 63 0a 0a 63 6c 6f 6e 65 2e 6f 3a 09 ne_.c..clone.o:.
4290: 63 6c 6f 6e 65 5f 2e 63 20 63 6c 6f 6e 65 2e 68 clone_.c clone.h
42a0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
42b0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
42c0: 20 63 6c 6f 6e 65 2e 6f 20 2d 63 20 63 6c 6f 6e clone.o -c clon
42d0: 65 5f 2e 63 0a 0a 63 6c 6f 6e 65 2e 68 3a 09 6d e_.c..clone.h:.m
42e0: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
42f0: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
4300: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 c:add.h bag_.c:b
4310: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
4320: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
4330: 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 anch.h cgi_.c:cg
4340: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
4350: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
4360: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
4370: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
4380: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
4390: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
43a0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
43b0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
43c0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
43d0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
43e0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
43f0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
4400: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
4410: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
4420: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
4430: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
4440: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
4450: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
4460: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
4470: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
4480: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
4490: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
44a0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
44b0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
44c0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
44d0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
44e0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
44f0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
4500: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
4510: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
4520: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
4530: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
4540: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
4550: 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 build.h rss_.c:r
4560: 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ss.h schema_.c:s
4570: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
4580: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
4590: 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 :sha1.h string_x
45a0: 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 form_.c:string_x
45b0: 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a form.h style_.c:
45c0: 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 style.h subscrip
45d0: 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 t_.c:subscript.h
45e0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
45f0: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 tag_.c:tag.h tag
4600: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e view_.c:tagview.
4610: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
4620: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a meline.h tkt_.c:
4630: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f tkt.h tktconfig_
4640: 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 .c:tktconfig.h t
4650: 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 ktsetup_.c:tktse
4660: 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e tup.h undo_.c:un
4670: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 do.h update_.c:u
4680: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
4690: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
46a0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
46b0: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
46c0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
46d0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
46e0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
46f0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
4700: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
4710: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
4720: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
4730: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6f ouch headers..co
4740: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 09 24 28 53 52 mformat_.c:.$(SR
4750: 43 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e CDIR)/comformat.
4760: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
4770: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
4780: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
4790: 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63 DIR)/comformat.c
47a0: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
47b0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6d IR)/VERSION >com
47c0: 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 6f 6d 66 6f format_.c..comfo
47d0: 72 6d 61 74 2e 6f 3a 09 63 6f 6d 66 6f 72 6d 61 rmat.o:.comforma
47e0: 74 5f 2e 63 20 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c comformat.h
47f0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
4800: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
4810: 20 63 6f 6d 66 6f 72 6d 61 74 2e 6f 20 2d 63 20 comformat.o -c
4820: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 6f comformat_.c..co
4830: 6d 66 6f 72 6d 61 74 2e 68 3a 09 6d 61 6b 65 68 mformat.h:.makeh
4840: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
4850: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
4860: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 d.h bag_.c:bag.h
4870: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
4880: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 branch_.c:branch
4890: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
48a0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
48b0: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
48c0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
48d0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
48e0: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
48f0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
4900: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
4910: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
4920: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
4930: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
4940: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
4950: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
4960: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
4970: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
4980: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
4990: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
49a0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
49b0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
49c0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
49d0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
49e0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
49f0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
4a00: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
4a10: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
4a20: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
4a30: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
4a40: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
4a50: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
4a60: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
4a70: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
4a80: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
4a90: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
4aa0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
4ab0: 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 d.h rss_.c:rss.h
4ac0: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
4ad0: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
4ae0: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
4af0: 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 1.h string_xform
4b00: 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d _.c:string_xform
4b10: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
4b20: 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 e.h subscript_.c
4b30: 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e :subscript.h syn
4b40: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
4b50: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 .c:tag.h tagview
4b60: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 _.c:tagview.h ti
4b70: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
4b80: 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e ne.h tkt_.c:tkt.
4b90: 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 h tktconfig_.c:t
4ba0: 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 ktconfig.h tktse
4bb0: 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e tup_.c:tktsetup.
4bc0: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 h undo_.c:undo.h
4bd0: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
4be0: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
4bf0: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
4c00: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
4c10: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
4c20: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
4c30: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
4c40: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
4c50: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
4c60: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
4c70: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
4c80: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
4c90: 20 68 65 61 64 65 72 73 0a 0a 63 6f 6e 73 74 72 headers..constr
4ca0: 75 63 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 uct_.c:.$(SRCDIR
4cb0: 29 2f 63 6f 6e 73 74 72 75 63 74 2e 63 20 24 28 )/construct.c $(
4cc0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
4cd0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
4ce0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
4cf0: 2f 63 6f 6e 73 74 72 75 63 74 2e 63 20 7c 20 73 /construct.c | s
4d00: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
4d10: 56 45 52 53 49 4f 4e 20 3e 63 6f 6e 73 74 72 75 VERSION >constru
4d20: 63 74 5f 2e 63 0a 0a 63 6f 6e 73 74 72 75 63 74 ct_.c..construct
4d30: 2e 6f 3a 09 63 6f 6e 73 74 72 75 63 74 5f 2e 63 .o:.construct_.c
4d40: 20 63 6f 6e 73 74 72 75 63 74 2e 68 20 20 24 28 construct.h $(
4d50: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
4d60: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6f 6e ..$(XTCC) -o con
4d70: 73 74 72 75 63 74 2e 6f 20 2d 63 20 63 6f 6e 73 struct.o -c cons
4d80: 74 72 75 63 74 5f 2e 63 0a 0a 63 6f 6e 73 74 72 truct_.c..constr
4d90: 75 63 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 uct.h:.makeheade
4da0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
4db0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
4dc0: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f bag_.c:bag.h blo
4dd0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e b_.c:blob.h bran
4de0: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 ch_.c:branch.h c
4df0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
4e00: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
4e10: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
4e20: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
4e30: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
4e40: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
4e50: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
4e60: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
4e70: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
4e80: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
4e90: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
4ea0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
4eb0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
4ec0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
4ed0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
4ee0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
4ef0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
4f00: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
4f10: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
4f20: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
4f30: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
4f40: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
4f50: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
4f60: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
4f70: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
4f80: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
4f90: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
4fa0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
4fb0: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
4fc0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
4fd0: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
4fe0: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
4ff0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
5000: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
5010: 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 rss_.c:rss.h sch
5020: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
5030: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
5040: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
5050: 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a string_xform_.c:
5060: 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 string_xform.h s
5070: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
5080: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 subscript_.c:sub
5090: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 script.h sync_.c
50a0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
50b0: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
50c0: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 tagview.h timeli
50d0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
50e0: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b tkt_.c:tkt.h tk
50f0: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f tconfig_.c:tktco
5100: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f nfig.h tktsetup_
5110: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e .c:tktsetup.h un
5120: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 do_.c:undo.h upd
5130: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
5140: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
5150: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
5160: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
5170: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
5180: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
5190: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
51a0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
51b0: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
51c0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
51d0: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
51e0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
51f0: 64 65 72 73 0a 0a 63 6f 6e 74 65 6e 74 5f 2e 63 ders..content_.c
5200: 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 74 :.$(SRCDIR)/cont
5210: 65 6e 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f ent.c $(SRCDIR)/
5220: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
5230: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
5240: 28 53 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e 74 (SRCDIR)/content
5250: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
5260: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 CDIR)/VERSION >c
5270: 6f 6e 74 65 6e 74 5f 2e 63 0a 0a 63 6f 6e 74 65 ontent_.c..conte
5280: 6e 74 2e 6f 3a 09 63 6f 6e 74 65 6e 74 5f 2e 63 nt.o:.content_.c
5290: 20 63 6f 6e 74 65 6e 74 2e 68 20 20 24 28 53 52 content.h $(SR
52a0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
52b0: 24 28 58 54 43 43 29 20 2d 6f 20 63 6f 6e 74 65 $(XTCC) -o conte
52c0: 6e 74 2e 6f 20 2d 63 20 63 6f 6e 74 65 6e 74 5f nt.o -c content_
52d0: 2e 63 0a 0a 63 6f 6e 74 65 6e 74 2e 68 3a 09 6d .c..content.h:.m
52e0: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
52f0: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
5300: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 c:add.h bag_.c:b
5310: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
5320: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
5330: 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 anch.h cgi_.c:cg
5340: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
5350: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
5360: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
5370: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
5380: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
5390: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
53a0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
53b0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
53c0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
53d0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
53e0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
53f0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
5400: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
5410: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
5420: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
5430: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
5440: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
5450: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
5460: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
5470: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
5480: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
5490: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
54a0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
54b0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
54c0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
54d0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
54e0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
54f0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
5500: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
5510: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
5520: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
5530: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
5540: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
5550: 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 build.h rss_.c:r
5560: 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ss.h schema_.c:s
5570: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
5580: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
5590: 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 :sha1.h string_x
55a0: 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 form_.c:string_x
55b0: 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a form.h style_.c:
55c0: 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 style.h subscrip
55d0: 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 t_.c:subscript.h
55e0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
55f0: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 tag_.c:tag.h tag
5600: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e view_.c:tagview.
5610: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
5620: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a meline.h tkt_.c:
5630: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f tkt.h tktconfig_
5640: 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 .c:tktconfig.h t
5650: 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 ktsetup_.c:tktse
5660: 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e tup.h undo_.c:un
5670: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 do.h update_.c:u
5680: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
5690: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
56a0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
56b0: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
56c0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
56d0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
56e0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
56f0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
5700: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
5710: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
5720: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
5730: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 64 62 ouch headers..db
5740: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 _.c:.$(SRCDIR)/d
5750: 62 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 b.c $(SRCDIR)/VE
5760: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
5770: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
5780: 52 43 44 49 52 29 2f 64 62 2e 63 20 7c 20 73 65 RCDIR)/db.c | se
5790: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
57a0: 45 52 53 49 4f 4e 20 3e 64 62 5f 2e 63 0a 0a 64 ERSION >db_.c..d
57b0: 62 2e 6f 3a 09 64 62 5f 2e 63 20 64 62 2e 68 20 b.o:.db_.c db.h
57c0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
57d0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
57e0: 64 62 2e 6f 20 2d 63 20 64 62 5f 2e 63 0a 0a 64 db.o -c db_.c..d
57f0: 62 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 b.h:.makeheaders
5800: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
5810: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
5820: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
5830: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
5840: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 _.c:branch.h cgi
5850: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
5860: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
5870: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
5880: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
5890: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
58a0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
58b0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
58c0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
58d0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
58e0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
58f0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
5900: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
5910: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
5920: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
5930: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
5940: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
5950: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
5960: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
5970: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
5980: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
5990: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
59a0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
59b0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
59c0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
59d0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
59e0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
59f0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
5a00: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
5a10: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
5a20: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
5a30: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
5a40: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
5a50: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
5a60: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
5a70: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
5a80: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
5a90: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
5aa0: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
5ab0: 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
5ac0: 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
5ad0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
5ae0: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
5af0: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
5b00: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
5b10: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
5b20: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
5b30: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
5b40: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
5b50: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
5b60: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
5b70: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
5b80: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
5b90: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
5ba0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
5bb0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
5bc0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
5bd0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
5be0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
5bf0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
5c00: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
5c10: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
5c20: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
5c30: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
5c40: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
5c50: 72 73 0a 0a 64 65 6c 74 61 5f 2e 63 3a 09 24 28 rs..delta_.c:.$(
5c60: 53 52 43 44 49 52 29 2f 64 65 6c 74 61 2e 63 20 SRCDIR)/delta.c
5c70: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
5c80: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
5c90: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
5ca0: 52 29 2f 64 65 6c 74 61 2e 63 20 7c 20 73 65 64 R)/delta.c | sed
5cb0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
5cc0: 52 53 49 4f 4e 20 3e 64 65 6c 74 61 5f 2e 63 0a RSION >delta_.c.
5cd0: 0a 64 65 6c 74 61 2e 6f 3a 09 64 65 6c 74 61 5f .delta.o:.delta_
5ce0: 2e 63 20 64 65 6c 74 61 2e 68 20 20 24 28 53 52 .c delta.h $(SR
5cf0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
5d00: 24 28 58 54 43 43 29 20 2d 6f 20 64 65 6c 74 61 $(XTCC) -o delta
5d10: 2e 6f 20 2d 63 20 64 65 6c 74 61 5f 2e 63 0a 0a .o -c delta_.c..
5d20: 64 65 6c 74 61 2e 68 3a 09 6d 61 6b 65 68 65 61 delta.h:.makehea
5d30: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
5d40: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
5d50: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
5d60: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
5d70: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
5d80: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
5d90: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
5da0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
5db0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
5dc0: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
5dd0: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
5de0: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
5df0: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
5e00: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
5e10: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
5e20: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
5e30: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
5e40: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
5e50: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
5e60: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
5e70: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
5e80: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
5e90: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
5ea0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
5eb0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
5ec0: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
5ed0: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
5ee0: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
5ef0: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
5f00: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
5f10: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
5f20: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
5f30: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
5f40: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
5f50: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
5f60: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
5f70: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
5f80: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
5f90: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
5fa0: 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 h rss_.c:rss.h s
5fb0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
5fc0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
5fd0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
5fe0: 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e h string_xform_.
5ff0: 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 c:string_xform.h
6000: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
6010: 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 h subscript_.c:s
6020: 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f ubscript.h sync_
6030: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
6040: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
6050: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 c:tagview.h time
6060: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
6070: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 .h tkt_.c:tkt.h
6080: 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 tktconfig_.c:tkt
6090: 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 config.h tktsetu
60a0: 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 p_.c:tktsetup.h
60b0: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 undo_.c:undo.h u
60c0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
60d0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
60e0: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
60f0: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
6100: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
6110: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
6120: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
6130: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
6140: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
6150: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
6160: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
6170: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
6180: 65 61 64 65 72 73 0a 0a 64 65 6c 74 61 63 6d 64 eaders..deltacmd
6190: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 _.c:.$(SRCDIR)/d
61a0: 65 6c 74 61 63 6d 64 2e 63 20 24 28 53 52 43 44 eltacmd.c $(SRCD
61b0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
61c0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
61d0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c te $(SRCDIR)/del
61e0: 74 61 63 6d 64 2e 63 20 7c 20 73 65 64 20 2d 66 tacmd.c | sed -f
61f0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
6200: 4f 4e 20 3e 64 65 6c 74 61 63 6d 64 5f 2e 63 0a ON >deltacmd_.c.
6210: 0a 64 65 6c 74 61 63 6d 64 2e 6f 3a 09 64 65 6c .deltacmd.o:.del
6220: 74 61 63 6d 64 5f 2e 63 20 64 65 6c 74 61 63 6d tacmd_.c deltacm
6230: 64 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 d.h $(SRCDIR)/c
6240: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
6250: 20 2d 6f 20 64 65 6c 74 61 63 6d 64 2e 6f 20 2d -o deltacmd.o -
6260: 63 20 64 65 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 c deltacmd_.c..d
6270: 65 6c 74 61 63 6d 64 2e 68 3a 09 6d 61 6b 65 68 eltacmd.h:.makeh
6280: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
6290: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
62a0: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 d.h bag_.c:bag.h
62b0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
62c0: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 branch_.c:branch
62d0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
62e0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
62f0: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
6300: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
6310: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
6320: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
6330: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
6340: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
6350: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
6360: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
6370: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
6380: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
6390: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
63a0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
63b0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
63c0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
63d0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
63e0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
63f0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
6400: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
6410: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
6420: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
6430: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
6440: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
6450: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
6460: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
6470: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
6480: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
6490: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
64a0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
64b0: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
64c0: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
64d0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
64e0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
64f0: 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 d.h rss_.c:rss.h
6500: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
6510: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
6520: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
6530: 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 1.h string_xform
6540: 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d _.c:string_xform
6550: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
6560: 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 e.h subscript_.c
6570: 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e :subscript.h syn
6580: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
6590: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 .c:tag.h tagview
65a0: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 _.c:tagview.h ti
65b0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
65c0: 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e ne.h tkt_.c:tkt.
65d0: 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 h tktconfig_.c:t
65e0: 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 ktconfig.h tktse
65f0: 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e tup_.c:tktsetup.
6600: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 h undo_.c:undo.h
6610: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
6620: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
6630: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
6640: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
6650: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
6660: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
6670: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
6680: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
6690: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
66a0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
66b0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
66c0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
66d0: 20 68 65 61 64 65 72 73 0a 0a 64 65 73 63 65 6e headers..descen
66e0: 64 65 6e 74 73 5f 2e 63 3a 09 24 28 53 52 43 44 dents_.c:.$(SRCD
66f0: 49 52 29 2f 64 65 73 63 65 6e 64 65 6e 74 73 2e IR)/descendents.
6700: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
6710: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
6720: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
6730: 44 49 52 29 2f 64 65 73 63 65 6e 64 65 6e 74 73 DIR)/descendents
6740: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
6750: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 CDIR)/VERSION >d
6760: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 0a 0a 64 escendents_.c..d
6770: 65 73 63 65 6e 64 65 6e 74 73 2e 6f 3a 09 64 65 escendents.o:.de
6780: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 20 64 65 73 scendents_.c des
6790: 63 65 6e 64 65 6e 74 73 2e 68 20 20 24 28 53 52 cendents.h $(SR
67a0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
67b0: 24 28 58 54 43 43 29 20 2d 6f 20 64 65 73 63 65 $(XTCC) -o desce
67c0: 6e 64 65 6e 74 73 2e 6f 20 2d 63 20 64 65 73 63 ndents.o -c desc
67d0: 65 6e 64 65 6e 74 73 5f 2e 63 0a 0a 64 65 73 63 endents_.c..desc
67e0: 65 6e 64 65 6e 74 73 2e 68 3a 09 6d 61 6b 65 68 endents.h:.makeh
67f0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
6800: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
6810: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 d.h bag_.c:bag.h
6820: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
6830: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 branch_.c:branch
6840: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
6850: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
6860: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
6870: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
6880: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
6890: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
68a0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
68b0: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
68c0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
68d0: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
68e0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
68f0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
6900: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
6910: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
6920: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
6930: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
6940: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
6950: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
6960: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
6970: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
6980: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
6990: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
69a0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
69b0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
69c0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
69d0: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
69e0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
69f0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
6a00: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
6a10: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
6a20: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
6a30: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
6a40: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
6a50: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
6a60: 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 d.h rss_.c:rss.h
6a70: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
6a80: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
6a90: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
6aa0: 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 1.h string_xform
6ab0: 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d _.c:string_xform
6ac0: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
6ad0: 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 e.h subscript_.c
6ae0: 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e :subscript.h syn
6af0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
6b00: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 .c:tag.h tagview
6b10: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 _.c:tagview.h ti
6b20: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
6b30: 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e ne.h tkt_.c:tkt.
6b40: 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 h tktconfig_.c:t
6b50: 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 ktconfig.h tktse
6b60: 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e tup_.c:tktsetup.
6b70: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 h undo_.c:undo.h
6b80: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
6b90: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
6ba0: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
6bb0: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
6bc0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
6bd0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
6be0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
6bf0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
6c00: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
6c10: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
6c20: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
6c30: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
6c40: 20 68 65 61 64 65 72 73 0a 0a 64 69 66 66 5f 2e headers..diff_.
6c50: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 69 66 c:.$(SRCDIR)/dif
6c60: 66 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 f.c $(SRCDIR)/VE
6c70: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
6c80: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
6c90: 52 43 44 49 52 29 2f 64 69 66 66 2e 63 20 7c 20 RCDIR)/diff.c |
6ca0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
6cb0: 2f 56 45 52 53 49 4f 4e 20 3e 64 69 66 66 5f 2e /VERSION >diff_.
6cc0: 63 0a 0a 64 69 66 66 2e 6f 3a 09 64 69 66 66 5f c..diff.o:.diff_
6cd0: 2e 63 20 64 69 66 66 2e 68 20 20 24 28 53 52 43 .c diff.h $(SRC
6ce0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
6cf0: 28 58 54 43 43 29 20 2d 6f 20 64 69 66 66 2e 6f (XTCC) -o diff.o
6d00: 20 2d 63 20 64 69 66 66 5f 2e 63 0a 0a 64 69 66 -c diff_.c..dif
6d10: 66 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 f.h:.makeheaders
6d20: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
6d30: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
6d40: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
6d50: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
6d60: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 _.c:branch.h cgi
6d70: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
6d80: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
6d90: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
6da0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
6db0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
6dc0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
6dd0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
6de0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
6df0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
6e00: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
6e10: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
6e20: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
6e30: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
6e40: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
6e50: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
6e60: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
6e70: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
6e80: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
6e90: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
6ea0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
6eb0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
6ec0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
6ed0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
6ee0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
6ef0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
6f00: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
6f10: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
6f20: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
6f30: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
6f40: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
6f50: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
6f60: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
6f70: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
6f80: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
6f90: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
6fa0: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
6fb0: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
6fc0: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
6fd0: 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
6fe0: 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
6ff0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
7000: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
7010: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
7020: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
7030: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
7040: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
7050: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
7060: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
7070: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
7080: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
7090: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
70a0: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
70b0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
70c0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
70d0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
70e0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
70f0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
7100: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
7110: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
7120: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
7130: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
7140: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
7150: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
7160: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
7170: 72 73 0a 0a 64 69 66 66 63 6d 64 5f 2e 63 3a 09 rs..diffcmd_.c:.
7180: 24 28 53 52 43 44 49 52 29 2f 64 69 66 66 63 6d $(SRCDIR)/diffcm
7190: 64 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 d.c $(SRCDIR)/VE
71a0: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
71b0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
71c0: 52 43 44 49 52 29 2f 64 69 66 66 63 6d 64 2e 63 RCDIR)/diffcmd.c
71d0: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
71e0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 69 66 IR)/VERSION >dif
71f0: 66 63 6d 64 5f 2e 63 0a 0a 64 69 66 66 63 6d 64 fcmd_.c..diffcmd
7200: 2e 6f 3a 09 64 69 66 66 63 6d 64 5f 2e 63 20 64 .o:.diffcmd_.c d
7210: 69 66 66 63 6d 64 2e 68 20 20 24 28 53 52 43 44 iffcmd.h $(SRCD
7220: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
7230: 58 54 43 43 29 20 2d 6f 20 64 69 66 66 63 6d 64 XTCC) -o diffcmd
7240: 2e 6f 20 2d 63 20 64 69 66 66 63 6d 64 5f 2e 63 .o -c diffcmd_.c
7250: 0a 0a 64 69 66 66 63 6d 64 2e 68 3a 09 6d 61 6b ..diffcmd.h:.mak
7260: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
7270: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
7280: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 add.h bag_.c:bag
7290: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
72a0: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
72b0: 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ch.h cgi_.c:cgi.
72c0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
72d0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
72e0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
72f0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
7300: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
7310: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
7320: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
7330: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
7340: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
7350: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
7360: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
7370: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
7380: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
7390: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
73a0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
73b0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
73c0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
73d0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
73e0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
73f0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
7400: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
7410: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
7420: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
7430: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
7440: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
7450: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
7460: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
7470: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
7480: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
7490: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
74a0: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
74b0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
74c0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
74d0: 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 ild.h rss_.c:rss
74e0: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
74f0: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
7500: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
7510: 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f ha1.h string_xfo
7520: 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f rm_.c:string_xfo
7530: 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 rm.h style_.c:st
7540: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f yle.h subscript_
7550: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 .c:subscript.h s
7560: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
7570: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
7580: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
7590: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
75a0: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b line.h tkt_.c:tk
75b0: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 t.h tktconfig_.c
75c0: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 :tktconfig.h tkt
75d0: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 setup_.c:tktsetu
75e0: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f p.h undo_.c:undo
75f0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
7600: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
7610: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
7620: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
7630: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
7640: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
7650: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
7660: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
7670: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
7680: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
7690: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
76a0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
76b0: 63 68 20 68 65 61 64 65 72 73 0a 0a 65 6e 63 6f ch headers..enco
76c0: 64 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 de_.c:.$(SRCDIR)
76d0: 2f 65 6e 63 6f 64 65 2e 63 20 24 28 53 52 43 44 /encode.c $(SRCD
76e0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
76f0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
7700: 74 65 20 24 28 53 52 43 44 49 52 29 2f 65 6e 63 te $(SRCDIR)/enc
7710: 6f 64 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 ode.c | sed -f $
7720: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
7730: 20 3e 65 6e 63 6f 64 65 5f 2e 63 0a 0a 65 6e 63 >encode_.c..enc
7740: 6f 64 65 2e 6f 3a 09 65 6e 63 6f 64 65 5f 2e 63 ode.o:.encode_.c
7750: 20 65 6e 63 6f 64 65 2e 68 20 20 24 28 53 52 43 encode.h $(SRC
7760: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
7770: 28 58 54 43 43 29 20 2d 6f 20 65 6e 63 6f 64 65 (XTCC) -o encode
7780: 2e 6f 20 2d 63 20 65 6e 63 6f 64 65 5f 2e 63 0a .o -c encode_.c.
7790: 0a 65 6e 63 6f 64 65 2e 68 3a 09 6d 61 6b 65 68 .encode.h:.makeh
77a0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
77b0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
77c0: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 d.h bag_.c:bag.h
77d0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
77e0: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 branch_.c:branch
77f0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
7800: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
7810: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
7820: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
7830: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
7840: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
7850: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
7860: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
7870: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
7880: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
7890: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
78a0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
78b0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
78c0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
78d0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
78e0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
78f0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
7900: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
7910: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
7920: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
7930: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
7940: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
7950: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
7960: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
7970: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
7980: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
7990: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
79a0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
79b0: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
79c0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
79d0: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
79e0: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
79f0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
7a00: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
7a10: 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 d.h rss_.c:rss.h
7a20: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
7a30: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
7a40: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
7a50: 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 1.h string_xform
7a60: 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d _.c:string_xform
7a70: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
7a80: 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 e.h subscript_.c
7a90: 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e :subscript.h syn
7aa0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
7ab0: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 .c:tag.h tagview
7ac0: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 _.c:tagview.h ti
7ad0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
7ae0: 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e ne.h tkt_.c:tkt.
7af0: 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 h tktconfig_.c:t
7b00: 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 ktconfig.h tktse
7b10: 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e tup_.c:tktsetup.
7b20: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 h undo_.c:undo.h
7b30: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
7b40: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
7b50: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
7b60: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
7b70: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
7b80: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
7b90: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
7ba0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
7bb0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
7bc0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
7bd0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
7be0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
7bf0: 20 68 65 61 64 65 72 73 0a 0a 66 69 6c 65 5f 2e headers..file_.
7c00: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 66 69 6c c:.$(SRCDIR)/fil
7c10: 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 e.c $(SRCDIR)/VE
7c20: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
7c30: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
7c40: 52 43 44 49 52 29 2f 66 69 6c 65 2e 63 20 7c 20 RCDIR)/file.c |
7c50: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
7c60: 2f 56 45 52 53 49 4f 4e 20 3e 66 69 6c 65 5f 2e /VERSION >file_.
7c70: 63 0a 0a 66 69 6c 65 2e 6f 3a 09 66 69 6c 65 5f c..file.o:.file_
7c80: 2e 63 20 66 69 6c 65 2e 68 20 20 24 28 53 52 43 .c file.h $(SRC
7c90: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
7ca0: 28 58 54 43 43 29 20 2d 6f 20 66 69 6c 65 2e 6f (XTCC) -o file.o
7cb0: 20 2d 63 20 66 69 6c 65 5f 2e 63 0a 0a 66 69 6c -c file_.c..fil
7cc0: 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 e.h:.makeheaders
7cd0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
7ce0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
7cf0: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
7d00: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
7d10: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 _.c:branch.h cgi
7d20: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
7d30: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
7d40: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
7d50: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
7d60: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
7d70: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
7d80: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
7d90: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
7da0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
7db0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
7dc0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
7dd0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
7de0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
7df0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
7e00: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
7e10: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
7e20: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
7e30: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
7e40: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
7e50: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
7e60: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
7e70: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
7e80: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
7e90: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
7ea0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
7eb0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
7ec0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
7ed0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
7ee0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
7ef0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
7f00: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
7f10: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
7f20: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
7f30: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
7f40: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
7f50: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
7f60: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
7f70: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
7f80: 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
7f90: 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
7fa0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
7fb0: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
7fc0: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
7fd0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
7fe0: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
7ff0: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
8000: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
8010: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
8020: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
8030: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
8040: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
8050: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
8060: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
8070: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
8080: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
8090: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
80a0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
80b0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
80c0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
80d0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
80e0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
80f0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
8100: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
8110: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
8120: 72 73 0a 0a 68 74 74 70 5f 2e 63 3a 09 24 28 53 rs..http_.c:.$(S
8130: 52 43 44 49 52 29 2f 68 74 74 70 2e 63 20 24 28 RCDIR)/http.c $(
8140: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
8150: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
8160: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
8170: 2f 68 74 74 70 2e 63 20 7c 20 73 65 64 20 2d 66 /http.c | sed -f
8180: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
8190: 4f 4e 20 3e 68 74 74 70 5f 2e 63 0a 0a 68 74 74 ON >http_.c..htt
81a0: 70 2e 6f 3a 09 68 74 74 70 5f 2e 63 20 68 74 74 p.o:.http_.c htt
81b0: 70 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 p.h $(SRCDIR)/c
81c0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
81d0: 20 2d 6f 20 68 74 74 70 2e 6f 20 2d 63 20 68 74 -o http.o -c ht
81e0: 74 70 5f 2e 63 0a 0a 68 74 74 70 2e 68 3a 09 6d tp_.c..http.h:.m
81f0: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
8200: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
8210: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 c:add.h bag_.c:b
8220: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
8230: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
8240: 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 anch.h cgi_.c:cg
8250: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
8260: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
8270: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
8280: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
8290: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
82a0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
82b0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
82c0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
82d0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
82e0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
82f0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
8300: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
8310: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
8320: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
8330: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
8340: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
8350: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
8360: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
8370: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
8380: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
8390: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
83a0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
83b0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
83c0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
83d0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
83e0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
83f0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
8400: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
8410: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
8420: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
8430: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
8440: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
8450: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
8460: 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 build.h rss_.c:r
8470: 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ss.h schema_.c:s
8480: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
8490: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
84a0: 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 :sha1.h string_x
84b0: 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 form_.c:string_x
84c0: 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a form.h style_.c:
84d0: 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 style.h subscrip
84e0: 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 t_.c:subscript.h
84f0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
8500: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 tag_.c:tag.h tag
8510: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e view_.c:tagview.
8520: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
8530: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a meline.h tkt_.c:
8540: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f tkt.h tktconfig_
8550: 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 .c:tktconfig.h t
8560: 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 ktsetup_.c:tktse
8570: 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e tup.h undo_.c:un
8580: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 do.h update_.c:u
8590: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
85a0: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
85b0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
85c0: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
85d0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
85e0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
85f0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
8600: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
8610: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
8620: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
8630: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
8640: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 69 6e ouch headers..in
8650: 66 6f 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 fo_.c:.$(SRCDIR)
8660: 2f 69 6e 66 6f 2e 63 20 24 28 53 52 43 44 49 52 /info.c $(SRCDIR
8670: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
8680: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
8690: 20 24 28 53 52 43 44 49 52 29 2f 69 6e 66 6f 2e $(SRCDIR)/info.
86a0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
86b0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 69 6e DIR)/VERSION >in
86c0: 66 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e 6f 3a 09 69 fo_.c..info.o:.i
86d0: 6e 66 6f 5f 2e 63 20 69 6e 66 6f 2e 68 20 20 24 nfo_.c info.h $
86e0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e (SRCDIR)/config.
86f0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 69 6e h..$(XTCC) -o in
8700: 66 6f 2e 6f 20 2d 63 20 69 6e 66 6f 5f 2e 63 0a fo.o -c info_.c.
8710: 0a 69 6e 66 6f 2e 68 3a 09 6d 61 6b 65 68 65 61 .info.h:.makehea
8720: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
8730: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
8740: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
8750: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
8760: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
8770: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
8780: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
8790: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
87a0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
87b0: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
87c0: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
87d0: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
87e0: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
87f0: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
8800: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
8810: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
8820: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
8830: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
8840: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
8850: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
8860: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
8870: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
8880: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
8890: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
88a0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
88b0: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
88c0: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
88d0: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
88e0: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
88f0: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
8900: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
8910: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
8920: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
8930: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
8940: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
8950: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
8960: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
8970: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
8980: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
8990: 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 h rss_.c:rss.h s
89a0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
89b0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
89c0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
89d0: 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e h string_xform_.
89e0: 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 c:string_xform.h
89f0: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
8a00: 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 h subscript_.c:s
8a10: 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f ubscript.h sync_
8a20: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
8a30: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
8a40: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 c:tagview.h time
8a50: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
8a60: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 .h tkt_.c:tkt.h
8a70: 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 tktconfig_.c:tkt
8a80: 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 config.h tktsetu
8a90: 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 p_.c:tktsetup.h
8aa0: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 undo_.c:undo.h u
8ab0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
8ac0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
8ad0: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
8ae0: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
8af0: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
8b00: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
8b10: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
8b20: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
8b30: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
8b40: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
8b50: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
8b60: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
8b70: 65 61 64 65 72 73 0a 0a 6c 6f 67 69 6e 5f 2e 63 eaders..login_.c
8b80: 3a 09 24 28 53 52 43 44 49 52 29 2f 6c 6f 67 69 :.$(SRCDIR)/logi
8b90: 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 n.c $(SRCDIR)/VE
8ba0: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
8bb0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
8bc0: 52 43 44 49 52 29 2f 6c 6f 67 69 6e 2e 63 20 7c RCDIR)/login.c |
8bd0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
8be0: 29 2f 56 45 52 53 49 4f 4e 20 3e 6c 6f 67 69 6e )/VERSION >login
8bf0: 5f 2e 63 0a 0a 6c 6f 67 69 6e 2e 6f 3a 09 6c 6f _.c..login.o:.lo
8c00: 67 69 6e 5f 2e 63 20 6c 6f 67 69 6e 2e 68 20 20 gin_.c login.h
8c10: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
8c20: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6c .h..$(XTCC) -o l
8c30: 6f 67 69 6e 2e 6f 20 2d 63 20 6c 6f 67 69 6e 5f ogin.o -c login_
8c40: 2e 63 0a 0a 6c 6f 67 69 6e 2e 68 3a 09 6d 61 6b .c..login.h:.mak
8c50: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
8c60: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
8c70: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 add.h bag_.c:bag
8c80: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
8c90: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
8ca0: 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ch.h cgi_.c:cgi.
8cb0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
8cc0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
8cd0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
8ce0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
8cf0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
8d00: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
8d10: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
8d20: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
8d30: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
8d40: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
8d50: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
8d60: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
8d70: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
8d80: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
8d90: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
8da0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
8db0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
8dc0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
8dd0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
8de0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
8df0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
8e00: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
8e10: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
8e20: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
8e30: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
8e40: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
8e50: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
8e60: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
8e70: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
8e80: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
8e90: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
8ea0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
8eb0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
8ec0: 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 ild.h rss_.c:rss
8ed0: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
8ee0: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
8ef0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
8f00: 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f ha1.h string_xfo
8f10: 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f rm_.c:string_xfo
8f20: 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 rm.h style_.c:st
8f30: 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f yle.h subscript_
8f40: 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 .c:subscript.h s
8f50: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
8f60: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 g_.c:tag.h tagvi
8f70: 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 ew_.c:tagview.h
8f80: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
8f90: 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b line.h tkt_.c:tk
8fa0: 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 t.h tktconfig_.c
8fb0: 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 :tktconfig.h tkt
8fc0: 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 setup_.c:tktsetu
8fd0: 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f p.h undo_.c:undo
8fe0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
8ff0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
9000: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
9010: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
9020: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
9030: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
9040: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
9050: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
9060: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
9070: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
9080: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
9090: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
90a0: 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 61 69 6e ch headers..main
90b0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d _.c:.$(SRCDIR)/m
90c0: 61 69 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f ain.c $(SRCDIR)/
90d0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
90e0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
90f0: 28 53 52 43 44 49 52 29 2f 6d 61 69 6e 2e 63 20 (SRCDIR)/main.c
9100: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
9110: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 61 69 6e R)/VERSION >main
9120: 5f 2e 63 0a 0a 6d 61 69 6e 2e 6f 3a 09 6d 61 69 _.c..main.o:.mai
9130: 6e 5f 2e 63 20 6d 61 69 6e 2e 68 20 70 61 67 65 n_.c main.h page
9140: 5f 69 6e 64 65 78 2e 68 20 24 28 53 52 43 44 49 _index.h $(SRCDI
9150: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
9160: 54 43 43 29 20 2d 6f 20 6d 61 69 6e 2e 6f 20 2d TCC) -o main.o -
9170: 63 20 6d 61 69 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e c main_.c..main.
9180: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
9190: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
91a0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f dd_.c:add.h bag_
91b0: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 .c:bag.h blob_.c
91c0: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e :blob.h branch_.
91d0: 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e c:branch.h cgi_.
91e0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
91f0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
9200: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
9210: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
9220: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
9230: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
9240: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
9250: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
9260: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
9270: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
9280: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
9290: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
92a0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
92b0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
92c0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
92d0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
92e0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
92f0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
9300: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
9310: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
9320: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
9330: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
9340: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
9350: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
9360: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
9370: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
9380: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
9390: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
93a0: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
93b0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
93c0: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 pqueue_.c:pqueu
93d0: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 e.h printf_.c:pr
93e0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
93f0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f c:rebuild.h rss_
9400: 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f .c:rss.h schema_
9410: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
9420: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
9430: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 1_.c:sha1.h stri
9440: 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 ng_xform_.c:stri
9450: 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 ng_xform.h style
9460: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 _.c:style.h subs
9470: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 cript_.c:subscri
9480: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e pt.h sync_.c:syn
9490: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
94a0: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
94b0: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e iew.h timeline_.
94c0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 c:timeline.h tkt
94d0: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e _.c:tkt.h tktcon
94e0: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 fig_.c:tktconfig
94f0: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 .h tktsetup_.c:t
9500: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e ktsetup.h undo_.
9510: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f c:undo.h update_
9520: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
9530: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
9540: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
9550: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
9560: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
9570: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
9580: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
9590: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
95a0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
95b0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
95c0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
95d0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
95e0: 0a 0a 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 09 24 ..manifest_.c:.$
95f0: 28 53 52 43 44 49 52 29 2f 6d 61 6e 69 66 65 73 (SRCDIR)/manifes
9600: 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 t.c $(SRCDIR)/VE
9610: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
9620: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
9630: 52 43 44 49 52 29 2f 6d 61 6e 69 66 65 73 74 2e RCDIR)/manifest.
9640: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
9650: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 61 DIR)/VERSION >ma
9660: 6e 69 66 65 73 74 5f 2e 63 0a 0a 6d 61 6e 69 66 nifest_.c..manif
9670: 65 73 74 2e 6f 3a 09 6d 61 6e 69 66 65 73 74 5f est.o:.manifest_
9680: 2e 63 20 6d 61 6e 69 66 65 73 74 2e 68 20 20 24 .c manifest.h $
9690: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e (SRCDIR)/config.
96a0: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 61 h..$(XTCC) -o ma
96b0: 6e 69 66 65 73 74 2e 6f 20 2d 63 20 6d 61 6e 69 nifest.o -c mani
96c0: 66 65 73 74 5f 2e 63 0a 0a 6d 61 6e 69 66 65 73 fest_.c..manifes
96d0: 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 t.h:.makeheaders
96e0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
96f0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
9700: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
9710: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
9720: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 _.c:branch.h cgi
9730: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
9740: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
9750: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
9760: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
9770: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
9780: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
9790: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
97a0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
97b0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
97c0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
97d0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
97e0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
97f0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
9800: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
9810: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
9820: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
9830: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
9840: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
9850: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
9860: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
9870: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
9880: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
9890: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
98a0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
98b0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
98c0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
98d0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
98e0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
98f0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
9900: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
9910: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
9920: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
9930: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
9940: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
9950: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
9960: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
9970: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
9980: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
9990: 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
99a0: 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
99b0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
99c0: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
99d0: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
99e0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
99f0: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
9a00: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
9a10: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
9a20: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
9a30: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
9a40: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
9a50: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
9a60: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
9a70: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
9a80: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
9a90: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
9aa0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
9ab0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
9ac0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
9ad0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
9ae0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
9af0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
9b00: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
9b10: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
9b20: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
9b30: 72 73 0a 0a 6d 64 35 5f 2e 63 3a 09 24 28 53 52 rs..md5_.c:.$(SR
9b40: 43 44 49 52 29 2f 6d 64 35 2e 63 20 24 28 53 52 CDIR)/md5.c $(SR
9b50: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
9b60: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
9b70: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d late $(SRCDIR)/m
9b80: 64 35 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 d5.c | sed -f $(
9b90: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
9ba0: 3e 6d 64 35 5f 2e 63 0a 0a 6d 64 35 2e 6f 3a 09 >md5_.c..md5.o:.
9bb0: 6d 64 35 5f 2e 63 20 6d 64 35 2e 68 20 20 24 28 md5_.c md5.h $(
9bc0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
9bd0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 64 35 ..$(XTCC) -o md5
9be0: 2e 6f 20 2d 63 20 6d 64 35 5f 2e 63 0a 0a 6d 64 .o -c md5_.c..md
9bf0: 35 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 5.h:.makeheaders
9c00: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
9c10: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
9c20: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
9c30: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
9c40: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 _.c:branch.h cgi
9c50: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
9c60: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
9c70: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
9c80: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
9c90: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
9ca0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
9cb0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
9cc0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
9cd0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
9ce0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
9cf0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
9d00: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
9d10: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
9d20: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
9d30: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
9d40: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
9d50: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
9d60: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
9d70: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
9d80: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
9d90: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
9da0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
9db0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
9dc0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
9dd0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
9de0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
9df0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
9e00: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
9e10: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
9e20: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
9e30: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
9e40: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
9e50: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
9e60: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
9e70: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
9e80: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
9e90: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
9ea0: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
9eb0: 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
9ec0: 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
9ed0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
9ee0: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
9ef0: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
9f00: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
9f10: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
9f20: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
9f30: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
9f40: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
9f50: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
9f60: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
9f70: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
9f80: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
9f90: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
9fa0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
9fb0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
9fc0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
9fd0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
9fe0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
9ff0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
a000: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
a010: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
a020: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
a030: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
a040: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
a050: 72 73 0a 0a 6d 65 72 67 65 5f 2e 63 3a 09 24 28 rs..merge_.c:.$(
a060: 53 52 43 44 49 52 29 2f 6d 65 72 67 65 2e 63 20 SRCDIR)/merge.c
a070: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
a080: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
a090: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
a0a0: 52 29 2f 6d 65 72 67 65 2e 63 20 7c 20 73 65 64 R)/merge.c | sed
a0b0: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
a0c0: 52 53 49 4f 4e 20 3e 6d 65 72 67 65 5f 2e 63 0a RSION >merge_.c.
a0d0: 0a 6d 65 72 67 65 2e 6f 3a 09 6d 65 72 67 65 5f .merge.o:.merge_
a0e0: 2e 63 20 6d 65 72 67 65 2e 68 20 20 24 28 53 52 .c merge.h $(SR
a0f0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
a100: 24 28 58 54 43 43 29 20 2d 6f 20 6d 65 72 67 65 $(XTCC) -o merge
a110: 2e 6f 20 2d 63 20 6d 65 72 67 65 5f 2e 63 0a 0a .o -c merge_.c..
a120: 6d 65 72 67 65 2e 68 3a 09 6d 61 6b 65 68 65 61 merge.h:.makehea
a130: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
a140: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
a150: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
a160: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
a170: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
a180: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
a190: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
a1a0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
a1b0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
a1c0: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
a1d0: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
a1e0: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
a1f0: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
a200: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
a210: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
a220: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
a230: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
a240: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
a250: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
a260: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
a270: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
a280: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
a290: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
a2a0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
a2b0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
a2c0: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
a2d0: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
a2e0: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
a2f0: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
a300: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
a310: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
a320: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
a330: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
a340: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
a350: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
a360: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
a370: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
a380: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
a390: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
a3a0: 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 h rss_.c:rss.h s
a3b0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
a3c0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
a3d0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
a3e0: 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e h string_xform_.
a3f0: 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 c:string_xform.h
a400: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
a410: 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 h subscript_.c:s
a420: 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f ubscript.h sync_
a430: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
a440: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
a450: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 c:tagview.h time
a460: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
a470: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 .h tkt_.c:tkt.h
a480: 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 tktconfig_.c:tkt
a490: 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 config.h tktsetu
a4a0: 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 p_.c:tktsetup.h
a4b0: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 undo_.c:undo.h u
a4c0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
a4d0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
a4e0: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
a4f0: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
a500: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
a510: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
a520: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
a530: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
a540: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
a550: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
a560: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
a570: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
a580: 65 61 64 65 72 73 0a 0a 6d 65 72 67 65 33 5f 2e eaders..merge3_.
a590: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 65 72 c:.$(SRCDIR)/mer
a5a0: 67 65 33 2e 63 20 24 28 53 52 43 44 49 52 29 2f ge3.c $(SRCDIR)/
a5b0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
a5c0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
a5d0: 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 33 2e (SRCDIR)/merge3.
a5e0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
a5f0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 65 DIR)/VERSION >me
a600: 72 67 65 33 5f 2e 63 0a 0a 6d 65 72 67 65 33 2e rge3_.c..merge3.
a610: 6f 3a 09 6d 65 72 67 65 33 5f 2e 63 20 6d 65 72 o:.merge3_.c mer
a620: 67 65 33 2e 68 20 20 24 28 53 52 43 44 49 52 29 ge3.h $(SRCDIR)
a630: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
a640: 43 29 20 2d 6f 20 6d 65 72 67 65 33 2e 6f 20 2d C) -o merge3.o -
a650: 63 20 6d 65 72 67 65 33 5f 2e 63 0a 0a 6d 65 72 c merge3_.c..mer
a660: 67 65 33 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 ge3.h:.makeheade
a670: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
a680: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
a690: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f bag_.c:bag.h blo
a6a0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e b_.c:blob.h bran
a6b0: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 ch_.c:branch.h c
a6c0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
a6d0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
a6e0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
a6f0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
a700: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
a710: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
a720: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
a730: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
a740: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
a750: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
a760: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
a770: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
a780: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
a790: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
a7a0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
a7b0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
a7c0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
a7d0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
a7e0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
a7f0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
a800: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
a810: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
a820: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
a830: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
a840: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
a850: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
a860: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
a870: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
a880: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
a890: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
a8a0: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
a8b0: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
a8c0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
a8d0: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
a8e0: 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 rss_.c:rss.h sch
a8f0: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
a900: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
a910: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
a920: 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a string_xform_.c:
a930: 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 string_xform.h s
a940: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
a950: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 subscript_.c:sub
a960: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 script.h sync_.c
a970: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
a980: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
a990: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 tagview.h timeli
a9a0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
a9b0: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b tkt_.c:tkt.h tk
a9c0: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f tconfig_.c:tktco
a9d0: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f nfig.h tktsetup_
a9e0: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e .c:tktsetup.h un
a9f0: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 do_.c:undo.h upd
aa00: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
aa10: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
aa20: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
aa30: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
aa40: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
aa50: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
aa60: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
aa70: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
aa80: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
aa90: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
aaa0: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
aab0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
aac0: 64 65 72 73 0a 0a 6e 61 6d 65 5f 2e 63 3a 09 24 ders..name_.c:.$
aad0: 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 2e 63 20 (SRCDIR)/name.c
aae0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
aaf0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
ab00: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
ab10: 52 29 2f 6e 61 6d 65 2e 63 20 7c 20 73 65 64 20 R)/name.c | sed
ab20: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
ab30: 53 49 4f 4e 20 3e 6e 61 6d 65 5f 2e 63 0a 0a 6e SION >name_.c..n
ab40: 61 6d 65 2e 6f 3a 09 6e 61 6d 65 5f 2e 63 20 6e ame.o:.name_.c n
ab50: 61 6d 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 ame.h $(SRCDIR)
ab60: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
ab70: 43 29 20 2d 6f 20 6e 61 6d 65 2e 6f 20 2d 63 20 C) -o name.o -c
ab80: 6e 61 6d 65 5f 2e 63 0a 0a 6e 61 6d 65 2e 68 3a name_.c..name.h:
ab90: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
aba0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
abb0: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 _.c:add.h bag_.c
abc0: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 :bag.h blob_.c:b
abd0: 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a lob.h branch_.c:
abe0: 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a branch.h cgi_.c:
abf0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
ac00: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
ac10: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
ac20: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
ac30: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
ac40: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
ac50: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
ac60: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
ac70: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
ac80: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
ac90: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
aca0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
acb0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
acc0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
acd0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
ace0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
acf0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
ad00: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
ad10: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
ad20: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
ad30: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
ad40: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
ad50: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
ad60: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
ad70: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
ad80: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
ad90: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
ada0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
adb0: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
adc0: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
add0: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
ade0: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
adf0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
ae00: 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 rebuild.h rss_.c
ae10: 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 :rss.h schema_.c
ae20: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
ae30: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
ae40: 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 .c:sha1.h string
ae50: 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 _xform_.c:string
ae60: 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e _xform.h style_.
ae70: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 c:style.h subscr
ae80: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 ipt_.c:subscript
ae90: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
aea0: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
aeb0: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
aec0: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a w.h timeline_.c:
aed0: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e timeline.h tkt_.
aee0: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 c:tkt.h tktconfi
aef0: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 g_.c:tktconfig.h
af00: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 tktsetup_.c:tkt
af10: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a setup.h undo_.c:
af20: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 undo.h update_.c
af30: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
af40: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
af50: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
af60: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
af70: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
af80: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
af90: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
afa0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
afb0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
afc0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
afd0: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
afe0: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
aff0: 70 69 76 6f 74 5f 2e 63 3a 09 24 28 53 52 43 44 pivot_.c:.$(SRCD
b000: 49 52 29 2f 70 69 76 6f 74 2e 63 20 24 28 53 52 IR)/pivot.c $(SR
b010: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
b020: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
b030: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 70 late $(SRCDIR)/p
b040: 69 76 6f 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 ivot.c | sed -f
b050: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
b060: 4e 20 3e 70 69 76 6f 74 5f 2e 63 0a 0a 70 69 76 N >pivot_.c..piv
b070: 6f 74 2e 6f 3a 09 70 69 76 6f 74 5f 2e 63 20 70 ot.o:.pivot_.c p
b080: 69 76 6f 74 2e 68 20 20 24 28 53 52 43 44 49 52 ivot.h $(SRCDIR
b090: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
b0a0: 43 43 29 20 2d 6f 20 70 69 76 6f 74 2e 6f 20 2d CC) -o pivot.o -
b0b0: 63 20 70 69 76 6f 74 5f 2e 63 0a 0a 70 69 76 6f c pivot_.c..pivo
b0c0: 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 t.h:.makeheaders
b0d0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
b0e0: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
b0f0: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
b100: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
b110: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 _.c:branch.h cgi
b120: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
b130: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
b140: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
b150: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
b160: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
b170: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
b180: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
b190: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
b1a0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
b1b0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
b1c0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
b1d0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
b1e0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
b1f0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
b200: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
b210: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
b220: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
b230: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
b240: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
b250: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
b260: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
b270: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
b280: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
b290: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
b2a0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
b2b0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
b2c0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
b2d0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
b2e0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
b2f0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
b300: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
b310: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
b320: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
b330: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
b340: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
b350: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
b360: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
b370: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
b380: 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
b390: 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
b3a0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
b3b0: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
b3c0: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
b3d0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
b3e0: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
b3f0: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
b400: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
b410: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
b420: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
b430: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
b440: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
b450: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
b460: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
b470: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
b480: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
b490: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
b4a0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
b4b0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
b4c0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
b4d0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
b4e0: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
b4f0: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
b500: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
b510: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
b520: 72 73 0a 0a 70 71 75 65 75 65 5f 2e 63 3a 09 24 rs..pqueue_.c:.$
b530: 28 53 52 43 44 49 52 29 2f 70 71 75 65 75 65 2e (SRCDIR)/pqueue.
b540: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
b550: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
b560: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
b570: 44 49 52 29 2f 70 71 75 65 75 65 2e 63 20 7c 20 DIR)/pqueue.c |
b580: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
b590: 2f 56 45 52 53 49 4f 4e 20 3e 70 71 75 65 75 65 /VERSION >pqueue
b5a0: 5f 2e 63 0a 0a 70 71 75 65 75 65 2e 6f 3a 09 70 _.c..pqueue.o:.p
b5b0: 71 75 65 75 65 5f 2e 63 20 70 71 75 65 75 65 2e queue_.c pqueue.
b5c0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
b5d0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
b5e0: 6f 20 70 71 75 65 75 65 2e 6f 20 2d 63 20 70 71 o pqueue.o -c pq
b5f0: 75 65 75 65 5f 2e 63 0a 0a 70 71 75 65 75 65 2e ueue_.c..pqueue.
b600: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
b610: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
b620: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f dd_.c:add.h bag_
b630: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 .c:bag.h blob_.c
b640: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e :blob.h branch_.
b650: 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e c:branch.h cgi_.
b660: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
b670: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
b680: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
b690: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
b6a0: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
b6b0: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
b6c0: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
b6d0: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
b6e0: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
b6f0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
b700: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
b710: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
b720: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
b730: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
b740: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
b750: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
b760: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
b770: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
b780: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
b790: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
b7a0: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
b7b0: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
b7c0: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
b7d0: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
b7e0: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
b7f0: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
b800: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
b810: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
b820: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
b830: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
b840: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 pqueue_.c:pqueu
b850: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 e.h printf_.c:pr
b860: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
b870: 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f c:rebuild.h rss_
b880: 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f .c:rss.h schema_
b890: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
b8a0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
b8b0: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 1_.c:sha1.h stri
b8c0: 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 ng_xform_.c:stri
b8d0: 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 ng_xform.h style
b8e0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 _.c:style.h subs
b8f0: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 cript_.c:subscri
b900: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e pt.h sync_.c:syn
b910: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
b920: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
b930: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e iew.h timeline_.
b940: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 c:timeline.h tkt
b950: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e _.c:tkt.h tktcon
b960: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 fig_.c:tktconfig
b970: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 .h tktsetup_.c:t
b980: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e ktsetup.h undo_.
b990: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f c:undo.h update_
b9a0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
b9b0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
b9c0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
b9d0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
b9e0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
b9f0: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
ba00: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
ba10: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
ba20: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
ba30: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
ba40: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
ba50: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
ba60: 0a 0a 70 72 69 6e 74 66 5f 2e 63 3a 09 24 28 53 ..printf_.c:.$(S
ba70: 52 43 44 49 52 29 2f 70 72 69 6e 74 66 2e 63 20 RCDIR)/printf.c
ba80: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
ba90: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
baa0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
bab0: 52 29 2f 70 72 69 6e 74 66 2e 63 20 7c 20 73 65 R)/printf.c | se
bac0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
bad0: 45 52 53 49 4f 4e 20 3e 70 72 69 6e 74 66 5f 2e ERSION >printf_.
bae0: 63 0a 0a 70 72 69 6e 74 66 2e 6f 3a 09 70 72 69 c..printf.o:.pri
baf0: 6e 74 66 5f 2e 63 20 70 72 69 6e 74 66 2e 68 20 ntf_.c printf.h
bb00: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
bb10: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
bb20: 70 72 69 6e 74 66 2e 6f 20 2d 63 20 70 72 69 6e printf.o -c prin
bb30: 74 66 5f 2e 63 0a 0a 70 72 69 6e 74 66 2e 68 3a tf_.c..printf.h:
bb40: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
bb50: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
bb60: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 _.c:add.h bag_.c
bb70: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 :bag.h blob_.c:b
bb80: 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a lob.h branch_.c:
bb90: 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a branch.h cgi_.c:
bba0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
bbb0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
bbc0: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
bbd0: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
bbe0: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
bbf0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
bc00: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
bc10: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
bc20: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
bc30: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
bc40: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
bc50: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
bc60: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
bc70: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
bc80: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
bc90: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
bca0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
bcb0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
bcc0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
bcd0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
bce0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
bcf0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
bd00: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
bd10: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
bd20: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
bd30: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
bd40: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
bd50: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
bd60: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
bd70: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
bd80: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
bd90: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
bda0: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
bdb0: 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 rebuild.h rss_.c
bdc0: 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 :rss.h schema_.c
bdd0: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
bde0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
bdf0: 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 .c:sha1.h string
be00: 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 _xform_.c:string
be10: 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e _xform.h style_.
be20: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 c:style.h subscr
be30: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 ipt_.c:subscript
be40: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
be50: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
be60: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
be70: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a w.h timeline_.c:
be80: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e timeline.h tkt_.
be90: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 c:tkt.h tktconfi
bea0: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 g_.c:tktconfig.h
beb0: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 tktsetup_.c:tkt
bec0: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a setup.h undo_.c:
bed0: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 undo.h update_.c
bee0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
bef0: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
bf00: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
bf10: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
bf20: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
bf30: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
bf40: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
bf50: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
bf60: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
bf70: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
bf80: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
bf90: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
bfa0: 72 65 62 75 69 6c 64 5f 2e 63 3a 09 24 28 53 52 rebuild_.c:.$(SR
bfb0: 43 44 49 52 29 2f 72 65 62 75 69 6c 64 2e 63 20 CDIR)/rebuild.c
bfc0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
bfd0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
bfe0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
bff0: 52 29 2f 72 65 62 75 69 6c 64 2e 63 20 7c 20 73 R)/rebuild.c | s
c000: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
c010: 56 45 52 53 49 4f 4e 20 3e 72 65 62 75 69 6c 64 VERSION >rebuild
c020: 5f 2e 63 0a 0a 72 65 62 75 69 6c 64 2e 6f 3a 09 _.c..rebuild.o:.
c030: 72 65 62 75 69 6c 64 5f 2e 63 20 72 65 62 75 69 rebuild_.c rebui
c040: 6c 64 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f ld.h $(SRCDIR)/
c050: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
c060: 29 20 2d 6f 20 72 65 62 75 69 6c 64 2e 6f 20 2d ) -o rebuild.o -
c070: 63 20 72 65 62 75 69 6c 64 5f 2e 63 0a 0a 72 65 c rebuild_.c..re
c080: 62 75 69 6c 64 2e 68 3a 09 6d 61 6b 65 68 65 61 build.h:.makehea
c090: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
c0a0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
c0b0: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
c0c0: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
c0d0: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
c0e0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
c0f0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
c100: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
c110: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
c120: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
c130: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
c140: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
c150: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
c160: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
c170: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
c180: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
c190: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
c1a0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
c1b0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
c1c0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
c1d0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
c1e0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
c1f0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
c200: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
c210: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
c220: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
c230: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
c240: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
c250: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
c260: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
c270: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
c280: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
c290: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
c2a0: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
c2b0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
c2c0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
c2d0: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
c2e0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
c2f0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
c300: 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 h rss_.c:rss.h s
c310: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
c320: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
c330: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
c340: 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e h string_xform_.
c350: 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 c:string_xform.h
c360: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
c370: 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 h subscript_.c:s
c380: 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f ubscript.h sync_
c390: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
c3a0: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
c3b0: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 c:tagview.h time
c3c0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
c3d0: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 .h tkt_.c:tkt.h
c3e0: 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 tktconfig_.c:tkt
c3f0: 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 config.h tktsetu
c400: 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 p_.c:tktsetup.h
c410: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 undo_.c:undo.h u
c420: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
c430: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
c440: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
c450: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
c460: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
c470: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
c480: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
c490: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
c4a0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
c4b0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
c4c0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
c4d0: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
c4e0: 65 61 64 65 72 73 0a 0a 72 73 73 5f 2e 63 3a 09 eaders..rss_.c:.
c4f0: 24 28 53 52 43 44 49 52 29 2f 72 73 73 2e 63 20 $(SRCDIR)/rss.c
c500: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
c510: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
c520: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
c530: 52 29 2f 72 73 73 2e 63 20 7c 20 73 65 64 20 2d R)/rss.c | sed -
c540: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
c550: 49 4f 4e 20 3e 72 73 73 5f 2e 63 0a 0a 72 73 73 ION >rss_.c..rss
c560: 2e 6f 3a 09 72 73 73 5f 2e 63 20 72 73 73 2e 68 .o:.rss_.c rss.h
c570: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
c580: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
c590: 20 72 73 73 2e 6f 20 2d 63 20 72 73 73 5f 2e 63 rss.o -c rss_.c
c5a0: 0a 0a 72 73 73 2e 68 3a 09 6d 61 6b 65 68 65 61 ..rss.h:.makehea
c5b0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
c5c0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
c5d0: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
c5e0: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
c5f0: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
c600: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
c610: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
c620: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
c630: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
c640: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
c650: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
c660: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
c670: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
c680: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
c690: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
c6a0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
c6b0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
c6c0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
c6d0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
c6e0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
c6f0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
c700: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
c710: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
c720: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
c730: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
c740: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
c750: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
c760: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
c770: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
c780: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
c790: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
c7a0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
c7b0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
c7c0: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
c7d0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
c7e0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
c7f0: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
c800: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
c810: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
c820: 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 h rss_.c:rss.h s
c830: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
c840: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
c850: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
c860: 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e h string_xform_.
c870: 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 c:string_xform.h
c880: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
c890: 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 h subscript_.c:s
c8a0: 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f ubscript.h sync_
c8b0: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
c8c0: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
c8d0: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 c:tagview.h time
c8e0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
c8f0: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 .h tkt_.c:tkt.h
c900: 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 tktconfig_.c:tkt
c910: 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 config.h tktsetu
c920: 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 p_.c:tktsetup.h
c930: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 undo_.c:undo.h u
c940: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
c950: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
c960: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
c970: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
c980: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
c990: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
c9a0: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
c9b0: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
c9c0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
c9d0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
c9e0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
c9f0: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
ca00: 65 61 64 65 72 73 0a 0a 73 63 68 65 6d 61 5f 2e eaders..schema_.
ca10: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 63 68 c:.$(SRCDIR)/sch
ca20: 65 6d 61 2e 63 20 24 28 53 52 43 44 49 52 29 2f ema.c $(SRCDIR)/
ca30: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
ca40: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
ca50: 28 53 52 43 44 49 52 29 2f 73 63 68 65 6d 61 2e (SRCDIR)/schema.
ca60: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
ca70: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 63 DIR)/VERSION >sc
ca80: 68 65 6d 61 5f 2e 63 0a 0a 73 63 68 65 6d 61 2e hema_.c..schema.
ca90: 6f 3a 09 73 63 68 65 6d 61 5f 2e 63 20 73 63 68 o:.schema_.c sch
caa0: 65 6d 61 2e 68 20 20 24 28 53 52 43 44 49 52 29 ema.h $(SRCDIR)
cab0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
cac0: 43 29 20 2d 6f 20 73 63 68 65 6d 61 2e 6f 20 2d C) -o schema.o -
cad0: 63 20 73 63 68 65 6d 61 5f 2e 63 0a 0a 73 63 68 c schema_.c..sch
cae0: 65 6d 61 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 ema.h:.makeheade
caf0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
cb00: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
cb10: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f bag_.c:bag.h blo
cb20: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e b_.c:blob.h bran
cb30: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 ch_.c:branch.h c
cb40: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
cb50: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
cb60: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
cb70: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
cb80: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
cb90: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
cba0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
cbb0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
cbc0: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
cbd0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
cbe0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
cbf0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
cc00: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
cc10: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
cc20: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
cc30: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
cc40: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
cc50: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
cc60: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
cc70: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
cc80: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
cc90: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
cca0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
ccb0: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
ccc0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
ccd0: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
cce0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
ccf0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
cd00: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
cd10: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
cd20: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
cd30: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
cd40: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
cd50: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
cd60: 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 rss_.c:rss.h sch
cd70: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
cd80: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
cd90: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
cda0: 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a string_xform_.c:
cdb0: 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 string_xform.h s
cdc0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
cdd0: 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 subscript_.c:sub
cde0: 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 script.h sync_.c
cdf0: 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 :sync.h tag_.c:t
ce00: 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a ag.h tagview_.c:
ce10: 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 tagview.h timeli
ce20: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
ce30: 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b tkt_.c:tkt.h tk
ce40: 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f tconfig_.c:tktco
ce50: 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f nfig.h tktsetup_
ce60: 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e .c:tktsetup.h un
ce70: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 do_.c:undo.h upd
ce80: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
ce90: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
cea0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
ceb0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
cec0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
ced0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
cee0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
cef0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
cf00: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
cf10: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
cf20: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
cf30: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
cf40: 64 65 72 73 0a 0a 73 65 74 75 70 5f 2e 63 3a 09 ders..setup_.c:.
cf50: 24 28 53 52 43 44 49 52 29 2f 73 65 74 75 70 2e $(SRCDIR)/setup.
cf60: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
cf70: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
cf80: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
cf90: 44 49 52 29 2f 73 65 74 75 70 2e 63 20 7c 20 73 DIR)/setup.c | s
cfa0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
cfb0: 56 45 52 53 49 4f 4e 20 3e 73 65 74 75 70 5f 2e VERSION >setup_.
cfc0: 63 0a 0a 73 65 74 75 70 2e 6f 3a 09 73 65 74 75 c..setup.o:.setu
cfd0: 70 5f 2e 63 20 73 65 74 75 70 2e 68 20 20 24 28 p_.c setup.h $(
cfe0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
cff0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73 65 74 ..$(XTCC) -o set
d000: 75 70 2e 6f 20 2d 63 20 73 65 74 75 70 5f 2e 63 up.o -c setup_.c
d010: 0a 0a 73 65 74 75 70 2e 68 3a 09 6d 61 6b 65 68 ..setup.h:.makeh
d020: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
d030: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
d040: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 d.h bag_.c:bag.h
d050: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
d060: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 branch_.c:branch
d070: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
d080: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
d090: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
d0a0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
d0b0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
d0c0: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
d0d0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
d0e0: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
d0f0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
d100: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
d110: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
d120: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
d130: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
d140: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
d150: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
d160: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
d170: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
d180: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
d190: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
d1a0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
d1b0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
d1c0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
d1d0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
d1e0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
d1f0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
d200: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
d210: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
d220: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
d230: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
d240: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
d250: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
d260: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
d270: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
d280: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
d290: 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 d.h rss_.c:rss.h
d2a0: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
d2b0: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
d2c0: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
d2d0: 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 1.h string_xform
d2e0: 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d _.c:string_xform
d2f0: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
d300: 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 e.h subscript_.c
d310: 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e :subscript.h syn
d320: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
d330: 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 .c:tag.h tagview
d340: 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 _.c:tagview.h ti
d350: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
d360: 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e ne.h tkt_.c:tkt.
d370: 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 h tktconfig_.c:t
d380: 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 ktconfig.h tktse
d390: 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e tup_.c:tktsetup.
d3a0: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 h undo_.c:undo.h
d3b0: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
d3c0: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
d3d0: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
d3e0: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
d3f0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
d400: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
d410: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
d420: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
d430: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
d440: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
d450: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
d460: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
d470: 20 68 65 61 64 65 72 73 0a 0a 73 68 61 31 5f 2e headers..sha1_.
d480: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 68 61 c:.$(SRCDIR)/sha
d490: 31 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 1.c $(SRCDIR)/VE
d4a0: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
d4b0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
d4c0: 52 43 44 49 52 29 2f 73 68 61 31 2e 63 20 7c 20 RCDIR)/sha1.c |
d4d0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
d4e0: 2f 56 45 52 53 49 4f 4e 20 3e 73 68 61 31 5f 2e /VERSION >sha1_.
d4f0: 63 0a 0a 73 68 61 31 2e 6f 3a 09 73 68 61 31 5f c..sha1.o:.sha1_
d500: 2e 63 20 73 68 61 31 2e 68 20 20 24 28 53 52 43 .c sha1.h $(SRC
d510: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
d520: 28 58 54 43 43 29 20 2d 6f 20 73 68 61 31 2e 6f (XTCC) -o sha1.o
d530: 20 2d 63 20 73 68 61 31 5f 2e 63 0a 0a 73 68 61 -c sha1_.c..sha
d540: 31 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 1.h:.makeheaders
d550: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
d560: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
d570: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
d580: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
d590: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 _.c:branch.h cgi
d5a0: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
d5b0: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
d5c0: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
d5d0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
d5e0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
d5f0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
d600: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
d610: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
d620: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
d630: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
d640: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
d650: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
d660: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
d670: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
d680: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
d690: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
d6a0: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
d6b0: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
d6c0: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
d6d0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
d6e0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
d6f0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
d700: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
d710: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
d720: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
d730: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
d740: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
d750: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
d760: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
d770: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
d780: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
d790: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
d7a0: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
d7b0: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
d7c0: 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
d7d0: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
d7e0: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
d7f0: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
d800: 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
d810: 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
d820: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
d830: 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
d840: 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
d850: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
d860: 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
d870: 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
d880: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
d890: 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
d8a0: 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
d8b0: 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
d8c0: 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
d8d0: 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
d8e0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
d8f0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
d900: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
d910: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
d920: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
d930: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
d940: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
d950: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
d960: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
d970: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
d980: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
d990: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
d9a0: 72 73 0a 0a 73 74 72 69 6e 67 5f 78 66 6f 72 6d rs..string_xform
d9b0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 _.c:.$(SRCDIR)/s
d9c0: 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 63 20 24 28 tring_xform.c $(
d9d0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
d9e0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
d9f0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
da00: 2f 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 63 20 /string_xform.c
da10: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
da20: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 74 72 69 R)/VERSION >stri
da30: 6e 67 5f 78 66 6f 72 6d 5f 2e 63 0a 0a 73 74 72 ng_xform_.c..str
da40: 69 6e 67 5f 78 66 6f 72 6d 2e 6f 3a 09 73 74 72 ing_xform.o:.str
da50: 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 20 73 74 72 ing_xform_.c str
da60: 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 20 24 28 53 ing_xform.h $(S
da70: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
da80: 09 24 28 58 54 43 43 29 20 2d 6f 20 73 74 72 69 .$(XTCC) -o stri
da90: 6e 67 5f 78 66 6f 72 6d 2e 6f 20 2d 63 20 73 74 ng_xform.o -c st
daa0: 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 0a 0a 73 ring_xform_.c..s
dab0: 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 3a 09 6d tring_xform.h:.m
dac0: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
dad0: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
dae0: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 c:add.h bag_.c:b
daf0: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
db00: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
db10: 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 anch.h cgi_.c:cg
db20: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
db30: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
db40: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
db50: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
db60: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
db70: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
db80: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
db90: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
dba0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
dbb0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
dbc0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
dbd0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
dbe0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
dbf0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
dc00: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
dc10: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
dc20: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
dc30: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
dc40: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
dc50: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
dc60: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
dc70: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
dc80: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
dc90: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
dca0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
dcb0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
dcc0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
dcd0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
dce0: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
dcf0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
dd00: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
dd10: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
dd20: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
dd30: 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 build.h rss_.c:r
dd40: 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ss.h schema_.c:s
dd50: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
dd60: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
dd70: 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 :sha1.h string_x
dd80: 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 form_.c:string_x
dd90: 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a form.h style_.c:
dda0: 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 style.h subscrip
ddb0: 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 t_.c:subscript.h
ddc0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
ddd0: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 tag_.c:tag.h tag
dde0: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e view_.c:tagview.
ddf0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
de00: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a meline.h tkt_.c:
de10: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f tkt.h tktconfig_
de20: 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 .c:tktconfig.h t
de30: 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 ktsetup_.c:tktse
de40: 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e tup.h undo_.c:un
de50: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 do.h update_.c:u
de60: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
de70: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
de80: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
de90: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
dea0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
deb0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
dec0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
ded0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
dee0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
def0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
df00: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
df10: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73 74 ouch headers..st
df20: 79 6c 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 yle_.c:.$(SRCDIR
df30: 29 2f 73 74 79 6c 65 2e 63 20 24 28 53 52 43 44 )/style.c $(SRCD
df40: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
df50: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
df60: 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 74 79 te $(SRCDIR)/sty
df70: 6c 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 le.c | sed -f $(
df80: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
df90: 3e 73 74 79 6c 65 5f 2e 63 0a 0a 73 74 79 6c 65 >style_.c..style
dfa0: 2e 6f 3a 09 73 74 79 6c 65 5f 2e 63 20 73 74 79 .o:.style_.c sty
dfb0: 6c 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f le.h $(SRCDIR)/
dfc0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
dfd0: 29 20 2d 6f 20 73 74 79 6c 65 2e 6f 20 2d 63 20 ) -o style.o -c
dfe0: 73 74 79 6c 65 5f 2e 63 0a 0a 73 74 79 6c 65 2e style_.c..style.
dff0: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
e000: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
e010: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f dd_.c:add.h bag_
e020: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 .c:bag.h blob_.c
e030: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e :blob.h branch_.
e040: 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e c:branch.h cgi_.
e050: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
e060: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
e070: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
e080: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
e090: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
e0a0: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
e0b0: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
e0c0: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
e0d0: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
e0e0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
e0f0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
e100: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
e110: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
e120: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
e130: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
e140: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
e150: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
e160: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
e170: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
e180: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
e190: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
e1a0: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
e1b0: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
e1c0: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
e1d0: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
e1e0: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
e1f0: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
e200: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
e210: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
e220: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
e230: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 pqueue_.c:pqueu
e240: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 e.h printf_.c:pr
e250: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
e260: 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f c:rebuild.h rss_
e270: 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f .c:rss.h schema_
e280: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
e290: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
e2a0: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 1_.c:sha1.h stri
e2b0: 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 ng_xform_.c:stri
e2c0: 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 ng_xform.h style
e2d0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 _.c:style.h subs
e2e0: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 cript_.c:subscri
e2f0: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e pt.h sync_.c:syn
e300: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
e310: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
e320: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e iew.h timeline_.
e330: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 c:timeline.h tkt
e340: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e _.c:tkt.h tktcon
e350: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 fig_.c:tktconfig
e360: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 .h tktsetup_.c:t
e370: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e ktsetup.h undo_.
e380: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f c:undo.h update_
e390: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
e3a0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
e3b0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
e3c0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
e3d0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
e3e0: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
e3f0: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
e400: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
e410: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
e420: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
e430: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
e440: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
e450: 0a 0a 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 09 ..subscript_.c:.
e460: 24 28 53 52 43 44 49 52 29 2f 73 75 62 73 63 72 $(SRCDIR)/subscr
e470: 69 70 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f ipt.c $(SRCDIR)/
e480: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
e490: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
e4a0: 28 53 52 43 44 49 52 29 2f 73 75 62 73 63 72 69 (SRCDIR)/subscri
e4b0: 70 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 pt.c | sed -f $(
e4c0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
e4d0: 3e 73 75 62 73 63 72 69 70 74 5f 2e 63 0a 0a 73 >subscript_.c..s
e4e0: 75 62 73 63 72 69 70 74 2e 6f 3a 09 73 75 62 73 ubscript.o:.subs
e4f0: 63 72 69 70 74 5f 2e 63 20 73 75 62 73 63 72 69 cript_.c subscri
e500: 70 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f pt.h $(SRCDIR)/
e510: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
e520: 29 20 2d 6f 20 73 75 62 73 63 72 69 70 74 2e 6f ) -o subscript.o
e530: 20 2d 63 20 73 75 62 73 63 72 69 70 74 5f 2e 63 -c subscript_.c
e540: 0a 0a 73 75 62 73 63 72 69 70 74 2e 68 3a 09 6d ..subscript.h:.m
e550: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
e560: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
e570: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 c:add.h bag_.c:b
e580: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
e590: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
e5a0: 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 anch.h cgi_.c:cg
e5b0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
e5c0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
e5d0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
e5e0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
e5f0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
e600: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
e610: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
e620: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
e630: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
e640: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
e650: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
e660: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
e670: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
e680: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
e690: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
e6a0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
e6b0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
e6c0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
e6d0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
e6e0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
e6f0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
e700: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
e710: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
e720: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
e730: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
e740: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
e750: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
e760: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
e770: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
e780: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
e790: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
e7a0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
e7b0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
e7c0: 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 build.h rss_.c:r
e7d0: 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ss.h schema_.c:s
e7e0: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
e7f0: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
e800: 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 :sha1.h string_x
e810: 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 form_.c:string_x
e820: 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a form.h style_.c:
e830: 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 style.h subscrip
e840: 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 t_.c:subscript.h
e850: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
e860: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 tag_.c:tag.h tag
e870: 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e view_.c:tagview.
e880: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
e890: 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a meline.h tkt_.c:
e8a0: 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f tkt.h tktconfig_
e8b0: 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 .c:tktconfig.h t
e8c0: 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 ktsetup_.c:tktse
e8d0: 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e tup.h undo_.c:un
e8e0: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 do.h update_.c:u
e8f0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
e900: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
e910: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
e920: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
e930: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
e940: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
e950: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
e960: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
e970: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
e980: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
e990: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
e9a0: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73 79 ouch headers..sy
e9b0: 6e 63 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 nc_.c:.$(SRCDIR)
e9c0: 2f 73 79 6e 63 2e 63 20 24 28 53 52 43 44 49 52 /sync.c $(SRCDIR
e9d0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
e9e0: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
e9f0: 20 24 28 53 52 43 44 49 52 29 2f 73 79 6e 63 2e $(SRCDIR)/sync.
ea00: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
ea10: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 79 DIR)/VERSION >sy
ea20: 6e 63 5f 2e 63 0a 0a 73 79 6e 63 2e 6f 3a 09 73 nc_.c..sync.o:.s
ea30: 79 6e 63 5f 2e 63 20 73 79 6e 63 2e 68 20 20 24 ync_.c sync.h $
ea40: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e (SRCDIR)/config.
ea50: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 73 79 h..$(XTCC) -o sy
ea60: 6e 63 2e 6f 20 2d 63 20 73 79 6e 63 5f 2e 63 0a nc.o -c sync_.c.
ea70: 0a 73 79 6e 63 2e 68 3a 09 6d 61 6b 65 68 65 61 .sync.h:.makehea
ea80: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
ea90: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
eaa0: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
eab0: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
eac0: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
ead0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
eae0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
eaf0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
eb00: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
eb10: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
eb20: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
eb30: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
eb40: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
eb50: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
eb60: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
eb70: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
eb80: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
eb90: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
eba0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
ebb0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
ebc0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
ebd0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
ebe0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
ebf0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
ec00: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
ec10: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
ec20: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
ec30: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
ec40: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
ec50: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
ec60: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
ec70: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
ec80: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
ec90: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
eca0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
ecb0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
ecc0: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
ecd0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
ece0: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
ecf0: 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 h rss_.c:rss.h s
ed00: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
ed10: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
ed20: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
ed30: 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e h string_xform_.
ed40: 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 c:string_xform.h
ed50: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
ed60: 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 h subscript_.c:s
ed70: 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f ubscript.h sync_
ed80: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
ed90: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
eda0: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 c:tagview.h time
edb0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
edc0: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 .h tkt_.c:tkt.h
edd0: 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 tktconfig_.c:tkt
ede0: 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 config.h tktsetu
edf0: 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 p_.c:tktsetup.h
ee00: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 undo_.c:undo.h u
ee10: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
ee20: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
ee30: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
ee40: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
ee50: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
ee60: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
ee70: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
ee80: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
ee90: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
eea0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
eeb0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
eec0: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
eed0: 65 61 64 65 72 73 0a 0a 74 61 67 5f 2e 63 3a 09 eaders..tag_.c:.
eee0: 24 28 53 52 43 44 49 52 29 2f 74 61 67 2e 63 20 $(SRCDIR)/tag.c
eef0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
ef00: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
ef10: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
ef20: 52 29 2f 74 61 67 2e 63 20 7c 20 73 65 64 20 2d R)/tag.c | sed -
ef30: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
ef40: 49 4f 4e 20 3e 74 61 67 5f 2e 63 0a 0a 74 61 67 ION >tag_.c..tag
ef50: 2e 6f 3a 09 74 61 67 5f 2e 63 20 74 61 67 2e 68 .o:.tag_.c tag.h
ef60: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
ef70: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
ef80: 20 74 61 67 2e 6f 20 2d 63 20 74 61 67 5f 2e 63 tag.o -c tag_.c
ef90: 0a 0a 74 61 67 2e 68 3a 09 6d 61 6b 65 68 65 61 ..tag.h:.makehea
efa0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
efb0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
efc0: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
efd0: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
efe0: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
eff0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
f000: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
f010: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
f020: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
f030: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
f040: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
f050: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
f060: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
f070: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
f080: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
f090: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
f0a0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
f0b0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
f0c0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
f0d0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
f0e0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
f0f0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
f100: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
f110: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
f120: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
f130: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
f140: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
f150: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
f160: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
f170: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
f180: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
f190: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
f1a0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
f1b0: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
f1c0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
f1d0: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
f1e0: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
f1f0: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
f200: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
f210: 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 h rss_.c:rss.h s
f220: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
f230: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
f240: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
f250: 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e h string_xform_.
f260: 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 c:string_xform.h
f270: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
f280: 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 h subscript_.c:s
f290: 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f ubscript.h sync_
f2a0: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
f2b0: 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
f2c0: 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 c:tagview.h time
f2d0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
f2e0: 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 .h tkt_.c:tkt.h
f2f0: 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 tktconfig_.c:tkt
f300: 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 config.h tktsetu
f310: 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 p_.c:tktsetup.h
f320: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 undo_.c:undo.h u
f330: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
f340: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
f350: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
f360: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
f370: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
f380: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
f390: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
f3a0: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
f3b0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
f3c0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
f3d0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
f3e0: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
f3f0: 65 61 64 65 72 73 0a 0a 74 61 67 76 69 65 77 5f eaders..tagview_
f400: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 74 61 .c:.$(SRCDIR)/ta
f410: 67 76 69 65 77 2e 63 20 24 28 53 52 43 44 49 52 gview.c $(SRCDIR
f420: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
f430: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
f440: 20 24 28 53 52 43 44 49 52 29 2f 74 61 67 76 69 $(SRCDIR)/tagvi
f450: 65 77 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 ew.c | sed -f $(
f460: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
f470: 3e 74 61 67 76 69 65 77 5f 2e 63 0a 0a 74 61 67 >tagview_.c..tag
f480: 76 69 65 77 2e 6f 3a 09 74 61 67 76 69 65 77 5f view.o:.tagview_
f490: 2e 63 20 74 61 67 76 69 65 77 2e 68 20 20 24 28 .c tagview.h $(
f4a0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
f4b0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 74 61 67 ..$(XTCC) -o tag
f4c0: 76 69 65 77 2e 6f 20 2d 63 20 74 61 67 76 69 65 view.o -c tagvie
f4d0: 77 5f 2e 63 0a 0a 74 61 67 76 69 65 77 2e 68 3a w_.c..tagview.h:
f4e0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
f4f0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
f500: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 _.c:add.h bag_.c
f510: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 :bag.h blob_.c:b
f520: 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a lob.h branch_.c:
f530: 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a branch.h cgi_.c:
f540: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
f550: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
f560: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
f570: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
f580: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
f590: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
f5a0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
f5b0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
f5c0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
f5d0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
f5e0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
f5f0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
f600: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
f610: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
f620: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
f630: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
f640: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
f650: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
f660: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
f670: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
f680: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
f690: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
f6a0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
f6b0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
f6c0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
f6d0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
f6e0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
f6f0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
f700: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
f710: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
f720: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
f730: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
f740: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
f750: 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 rebuild.h rss_.c
f760: 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 :rss.h schema_.c
f770: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
f780: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
f790: 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 .c:sha1.h string
f7a0: 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 _xform_.c:string
f7b0: 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e _xform.h style_.
f7c0: 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 c:style.h subscr
f7d0: 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 ipt_.c:subscript
f7e0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
f7f0: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
f800: 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
f810: 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a w.h timeline_.c:
f820: 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e timeline.h tkt_.
f830: 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 c:tkt.h tktconfi
f840: 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 g_.c:tktconfig.h
f850: 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 tktsetup_.c:tkt
f860: 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a setup.h undo_.c:
f870: 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 undo.h update_.c
f880: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
f890: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
f8a0: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
f8b0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
f8c0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
f8d0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
f8e0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
f8f0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
f900: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
f910: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
f920: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
f930: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
f940: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 09 24 28 53 timeline_.c:.$(S
f950: 52 43 44 49 52 29 2f 74 69 6d 65 6c 69 6e 65 2e RCDIR)/timeline.
f960: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
f970: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
f980: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
f990: 44 49 52 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 DIR)/timeline.c
f9a0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
f9b0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 74 69 6d 65 R)/VERSION >time
f9c0: 6c 69 6e 65 5f 2e 63 0a 0a 74 69 6d 65 6c 69 6e line_.c..timelin
f9d0: 65 2e 6f 3a 09 74 69 6d 65 6c 69 6e 65 5f 2e 63 e.o:.timeline_.c
f9e0: 20 74 69 6d 65 6c 69 6e 65 2e 68 20 20 24 28 53 timeline.h $(S
f9f0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
fa00: 09 24 28 58 54 43 43 29 20 2d 6f 20 74 69 6d 65 .$(XTCC) -o time
fa10: 6c 69 6e 65 2e 6f 20 2d 63 20 74 69 6d 65 6c 69 line.o -c timeli
fa20: 6e 65 5f 2e 63 0a 0a 74 69 6d 65 6c 69 6e 65 2e ne_.c..timeline.
fa30: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
fa40: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
fa50: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f dd_.c:add.h bag_
fa60: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 .c:bag.h blob_.c
fa70: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e :blob.h branch_.
fa80: 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e c:branch.h cgi_.
fa90: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
faa0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
fab0: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
fac0: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
fad0: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
fae0: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
faf0: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
fb00: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
fb10: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
fb20: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
fb30: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
fb40: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
fb50: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
fb60: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
fb70: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
fb80: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
fb90: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
fba0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
fbb0: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
fbc0: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
fbd0: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
fbe0: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
fbf0: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
fc00: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
fc10: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
fc20: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
fc30: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
fc40: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
fc50: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
fc60: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
fc70: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 pqueue_.c:pqueu
fc80: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 e.h printf_.c:pr
fc90: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
fca0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f c:rebuild.h rss_
fcb0: 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f .c:rss.h schema_
fcc0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
fcd0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
fce0: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 1_.c:sha1.h stri
fcf0: 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 ng_xform_.c:stri
fd00: 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 ng_xform.h style
fd10: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 _.c:style.h subs
fd20: 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 cript_.c:subscri
fd30: 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e pt.h sync_.c:syn
fd40: 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
fd50: 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
fd60: 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e iew.h timeline_.
fd70: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 c:timeline.h tkt
fd80: 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e _.c:tkt.h tktcon
fd90: 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 fig_.c:tktconfig
fda0: 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 .h tktsetup_.c:t
fdb0: 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e ktsetup.h undo_.
fdc0: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f c:undo.h update_
fdd0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
fde0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
fdf0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
fe00: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
fe10: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
fe20: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
fe30: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
fe40: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
fe50: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
fe60: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
fe70: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
fe80: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
fe90: 0a 0a 74 6b 74 5f 2e 63 3a 09 24 28 53 52 43 44 ..tkt_.c:.$(SRCD
fea0: 49 52 29 2f 74 6b 74 2e 63 20 24 28 53 52 43 44 IR)/tkt.c $(SRCD
feb0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
fec0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
fed0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 74 6b 74 te $(SRCDIR)/tkt
fee0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
fef0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 74 CDIR)/VERSION >t
ff00: 6b 74 5f 2e 63 0a 0a 74 6b 74 2e 6f 3a 09 74 6b kt_.c..tkt.o:.tk
ff10: 74 5f 2e 63 20 74 6b 74 2e 68 20 20 24 28 53 52 t_.c tkt.h $(SR
ff20: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
ff30: 24 28 58 54 43 43 29 20 2d 6f 20 74 6b 74 2e 6f $(XTCC) -o tkt.o
ff40: 20 2d 63 20 74 6b 74 5f 2e 63 0a 0a 74 6b 74 2e -c tkt_.c..tkt.
ff50: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
ff60: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
ff70: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f dd_.c:add.h bag_
ff80: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 .c:bag.h blob_.c
ff90: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e :blob.h branch_.
ffa0: 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e c:branch.h cgi_.
ffb0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
ffc0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
ffd0: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
ffe0: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
fff0: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
10000 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
10010 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
10020 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
10030 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
10040 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
10050 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
10060 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
10070 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
10080 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
10090 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
100a0 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
100b0 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
100c0 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
100d0 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
100e0 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
100f0 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
10100 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
10110 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
10120 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
10130 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
10140 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
10150 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
10160 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
10170 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
10180 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
10190 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 pqueue_.c:pqueu
101a0 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 e.h printf_.c:pr
101b0 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
101c0 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f c:rebuild.h rss_
101d0 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f .c:rss.h schema_
101e0 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
101f0 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
10200 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 1_.c:sha1.h stri
10210 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 ng_xform_.c:stri
10220 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 ng_xform.h style
10230 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 _.c:style.h subs
10240 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 cript_.c:subscri
10250 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e pt.h sync_.c:syn
10260 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
10270 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
10280 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e iew.h timeline_.
10290 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 c:timeline.h tkt
102a0 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e _.c:tkt.h tktcon
102b0 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 fig_.c:tktconfig
102c0 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 .h tktsetup_.c:t
102d0 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e ktsetup.h undo_.
102e0 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f c:undo.h update_
102f0 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
10300 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
10310 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
10320 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
10330 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
10340 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
10350 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
10360 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
10370 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
10380 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
10390 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
103a0 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
103b0 0a 0a 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 09 ..tktconfig_.c:.
103c0 24 28 53 52 43 44 49 52 29 2f 74 6b 74 63 6f 6e $(SRCDIR)/tktcon
103d0 66 69 67 2e 63 20 24 28 53 52 43 44 49 52 29 2f fig.c $(SRCDIR)/
103e0 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
103f0 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
10400 28 53 52 43 44 49 52 29 2f 74 6b 74 63 6f 6e 66 (SRCDIR)/tktconf
10410 69 67 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 ig.c | sed -f $(
10420 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
10430 3e 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 0a 0a 74 >tktconfig_.c..t
10440 6b 74 63 6f 6e 66 69 67 2e 6f 3a 09 74 6b 74 63 ktconfig.o:.tktc
10450 6f 6e 66 69 67 5f 2e 63 20 74 6b 74 63 6f 6e 66 onfig_.c tktconf
10460 69 67 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f ig.h $(SRCDIR)/
10470 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
10480 29 20 2d 6f 20 74 6b 74 63 6f 6e 66 69 67 2e 6f ) -o tktconfig.o
10490 20 2d 63 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 -c tktconfig_.c
104a0 0a 0a 74 6b 74 63 6f 6e 66 69 67 2e 68 3a 09 6d ..tktconfig.h:.m
104b0 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
104c0 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
104d0 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 c:add.h bag_.c:b
104e0 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
104f0 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
10500 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 anch.h cgi_.c:cg
10510 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
10520 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
10530 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
10540 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
10550 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
10560 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
10570 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
10580 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
10590 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
105a0 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
105b0 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
105c0 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
105d0 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
105e0 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
105f0 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
10600 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
10610 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
10620 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
10630 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
10640 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
10650 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
10660 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
10670 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
10680 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
10690 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
106a0 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
106b0 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
106c0 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
106d0 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
106e0 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
106f0 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
10700 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
10710 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
10720 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 build.h rss_.c:r
10730 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ss.h schema_.c:s
10740 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
10750 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
10760 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 :sha1.h string_x
10770 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 form_.c:string_x
10780 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a form.h style_.c:
10790 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 style.h subscrip
107a0 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 t_.c:subscript.h
107b0 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
107c0 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 tag_.c:tag.h tag
107d0 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e view_.c:tagview.
107e0 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
107f0 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a meline.h tkt_.c:
10800 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f tkt.h tktconfig_
10810 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 .c:tktconfig.h t
10820 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 ktsetup_.c:tktse
10830 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e tup.h undo_.c:un
10840 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 do.h update_.c:u
10850 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
10860 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
10870 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
10880 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
10890 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
108a0 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
108b0 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
108c0 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
108d0 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
108e0 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
108f0 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
10900 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 74 6b ouch headers..tk
10910 74 73 65 74 75 70 5f 2e 63 3a 09 24 28 53 52 43 tsetup_.c:.$(SRC
10920 44 49 52 29 2f 74 6b 74 73 65 74 75 70 2e 63 20 DIR)/tktsetup.c
10930 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
10940 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
10950 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
10960 52 29 2f 74 6b 74 73 65 74 75 70 2e 63 20 7c 20 R)/tktsetup.c |
10970 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
10980 2f 56 45 52 53 49 4f 4e 20 3e 74 6b 74 73 65 74 /VERSION >tktset
10990 75 70 5f 2e 63 0a 0a 74 6b 74 73 65 74 75 70 2e up_.c..tktsetup.
109a0 6f 3a 09 74 6b 74 73 65 74 75 70 5f 2e 63 20 74 o:.tktsetup_.c t
109b0 6b 74 73 65 74 75 70 2e 68 20 20 24 28 53 52 43 ktsetup.h $(SRC
109c0 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
109d0 28 58 54 43 43 29 20 2d 6f 20 74 6b 74 73 65 74 (XTCC) -o tktset
109e0 75 70 2e 6f 20 2d 63 20 74 6b 74 73 65 74 75 70 up.o -c tktsetup
109f0 5f 2e 63 0a 0a 74 6b 74 73 65 74 75 70 2e 68 3a _.c..tktsetup.h:
10a00 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
10a10 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
10a20 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 _.c:add.h bag_.c
10a30 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 :bag.h blob_.c:b
10a40 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a lob.h branch_.c:
10a50 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a branch.h cgi_.c:
10a60 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
10a70 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
10a80 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
10a90 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
10aa0 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
10ab0 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
10ac0 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
10ad0 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
10ae0 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
10af0 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
10b00 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
10b10 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
10b20 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
10b30 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
10b40 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
10b50 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
10b60 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
10b70 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
10b80 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
10b90 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
10ba0 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
10bb0 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
10bc0 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
10bd0 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
10be0 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
10bf0 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
10c00 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
10c10 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
10c20 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
10c30 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
10c40 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
10c50 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
10c60 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
10c70 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 rebuild.h rss_.c
10c80 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 :rss.h schema_.c
10c90 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
10ca0 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
10cb0 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 .c:sha1.h string
10cc0 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 _xform_.c:string
10cd0 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e _xform.h style_.
10ce0 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 c:style.h subscr
10cf0 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 ipt_.c:subscript
10d00 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
10d10 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
10d20 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
10d30 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a w.h timeline_.c:
10d40 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e timeline.h tkt_.
10d50 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 c:tkt.h tktconfi
10d60 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 g_.c:tktconfig.h
10d70 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 tktsetup_.c:tkt
10d80 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a setup.h undo_.c:
10d90 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 undo.h update_.c
10da0 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
10db0 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
10dc0 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
10dd0 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
10de0 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
10df0 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
10e00 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
10e10 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
10e20 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
10e30 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
10e40 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
10e50 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
10e60 75 6e 64 6f 5f 2e 63 3a 09 24 28 53 52 43 44 49 undo_.c:.$(SRCDI
10e70 52 29 2f 75 6e 64 6f 2e 63 20 24 28 53 52 43 44 R)/undo.c $(SRCD
10e80 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
10e90 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
10ea0 74 65 20 24 28 53 52 43 44 49 52 29 2f 75 6e 64 te $(SRCDIR)/und
10eb0 6f 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 o.c | sed -f $(S
10ec0 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
10ed0 75 6e 64 6f 5f 2e 63 0a 0a 75 6e 64 6f 2e 6f 3a undo_.c..undo.o:
10ee0 09 75 6e 64 6f 5f 2e 63 20 75 6e 64 6f 2e 68 20 .undo_.c undo.h
10ef0 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
10f00 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
10f10 75 6e 64 6f 2e 6f 20 2d 63 20 75 6e 64 6f 5f 2e undo.o -c undo_.
10f20 63 0a 0a 75 6e 64 6f 2e 68 3a 09 6d 61 6b 65 68 c..undo.h:.makeh
10f30 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
10f40 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
10f50 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 d.h bag_.c:bag.h
10f60 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
10f70 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 branch_.c:branch
10f80 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
10f90 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
10fa0 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
10fb0 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
10fc0 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
10fd0 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
10fe0 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
10ff0 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
11000 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
11010 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
11020 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
11030 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
11040 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
11050 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
11060 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
11070 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
11080 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
11090 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
110a0 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
110b0 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
110c0 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
110d0 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
110e0 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
110f0 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
11100 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
11110 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
11120 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
11130 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
11140 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
11150 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
11160 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
11170 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
11180 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
11190 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
111a0 64 2e 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 d.h rss_.c:rss.h
111b0 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
111c0 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
111d0 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
111e0 31 2e 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 1.h string_xform
111f0 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d _.c:string_xform
11200 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
11210 65 2e 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 e.h subscript_.c
11220 3a 73 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e :subscript.h syn
11230 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
11240 2e 63 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 .c:tag.h tagview
11250 5f 2e 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 _.c:tagview.h ti
11260 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
11270 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e ne.h tkt_.c:tkt.
11280 68 20 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 h tktconfig_.c:t
11290 6b 74 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 ktconfig.h tktse
112a0 74 75 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e tup_.c:tktsetup.
112b0 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 h undo_.c:undo.h
112c0 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
112d0 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
112e0 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
112f0 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
11300 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
11310 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
11320 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
11330 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
11340 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
11350 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
11360 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
11370 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
11380 20 68 65 61 64 65 72 73 0a 0a 75 70 64 61 74 65 headers..update
11390 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 75 _.c:.$(SRCDIR)/u
113a0 70 64 61 74 65 2e 63 20 24 28 53 52 43 44 49 52 pdate.c $(SRCDIR
113b0 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
113c0 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
113d0 20 24 28 53 52 43 44 49 52 29 2f 75 70 64 61 74 $(SRCDIR)/updat
113e0 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 e.c | sed -f $(S
113f0 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
11400 75 70 64 61 74 65 5f 2e 63 0a 0a 75 70 64 61 74 update_.c..updat
11410 65 2e 6f 3a 09 75 70 64 61 74 65 5f 2e 63 20 75 e.o:.update_.c u
11420 70 64 61 74 65 2e 68 20 20 24 28 53 52 43 44 49 pdate.h $(SRCDI
11430 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
11440 54 43 43 29 20 2d 6f 20 75 70 64 61 74 65 2e 6f TCC) -o update.o
11450 20 2d 63 20 75 70 64 61 74 65 5f 2e 63 0a 0a 75 -c update_.c..u
11460 70 64 61 74 65 2e 68 3a 09 6d 61 6b 65 68 65 61 pdate.h:.makehea
11470 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
11480 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
11490 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
114a0 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
114b0 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
114c0 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
114d0 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
114e0 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
114f0 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
11500 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
11510 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
11520 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
11530 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
11540 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
11550 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
11560 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
11570 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
11580 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
11590 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
115a0 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
115b0 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
115c0 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
115d0 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
115e0 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
115f0 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
11600 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
11610 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
11620 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
11630 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
11640 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
11650 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
11660 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
11670 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
11680 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
11690 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
116a0 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
116b0 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
116c0 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
116d0 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
116e0 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 h rss_.c:rss.h s
116f0 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
11700 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
11710 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
11720 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e h string_xform_.
11730 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 c:string_xform.h
11740 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
11750 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 h subscript_.c:s
11760 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f ubscript.h sync_
11770 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
11780 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
11790 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 c:tagview.h time
117a0 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
117b0 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 .h tkt_.c:tkt.h
117c0 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 tktconfig_.c:tkt
117d0 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 config.h tktsetu
117e0 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 p_.c:tktsetup.h
117f0 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 undo_.c:undo.h u
11800 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
11810 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
11820 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
11830 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
11840 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
11850 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
11860 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
11870 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
11880 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
11890 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
118a0 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
118b0 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
118c0 65 61 64 65 72 73 0a 0a 75 72 6c 5f 2e 63 3a 09 eaders..url_.c:.
118d0 24 28 53 52 43 44 49 52 29 2f 75 72 6c 2e 63 20 $(SRCDIR)/url.c
118e0 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
118f0 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
11900 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
11910 52 29 2f 75 72 6c 2e 63 20 7c 20 73 65 64 20 2d R)/url.c | sed -
11920 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
11930 49 4f 4e 20 3e 75 72 6c 5f 2e 63 0a 0a 75 72 6c ION >url_.c..url
11940 2e 6f 3a 09 75 72 6c 5f 2e 63 20 75 72 6c 2e 68 .o:.url_.c url.h
11950 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
11960 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
11970 20 75 72 6c 2e 6f 20 2d 63 20 75 72 6c 5f 2e 63 url.o -c url_.c
11980 0a 0a 75 72 6c 2e 68 3a 09 6d 61 6b 65 68 65 61 ..url.h:.makehea
11990 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
119a0 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
119b0 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
119c0 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
119d0 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
119e0 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
119f0 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
11a00 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
11a10 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
11a20 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
11a30 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
11a40 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
11a50 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
11a60 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
11a70 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
11a80 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
11a90 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
11aa0 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
11ab0 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
11ac0 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
11ad0 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
11ae0 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
11af0 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
11b00 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
11b10 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
11b20 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
11b30 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
11b40 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
11b50 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
11b60 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
11b70 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
11b80 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
11b90 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
11ba0 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
11bb0 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
11bc0 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
11bd0 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
11be0 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
11bf0 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
11c00 68 20 72 73 73 5f 2e 63 3a 72 73 73 2e 68 20 73 h rss_.c:rss.h s
11c10 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
11c20 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
11c30 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
11c40 68 20 73 74 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e h string_xform_.
11c50 63 3a 73 74 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 c:string_xform.h
11c60 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
11c70 68 20 73 75 62 73 63 72 69 70 74 5f 2e 63 3a 73 h subscript_.c:s
11c80 75 62 73 63 72 69 70 74 2e 68 20 73 79 6e 63 5f ubscript.h sync_
11c90 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
11ca0 3a 74 61 67 2e 68 20 74 61 67 76 69 65 77 5f 2e :tag.h tagview_.
11cb0 63 3a 74 61 67 76 69 65 77 2e 68 20 74 69 6d 65 c:tagview.h time
11cc0 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
11cd0 2e 68 20 74 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 .h tkt_.c:tkt.h
11ce0 74 6b 74 63 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 tktconfig_.c:tkt
11cf0 63 6f 6e 66 69 67 2e 68 20 74 6b 74 73 65 74 75 config.h tktsetu
11d00 70 5f 2e 63 3a 74 6b 74 73 65 74 75 70 2e 68 20 p_.c:tktsetup.h
11d10 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 undo_.c:undo.h u
11d20 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
11d30 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
11d40 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
11d50 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
11d60 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
11d70 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
11d80 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
11d90 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
11da0 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
11db0 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
11dc0 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
11dd0 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
11de0 65 61 64 65 72 73 0a 0a 75 73 65 72 5f 2e 63 3a eaders..user_.c:
11df0 09 24 28 53 52 43 44 49 52 29 2f 75 73 65 72 2e .$(SRCDIR)/user.
11e00 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
11e10 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
11e20 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
11e30 44 49 52 29 2f 75 73 65 72 2e 63 20 7c 20 73 65 DIR)/user.c | se
11e40 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
11e50 45 52 53 49 4f 4e 20 3e 75 73 65 72 5f 2e 63 0a ERSION >user_.c.
11e60 0a 75 73 65 72 2e 6f 3a 09 75 73 65 72 5f 2e 63 .user.o:.user_.c
11e70 20 75 73 65 72 2e 68 20 20 24 28 53 52 43 44 49 user.h $(SRCDI
11e80 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
11e90 54 43 43 29 20 2d 6f 20 75 73 65 72 2e 6f 20 2d TCC) -o user.o -
11ea0 63 20 75 73 65 72 5f 2e 63 0a 0a 75 73 65 72 2e c user_.c..user.
11eb0 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
11ec0 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
11ed0 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f dd_.c:add.h bag_
11ee0 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 .c:bag.h blob_.c
11ef0 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e :blob.h branch_.
11f00 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e c:branch.h cgi_.
11f10 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
11f20 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
11f30 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
11f40 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
11f50 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
11f60 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
11f70 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
11f80 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
11f90 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
11fa0 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
11fb0 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
11fc0 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
11fd0 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
11fe0 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
11ff0 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
12000 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
12010 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
12020 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
12030 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
12040 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
12050 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
12060 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
12070 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
12080 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
12090 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
120a0 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
120b0 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
120c0 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
120d0 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
120e0 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
120f0 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 pqueue_.c:pqueu
12100 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 e.h printf_.c:pr
12110 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
12120 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f c:rebuild.h rss_
12130 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f .c:rss.h schema_
12140 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
12150 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
12160 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 1_.c:sha1.h stri
12170 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 ng_xform_.c:stri
12180 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 ng_xform.h style
12190 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 _.c:style.h subs
121a0 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 cript_.c:subscri
121b0 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e pt.h sync_.c:syn
121c0 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 c.h tag_.c:tag.h
121d0 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 tagview_.c:tagv
121e0 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e iew.h timeline_.
121f0 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 c:timeline.h tkt
12200 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e _.c:tkt.h tktcon
12210 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 fig_.c:tktconfig
12220 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 .h tktsetup_.c:t
12230 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e ktsetup.h undo_.
12240 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f c:undo.h update_
12250 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
12260 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
12270 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
12280 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
12290 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
122a0 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
122b0 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
122c0 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
122d0 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
122e0 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
122f0 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
12300 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
12310 0a 0a 76 65 72 69 66 79 5f 2e 63 3a 09 24 28 53 ..verify_.c:.$(S
12320 52 43 44 49 52 29 2f 76 65 72 69 66 79 2e 63 20 RCDIR)/verify.c
12330 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
12340 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
12350 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
12360 52 29 2f 76 65 72 69 66 79 2e 63 20 7c 20 73 65 R)/verify.c | se
12370 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
12380 45 52 53 49 4f 4e 20 3e 76 65 72 69 66 79 5f 2e ERSION >verify_.
12390 63 0a 0a 76 65 72 69 66 79 2e 6f 3a 09 76 65 72 c..verify.o:.ver
123a0 69 66 79 5f 2e 63 20 76 65 72 69 66 79 2e 68 20 ify_.c verify.h
123b0 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
123c0 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
123d0 76 65 72 69 66 79 2e 6f 20 2d 63 20 76 65 72 69 verify.o -c veri
123e0 66 79 5f 2e 63 0a 0a 76 65 72 69 66 79 2e 68 3a fy_.c..verify.h:
123f0 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
12400 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
12410 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 _.c:add.h bag_.c
12420 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 :bag.h blob_.c:b
12430 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a lob.h branch_.c:
12440 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a branch.h cgi_.c:
12450 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
12460 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
12470 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
12480 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
12490 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
124a0 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
124b0 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
124c0 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
124d0 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
124e0 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
124f0 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
12500 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
12510 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
12520 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
12530 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
12540 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
12550 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
12560 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
12570 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
12580 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
12590 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
125a0 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
125b0 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
125c0 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
125d0 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
125e0 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
125f0 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
12600 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
12610 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
12620 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
12630 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
12640 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
12650 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
12660 72 65 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 rebuild.h rss_.c
12670 3a 72 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 :rss.h schema_.c
12680 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
12690 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
126a0 2e 63 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 .c:sha1.h string
126b0 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 _xform_.c:string
126c0 5f 78 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e _xform.h style_.
126d0 63 3a 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 c:style.h subscr
126e0 69 70 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 ipt_.c:subscript
126f0 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
12700 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
12710 61 67 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 agview_.c:tagvie
12720 77 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a w.h timeline_.c:
12730 74 69 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e timeline.h tkt_.
12740 63 3a 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 c:tkt.h tktconfi
12750 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 g_.c:tktconfig.h
12760 20 74 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 tktsetup_.c:tkt
12770 73 65 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a setup.h undo_.c:
12780 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 undo.h update_.c
12790 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
127a0 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
127b0 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
127c0 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
127d0 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
127e0 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
127f0 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
12800 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
12810 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
12820 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
12830 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
12840 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
12850 76 66 69 6c 65 5f 2e 63 3a 09 24 28 53 52 43 44 vfile_.c:.$(SRCD
12860 49 52 29 2f 76 66 69 6c 65 2e 63 20 24 28 53 52 IR)/vfile.c $(SR
12870 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
12880 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
12890 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 76 late $(SRCDIR)/v
128a0 66 69 6c 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 file.c | sed -f
128b0 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
128c0 4e 20 3e 76 66 69 6c 65 5f 2e 63 0a 0a 76 66 69 N >vfile_.c..vfi
128d0 6c 65 2e 6f 3a 09 76 66 69 6c 65 5f 2e 63 20 76 le.o:.vfile_.c v
128e0 66 69 6c 65 2e 68 20 20 24 28 53 52 43 44 49 52 file.h $(SRCDIR
128f0 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
12900 43 43 29 20 2d 6f 20 76 66 69 6c 65 2e 6f 20 2d CC) -o vfile.o -
12910 63 20 76 66 69 6c 65 5f 2e 63 0a 0a 76 66 69 6c c vfile_.c..vfil
12920 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 e.h:.makeheaders
12930 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
12940 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
12950 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
12960 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
12970 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 _.c:branch.h cgi
12980 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
12990 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
129a0 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
129b0 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
129c0 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
129d0 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
129e0 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
129f0 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
12a00 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
12a10 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
12a20 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
12a30 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
12a40 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
12a50 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
12a60 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
12a70 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
12a80 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
12a90 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
12aa0 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
12ab0 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
12ac0 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
12ad0 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
12ae0 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
12af0 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
12b00 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
12b10 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
12b20 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
12b30 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
12b40 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
12b50 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
12b60 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
12b70 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
12b80 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
12b90 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
12ba0 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
12bb0 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
12bc0 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
12bd0 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
12be0 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
12bf0 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
12c00 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
12c10 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
12c20 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
12c30 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
12c40 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
12c50 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
12c60 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
12c70 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
12c80 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
12c90 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
12ca0 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
12cb0 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
12cc0 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
12cd0 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
12ce0 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
12cf0 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
12d00 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
12d10 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
12d20 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
12d30 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
12d40 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
12d50 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
12d60 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
12d70 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
12d80 72 73 0a 0a 77 69 6b 69 5f 2e 63 3a 09 24 28 53 rs..wiki_.c:.$(S
12d90 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 20 24 28 RCDIR)/wiki.c $(
12da0 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
12db0 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
12dc0 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
12dd0 2f 77 69 6b 69 2e 63 20 7c 20 73 65 64 20 2d 66 /wiki.c | sed -f
12de0 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
12df0 4f 4e 20 3e 77 69 6b 69 5f 2e 63 0a 0a 77 69 6b ON >wiki_.c..wik
12e00 69 2e 6f 3a 09 77 69 6b 69 5f 2e 63 20 77 69 6b i.o:.wiki_.c wik
12e10 69 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 i.h $(SRCDIR)/c
12e20 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
12e30 20 2d 6f 20 77 69 6b 69 2e 6f 20 2d 63 20 77 69 -o wiki.o -c wi
12e40 6b 69 5f 2e 63 0a 0a 77 69 6b 69 2e 68 3a 09 6d ki_.c..wiki.h:.m
12e50 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
12e60 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
12e70 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 c:add.h bag_.c:b
12e80 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
12e90 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
12ea0 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 anch.h cgi_.c:cg
12eb0 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
12ec0 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
12ed0 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
12ee0 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
12ef0 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
12f00 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
12f10 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
12f20 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
12f30 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
12f40 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
12f50 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
12f60 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
12f70 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
12f80 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
12f90 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
12fa0 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
12fb0 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
12fc0 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
12fd0 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
12fe0 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
12ff0 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
13000 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
13010 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
13020 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
13030 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
13040 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
13050 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
13060 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
13070 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
13080 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
13090 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
130a0 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
130b0 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
130c0 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 build.h rss_.c:r
130d0 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ss.h schema_.c:s
130e0 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
130f0 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
13100 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 :sha1.h string_x
13110 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 form_.c:string_x
13120 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a form.h style_.c:
13130 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 style.h subscrip
13140 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 t_.c:subscript.h
13150 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
13160 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 tag_.c:tag.h tag
13170 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e view_.c:tagview.
13180 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
13190 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a meline.h tkt_.c:
131a0 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f tkt.h tktconfig_
131b0 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 .c:tktconfig.h t
131c0 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 ktsetup_.c:tktse
131d0 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e tup.h undo_.c:un
131e0 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 do.h update_.c:u
131f0 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
13200 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
13210 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
13220 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
13230 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
13240 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
13250 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
13260 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
13270 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
13280 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
13290 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
132a0 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 77 69 ouch headers..wi
132b0 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 09 24 28 53 kiformat_.c:.$(S
132c0 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d 61 RCDIR)/wikiforma
132d0 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 t.c $(SRCDIR)/VE
132e0 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
132f0 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
13300 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d 61 RCDIR)/wikiforma
13310 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 t.c | sed -f $(S
13320 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
13330 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 0a 0a 77 wikiformat_.c..w
13340 69 6b 69 66 6f 72 6d 61 74 2e 6f 3a 09 77 69 6b ikiformat.o:.wik
13350 69 66 6f 72 6d 61 74 5f 2e 63 20 77 69 6b 69 66 iformat_.c wikif
13360 6f 72 6d 61 74 2e 68 20 20 24 28 53 52 43 44 49 ormat.h $(SRCDI
13370 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
13380 54 43 43 29 20 2d 6f 20 77 69 6b 69 66 6f 72 6d TCC) -o wikiform
13390 61 74 2e 6f 20 2d 63 20 77 69 6b 69 66 6f 72 6d at.o -c wikiform
133a0 61 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f 72 6d 61 at_.c..wikiforma
133b0 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 t.h:.makeheaders
133c0 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
133d0 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
133e0 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
133f0 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
13400 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 _.c:branch.h cgi
13410 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
13420 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
13430 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
13440 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
13450 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
13460 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
13470 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
13480 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
13490 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
134a0 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
134b0 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
134c0 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
134d0 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
134e0 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
134f0 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
13500 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
13510 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
13520 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
13530 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
13540 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
13550 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
13560 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
13570 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
13580 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
13590 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
135a0 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
135b0 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
135c0 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
135d0 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
135e0 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
135f0 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
13600 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
13610 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
13620 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 72 73 _.c:rebuild.h rs
13630 73 5f 2e 63 3a 72 73 73 2e 68 20 73 63 68 65 6d s_.c:rss.h schem
13640 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
13650 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
13660 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
13670 72 69 6e 67 5f 78 66 6f 72 6d 5f 2e 63 3a 73 74 ring_xform_.c:st
13680 72 69 6e 67 5f 78 66 6f 72 6d 2e 68 20 73 74 79 ring_xform.h sty
13690 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 75 le_.c:style.h su
136a0 62 73 63 72 69 70 74 5f 2e 63 3a 73 75 62 73 63 bscript_.c:subsc
136b0 72 69 70 74 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 ript.h sync_.c:s
136c0 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
136d0 2e 68 20 74 61 67 76 69 65 77 5f 2e 63 3a 74 61 .h tagview_.c:ta
136e0 67 76 69 65 77 2e 68 20 74 69 6d 65 6c 69 6e 65 gview.h timeline
136f0 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 74 _.c:timeline.h t
13700 6b 74 5f 2e 63 3a 74 6b 74 2e 68 20 74 6b 74 63 kt_.c:tkt.h tktc
13710 6f 6e 66 69 67 5f 2e 63 3a 74 6b 74 63 6f 6e 66 onfig_.c:tktconf
13720 69 67 2e 68 20 74 6b 74 73 65 74 75 70 5f 2e 63 ig.h tktsetup_.c
13730 3a 74 6b 74 73 65 74 75 70 2e 68 20 75 6e 64 6f :tktsetup.h undo
13740 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 _.c:undo.h updat
13750 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
13760 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
13770 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
13780 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
13790 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
137a0 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
137b0 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
137c0 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
137d0 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
137e0 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
137f0 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
13800 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
13810 72 73 0a 0a 78 66 65 72 5f 2e 63 3a 09 24 28 53 rs..xfer_.c:.$(S
13820 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20 24 28 RCDIR)/xfer.c $(
13830 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
13840 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
13850 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
13860 2f 78 66 65 72 2e 63 20 7c 20 73 65 64 20 2d 66 /xfer.c | sed -f
13870 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
13880 4f 4e 20 3e 78 66 65 72 5f 2e 63 0a 0a 78 66 65 ON >xfer_.c..xfe
13890 72 2e 6f 3a 09 78 66 65 72 5f 2e 63 20 78 66 65 r.o:.xfer_.c xfe
138a0 72 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 r.h $(SRCDIR)/c
138b0 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
138c0 20 2d 6f 20 78 66 65 72 2e 6f 20 2d 63 20 78 66 -o xfer.o -c xf
138d0 65 72 5f 2e 63 0a 0a 78 66 65 72 2e 68 3a 09 6d er_.c..xfer.h:.m
138e0 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
138f0 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
13900 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 c:add.h bag_.c:b
13910 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
13920 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
13930 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 anch.h cgi_.c:cg
13940 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
13950 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
13960 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
13970 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
13980 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
13990 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
139a0 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
139b0 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
139c0 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
139d0 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
139e0 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
139f0 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
13a00 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
13a10 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
13a20 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
13a30 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
13a40 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
13a50 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
13a60 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
13a70 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
13a80 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
13a90 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
13aa0 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
13ab0 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
13ac0 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
13ad0 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
13ae0 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
13af0 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
13b00 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
13b10 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
13b20 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
13b30 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
13b40 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
13b50 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 build.h rss_.c:r
13b60 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ss.h schema_.c:s
13b70 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
13b80 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
13b90 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 :sha1.h string_x
13ba0 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 form_.c:string_x
13bb0 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a form.h style_.c:
13bc0 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 style.h subscrip
13bd0 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 t_.c:subscript.h
13be0 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
13bf0 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 tag_.c:tag.h tag
13c00 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e view_.c:tagview.
13c10 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
13c20 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a meline.h tkt_.c:
13c30 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f tkt.h tktconfig_
13c40 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 .c:tktconfig.h t
13c50 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 ktsetup_.c:tktse
13c60 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e tup.h undo_.c:un
13c70 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 do.h update_.c:u
13c80 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
13c90 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
13ca0 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
13cb0 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
13cc0 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
13cd0 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
13ce0 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
13cf0 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
13d00 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
13d10 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
13d20 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
13d30 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 7a 69 ouch headers..zi
13d40 70 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f p_.c:.$(SRCDIR)/
13d50 7a 69 70 2e 63 20 24 28 53 52 43 44 49 52 29 2f zip.c $(SRCDIR)/
13d60 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
13d70 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
13d80 28 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 20 7c (SRCDIR)/zip.c |
13d90 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
13da0 29 2f 56 45 52 53 49 4f 4e 20 3e 7a 69 70 5f 2e )/VERSION >zip_.
13db0 63 0a 0a 7a 69 70 2e 6f 3a 09 7a 69 70 5f 2e 63 c..zip.o:.zip_.c
13dc0 20 7a 69 70 2e 68 20 20 24 28 53 52 43 44 49 52 zip.h $(SRCDIR
13dd0 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
13de0 43 43 29 20 2d 6f 20 7a 69 70 2e 6f 20 2d 63 20 CC) -o zip.o -c
13df0 7a 69 70 5f 2e 63 0a 0a 7a 69 70 2e 68 3a 09 6d zip_.c..zip.h:.m
13e00 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
13e10 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
13e20 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 c:add.h bag_.c:b
13e30 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
13e40 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
13e50 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 anch.h cgi_.c:cg
13e60 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
13e70 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
13e80 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
13e90 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
13ea0 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
13eb0 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
13ec0 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
13ed0 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
13ee0 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
13ef0 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
13f00 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
13f10 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
13f20 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
13f30 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
13f40 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
13f50 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
13f60 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
13f70 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
13f80 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
13f90 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
13fa0 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
13fb0 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
13fc0 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
13fd0 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
13fe0 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
13ff0 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
14000 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
14010 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
14020 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
14030 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
14040 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
14050 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
14060 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
14070 62 75 69 6c 64 2e 68 20 72 73 73 5f 2e 63 3a 72 build.h rss_.c:r
14080 73 73 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ss.h schema_.c:s
14090 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
140a0 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
140b0 3a 73 68 61 31 2e 68 20 73 74 72 69 6e 67 5f 78 :sha1.h string_x
140c0 66 6f 72 6d 5f 2e 63 3a 73 74 72 69 6e 67 5f 78 form_.c:string_x
140d0 66 6f 72 6d 2e 68 20 73 74 79 6c 65 5f 2e 63 3a form.h style_.c:
140e0 73 74 79 6c 65 2e 68 20 73 75 62 73 63 72 69 70 style.h subscrip
140f0 74 5f 2e 63 3a 73 75 62 73 63 72 69 70 74 2e 68 t_.c:subscript.h
14100 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
14110 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 61 67 tag_.c:tag.h tag
14120 76 69 65 77 5f 2e 63 3a 74 61 67 76 69 65 77 2e view_.c:tagview.
14130 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
14140 6d 65 6c 69 6e 65 2e 68 20 74 6b 74 5f 2e 63 3a meline.h tkt_.c:
14150 74 6b 74 2e 68 20 74 6b 74 63 6f 6e 66 69 67 5f tkt.h tktconfig_
14160 2e 63 3a 74 6b 74 63 6f 6e 66 69 67 2e 68 20 74 .c:tktconfig.h t
14170 6b 74 73 65 74 75 70 5f 2e 63 3a 74 6b 74 73 65 ktsetup_.c:tktse
14180 74 75 70 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e tup.h undo_.c:un
14190 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 do.h update_.c:u
141a0 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
141b0 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
141c0 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
141d0 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
141e0 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
141f0 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
14200 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
14210 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
14220 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
14230 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
14240 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
14250 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73 71 ouch headers..sq
14260 6c 69 74 65 33 2e 6f 3a 09 24 28 53 52 43 44 49 lite3.o:.$(SRCDI
14270 52 29 2f 73 71 6c 69 74 65 33 2e 63 0a 09 24 28 R)/sqlite3.c..$(
14280 58 54 43 43 29 20 2d 44 53 51 4c 49 54 45 5f 4f XTCC) -DSQLITE_O
14290 4d 49 54 5f 4c 4f 41 44 5f 45 58 54 45 4e 53 49 MIT_LOAD_EXTENSI
142a0 4f 4e 3d 31 20 2d 44 53 51 4c 49 54 45 5f 50 52 ON=1 -DSQLITE_PR
142b0 49 56 41 54 45 3d 20 2d 44 53 51 4c 49 54 45 5f IVATE= -DSQLITE_
142c0 54 48 52 45 41 44 53 41 46 45 3d 30 20 2d 44 53 THREADSAFE=0 -DS
142d0 51 4c 49 54 45 5f 44 45 46 41 55 4c 54 5f 46 49 QLITE_DEFAULT_FI
142e0 4c 45 5f 46 4f 52 4d 41 54 3d 34 20 2d 44 53 51 LE_FORMAT=4 -DSQ
142f0 4c 49 54 45 5f 45 4e 41 42 4c 45 5f 46 54 53 33 LITE_ENABLE_FTS3
14300 3d 31 20 2d 63 20 24 28 53 52 43 44 49 52 29 2f =1 -c $(SRCDIR)/
14310 73 71 6c 69 74 65 33 2e 63 20 2d 6f 20 73 71 6c sqlite3.c -o sql
14320 69 74 65 33 2e 6f 0a 0a ite3.o..