Artifact bacbca635a7e7dc1946edd94aecb27e136680e1b:
File
src/main.mk
part of check-in
[b8a8959ec5]
- fossil branch command added. Base branch new works. Specifying a color causes a malformed manifest file error. branch list does not work, just skeleton code right now.
by
jnc on
2007-09-23 03:13:32.
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 73 63 68 65 6d 61 2e 63 20 5c 0a 20 20 24 )/schema.c \. $
04a0: 28 53 52 43 44 49 52 29 2f 73 65 74 75 70 2e 63 (SRCDIR)/setup.c
04b0: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 \. $(SRCDIR)/s
04c0: 68 61 31 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 ha1.c \. $(SRCD
04d0: 49 52 29 2f 73 74 79 6c 65 2e 63 20 5c 0a 20 20 IR)/style.c \.
04e0: 24 28 53 52 43 44 49 52 29 2f 73 79 6e 63 2e 63 $(SRCDIR)/sync.c
04f0: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 74 \. $(SRCDIR)/t
0500: 61 67 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 ag.c \. $(SRCDI
0510: 52 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 5c 0a R)/timeline.c \.
0520: 20 20 24 28 53 52 43 44 49 52 29 2f 75 6e 64 6f $(SRCDIR)/undo
0530: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0540: 2f 75 70 64 61 74 65 2e 63 20 5c 0a 20 20 24 28 /update.c \. $(
0550: 53 52 43 44 49 52 29 2f 75 72 6c 2e 63 20 5c 0a SRCDIR)/url.c \.
0560: 20 20 24 28 53 52 43 44 49 52 29 2f 75 73 65 72 $(SRCDIR)/user
0570: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0580: 2f 76 65 72 69 66 79 2e 63 20 5c 0a 20 20 24 28 /verify.c \. $(
0590: 53 52 43 44 49 52 29 2f 76 66 69 6c 65 2e 63 20 SRCDIR)/vfile.c
05a0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 77 69 \. $(SRCDIR)/wi
05b0: 6b 69 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 ki.c \. $(SRCDI
05c0: 52 29 2f 77 69 6b 69 66 6f 72 6d 61 74 2e 63 20 R)/wikiformat.c
05d0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 78 66 \. $(SRCDIR)/xf
05e0: 65 72 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 er.c \. $(SRCDI
05f0: 52 29 2f 7a 69 70 2e 63 0a 0a 54 52 41 4e 53 5f R)/zip.c..TRANS_
0600: 53 52 43 20 3d 20 5c 0a 20 20 61 64 64 5f 2e 63 SRC = \. add_.c
0610: 20 5c 0a 20 20 62 61 67 5f 2e 63 20 5c 0a 20 20 \. bag_.c \.
0620: 62 6c 6f 62 5f 2e 63 20 5c 0a 20 20 62 72 61 6e blob_.c \. bran
0630: 63 68 5f 2e 63 20 5c 0a 20 20 63 67 69 5f 2e 63 ch_.c \. cgi_.c
0640: 20 5c 0a 20 20 63 68 65 63 6b 69 6e 5f 2e 63 20 \. checkin_.c
0650: 5c 0a 20 20 63 68 65 63 6b 6f 75 74 5f 2e 63 20 \. checkout_.c
0660: 5c 0a 20 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 \. clearsign_.c
0670: 20 5c 0a 20 20 63 6c 6f 6e 65 5f 2e 63 20 5c 0a \. clone_.c \.
0680: 20 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 20 5c comformat_.c \
0690: 0a 20 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 20 . construct_.c
06a0: 5c 0a 20 20 63 6f 6e 74 65 6e 74 5f 2e 63 20 5c \. content_.c \
06b0: 0a 20 20 64 62 5f 2e 63 20 5c 0a 20 20 64 65 6c . db_.c \. del
06c0: 74 61 5f 2e 63 20 5c 0a 20 20 64 65 6c 74 61 63 ta_.c \. deltac
06d0: 6d 64 5f 2e 63 20 5c 0a 20 20 64 65 73 63 65 6e md_.c \. descen
06e0: 64 65 6e 74 73 5f 2e 63 20 5c 0a 20 20 64 69 66 dents_.c \. dif
06f0: 66 5f 2e 63 20 5c 0a 20 20 64 69 66 66 63 6d 64 f_.c \. diffcmd
0700: 5f 2e 63 20 5c 0a 20 20 65 6e 63 6f 64 65 5f 2e _.c \. encode_.
0710: 63 20 5c 0a 20 20 66 69 6c 65 5f 2e 63 20 5c 0a c \. file_.c \.
0720: 20 20 68 74 74 70 5f 2e 63 20 5c 0a 20 20 69 6e http_.c \. in
0730: 66 6f 5f 2e 63 20 5c 0a 20 20 6c 6f 67 69 6e 5f fo_.c \. login_
0740: 2e 63 20 5c 0a 20 20 6d 61 69 6e 5f 2e 63 20 5c .c \. main_.c \
0750: 0a 20 20 6d 61 6e 69 66 65 73 74 5f 2e 63 20 5c . manifest_.c \
0760: 0a 20 20 6d 64 35 5f 2e 63 20 5c 0a 20 20 6d 65 . md5_.c \. me
0770: 72 67 65 5f 2e 63 20 5c 0a 20 20 6d 65 72 67 65 rge_.c \. merge
0780: 33 5f 2e 63 20 5c 0a 20 20 6e 61 6d 65 5f 2e 63 3_.c \. name_.c
0790: 20 5c 0a 20 20 70 69 76 6f 74 5f 2e 63 20 5c 0a \. pivot_.c \.
07a0: 20 20 70 71 75 65 75 65 5f 2e 63 20 5c 0a 20 20 pqueue_.c \.
07b0: 70 72 69 6e 74 66 5f 2e 63 20 5c 0a 20 20 72 65 printf_.c \. re
07c0: 62 75 69 6c 64 5f 2e 63 20 5c 0a 20 20 73 63 68 build_.c \. sch
07d0: 65 6d 61 5f 2e 63 20 5c 0a 20 20 73 65 74 75 70 ema_.c \. setup
07e0: 5f 2e 63 20 5c 0a 20 20 73 68 61 31 5f 2e 63 20 _.c \. sha1_.c
07f0: 5c 0a 20 20 73 74 79 6c 65 5f 2e 63 20 5c 0a 20 \. style_.c \.
0800: 20 73 79 6e 63 5f 2e 63 20 5c 0a 20 20 74 61 67 sync_.c \. tag
0810: 5f 2e 63 20 5c 0a 20 20 74 69 6d 65 6c 69 6e 65 _.c \. timeline
0820: 5f 2e 63 20 5c 0a 20 20 75 6e 64 6f 5f 2e 63 20 _.c \. undo_.c
0830: 5c 0a 20 20 75 70 64 61 74 65 5f 2e 63 20 5c 0a \. update_.c \.
0840: 20 20 75 72 6c 5f 2e 63 20 5c 0a 20 20 75 73 65 url_.c \. use
0850: 72 5f 2e 63 20 5c 0a 20 20 76 65 72 69 66 79 5f r_.c \. verify_
0860: 2e 63 20 5c 0a 20 20 76 66 69 6c 65 5f 2e 63 20 .c \. vfile_.c
0870: 5c 0a 20 20 77 69 6b 69 5f 2e 63 20 5c 0a 20 20 \. wiki_.c \.
0880: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 20 5c 0a wikiformat_.c \.
0890: 20 20 78 66 65 72 5f 2e 63 20 5c 0a 20 20 7a 69 xfer_.c \. zi
08a0: 70 5f 2e 63 0a 0a 4f 42 4a 20 3d 20 5c 0a 20 20 p_.c..OBJ = \.
08b0: 61 64 64 2e 6f 20 5c 0a 20 20 62 61 67 2e 6f 20 add.o \. bag.o
08c0: 5c 0a 20 20 62 6c 6f 62 2e 6f 20 5c 0a 20 20 62 \. blob.o \. b
08d0: 72 61 6e 63 68 2e 6f 20 5c 0a 20 20 63 67 69 2e ranch.o \. cgi.
08e0: 6f 20 5c 0a 20 20 63 68 65 63 6b 69 6e 2e 6f 20 o \. checkin.o
08f0: 5c 0a 20 20 63 68 65 63 6b 6f 75 74 2e 6f 20 5c \. checkout.o \
0900: 0a 20 20 63 6c 65 61 72 73 69 67 6e 2e 6f 20 5c . clearsign.o \
0910: 0a 20 20 63 6c 6f 6e 65 2e 6f 20 5c 0a 20 20 63 . clone.o \. c
0920: 6f 6d 66 6f 72 6d 61 74 2e 6f 20 5c 0a 20 20 63 omformat.o \. c
0930: 6f 6e 73 74 72 75 63 74 2e 6f 20 5c 0a 20 20 63 onstruct.o \. c
0940: 6f 6e 74 65 6e 74 2e 6f 20 5c 0a 20 20 64 62 2e ontent.o \. db.
0950: 6f 20 5c 0a 20 20 64 65 6c 74 61 2e 6f 20 5c 0a o \. delta.o \.
0960: 20 20 64 65 6c 74 61 63 6d 64 2e 6f 20 5c 0a 20 deltacmd.o \.
0970: 20 64 65 73 63 65 6e 64 65 6e 74 73 2e 6f 20 5c descendents.o \
0980: 0a 20 20 64 69 66 66 2e 6f 20 5c 0a 20 20 64 69 . diff.o \. di
0990: 66 66 63 6d 64 2e 6f 20 5c 0a 20 20 65 6e 63 6f ffcmd.o \. enco
09a0: 64 65 2e 6f 20 5c 0a 20 20 66 69 6c 65 2e 6f 20 de.o \. file.o
09b0: 5c 0a 20 20 68 74 74 70 2e 6f 20 5c 0a 20 20 69 \. http.o \. i
09c0: 6e 66 6f 2e 6f 20 5c 0a 20 20 6c 6f 67 69 6e 2e nfo.o \. login.
09d0: 6f 20 5c 0a 20 20 6d 61 69 6e 2e 6f 20 5c 0a 20 o \. main.o \.
09e0: 20 6d 61 6e 69 66 65 73 74 2e 6f 20 5c 0a 20 20 manifest.o \.
09f0: 6d 64 35 2e 6f 20 5c 0a 20 20 6d 65 72 67 65 2e md5.o \. merge.
0a00: 6f 20 5c 0a 20 20 6d 65 72 67 65 33 2e 6f 20 5c o \. merge3.o \
0a10: 0a 20 20 6e 61 6d 65 2e 6f 20 5c 0a 20 20 70 69 . name.o \. pi
0a20: 76 6f 74 2e 6f 20 5c 0a 20 20 70 71 75 65 75 65 vot.o \. pqueue
0a30: 2e 6f 20 5c 0a 20 20 70 72 69 6e 74 66 2e 6f 20 .o \. printf.o
0a40: 5c 0a 20 20 72 65 62 75 69 6c 64 2e 6f 20 5c 0a \. rebuild.o \.
0a50: 20 20 73 63 68 65 6d 61 2e 6f 20 5c 0a 20 20 73 schema.o \. s
0a60: 65 74 75 70 2e 6f 20 5c 0a 20 20 73 68 61 31 2e etup.o \. sha1.
0a70: 6f 20 5c 0a 20 20 73 74 79 6c 65 2e 6f 20 5c 0a o \. style.o \.
0a80: 20 20 73 79 6e 63 2e 6f 20 5c 0a 20 20 74 61 67 sync.o \. tag
0a90: 2e 6f 20 5c 0a 20 20 74 69 6d 65 6c 69 6e 65 2e .o \. timeline.
0aa0: 6f 20 5c 0a 20 20 75 6e 64 6f 2e 6f 20 5c 0a 20 o \. undo.o \.
0ab0: 20 75 70 64 61 74 65 2e 6f 20 5c 0a 20 20 75 72 update.o \. ur
0ac0: 6c 2e 6f 20 5c 0a 20 20 75 73 65 72 2e 6f 20 5c l.o \. user.o \
0ad0: 0a 20 20 76 65 72 69 66 79 2e 6f 20 5c 0a 20 20 . verify.o \.
0ae0: 76 66 69 6c 65 2e 6f 20 5c 0a 20 20 77 69 6b 69 vfile.o \. wiki
0af0: 2e 6f 20 5c 0a 20 20 77 69 6b 69 66 6f 72 6d 61 .o \. wikiforma
0b00: 74 2e 6f 20 5c 0a 20 20 78 66 65 72 2e 6f 20 5c t.o \. xfer.o \
0b10: 0a 20 20 7a 69 70 2e 6f 0a 0a 41 50 50 4e 41 4d . zip.o..APPNAM
0b20: 45 20 3d 20 66 6f 73 73 69 6c 24 28 45 29 0a 0a E = fossil$(E)..
0b30: 0a 0a 61 6c 6c 3a 09 24 28 41 50 50 4e 41 4d 45 ..all:.$(APPNAME
0b40: 29 0a 0a 69 6e 73 74 61 6c 6c 3a 09 24 28 41 50 )..install:.$(AP
0b50: 50 4e 41 4d 45 29 0a 09 6d 76 20 24 28 41 50 50 PNAME)..mv $(APP
0b60: 4e 41 4d 45 29 20 24 28 49 4e 53 54 41 4c 4c 44 NAME) $(INSTALLD
0b70: 49 52 29 0a 0a 74 72 61 6e 73 6c 61 74 65 3a 09 IR)..translate:.
0b80: 24 28 53 52 43 44 49 52 29 2f 74 72 61 6e 73 6c $(SRCDIR)/transl
0b90: 61 74 65 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f ate.c..$(BCC) -o
0ba0: 20 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 translate $(SRC
0bb0: 44 49 52 29 2f 74 72 61 6e 73 6c 61 74 65 2e 63 DIR)/translate.c
0bc0: 0a 0a 6d 61 6b 65 68 65 61 64 65 72 73 3a 09 24 ..makeheaders:.$
0bd0: 28 53 52 43 44 49 52 29 2f 6d 61 6b 65 68 65 61 (SRCDIR)/makehea
0be0: 64 65 72 73 2e 63 0a 09 24 28 42 43 43 29 20 2d ders.c..$(BCC) -
0bf0: 6f 20 6d 61 6b 65 68 65 61 64 65 72 73 20 24 28 o makeheaders $(
0c00: 53 52 43 44 49 52 29 2f 6d 61 6b 65 68 65 61 64 SRCDIR)/makehead
0c10: 65 72 73 2e 63 0a 0a 6d 6b 69 6e 64 65 78 3a 09 ers.c..mkindex:.
0c20: 24 28 53 52 43 44 49 52 29 2f 6d 6b 69 6e 64 65 $(SRCDIR)/mkinde
0c30: 78 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 6d x.c..$(BCC) -o m
0c40: 6b 69 6e 64 65 78 20 24 28 53 52 43 44 49 52 29 kindex $(SRCDIR)
0c50: 2f 6d 6b 69 6e 64 65 78 2e 63 0a 0a 23 20 57 41 /mkindex.c..# WA
0c60: 52 4e 49 4e 47 2e 20 44 41 4e 47 45 52 2e 20 52 RNING. DANGER. R
0c70: 75 6e 6e 69 6e 67 20 74 68 65 20 74 65 73 74 73 unning the tests
0c80: 75 69 74 65 20 6d 6f 64 69 66 69 65 73 20 74 68 uite modifies th
0c90: 65 20 72 65 70 6f 73 69 74 6f 72 79 20 74 68 65 e repository the
0ca0: 0a 23 20 62 75 69 6c 64 20 69 73 20 64 6f 6e 65 .# build is done
0cb0: 20 66 72 6f 6d 2c 20 69 2e 65 2e 20 74 68 65 20 from, i.e. the
0cc0: 63 68 65 63 6b 6f 75 74 20 62 65 6c 6f 6e 67 73 checkout belongs
0cd0: 20 74 6f 2e 20 44 6f 20 6e 6f 74 20 73 79 6e 63 to. Do not sync
0ce0: 2f 70 75 73 68 0a 23 20 74 68 65 20 72 65 70 6f /push.# the repo
0cf0: 73 69 74 6f 72 79 20 61 66 74 65 72 20 72 75 6e sitory after run
0d00: 6e 69 6e 67 20 74 68 65 20 74 65 73 74 73 2e 0a ning the tests..
0d10: 74 65 73 74 3a 09 24 28 41 50 50 4e 41 4d 45 29 test:.$(APPNAME)
0d20: 0a 09 24 28 54 43 4c 53 48 29 20 74 65 73 74 2f ..$(TCLSH) test/
0d30: 74 65 73 74 65 72 2e 74 63 6c 20 24 28 41 50 50 tester.tcl $(APP
0d40: 4e 41 4d 45 29 0a 0a 56 45 52 53 49 4f 4e 2e 68 NAME)..VERSION.h
0d50: 3a 09 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d :.$(SRCDIR)/../m
0d60: 61 6e 69 66 65 73 74 2e 75 75 69 64 20 24 28 53 anifest.uuid $(S
0d70: 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 RCDIR)/../manife
0d80: 73 74 0a 09 61 77 6b 20 27 7b 20 70 72 69 6e 74 st..awk '{ print
0d90: 66 20 22 23 64 65 66 69 6e 65 20 4d 41 4e 49 46 f "#define MANIF
0da0: 45 53 54 5f 55 55 49 44 20 5c 22 25 73 5c 22 5c EST_UUID \"%s\"\
0db0: 6e 22 2c 20 24 24 31 7d 27 20 20 24 28 53 52 43 n", $$1}' $(SRC
0dc0: 44 49 52 29 2f 2e 2e 2f 6d 61 6e 69 66 65 73 74 DIR)/../manifest
0dd0: 2e 75 75 69 64 20 3e 56 45 52 53 49 4f 4e 2e 68 .uuid >VERSION.h
0de0: 0a 09 61 77 6b 20 27 7b 20 70 72 69 6e 74 66 20 ..awk '{ printf
0df0: 22 23 64 65 66 69 6e 65 20 4d 41 4e 49 46 45 53 "#define MANIFES
0e00: 54 5f 56 45 52 53 49 4f 4e 20 5c 22 5b 25 2e 31 T_VERSION \"[%.1
0e10: 30 73 5d 5c 22 5c 6e 22 2c 20 24 24 31 7d 27 20 0s]\"\n", $$1}'
0e20: 20 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 $(SRCDIR)/../ma
0e30: 6e 69 66 65 73 74 2e 75 75 69 64 20 3e 3e 56 45 nifest.uuid >>VE
0e40: 52 53 49 4f 4e 2e 68 0a 09 61 77 6b 20 27 24 24 RSION.h..awk '$$
0e50: 31 3d 3d 22 44 22 7b 70 72 69 6e 74 66 20 22 23 1=="D"{printf "#
0e60: 64 65 66 69 6e 65 20 4d 41 4e 49 46 45 53 54 5f define MANIFEST_
0e70: 44 41 54 45 20 5c 22 25 73 20 25 73 5c 22 5c 6e DATE \"%s %s\"\n
0e80: 22 2c 20 73 75 62 73 74 72 28 24 24 32 2c 31 2c ", substr($$2,1,
0e90: 31 30 29 2c 73 75 62 73 74 72 28 24 24 32 2c 31 10),substr($$2,1
0ea0: 32 29 7d 27 20 20 24 28 53 52 43 44 49 52 29 2f 2)}' $(SRCDIR)/
0eb0: 2e 2e 2f 6d 61 6e 69 66 65 73 74 20 3e 3e 56 45 ../manifest >>VE
0ec0: 52 53 49 4f 4e 2e 68 0a 0a 24 28 41 50 50 4e 41 RSION.h..$(APPNA
0ed0: 4d 45 29 3a 09 68 65 61 64 65 72 73 20 24 28 4f ME):.headers $(O
0ee0: 42 4a 29 20 73 71 6c 69 74 65 33 2e 6f 0a 09 24 BJ) sqlite3.o..$
0ef0: 28 54 43 43 29 20 2d 6f 20 24 28 41 50 50 4e 41 (TCC) -o $(APPNA
0f00: 4d 45 29 20 24 28 4f 42 4a 29 20 73 71 6c 69 74 ME) $(OBJ) sqlit
0f10: 65 33 2e 6f 20 24 28 4c 49 42 29 0a 0a 63 6c 65 e3.o $(LIB)..cle
0f20: 61 6e 3a 09 0a 09 72 6d 20 2d 66 20 2a 2e 6f 20 an:...rm -f *.o
0f30: 2a 5f 2e 63 20 24 28 41 50 50 4e 41 4d 45 29 20 *_.c $(APPNAME)
0f40: 56 45 52 53 49 4f 4e 2e 68 0a 09 72 6d 20 2d 66 VERSION.h..rm -f
0f50: 20 74 72 61 6e 73 6c 61 74 65 20 6d 61 6b 65 68 translate makeh
0f60: 65 61 64 65 72 73 20 6d 6b 69 6e 64 65 78 20 70 eaders mkindex p
0f70: 61 67 65 5f 69 6e 64 65 78 2e 68 20 68 65 61 64 age_index.h head
0f80: 65 72 73 0a 09 72 6d 20 2d 66 20 61 64 64 2e 68 ers..rm -f add.h
0f90: 20 62 61 67 2e 68 20 62 6c 6f 62 2e 68 20 62 72 bag.h blob.h br
0fa0: 61 6e 63 68 2e 68 20 63 67 69 2e 68 20 63 68 65 anch.h cgi.h che
0fb0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 2e ckin.h checkout.
0fc0: 68 20 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c h clearsign.h cl
0fd0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 2e one.h comformat.
0fe0: 68 20 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f h construct.h co
0ff0: 6e 74 65 6e 74 2e 68 20 64 62 2e 68 20 64 65 6c ntent.h db.h del
1000: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 2e 68 20 ta.h deltacmd.h
1010: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 descendents.h di
1020: 66 66 2e 68 20 64 69 66 66 63 6d 64 2e 68 20 65 ff.h diffcmd.h e
1030: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 2e 68 20 68 ncode.h file.h h
1040: 74 74 70 2e 68 20 69 6e 66 6f 2e 68 20 6c 6f 67 ttp.h info.h log
1050: 69 6e 2e 68 20 6d 61 69 6e 2e 68 20 6d 61 6e 69 in.h main.h mani
1060: 66 65 73 74 2e 68 20 6d 64 35 2e 68 20 6d 65 72 fest.h md5.h mer
1070: 67 65 2e 68 20 6d 65 72 67 65 33 2e 68 20 6e 61 ge.h merge3.h na
1080: 6d 65 2e 68 20 70 69 76 6f 74 2e 68 20 70 71 75 me.h pivot.h pqu
1090: 65 75 65 2e 68 20 70 72 69 6e 74 66 2e 68 20 72 eue.h printf.h r
10a0: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 2e ebuild.h schema.
10b0: 68 20 73 65 74 75 70 2e 68 20 73 68 61 31 2e 68 h setup.h sha1.h
10c0: 20 73 74 79 6c 65 2e 68 20 73 79 6e 63 2e 68 20 style.h sync.h
10d0: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 2e 68 tag.h timeline.h
10e0: 20 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 2e 68 undo.h update.h
10f0: 20 75 72 6c 2e 68 20 75 73 65 72 2e 68 20 76 65 url.h user.h ve
1100: 72 69 66 79 2e 68 20 76 66 69 6c 65 2e 68 20 77 rify.h vfile.h w
1110: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
1120: 2e 68 20 78 66 65 72 2e 68 20 7a 69 70 2e 68 0a .h xfer.h zip.h.
1130: 0a 68 65 61 64 65 72 73 3a 09 6d 61 6b 65 68 65 .headers:.makehe
1140: 61 64 65 72 73 20 6d 6b 69 6e 64 65 78 20 24 28 aders mkindex $(
1150: 54 52 41 4e 53 5f 53 52 43 29 20 2e 2f 56 45 52 TRANS_SRC) ./VER
1160: 53 49 4f 4e 2e 68 0a 09 2e 2f 6d 61 6b 65 68 65 SION.h.../makehe
1170: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
1180: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 d.h bag_.c:bag.h
1190: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
11a0: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 branch_.c:branch
11b0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
11c0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
11d0: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
11e0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
11f0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
1200: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
1210: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
1220: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
1230: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
1240: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
1250: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
1260: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
1270: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
1280: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
1290: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
12a0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
12b0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
12c0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
12d0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
12e0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
12f0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
1300: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
1310: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
1320: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
1330: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
1340: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
1350: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
1360: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
1370: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
1380: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
1390: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
13a0: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
13b0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
13c0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
13d0: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 d.h schema_.c:sc
13e0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
13f0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
1400: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a sha1.h style_.c:
1410: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a style.h sync_.c:
1420: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 sync.h tag_.c:ta
1430: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a g.h timeline_.c:
1440: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f timeline.h undo_
1450: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
1460: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
1470: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
1480: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
1490: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
14a0: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
14b0: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
14c0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
14d0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
14e0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
14f0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
1500: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
1510: 2e 68 0a 09 2e 2f 6d 6b 69 6e 64 65 78 20 24 28 .h.../mkindex $(
1520: 54 52 41 4e 53 5f 53 52 43 29 20 3e 70 61 67 65 TRANS_SRC) >page
1530: 5f 69 6e 64 65 78 2e 68 0a 09 74 6f 75 63 68 20 _index.h..touch
1540: 68 65 61 64 65 72 73 0a 0a 61 64 64 5f 2e 63 3a headers..add_.c:
1550: 09 24 28 53 52 43 44 49 52 29 2f 61 64 64 2e 63 .$(SRCDIR)/add.c
1560: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
1570: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
1580: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
1590: 49 52 29 2f 61 64 64 2e 63 20 7c 20 73 65 64 20 IR)/add.c | sed
15a0: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
15b0: 53 49 4f 4e 20 3e 61 64 64 5f 2e 63 0a 0a 61 64 SION >add_.c..ad
15c0: 64 2e 6f 3a 09 61 64 64 5f 2e 63 20 61 64 64 2e d.o:.add_.c add.
15d0: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
15e0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
15f0: 6f 20 61 64 64 2e 6f 20 2d 63 20 61 64 64 5f 2e o add.o -c add_.
1600: 63 0a 0a 61 64 64 2e 68 3a 09 6d 61 6b 65 68 65 c..add.h:.makehe
1610: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
1620: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
1630: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
1640: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
1650: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
1660: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 h cgi_.c:cgi.h c
1670: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 heckin_.c:checki
1680: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a n.h checkout_.c:
1690: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 checkout.h clear
16a0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 sign_.c:clearsig
16b0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f n.h clone_.c:clo
16c0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e ne.h comformat_.
16d0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f c:comformat.h co
16e0: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 nstruct_.c:const
16f0: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e ruct.h content_.
1700: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e c:content.h db_.
1710: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a c:db.h delta_.c:
1720: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 delta.h deltacmd
1730: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 _.c:deltacmd.h d
1740: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 escendents_.c:de
1750: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 scendents.h diff
1760: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 _.c:diff.h diffc
1770: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 md_.c:diffcmd.h
1780: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 encode_.c:encode
1790: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e .h file_.c:file.
17a0: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 h http_.c:http.h
17b0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 info_.c:info.h
17c0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 login_.c:login.h
17d0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 main_.c:main.h
17e0: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 manifest_.c:mani
17f0: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 fest.h md5_.c:md
1800: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 5.h merge_.c:mer
1810: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d ge.h merge3_.c:m
1820: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a erge3.h name_.c:
1830: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
1840: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
1850: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
1860: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
1870: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
1880: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
1890: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
18a0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
18b0: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 ha1.h style_.c:s
18c0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
18d0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
18e0: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
18f0: 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e imeline.h undo_.
1900: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f c:undo.h update_
1910: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
1920: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
1930: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
1940: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
1950: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
1960: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
1970: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
1980: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
1990: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
19a0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
19b0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
19c0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
19d0: 0a 0a 62 61 67 5f 2e 63 3a 09 24 28 53 52 43 44 ..bag_.c:.$(SRCD
19e0: 49 52 29 2f 62 61 67 2e 63 20 24 28 53 52 43 44 IR)/bag.c $(SRCD
19f0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
1a00: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
1a10: 74 65 20 24 28 53 52 43 44 49 52 29 2f 62 61 67 te $(SRCDIR)/bag
1a20: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
1a30: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 62 CDIR)/VERSION >b
1a40: 61 67 5f 2e 63 0a 0a 62 61 67 2e 6f 3a 09 62 61 ag_.c..bag.o:.ba
1a50: 67 5f 2e 63 20 62 61 67 2e 68 20 20 24 28 53 52 g_.c bag.h $(SR
1a60: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
1a70: 24 28 58 54 43 43 29 20 2d 6f 20 62 61 67 2e 6f $(XTCC) -o bag.o
1a80: 20 2d 63 20 62 61 67 5f 2e 63 0a 0a 62 61 67 2e -c bag_.c..bag.
1a90: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
1aa0: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
1ab0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f dd_.c:add.h bag_
1ac0: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 .c:bag.h blob_.c
1ad0: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e :blob.h branch_.
1ae0: 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e c:branch.h cgi_.
1af0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
1b00: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
1b10: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
1b20: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
1b30: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
1b40: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
1b50: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
1b60: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
1b70: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
1b80: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
1b90: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
1ba0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
1bb0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
1bc0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
1bd0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
1be0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
1bf0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
1c00: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
1c10: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
1c20: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
1c30: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
1c40: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
1c50: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
1c60: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
1c70: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
1c80: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
1c90: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
1ca0: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
1cb0: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
1cc0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
1cd0: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 pqueue_.c:pqueu
1ce0: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 e.h printf_.c:pr
1cf0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
1d00: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 c:rebuild.h sche
1d10: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
1d20: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
1d30: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
1d40: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
1d50: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 sync_.c:sync.h t
1d60: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 ag_.c:tag.h time
1d70: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
1d80: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
1d90: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
1da0: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
1db0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
1dc0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
1dd0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
1de0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
1df0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
1e00: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
1e10: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
1e20: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
1e30: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
1e40: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
1e50: 68 20 68 65 61 64 65 72 73 0a 0a 62 6c 6f 62 5f h headers..blob_
1e60: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 62 6c .c:.$(SRCDIR)/bl
1e70: 6f 62 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 ob.c $(SRCDIR)/V
1e80: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
1e90: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
1ea0: 53 52 43 44 49 52 29 2f 62 6c 6f 62 2e 63 20 7c SRCDIR)/blob.c |
1eb0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
1ec0: 29 2f 56 45 52 53 49 4f 4e 20 3e 62 6c 6f 62 5f )/VERSION >blob_
1ed0: 2e 63 0a 0a 62 6c 6f 62 2e 6f 3a 09 62 6c 6f 62 .c..blob.o:.blob
1ee0: 5f 2e 63 20 62 6c 6f 62 2e 68 20 20 24 28 53 52 _.c blob.h $(SR
1ef0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
1f00: 24 28 58 54 43 43 29 20 2d 6f 20 62 6c 6f 62 2e $(XTCC) -o blob.
1f10: 6f 20 2d 63 20 62 6c 6f 62 5f 2e 63 0a 0a 62 6c o -c blob_.c..bl
1f20: 6f 62 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 ob.h:.makeheader
1f30: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
1f40: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 add_.c:add.h b
1f50: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
1f60: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 _.c:blob.h branc
1f70: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 h_.c:branch.h cg
1f80: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b i_.c:cgi.h check
1f90: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 in_.c:checkin.h
1fa0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 checkout_.c:chec
1fb0: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e kout.h clearsign
1fc0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 _.c:clearsign.h
1fd0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 clone_.c:clone.h
1fe0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f comformat_.c:co
1ff0: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 mformat.h constr
2000: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 uct_.c:construct
2010: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f .h content_.c:co
2020: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 ntent.h db_.c:db
2030: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 .h delta_.c:delt
2040: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a a.h deltacmd_.c:
2050: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 deltacmd.h desce
2060: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e ndents_.c:descen
2070: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a dents.h diff_.c:
2080: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e diff.h diffcmd_.
2090: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f c:diffcmd.h enco
20a0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 de_.c:encode.h f
20b0: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 ile_.c:file.h ht
20c0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 tp_.c:http.h inf
20d0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 o_.c:info.h logi
20e0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 n_.c:login.h mai
20f0: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 n_.c:main.h mani
2100: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 fest_.c:manifest
2110: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 .h md5_.c:md5.h
2120: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 merge_.c:merge.h
2130: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 merge3_.c:merge
2140: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 3.h name_.c:name
2150: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
2160: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 t.h pqueue_.c:pq
2170: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ueue.h printf_.c
2180: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
2190: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 d_.c:rebuild.h s
21a0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
21b0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
21c0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
21d0: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
21e0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
21f0: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
2200: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
2210: 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e ine.h undo_.c:un
2220: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 do.h update_.c:u
2230: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
2240: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
2250: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
2260: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
2270: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
2280: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
2290: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
22a0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
22b0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
22c0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
22d0: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
22e0: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 62 72 ouch headers..br
22f0: 61 6e 63 68 5f 2e 63 3a 09 24 28 53 52 43 44 49 anch_.c:.$(SRCDI
2300: 52 29 2f 62 72 61 6e 63 68 2e 63 20 24 28 53 52 R)/branch.c $(SR
2310: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
2320: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
2330: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 62 late $(SRCDIR)/b
2340: 72 61 6e 63 68 2e 63 20 7c 20 73 65 64 20 2d 66 ranch.c | sed -f
2350: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
2360: 4f 4e 20 3e 62 72 61 6e 63 68 5f 2e 63 0a 0a 62 ON >branch_.c..b
2370: 72 61 6e 63 68 2e 6f 3a 09 62 72 61 6e 63 68 5f ranch.o:.branch_
2380: 2e 63 20 62 72 61 6e 63 68 2e 68 20 20 24 28 53 .c branch.h $(S
2390: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
23a0: 09 24 28 58 54 43 43 29 20 2d 6f 20 62 72 61 6e .$(XTCC) -o bran
23b0: 63 68 2e 6f 20 2d 63 20 62 72 61 6e 63 68 5f 2e ch.o -c branch_.
23c0: 63 0a 0a 62 72 61 6e 63 68 2e 68 3a 09 6d 61 6b c..branch.h:.mak
23d0: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
23e0: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
23f0: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 add.h bag_.c:bag
2400: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
2410: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
2420: 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ch.h cgi_.c:cgi.
2430: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
2440: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
2450: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
2460: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
2470: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
2480: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
2490: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
24a0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
24b0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
24c0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
24d0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
24e0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
24f0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
2500: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
2510: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
2520: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
2530: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
2540: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
2550: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
2560: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
2570: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
2580: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
2590: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
25a0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
25b0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
25c0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
25d0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
25e0: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
25f0: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
2600: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
2610: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
2620: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
2630: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
2640: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
2650: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
2660: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
2670: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
2680: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
2690: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a c:sync.h tag_.c:
26a0: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e tag.h timeline_.
26b0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 c:timeline.h und
26c0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
26d0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
26e0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
26f0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
2700: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
2710: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
2720: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
2730: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
2740: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
2750: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
2760: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
2770: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
2780: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
2790: 65 72 73 0a 0a 63 67 69 5f 2e 63 3a 09 24 28 53 ers..cgi_.c:.$(S
27a0: 52 43 44 49 52 29 2f 63 67 69 2e 63 20 24 28 53 RCDIR)/cgi.c $(S
27b0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
27c0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
27d0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
27e0: 63 67 69 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 cgi.c | sed -f $
27f0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
2800: 20 3e 63 67 69 5f 2e 63 0a 0a 63 67 69 2e 6f 3a >cgi_.c..cgi.o:
2810: 09 63 67 69 5f 2e 63 20 63 67 69 2e 68 20 20 24 .cgi_.c cgi.h $
2820: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e (SRCDIR)/config.
2830: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 67 h..$(XTCC) -o cg
2840: 69 2e 6f 20 2d 63 20 63 67 69 5f 2e 63 0a 0a 63 i.o -c cgi_.c..c
2850: 67 69 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 gi.h:.makeheader
2860: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
2870: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 add_.c:add.h b
2880: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
2890: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 _.c:blob.h branc
28a0: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 h_.c:branch.h cg
28b0: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b i_.c:cgi.h check
28c0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 in_.c:checkin.h
28d0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 checkout_.c:chec
28e0: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e kout.h clearsign
28f0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 _.c:clearsign.h
2900: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 clone_.c:clone.h
2910: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f comformat_.c:co
2920: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 mformat.h constr
2930: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 uct_.c:construct
2940: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f .h content_.c:co
2950: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 ntent.h db_.c:db
2960: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 .h delta_.c:delt
2970: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a a.h deltacmd_.c:
2980: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 deltacmd.h desce
2990: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e ndents_.c:descen
29a0: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a dents.h diff_.c:
29b0: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e diff.h diffcmd_.
29c0: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f c:diffcmd.h enco
29d0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 de_.c:encode.h f
29e0: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 ile_.c:file.h ht
29f0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 tp_.c:http.h inf
2a00: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 o_.c:info.h logi
2a10: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 n_.c:login.h mai
2a20: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 n_.c:main.h mani
2a30: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 fest_.c:manifest
2a40: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 .h md5_.c:md5.h
2a50: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 merge_.c:merge.h
2a60: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 merge3_.c:merge
2a70: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 3.h name_.c:name
2a80: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
2a90: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 t.h pqueue_.c:pq
2aa0: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ueue.h printf_.c
2ab0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
2ac0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 d_.c:rebuild.h s
2ad0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
2ae0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
2af0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
2b00: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
2b10: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
2b20: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
2b30: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
2b40: 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e ine.h undo_.c:un
2b50: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 do.h update_.c:u
2b60: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
2b70: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
2b80: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
2b90: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
2ba0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
2bb0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
2bc0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
2bd0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
2be0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
2bf0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
2c00: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
2c10: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 68 ouch headers..ch
2c20: 65 63 6b 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 eckin_.c:.$(SRCD
2c30: 49 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20 24 28 IR)/checkin.c $(
2c40: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
2c50: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
2c60: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
2c70: 2f 63 68 65 63 6b 69 6e 2e 63 20 7c 20 73 65 64 /checkin.c | sed
2c80: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
2c90: 52 53 49 4f 4e 20 3e 63 68 65 63 6b 69 6e 5f 2e RSION >checkin_.
2ca0: 63 0a 0a 63 68 65 63 6b 69 6e 2e 6f 3a 09 63 68 c..checkin.o:.ch
2cb0: 65 63 6b 69 6e 5f 2e 63 20 63 68 65 63 6b 69 6e eckin_.c checkin
2cc0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
2cd0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
2ce0: 2d 6f 20 63 68 65 63 6b 69 6e 2e 6f 20 2d 63 20 -o checkin.o -c
2cf0: 63 68 65 63 6b 69 6e 5f 2e 63 0a 0a 63 68 65 63 checkin_.c..chec
2d00: 6b 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 kin.h:.makeheade
2d10: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
2d20: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
2d30: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f bag_.c:bag.h blo
2d40: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e b_.c:blob.h bran
2d50: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 ch_.c:branch.h c
2d60: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
2d70: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
2d80: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
2d90: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
2da0: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
2db0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
2dc0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
2dd0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
2de0: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
2df0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
2e00: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
2e10: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
2e20: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
2e30: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
2e40: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
2e50: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
2e60: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
2e70: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
2e80: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
2e90: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
2ea0: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
2eb0: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
2ec0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
2ed0: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
2ee0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
2ef0: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
2f00: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
2f10: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
2f20: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
2f30: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
2f40: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
2f50: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
2f60: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
2f70: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
2f80: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
2f90: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
2fa0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
2fb0: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
2fc0: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 e.h sync_.c:sync
2fd0: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 .h tag_.c:tag.h
2fe0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
2ff0: 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 line.h undo_.c:u
3000: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ndo.h update_.c:
3010: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
3020: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
3030: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
3040: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
3050: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
3060: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
3070: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
3080: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
3090: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
30a0: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
30b0: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 .h ./VERSION.h..
30c0: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 touch headers..c
30d0: 68 65 63 6b 6f 75 74 5f 2e 63 3a 09 24 28 53 52 heckout_.c:.$(SR
30e0: 43 44 49 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63 CDIR)/checkout.c
30f0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
3100: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
3110: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
3120: 49 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63 20 7c IR)/checkout.c |
3130: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
3140: 29 2f 56 45 52 53 49 4f 4e 20 3e 63 68 65 63 6b )/VERSION >check
3150: 6f 75 74 5f 2e 63 0a 0a 63 68 65 63 6b 6f 75 74 out_.c..checkout
3160: 2e 6f 3a 09 63 68 65 63 6b 6f 75 74 5f 2e 63 20 .o:.checkout_.c
3170: 63 68 65 63 6b 6f 75 74 2e 68 20 20 24 28 53 52 checkout.h $(SR
3180: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
3190: 24 28 58 54 43 43 29 20 2d 6f 20 63 68 65 63 6b $(XTCC) -o check
31a0: 6f 75 74 2e 6f 20 2d 63 20 63 68 65 63 6b 6f 75 out.o -c checkou
31b0: 74 5f 2e 63 0a 0a 63 68 65 63 6b 6f 75 74 2e 68 t_.c..checkout.h
31c0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
31d0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
31e0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
31f0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
3200: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 blob.h branch_.c
3210: 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 :branch.h cgi_.c
3220: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e :cgi.h checkin_.
3230: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 c:checkin.h chec
3240: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 kout_.c:checkout
3250: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a .h clearsign_.c:
3260: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e clearsign.h clon
3270: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d e_.c:clone.h com
3280: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 format_.c:comfor
3290: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f mat.h construct_
32a0: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 .c:construct.h c
32b0: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e ontent_.c:conten
32c0: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 t.h db_.c:db.h d
32d0: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 elta_.c:delta.h
32e0: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 deltacmd_.c:delt
32f0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e acmd.h descenden
3300: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 ts_.c:descendent
3310: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 s.h diff_.c:diff
3320: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 .h diffcmd_.c:di
3330: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e ffcmd.h encode_.
3340: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f c:encode.h file_
3350: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e .c:file.h http_.
3360: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 c:http.h info_.c
3370: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 :info.h login_.c
3380: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 :login.h main_.c
3390: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 :main.h manifest
33a0: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d _.c:manifest.h m
33b0: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 d5_.c:md5.h merg
33c0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 e_.c:merge.h mer
33d0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 ge3_.c:merge3.h
33e0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
33f0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
3400: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 pqueue_.c:pqueue
3410: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
3420: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
3430: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d :rebuild.h schem
3440: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
3450: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
3460: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
3470: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
3480: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
3490: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c g_.c:tag.h timel
34a0: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
34b0: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 h undo_.c:undo.h
34c0: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
34d0: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
34e0: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
34f0: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
3500: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
3510: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
3520: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
3530: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
3540: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
3550: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
3560: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
3570: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
3580: 20 68 65 61 64 65 72 73 0a 0a 63 6c 65 61 72 73 headers..clears
3590: 69 67 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 ign_.c:.$(SRCDIR
35a0: 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 24 28 )/clearsign.c $(
35b0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
35c0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
35d0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
35e0: 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 7c 20 73 /clearsign.c | s
35f0: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
3600: 56 45 52 53 49 4f 4e 20 3e 63 6c 65 61 72 73 69 VERSION >clearsi
3610: 67 6e 5f 2e 63 0a 0a 63 6c 65 61 72 73 69 67 6e gn_.c..clearsign
3620: 2e 6f 3a 09 63 6c 65 61 72 73 69 67 6e 5f 2e 63 .o:.clearsign_.c
3630: 20 63 6c 65 61 72 73 69 67 6e 2e 68 20 20 24 28 clearsign.h $(
3640: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
3650: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 6c 65 ..$(XTCC) -o cle
3660: 61 72 73 69 67 6e 2e 6f 20 2d 63 20 63 6c 65 61 arsign.o -c clea
3670: 72 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65 61 72 73 rsign_.c..clears
3680: 69 67 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 ign.h:.makeheade
3690: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
36a0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
36b0: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f bag_.c:bag.h blo
36c0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e b_.c:blob.h bran
36d0: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 ch_.c:branch.h c
36e0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
36f0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
3700: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
3710: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
3720: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
3730: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
3740: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
3750: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
3760: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
3770: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
3780: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
3790: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
37a0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
37b0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
37c0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
37d0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
37e0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
37f0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
3800: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
3810: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
3820: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
3830: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
3840: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
3850: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
3860: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
3870: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
3880: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
3890: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
38a0: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
38b0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
38c0: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
38d0: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
38e0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
38f0: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
3900: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
3910: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
3920: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
3930: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
3940: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 e.h sync_.c:sync
3950: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 .h tag_.c:tag.h
3960: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
3970: 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 line.h undo_.c:u
3980: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ndo.h update_.c:
3990: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
39a0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
39b0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
39c0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
39d0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
39e0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
39f0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
3a00: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
3a10: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
3a20: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
3a30: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 .h ./VERSION.h..
3a40: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 touch headers..c
3a50: 6c 6f 6e 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 lone_.c:.$(SRCDI
3a60: 52 29 2f 63 6c 6f 6e 65 2e 63 20 24 28 53 52 43 R)/clone.c $(SRC
3a70: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
3a80: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
3a90: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 6c ate $(SRCDIR)/cl
3aa0: 6f 6e 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 one.c | sed -f $
3ab0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
3ac0: 20 3e 63 6c 6f 6e 65 5f 2e 63 0a 0a 63 6c 6f 6e >clone_.c..clon
3ad0: 65 2e 6f 3a 09 63 6c 6f 6e 65 5f 2e 63 20 63 6c e.o:.clone_.c cl
3ae0: 6f 6e 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 one.h $(SRCDIR)
3af0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
3b00: 43 29 20 2d 6f 20 63 6c 6f 6e 65 2e 6f 20 2d 63 C) -o clone.o -c
3b10: 20 63 6c 6f 6e 65 5f 2e 63 0a 0a 63 6c 6f 6e 65 clone_.c..clone
3b20: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a .h:.makeheaders.
3b30: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 ../makeheaders
3b40: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 add_.c:add.h bag
3b50: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
3b60: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
3b70: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f .c:branch.h cgi_
3b80: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e .c:cgi.h checkin
3b90: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 _.c:checkin.h ch
3ba0: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f eckout_.c:checko
3bb0: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e ut.h clearsign_.
3bc0: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c c:clearsign.h cl
3bd0: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 one_.c:clone.h c
3be0: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 omformat_.c:comf
3bf0: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 ormat.h construc
3c00: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 t_.c:construct.h
3c10: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 content_.c:cont
3c20: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 ent.h db_.c:db.h
3c30: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e delta_.c:delta.
3c40: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 h deltacmd_.c:de
3c50: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 ltacmd.h descend
3c60: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 ents_.c:descende
3c70: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 nts.h diff_.c:di
3c80: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a ff.h diffcmd_.c:
3c90: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 diffcmd.h encode
3ca0: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c _.c:encode.h fil
3cb0: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 e_.c:file.h http
3cc0: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f _.c:http.h info_
3cd0: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f .c:info.h login_
3ce0: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f .c:login.h main_
3cf0: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 .c:main.h manife
3d00: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 st_.c:manifest.h
3d10: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 md5_.c:md5.h me
3d20: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d rge_.c:merge.h m
3d30: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e erge3_.c:merge3.
3d40: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
3d50: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
3d60: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 h pqueue_.c:pque
3d70: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ue.h printf_.c:p
3d80: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
3d90: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
3da0: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
3db0: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
3dc0: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
3dd0: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
3de0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
3df0: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d tag_.c:tag.h tim
3e00: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
3e10: 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f e.h undo_.c:undo
3e20: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
3e30: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
3e40: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
3e50: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
3e60: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
3e70: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
3e80: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
3e90: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
3ea0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
3eb0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
3ec0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
3ed0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
3ee0: 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6f 6d 66 ch headers..comf
3ef0: 6f 72 6d 61 74 5f 2e 63 3a 09 24 28 53 52 43 44 ormat_.c:.$(SRCD
3f00: 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63 20 IR)/comformat.c
3f10: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
3f20: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
3f30: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
3f40: 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63 20 7c R)/comformat.c |
3f50: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
3f60: 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6f 6d 66 6f )/VERSION >comfo
3f70: 72 6d 61 74 5f 2e 63 0a 0a 63 6f 6d 66 6f 72 6d rmat_.c..comform
3f80: 61 74 2e 6f 3a 09 63 6f 6d 66 6f 72 6d 61 74 5f at.o:.comformat_
3f90: 2e 63 20 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 20 .c comformat.h
3fa0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
3fb0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 .h..$(XTCC) -o c
3fc0: 6f 6d 66 6f 72 6d 61 74 2e 6f 20 2d 63 20 63 6f omformat.o -c co
3fd0: 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 6f 6d 66 mformat_.c..comf
3fe0: 6f 72 6d 61 74 2e 68 3a 09 6d 61 6b 65 68 65 61 ormat.h:.makehea
3ff0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
4000: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
4010: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
4020: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
4030: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
4040: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
4050: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
4060: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
4070: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
4080: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
4090: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
40a0: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
40b0: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
40c0: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
40d0: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
40e0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
40f0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
4100: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
4110: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
4120: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
4130: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
4140: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
4150: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
4160: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
4170: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
4180: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
4190: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
41a0: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
41b0: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
41c0: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
41d0: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
41e0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
41f0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
4200: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
4210: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
4220: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
4230: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
4240: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
4250: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
4260: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
4270: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
4280: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
4290: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 a1.h style_.c:st
42a0: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 yle.h sync_.c:sy
42b0: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e nc.h tag_.c:tag.
42c0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
42d0: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 meline.h undo_.c
42e0: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
42f0: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
4300: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
4310: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
4320: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
4330: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
4340: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
4350: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
4360: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
4370: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
4380: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
4390: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
43a0: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
43b0: 0a 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 09 24 .construct_.c:.$
43c0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 73 74 72 75 (SRCDIR)/constru
43d0: 63 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 ct.c $(SRCDIR)/V
43e0: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
43f0: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
4400: 53 52 43 44 49 52 29 2f 63 6f 6e 73 74 72 75 63 SRCDIR)/construc
4410: 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 t.c | sed -f $(S
4420: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
4430: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 0a 0a 63 6f construct_.c..co
4440: 6e 73 74 72 75 63 74 2e 6f 3a 09 63 6f 6e 73 74 nstruct.o:.const
4450: 72 75 63 74 5f 2e 63 20 63 6f 6e 73 74 72 75 63 ruct_.c construc
4460: 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 t.h $(SRCDIR)/c
4470: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
4480: 20 2d 6f 20 63 6f 6e 73 74 72 75 63 74 2e 6f 20 -o construct.o
4490: 2d 63 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 0a -c construct_.c.
44a0: 0a 63 6f 6e 73 74 72 75 63 74 2e 68 3a 09 6d 61 .construct.h:.ma
44b0: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
44c0: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
44d0: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 :add.h bag_.c:ba
44e0: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
44f0: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 .h branch_.c:bra
4500: 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 nch.h cgi_.c:cgi
4510: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 .h checkin_.c:ch
4520: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 eckin.h checkout
4530: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 _.c:checkout.h c
4540: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 learsign_.c:clea
4550: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 rsign.h clone_.c
4560: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d :clone.h comform
4570: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e at_.c:comformat.
4580: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 h construct_.c:c
4590: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 onstruct.h conte
45a0: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 nt_.c:content.h
45b0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 db_.c:db.h delta
45c0: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 _.c:delta.h delt
45d0: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 acmd_.c:deltacmd
45e0: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e .h descendents_.
45f0: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 c:descendents.h
4600: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 diff_.c:diff.h d
4610: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d iffcmd_.c:diffcm
4620: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e d.h encode_.c:en
4630: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 code.h file_.c:f
4640: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 ile.h http_.c:ht
4650: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 tp.h info_.c:inf
4660: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 o.h login_.c:log
4670: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 in.h main_.c:mai
4680: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a n.h manifest_.c:
4690: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e manifest.h md5_.
46a0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 c:md5.h merge_.c
46b0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f :merge.h merge3_
46c0: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 .c:merge3.h name
46d0: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
46e0: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 _.c:pivot.h pque
46f0: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 ue_.c:pqueue.h p
4700: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
4710: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
4720: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 uild.h schema_.c
4730: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
4740: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
4750: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f .c:sha1.h style_
4760: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
4770: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
4780: 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f :tag.h timeline_
4790: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e .c:timeline.h un
47a0: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 do_.c:undo.h upd
47b0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
47c0: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
47d0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
47e0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
47f0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
4800: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
4810: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
4820: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
4830: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
4840: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
4850: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
4860: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
4870: 64 65 72 73 0a 0a 63 6f 6e 74 65 6e 74 5f 2e 63 ders..content_.c
4880: 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 74 :.$(SRCDIR)/cont
4890: 65 6e 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f ent.c $(SRCDIR)/
48a0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
48b0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
48c0: 28 53 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e 74 (SRCDIR)/content
48d0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
48e0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 CDIR)/VERSION >c
48f0: 6f 6e 74 65 6e 74 5f 2e 63 0a 0a 63 6f 6e 74 65 ontent_.c..conte
4900: 6e 74 2e 6f 3a 09 63 6f 6e 74 65 6e 74 5f 2e 63 nt.o:.content_.c
4910: 20 63 6f 6e 74 65 6e 74 2e 68 20 20 24 28 53 52 content.h $(SR
4920: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
4930: 24 28 58 54 43 43 29 20 2d 6f 20 63 6f 6e 74 65 $(XTCC) -o conte
4940: 6e 74 2e 6f 20 2d 63 20 63 6f 6e 74 65 6e 74 5f nt.o -c content_
4950: 2e 63 0a 0a 63 6f 6e 74 65 6e 74 2e 68 3a 09 6d .c..content.h:.m
4960: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
4970: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
4980: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 c:add.h bag_.c:b
4990: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
49a0: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
49b0: 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 anch.h cgi_.c:cg
49c0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
49d0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
49e0: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
49f0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
4a00: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
4a10: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
4a20: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
4a30: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
4a40: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
4a50: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
4a60: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
4a70: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
4a80: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
4a90: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
4aa0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
4ab0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
4ac0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
4ad0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
4ae0: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
4af0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
4b00: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
4b10: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
4b20: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
4b30: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
4b40: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
4b50: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
4b60: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
4b70: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
4b80: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
4b90: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
4ba0: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
4bb0: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
4bc0: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
4bd0: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
4be0: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
4bf0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
4c00: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
4c10: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
4c20: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
4c30: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 c:tag.h timeline
4c40: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
4c50: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
4c60: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
4c70: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
4c80: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
4c90: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
4ca0: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
4cb0: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
4cc0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
4cd0: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
4ce0: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
4cf0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
4d00: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
4d10: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
4d20: 61 64 65 72 73 0a 0a 64 62 5f 2e 63 3a 09 24 28 aders..db_.c:.$(
4d30: 53 52 43 44 49 52 29 2f 64 62 2e 63 20 24 28 53 SRCDIR)/db.c $(S
4d40: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
4d50: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
4d60: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
4d70: 64 62 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 db.c | sed -f $(
4d80: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
4d90: 3e 64 62 5f 2e 63 0a 0a 64 62 2e 6f 3a 09 64 62 >db_.c..db.o:.db
4da0: 5f 2e 63 20 64 62 2e 68 20 20 24 28 53 52 43 44 _.c db.h $(SRCD
4db0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
4dc0: 58 54 43 43 29 20 2d 6f 20 64 62 2e 6f 20 2d 63 XTCC) -o db.o -c
4dd0: 20 64 62 5f 2e 63 0a 0a 64 62 2e 68 3a 09 6d 61 db_.c..db.h:.ma
4de0: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
4df0: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
4e00: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 :add.h bag_.c:ba
4e10: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
4e20: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 .h branch_.c:bra
4e30: 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 nch.h cgi_.c:cgi
4e40: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 .h checkin_.c:ch
4e50: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 eckin.h checkout
4e60: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 _.c:checkout.h c
4e70: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 learsign_.c:clea
4e80: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 rsign.h clone_.c
4e90: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d :clone.h comform
4ea0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e at_.c:comformat.
4eb0: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 h construct_.c:c
4ec0: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 onstruct.h conte
4ed0: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 nt_.c:content.h
4ee0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 db_.c:db.h delta
4ef0: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 _.c:delta.h delt
4f00: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 acmd_.c:deltacmd
4f10: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e .h descendents_.
4f20: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 c:descendents.h
4f30: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 diff_.c:diff.h d
4f40: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d iffcmd_.c:diffcm
4f50: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e d.h encode_.c:en
4f60: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 code.h file_.c:f
4f70: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 ile.h http_.c:ht
4f80: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 tp.h info_.c:inf
4f90: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 o.h login_.c:log
4fa0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 in.h main_.c:mai
4fb0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a n.h manifest_.c:
4fc0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e manifest.h md5_.
4fd0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 c:md5.h merge_.c
4fe0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f :merge.h merge3_
4ff0: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 .c:merge3.h name
5000: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
5010: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 _.c:pivot.h pque
5020: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 ue_.c:pqueue.h p
5030: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
5040: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
5050: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 uild.h schema_.c
5060: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
5070: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
5080: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f .c:sha1.h style_
5090: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
50a0: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
50b0: 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f :tag.h timeline_
50c0: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e .c:timeline.h un
50d0: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 do_.c:undo.h upd
50e0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
50f0: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
5100: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
5110: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
5120: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
5130: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
5140: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
5150: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
5160: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
5170: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
5180: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
5190: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
51a0: 64 65 72 73 0a 0a 64 65 6c 74 61 5f 2e 63 3a 09 ders..delta_.c:.
51b0: 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 2e $(SRCDIR)/delta.
51c0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
51d0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
51e0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
51f0: 44 49 52 29 2f 64 65 6c 74 61 2e 63 20 7c 20 73 DIR)/delta.c | s
5200: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
5210: 56 45 52 53 49 4f 4e 20 3e 64 65 6c 74 61 5f 2e VERSION >delta_.
5220: 63 0a 0a 64 65 6c 74 61 2e 6f 3a 09 64 65 6c 74 c..delta.o:.delt
5230: 61 5f 2e 63 20 64 65 6c 74 61 2e 68 20 20 24 28 a_.c delta.h $(
5240: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
5250: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 65 6c ..$(XTCC) -o del
5260: 74 61 2e 6f 20 2d 63 20 64 65 6c 74 61 5f 2e 63 ta.o -c delta_.c
5270: 0a 0a 64 65 6c 74 61 2e 68 3a 09 6d 61 6b 65 68 ..delta.h:.makeh
5280: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
5290: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
52a0: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 d.h bag_.c:bag.h
52b0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
52c0: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 branch_.c:branch
52d0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
52e0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
52f0: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
5300: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
5310: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
5320: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
5330: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
5340: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
5350: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
5360: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
5370: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
5380: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
5390: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
53a0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
53b0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
53c0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
53d0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
53e0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
53f0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
5400: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
5410: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
5420: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
5430: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
5440: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
5450: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
5460: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
5470: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
5480: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
5490: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
54a0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
54b0: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
54c0: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
54d0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
54e0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
54f0: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 d.h schema_.c:sc
5500: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
5510: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
5520: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a sha1.h style_.c:
5530: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a style.h sync_.c:
5540: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 sync.h tag_.c:ta
5550: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a g.h timeline_.c:
5560: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f timeline.h undo_
5570: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
5580: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
5590: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
55a0: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
55b0: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
55c0: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
55d0: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
55e0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
55f0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
5600: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
5610: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
5620: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
5630: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
5640: 73 0a 0a 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 09 s..deltacmd_.c:.
5650: 24 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 63 $(SRCDIR)/deltac
5660: 6d 64 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 md.c $(SRCDIR)/V
5670: 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 ERSION translate
5680: 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 .../translate $(
5690: 53 52 43 44 49 52 29 2f 64 65 6c 74 61 63 6d 64 SRCDIR)/deltacmd
56a0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
56b0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 CDIR)/VERSION >d
56c0: 65 6c 74 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74 eltacmd_.c..delt
56d0: 61 63 6d 64 2e 6f 3a 09 64 65 6c 74 61 63 6d 64 acmd.o:.deltacmd
56e0: 5f 2e 63 20 64 65 6c 74 61 63 6d 64 2e 68 20 20 _.c deltacmd.h
56f0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
5700: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 .h..$(XTCC) -o d
5710: 65 6c 74 61 63 6d 64 2e 6f 20 2d 63 20 64 65 6c eltacmd.o -c del
5720: 74 61 63 6d 64 5f 2e 63 0a 0a 64 65 6c 74 61 63 tacmd_.c..deltac
5730: 6d 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 md.h:.makeheader
5740: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
5750: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 add_.c:add.h b
5760: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
5770: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 _.c:blob.h branc
5780: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 h_.c:branch.h cg
5790: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b i_.c:cgi.h check
57a0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 in_.c:checkin.h
57b0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 checkout_.c:chec
57c0: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e kout.h clearsign
57d0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 _.c:clearsign.h
57e0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 clone_.c:clone.h
57f0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f comformat_.c:co
5800: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 mformat.h constr
5810: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 uct_.c:construct
5820: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f .h content_.c:co
5830: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 ntent.h db_.c:db
5840: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 .h delta_.c:delt
5850: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a a.h deltacmd_.c:
5860: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 deltacmd.h desce
5870: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e ndents_.c:descen
5880: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a dents.h diff_.c:
5890: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e diff.h diffcmd_.
58a0: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f c:diffcmd.h enco
58b0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 de_.c:encode.h f
58c0: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 ile_.c:file.h ht
58d0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 tp_.c:http.h inf
58e0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 o_.c:info.h logi
58f0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 n_.c:login.h mai
5900: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 n_.c:main.h mani
5910: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 fest_.c:manifest
5920: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 .h md5_.c:md5.h
5930: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 merge_.c:merge.h
5940: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 merge3_.c:merge
5950: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 3.h name_.c:name
5960: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
5970: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 t.h pqueue_.c:pq
5980: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ueue.h printf_.c
5990: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
59a0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 d_.c:rebuild.h s
59b0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
59c0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
59d0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
59e0: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
59f0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
5a00: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
5a10: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
5a20: 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e ine.h undo_.c:un
5a30: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 do.h update_.c:u
5a40: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
5a50: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
5a60: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
5a70: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
5a80: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
5a90: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
5aa0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
5ab0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
5ac0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
5ad0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
5ae0: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
5af0: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 64 65 ouch headers..de
5b00: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 09 24 28 scendents_.c:.$(
5b10: 53 52 43 44 49 52 29 2f 64 65 73 63 65 6e 64 65 SRCDIR)/descende
5b20: 6e 74 73 2e 63 20 24 28 53 52 43 44 49 52 29 2f nts.c $(SRCDIR)/
5b30: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
5b40: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
5b50: 28 53 52 43 44 49 52 29 2f 64 65 73 63 65 6e 64 (SRCDIR)/descend
5b60: 65 6e 74 73 2e 63 20 7c 20 73 65 64 20 2d 66 20 ents.c | sed -f
5b70: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
5b80: 4e 20 3e 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e N >descendents_.
5b90: 63 0a 0a 64 65 73 63 65 6e 64 65 6e 74 73 2e 6f c..descendents.o
5ba0: 3a 09 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 :.descendents_.c
5bb0: 20 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 20 descendents.h
5bc0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
5bd0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 .h..$(XTCC) -o d
5be0: 65 73 63 65 6e 64 65 6e 74 73 2e 6f 20 2d 63 20 escendents.o -c
5bf0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 0a 0a descendents_.c..
5c00: 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 3a 09 6d descendents.h:.m
5c10: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
5c20: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
5c30: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 c:add.h bag_.c:b
5c40: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
5c50: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
5c60: 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 anch.h cgi_.c:cg
5c70: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
5c80: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
5c90: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
5ca0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
5cb0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
5cc0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
5cd0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
5ce0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
5cf0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
5d00: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
5d10: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
5d20: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
5d30: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
5d40: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
5d50: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
5d60: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
5d70: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
5d80: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
5d90: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
5da0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
5db0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
5dc0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
5dd0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
5de0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
5df0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
5e00: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
5e10: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
5e20: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
5e30: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
5e40: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
5e50: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
5e60: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
5e70: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
5e80: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
5e90: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
5ea0: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
5eb0: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
5ec0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
5ed0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
5ee0: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 c:tag.h timeline
5ef0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
5f00: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
5f10: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
5f20: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
5f30: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
5f40: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
5f50: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
5f60: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
5f70: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
5f80: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
5f90: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
5fa0: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
5fb0: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
5fc0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
5fd0: 61 64 65 72 73 0a 0a 64 69 66 66 5f 2e 63 3a 09 aders..diff_.c:.
5fe0: 24 28 53 52 43 44 49 52 29 2f 64 69 66 66 2e 63 $(SRCDIR)/diff.c
5ff0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
6000: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
6010: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
6020: 49 52 29 2f 64 69 66 66 2e 63 20 7c 20 73 65 64 IR)/diff.c | sed
6030: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
6040: 52 53 49 4f 4e 20 3e 64 69 66 66 5f 2e 63 0a 0a RSION >diff_.c..
6050: 64 69 66 66 2e 6f 3a 09 64 69 66 66 5f 2e 63 20 diff.o:.diff_.c
6060: 64 69 66 66 2e 68 20 20 24 28 53 52 43 44 49 52 diff.h $(SRCDIR
6070: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
6080: 43 43 29 20 2d 6f 20 64 69 66 66 2e 6f 20 2d 63 CC) -o diff.o -c
6090: 20 64 69 66 66 5f 2e 63 0a 0a 64 69 66 66 2e 68 diff_.c..diff.h
60a0: 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e :.makeheaders...
60b0: 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 /makeheaders ad
60c0: 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e d_.c:add.h bag_.
60d0: 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:bag.h blob_.c:
60e0: 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 blob.h branch_.c
60f0: 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 :branch.h cgi_.c
6100: 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e :cgi.h checkin_.
6110: 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 c:checkin.h chec
6120: 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 kout_.c:checkout
6130: 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a .h clearsign_.c:
6140: 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e clearsign.h clon
6150: 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d e_.c:clone.h com
6160: 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 format_.c:comfor
6170: 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f mat.h construct_
6180: 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 .c:construct.h c
6190: 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e ontent_.c:conten
61a0: 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 t.h db_.c:db.h d
61b0: 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 elta_.c:delta.h
61c0: 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 deltacmd_.c:delt
61d0: 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e acmd.h descenden
61e0: 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 ts_.c:descendent
61f0: 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 s.h diff_.c:diff
6200: 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 .h diffcmd_.c:di
6210: 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e ffcmd.h encode_.
6220: 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f c:encode.h file_
6230: 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e .c:file.h http_.
6240: 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 c:http.h info_.c
6250: 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 :info.h login_.c
6260: 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 :login.h main_.c
6270: 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 :main.h manifest
6280: 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d _.c:manifest.h m
6290: 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 d5_.c:md5.h merg
62a0: 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 e_.c:merge.h mer
62b0: 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 ge3_.c:merge3.h
62c0: 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 name_.c:name.h p
62d0: 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 ivot_.c:pivot.h
62e0: 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 pqueue_.c:pqueue
62f0: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
6300: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
6310: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d :rebuild.h schem
6320: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
6330: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
6340: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
6350: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
6360: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 ync_.c:sync.h ta
6370: 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c g_.c:tag.h timel
6380: 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e ine_.c:timeline.
6390: 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 h undo_.c:undo.h
63a0: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
63b0: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
63c0: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
63d0: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
63e0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
63f0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
6400: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
6410: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
6420: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
6430: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
6440: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
6450: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
6460: 20 68 65 61 64 65 72 73 0a 0a 64 69 66 66 63 6d headers..diffcm
6470: 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f d_.c:.$(SRCDIR)/
6480: 64 69 66 66 63 6d 64 2e 63 20 24 28 53 52 43 44 diffcmd.c $(SRCD
6490: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
64a0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
64b0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 69 66 te $(SRCDIR)/dif
64c0: 66 63 6d 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 fcmd.c | sed -f
64d0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
64e0: 4e 20 3e 64 69 66 66 63 6d 64 5f 2e 63 0a 0a 64 N >diffcmd_.c..d
64f0: 69 66 66 63 6d 64 2e 6f 3a 09 64 69 66 66 63 6d iffcmd.o:.diffcm
6500: 64 5f 2e 63 20 64 69 66 66 63 6d 64 2e 68 20 20 d_.c diffcmd.h
6510: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
6520: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 64 .h..$(XTCC) -o d
6530: 69 66 66 63 6d 64 2e 6f 20 2d 63 20 64 69 66 66 iffcmd.o -c diff
6540: 63 6d 64 5f 2e 63 0a 0a 64 69 66 66 63 6d 64 2e cmd_.c..diffcmd.
6550: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
6560: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
6570: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f dd_.c:add.h bag_
6580: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 .c:bag.h blob_.c
6590: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e :blob.h branch_.
65a0: 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e c:branch.h cgi_.
65b0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
65c0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
65d0: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
65e0: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
65f0: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
6600: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
6610: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
6620: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
6630: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
6640: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
6650: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
6660: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
6670: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
6680: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
6690: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
66a0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
66b0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
66c0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
66d0: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
66e0: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
66f0: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
6700: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
6710: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
6720: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
6730: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
6740: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
6750: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
6760: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
6770: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
6780: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
6790: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 pqueue_.c:pqueu
67a0: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 e.h printf_.c:pr
67b0: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
67c0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 c:rebuild.h sche
67d0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
67e0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
67f0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
6800: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
6810: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 sync_.c:sync.h t
6820: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 ag_.c:tag.h time
6830: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
6840: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
6850: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
6860: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
6870: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
6880: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
6890: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
68a0: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
68b0: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
68c0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
68d0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
68e0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
68f0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
6900: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
6910: 68 20 68 65 61 64 65 72 73 0a 0a 65 6e 63 6f 64 h headers..encod
6920: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f e_.c:.$(SRCDIR)/
6930: 65 6e 63 6f 64 65 2e 63 20 24 28 53 52 43 44 49 encode.c $(SRCDI
6940: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
6950: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
6960: 65 20 24 28 53 52 43 44 49 52 29 2f 65 6e 63 6f e $(SRCDIR)/enco
6970: 64 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 de.c | sed -f $(
6980: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
6990: 3e 65 6e 63 6f 64 65 5f 2e 63 0a 0a 65 6e 63 6f >encode_.c..enco
69a0: 64 65 2e 6f 3a 09 65 6e 63 6f 64 65 5f 2e 63 20 de.o:.encode_.c
69b0: 65 6e 63 6f 64 65 2e 68 20 20 24 28 53 52 43 44 encode.h $(SRCD
69c0: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
69d0: 58 54 43 43 29 20 2d 6f 20 65 6e 63 6f 64 65 2e XTCC) -o encode.
69e0: 6f 20 2d 63 20 65 6e 63 6f 64 65 5f 2e 63 0a 0a o -c encode_.c..
69f0: 65 6e 63 6f 64 65 2e 68 3a 09 6d 61 6b 65 68 65 encode.h:.makehe
6a00: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
6a10: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
6a20: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
6a30: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
6a40: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
6a50: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 h cgi_.c:cgi.h c
6a60: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 heckin_.c:checki
6a70: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a n.h checkout_.c:
6a80: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 checkout.h clear
6a90: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 sign_.c:clearsig
6aa0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f n.h clone_.c:clo
6ab0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e ne.h comformat_.
6ac0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f c:comformat.h co
6ad0: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 nstruct_.c:const
6ae0: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e ruct.h content_.
6af0: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e c:content.h db_.
6b00: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a c:db.h delta_.c:
6b10: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 delta.h deltacmd
6b20: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 _.c:deltacmd.h d
6b30: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 escendents_.c:de
6b40: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 scendents.h diff
6b50: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 _.c:diff.h diffc
6b60: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 md_.c:diffcmd.h
6b70: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 encode_.c:encode
6b80: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e .h file_.c:file.
6b90: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 h http_.c:http.h
6ba0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 info_.c:info.h
6bb0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 login_.c:login.h
6bc0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 main_.c:main.h
6bd0: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 manifest_.c:mani
6be0: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 fest.h md5_.c:md
6bf0: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 5.h merge_.c:mer
6c00: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d ge.h merge3_.c:m
6c10: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a erge3.h name_.c:
6c20: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
6c30: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
6c40: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
6c50: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
6c60: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
6c70: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
6c80: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
6c90: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
6ca0: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 ha1.h style_.c:s
6cb0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
6cc0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
6cd0: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
6ce0: 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e imeline.h undo_.
6cf0: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f c:undo.h update_
6d00: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
6d10: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
6d20: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
6d30: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
6d40: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
6d50: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
6d60: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
6d70: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
6d80: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
6d90: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
6da0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
6db0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
6dc0: 0a 0a 66 69 6c 65 5f 2e 63 3a 09 24 28 53 52 43 ..file_.c:.$(SRC
6dd0: 44 49 52 29 2f 66 69 6c 65 2e 63 20 24 28 53 52 DIR)/file.c $(SR
6de0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
6df0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
6e00: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 66 late $(SRCDIR)/f
6e10: 69 6c 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 ile.c | sed -f $
6e20: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
6e30: 20 3e 66 69 6c 65 5f 2e 63 0a 0a 66 69 6c 65 2e >file_.c..file.
6e40: 6f 3a 09 66 69 6c 65 5f 2e 63 20 66 69 6c 65 2e o:.file_.c file.
6e50: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
6e60: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
6e70: 6f 20 66 69 6c 65 2e 6f 20 2d 63 20 66 69 6c 65 o file.o -c file
6e80: 5f 2e 63 0a 0a 66 69 6c 65 2e 68 3a 09 6d 61 6b _.c..file.h:.mak
6e90: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
6ea0: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
6eb0: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 add.h bag_.c:bag
6ec0: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
6ed0: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
6ee0: 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ch.h cgi_.c:cgi.
6ef0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
6f00: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
6f10: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
6f20: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
6f30: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
6f40: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
6f50: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
6f60: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
6f70: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
6f80: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
6f90: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
6fa0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
6fb0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
6fc0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
6fd0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
6fe0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
6ff0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
7000: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
7010: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
7020: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
7030: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
7040: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
7050: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
7060: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
7070: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
7080: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
7090: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
70a0: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
70b0: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
70c0: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
70d0: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
70e0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
70f0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
7100: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
7110: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
7120: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
7130: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
7140: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
7150: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a c:sync.h tag_.c:
7160: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e tag.h timeline_.
7170: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 c:timeline.h und
7180: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
7190: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
71a0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
71b0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
71c0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
71d0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
71e0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
71f0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
7200: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
7210: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
7220: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
7230: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
7240: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
7250: 65 72 73 0a 0a 68 74 74 70 5f 2e 63 3a 09 24 28 ers..http_.c:.$(
7260: 53 52 43 44 49 52 29 2f 68 74 74 70 2e 63 20 24 SRCDIR)/http.c $
7270: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
7280: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
7290: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
72a0: 29 2f 68 74 74 70 2e 63 20 7c 20 73 65 64 20 2d )/http.c | sed -
72b0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
72c0: 49 4f 4e 20 3e 68 74 74 70 5f 2e 63 0a 0a 68 74 ION >http_.c..ht
72d0: 74 70 2e 6f 3a 09 68 74 74 70 5f 2e 63 20 68 74 tp.o:.http_.c ht
72e0: 74 70 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f tp.h $(SRCDIR)/
72f0: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
7300: 29 20 2d 6f 20 68 74 74 70 2e 6f 20 2d 63 20 68 ) -o http.o -c h
7310: 74 74 70 5f 2e 63 0a 0a 68 74 74 70 2e 68 3a 09 ttp_.c..http.h:.
7320: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d makeheaders.../m
7330: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f akeheaders add_
7340: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a .c:add.h bag_.c:
7350: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
7360: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 ob.h branch_.c:b
7370: 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 ranch.h cgi_.c:c
7380: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a gi.h checkin_.c:
7390: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f checkin.h checko
73a0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 ut_.c:checkout.h
73b0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c clearsign_.c:cl
73c0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f earsign.h clone_
73d0: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f .c:clone.h comfo
73e0: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 rmat_.c:comforma
73f0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 t.h construct_.c
7400: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e :construct.h con
7410: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
7420: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
7430: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
7440: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
7450: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
7460: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
7470: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
7480: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
7490: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
74a0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
74b0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
74c0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
74d0: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
74e0: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
74f0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
7500: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
7510: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
7520: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
7530: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 3_.c:merge3.h na
7540: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
7550: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
7560: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
7570: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
7580: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
7590: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
75a0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
75b0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
75c0: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
75d0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
75e0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
75f0: 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e .c:tag.h timelin
7600: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
7610: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 undo_.c:undo.h u
7620: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
7630: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
7640: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
7650: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
7660: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
7670: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
7680: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
7690: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
76a0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
76b0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
76c0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
76d0: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
76e0: 65 61 64 65 72 73 0a 0a 69 6e 66 6f 5f 2e 63 3a eaders..info_.c:
76f0: 09 24 28 53 52 43 44 49 52 29 2f 69 6e 66 6f 2e .$(SRCDIR)/info.
7700: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
7710: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
7720: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
7730: 44 49 52 29 2f 69 6e 66 6f 2e 63 20 7c 20 73 65 DIR)/info.c | se
7740: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
7750: 45 52 53 49 4f 4e 20 3e 69 6e 66 6f 5f 2e 63 0a ERSION >info_.c.
7760: 0a 69 6e 66 6f 2e 6f 3a 09 69 6e 66 6f 5f 2e 63 .info.o:.info_.c
7770: 20 69 6e 66 6f 2e 68 20 20 24 28 53 52 43 44 49 info.h $(SRCDI
7780: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
7790: 54 43 43 29 20 2d 6f 20 69 6e 66 6f 2e 6f 20 2d TCC) -o info.o -
77a0: 63 20 69 6e 66 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e c info_.c..info.
77b0: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
77c0: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
77d0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f dd_.c:add.h bag_
77e0: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 .c:bag.h blob_.c
77f0: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e :blob.h branch_.
7800: 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e c:branch.h cgi_.
7810: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
7820: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
7830: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
7840: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
7850: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
7860: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
7870: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
7880: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
7890: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
78a0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
78b0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
78c0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
78d0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
78e0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
78f0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
7900: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
7910: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
7920: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
7930: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
7940: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
7950: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
7960: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
7970: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
7980: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
7990: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
79a0: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
79b0: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
79c0: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
79d0: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
79e0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
79f0: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 pqueue_.c:pqueu
7a00: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 e.h printf_.c:pr
7a10: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
7a20: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 c:rebuild.h sche
7a30: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
7a40: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
7a50: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
7a60: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
7a70: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 sync_.c:sync.h t
7a80: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 ag_.c:tag.h time
7a90: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
7aa0: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
7ab0: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
7ac0: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
7ad0: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
7ae0: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
7af0: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
7b00: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
7b10: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
7b20: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
7b30: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
7b40: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
7b50: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
7b60: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
7b70: 68 20 68 65 61 64 65 72 73 0a 0a 6c 6f 67 69 6e h headers..login
7b80: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6c _.c:.$(SRCDIR)/l
7b90: 6f 67 69 6e 2e 63 20 24 28 53 52 43 44 49 52 29 ogin.c $(SRCDIR)
7ba0: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
7bb0: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
7bc0: 24 28 53 52 43 44 49 52 29 2f 6c 6f 67 69 6e 2e $(SRCDIR)/login.
7bd0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
7be0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6c 6f DIR)/VERSION >lo
7bf0: 67 69 6e 5f 2e 63 0a 0a 6c 6f 67 69 6e 2e 6f 3a gin_.c..login.o:
7c00: 09 6c 6f 67 69 6e 5f 2e 63 20 6c 6f 67 69 6e 2e .login_.c login.
7c10: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
7c20: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
7c30: 6f 20 6c 6f 67 69 6e 2e 6f 20 2d 63 20 6c 6f 67 o login.o -c log
7c40: 69 6e 5f 2e 63 0a 0a 6c 6f 67 69 6e 2e 68 3a 09 in_.c..login.h:.
7c50: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d makeheaders.../m
7c60: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f akeheaders add_
7c70: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a .c:add.h bag_.c:
7c80: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
7c90: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 ob.h branch_.c:b
7ca0: 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 ranch.h cgi_.c:c
7cb0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a gi.h checkin_.c:
7cc0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f checkin.h checko
7cd0: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 ut_.c:checkout.h
7ce0: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c clearsign_.c:cl
7cf0: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f earsign.h clone_
7d00: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f .c:clone.h comfo
7d10: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 rmat_.c:comforma
7d20: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 t.h construct_.c
7d30: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e :construct.h con
7d40: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
7d50: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
7d60: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
7d70: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
7d80: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
7d90: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
7da0: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
7db0: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
7dc0: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
7dd0: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
7de0: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
7df0: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
7e00: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
7e10: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
7e20: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
7e30: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
7e40: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
7e50: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
7e60: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 3_.c:merge3.h na
7e70: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
7e80: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
7e90: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
7ea0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
7eb0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
7ec0: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
7ed0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
7ee0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
7ef0: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
7f00: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
7f10: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
7f20: 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e .c:tag.h timelin
7f30: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
7f40: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 undo_.c:undo.h u
7f50: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
7f60: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
7f70: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
7f80: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
7f90: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
7fa0: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
7fb0: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
7fc0: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
7fd0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
7fe0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
7ff0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
8000: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
8010: 65 61 64 65 72 73 0a 0a 6d 61 69 6e 5f 2e 63 3a eaders..main_.c:
8020: 09 24 28 53 52 43 44 49 52 29 2f 6d 61 69 6e 2e .$(SRCDIR)/main.
8030: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
8040: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
8050: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
8060: 44 49 52 29 2f 6d 61 69 6e 2e 63 20 7c 20 73 65 DIR)/main.c | se
8070: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
8080: 45 52 53 49 4f 4e 20 3e 6d 61 69 6e 5f 2e 63 0a ERSION >main_.c.
8090: 0a 6d 61 69 6e 2e 6f 3a 09 6d 61 69 6e 5f 2e 63 .main.o:.main_.c
80a0: 20 6d 61 69 6e 2e 68 20 70 61 67 65 5f 69 6e 64 main.h page_ind
80b0: 65 78 2e 68 20 24 28 53 52 43 44 49 52 29 2f 63 ex.h $(SRCDIR)/c
80c0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
80d0: 20 2d 6f 20 6d 61 69 6e 2e 6f 20 2d 63 20 6d 61 -o main.o -c ma
80e0: 69 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e 68 3a 09 6d in_.c..main.h:.m
80f0: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
8100: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
8110: 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 c:add.h bag_.c:b
8120: 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f ag.h blob_.c:blo
8130: 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 b.h branch_.c:br
8140: 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 anch.h cgi_.c:cg
8150: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
8160: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
8170: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
8180: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
8190: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
81a0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
81b0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
81c0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
81d0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
81e0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
81f0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
8200: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
8210: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
8220: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
8230: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
8240: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
8250: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
8260: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
8270: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
8280: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
8290: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
82a0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
82b0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
82c0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
82d0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
82e0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
82f0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
8300: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
8310: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
8320: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 t_.c:pivot.h pqu
8330: 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 eue_.c:pqueue.h
8340: 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 printf_.c:printf
8350: 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 .h rebuild_.c:re
8360: 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e build.h schema_.
8370: 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 c:schema.h setup
8380: 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 _.c:setup.h sha1
8390: 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 _.c:sha1.h style
83a0: 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 _.c:style.h sync
83b0: 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e _.c:sync.h tag_.
83c0: 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 c:tag.h timeline
83d0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
83e0: 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 ndo_.c:undo.h up
83f0: 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 date_.c:update.h
8400: 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 url_.c:url.h us
8410: 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 er_.c:user.h ver
8420: 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 ify_.c:verify.h
8430: 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 vfile_.c:vfile.h
8440: 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 wiki_.c:wiki.h
8450: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 wikiformat_.c:wi
8460: 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f kiformat.h xfer_
8470: 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 .c:xfer.h zip_.c
8480: 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 :zip.h $(SRCDIR)
8490: 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 /sqlite3.h ./VER
84a0: 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 SION.h..touch he
84b0: 61 64 65 72 73 0a 0a 6d 61 6e 69 66 65 73 74 5f aders..manifest_
84c0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 61 .c:.$(SRCDIR)/ma
84d0: 6e 69 66 65 73 74 2e 63 20 24 28 53 52 43 44 49 nifest.c $(SRCDI
84e0: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
84f0: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
8500: 65 20 24 28 53 52 43 44 49 52 29 2f 6d 61 6e 69 e $(SRCDIR)/mani
8510: 66 65 73 74 2e 63 20 7c 20 73 65 64 20 2d 66 20 fest.c | sed -f
8520: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
8530: 4e 20 3e 6d 61 6e 69 66 65 73 74 5f 2e 63 0a 0a N >manifest_.c..
8540: 6d 61 6e 69 66 65 73 74 2e 6f 3a 09 6d 61 6e 69 manifest.o:.mani
8550: 66 65 73 74 5f 2e 63 20 6d 61 6e 69 66 65 73 74 fest_.c manifest
8560: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
8570: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
8580: 2d 6f 20 6d 61 6e 69 66 65 73 74 2e 6f 20 2d 63 -o manifest.o -c
8590: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 0a 0a 6d 61 manifest_.c..ma
85a0: 6e 69 66 65 73 74 2e 68 3a 09 6d 61 6b 65 68 65 nifest.h:.makehe
85b0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
85c0: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
85d0: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
85e0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
85f0: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
8600: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 h cgi_.c:cgi.h c
8610: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 heckin_.c:checki
8620: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a n.h checkout_.c:
8630: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 checkout.h clear
8640: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 sign_.c:clearsig
8650: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f n.h clone_.c:clo
8660: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e ne.h comformat_.
8670: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f c:comformat.h co
8680: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 nstruct_.c:const
8690: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e ruct.h content_.
86a0: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e c:content.h db_.
86b0: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a c:db.h delta_.c:
86c0: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 delta.h deltacmd
86d0: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 _.c:deltacmd.h d
86e0: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 escendents_.c:de
86f0: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 scendents.h diff
8700: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 _.c:diff.h diffc
8710: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 md_.c:diffcmd.h
8720: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 encode_.c:encode
8730: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e .h file_.c:file.
8740: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 h http_.c:http.h
8750: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 info_.c:info.h
8760: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 login_.c:login.h
8770: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 main_.c:main.h
8780: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 manifest_.c:mani
8790: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 fest.h md5_.c:md
87a0: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 5.h merge_.c:mer
87b0: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d ge.h merge3_.c:m
87c0: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a erge3.h name_.c:
87d0: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
87e0: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
87f0: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
8800: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
8810: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
8820: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
8830: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
8840: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
8850: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 ha1.h style_.c:s
8860: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
8870: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
8880: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
8890: 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e imeline.h undo_.
88a0: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f c:undo.h update_
88b0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
88c0: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
88d0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
88e0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
88f0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
8900: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
8910: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
8920: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
8930: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
8940: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
8950: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
8960: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
8970: 0a 0a 6d 64 35 5f 2e 63 3a 09 24 28 53 52 43 44 ..md5_.c:.$(SRCD
8980: 49 52 29 2f 6d 64 35 2e 63 20 24 28 53 52 43 44 IR)/md5.c $(SRCD
8990: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
89a0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
89b0: 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d 64 35 te $(SRCDIR)/md5
89c0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
89d0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d CDIR)/VERSION >m
89e0: 64 35 5f 2e 63 0a 0a 6d 64 35 2e 6f 3a 09 6d 64 d5_.c..md5.o:.md
89f0: 35 5f 2e 63 20 6d 64 35 2e 68 20 20 24 28 53 52 5_.c md5.h $(SR
8a00: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
8a10: 24 28 58 54 43 43 29 20 2d 6f 20 6d 64 35 2e 6f $(XTCC) -o md5.o
8a20: 20 2d 63 20 6d 64 35 5f 2e 63 0a 0a 6d 64 35 2e -c md5_.c..md5.
8a30: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
8a40: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
8a50: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f dd_.c:add.h bag_
8a60: 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 .c:bag.h blob_.c
8a70: 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e :blob.h branch_.
8a80: 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e c:branch.h cgi_.
8a90: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
8aa0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
8ab0: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
8ac0: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
8ad0: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
8ae0: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
8af0: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
8b00: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
8b10: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
8b20: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
8b30: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
8b40: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
8b50: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
8b60: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
8b70: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
8b80: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
8b90: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
8ba0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
8bb0: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
8bc0: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
8bd0: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
8be0: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
8bf0: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
8c00: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
8c10: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
8c20: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
8c30: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
8c40: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
8c50: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
8c60: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
8c70: 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 pqueue_.c:pqueu
8c80: 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 e.h printf_.c:pr
8c90: 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e intf.h rebuild_.
8ca0: 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 c:rebuild.h sche
8cb0: 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 ma_.c:schema.h s
8cc0: 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 etup_.c:setup.h
8cd0: 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 sha1_.c:sha1.h s
8ce0: 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 tyle_.c:style.h
8cf0: 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 sync_.c:sync.h t
8d00: 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 ag_.c:tag.h time
8d10: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
8d20: 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e .h undo_.c:undo.
8d30: 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 h update_.c:upda
8d40: 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e te.h url_.c:url.
8d50: 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 h user_.c:user.h
8d60: 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 verify_.c:verif
8d70: 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 y.h vfile_.c:vfi
8d80: 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b le.h wiki_.c:wik
8d90: 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e i.h wikiformat_.
8da0: 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 c:wikiformat.h x
8db0: 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 fer_.c:xfer.h zi
8dc0: 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 p_.c:zip.h $(SRC
8dd0: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e DIR)/sqlite3.h .
8de0: 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 /VERSION.h..touc
8df0: 68 20 68 65 61 64 65 72 73 0a 0a 6d 65 72 67 65 h headers..merge
8e00: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d _.c:.$(SRCDIR)/m
8e10: 65 72 67 65 2e 63 20 24 28 53 52 43 44 49 52 29 erge.c $(SRCDIR)
8e20: 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 /VERSION transla
8e30: 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 te.../translate
8e40: 24 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 2e $(SRCDIR)/merge.
8e50: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
8e60: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 65 DIR)/VERSION >me
8e70: 72 67 65 5f 2e 63 0a 0a 6d 65 72 67 65 2e 6f 3a rge_.c..merge.o:
8e80: 09 6d 65 72 67 65 5f 2e 63 20 6d 65 72 67 65 2e .merge_.c merge.
8e90: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
8ea0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
8eb0: 6f 20 6d 65 72 67 65 2e 6f 20 2d 63 20 6d 65 72 o merge.o -c mer
8ec0: 67 65 5f 2e 63 0a 0a 6d 65 72 67 65 2e 68 3a 09 ge_.c..merge.h:.
8ed0: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d makeheaders.../m
8ee0: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f akeheaders add_
8ef0: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a .c:add.h bag_.c:
8f00: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
8f10: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 ob.h branch_.c:b
8f20: 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 ranch.h cgi_.c:c
8f30: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a gi.h checkin_.c:
8f40: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f checkin.h checko
8f50: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 ut_.c:checkout.h
8f60: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c clearsign_.c:cl
8f70: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f earsign.h clone_
8f80: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f .c:clone.h comfo
8f90: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 rmat_.c:comforma
8fa0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 t.h construct_.c
8fb0: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e :construct.h con
8fc0: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
8fd0: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
8fe0: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
8ff0: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
9000: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
9010: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
9020: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
9030: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
9040: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
9050: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
9060: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
9070: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
9080: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
9090: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
90a0: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
90b0: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
90c0: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
90d0: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
90e0: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 3_.c:merge3.h na
90f0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
9100: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
9110: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
9120: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
9130: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
9140: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
9150: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
9160: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
9170: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
9180: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
9190: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
91a0: 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e .c:tag.h timelin
91b0: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
91c0: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 undo_.c:undo.h u
91d0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
91e0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
91f0: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
9200: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
9210: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
9220: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
9230: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
9240: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
9250: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
9260: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
9270: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
9280: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
9290: 65 61 64 65 72 73 0a 0a 6d 65 72 67 65 33 5f 2e eaders..merge3_.
92a0: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 65 72 c:.$(SRCDIR)/mer
92b0: 67 65 33 2e 63 20 24 28 53 52 43 44 49 52 29 2f ge3.c $(SRCDIR)/
92c0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
92d0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
92e0: 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 33 2e (SRCDIR)/merge3.
92f0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
9300: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6d 65 DIR)/VERSION >me
9310: 72 67 65 33 5f 2e 63 0a 0a 6d 65 72 67 65 33 2e rge3_.c..merge3.
9320: 6f 3a 09 6d 65 72 67 65 33 5f 2e 63 20 6d 65 72 o:.merge3_.c mer
9330: 67 65 33 2e 68 20 20 24 28 53 52 43 44 49 52 29 ge3.h $(SRCDIR)
9340: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
9350: 43 29 20 2d 6f 20 6d 65 72 67 65 33 2e 6f 20 2d C) -o merge3.o -
9360: 63 20 6d 65 72 67 65 33 5f 2e 63 0a 0a 6d 65 72 c merge3_.c..mer
9370: 67 65 33 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 ge3.h:.makeheade
9380: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
9390: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
93a0: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f bag_.c:bag.h blo
93b0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e b_.c:blob.h bran
93c0: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 ch_.c:branch.h c
93d0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
93e0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
93f0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
9400: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
9410: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
9420: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
9430: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
9440: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
9450: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
9460: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
9470: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
9480: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
9490: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
94a0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
94b0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
94c0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
94d0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
94e0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
94f0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
9500: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
9510: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
9520: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
9530: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
9540: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
9550: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
9560: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
9570: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
9580: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
9590: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
95a0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
95b0: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
95c0: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
95d0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
95e0: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
95f0: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
9600: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
9610: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
9620: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
9630: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 e.h sync_.c:sync
9640: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 .h tag_.c:tag.h
9650: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
9660: 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 line.h undo_.c:u
9670: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ndo.h update_.c:
9680: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
9690: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
96a0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
96b0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
96c0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
96d0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
96e0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
96f0: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
9700: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
9710: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
9720: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 .h ./VERSION.h..
9730: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6e touch headers..n
9740: 61 6d 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 ame_.c:.$(SRCDIR
9750: 29 2f 6e 61 6d 65 2e 63 20 24 28 53 52 43 44 49 )/name.c $(SRCDI
9760: 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 R)/VERSION trans
9770: 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 late.../translat
9780: 65 20 24 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 e $(SRCDIR)/name
9790: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
97a0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6e CDIR)/VERSION >n
97b0: 61 6d 65 5f 2e 63 0a 0a 6e 61 6d 65 2e 6f 3a 09 ame_.c..name.o:.
97c0: 6e 61 6d 65 5f 2e 63 20 6e 61 6d 65 2e 68 20 20 name_.c name.h
97d0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
97e0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6e .h..$(XTCC) -o n
97f0: 61 6d 65 2e 6f 20 2d 63 20 6e 61 6d 65 5f 2e 63 ame.o -c name_.c
9800: 0a 0a 6e 61 6d 65 2e 68 3a 09 6d 61 6b 65 68 65 ..name.h:.makehe
9810: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
9820: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
9830: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
9840: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
9850: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
9860: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 h cgi_.c:cgi.h c
9870: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 heckin_.c:checki
9880: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a n.h checkout_.c:
9890: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 checkout.h clear
98a0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 sign_.c:clearsig
98b0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f n.h clone_.c:clo
98c0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e ne.h comformat_.
98d0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f c:comformat.h co
98e0: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 nstruct_.c:const
98f0: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e ruct.h content_.
9900: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e c:content.h db_.
9910: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a c:db.h delta_.c:
9920: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 delta.h deltacmd
9930: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 _.c:deltacmd.h d
9940: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 escendents_.c:de
9950: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 scendents.h diff
9960: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 _.c:diff.h diffc
9970: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 md_.c:diffcmd.h
9980: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 encode_.c:encode
9990: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e .h file_.c:file.
99a0: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 h http_.c:http.h
99b0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 info_.c:info.h
99c0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 login_.c:login.h
99d0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 main_.c:main.h
99e0: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 manifest_.c:mani
99f0: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 fest.h md5_.c:md
9a00: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 5.h merge_.c:mer
9a10: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d ge.h merge3_.c:m
9a20: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a erge3.h name_.c:
9a30: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
9a40: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
9a50: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
9a60: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
9a70: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
9a80: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
9a90: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
9aa0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
9ab0: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 ha1.h style_.c:s
9ac0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
9ad0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
9ae0: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
9af0: 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e imeline.h undo_.
9b00: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f c:undo.h update_
9b10: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
9b20: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
9b30: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
9b40: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
9b50: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
9b60: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
9b70: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
9b80: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
9b90: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
9ba0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
9bb0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
9bc0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
9bd0: 0a 0a 70 69 76 6f 74 5f 2e 63 3a 09 24 28 53 52 ..pivot_.c:.$(SR
9be0: 43 44 49 52 29 2f 70 69 76 6f 74 2e 63 20 24 28 CDIR)/pivot.c $(
9bf0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
9c00: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
9c10: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
9c20: 2f 70 69 76 6f 74 2e 63 20 7c 20 73 65 64 20 2d /pivot.c | sed -
9c30: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
9c40: 49 4f 4e 20 3e 70 69 76 6f 74 5f 2e 63 0a 0a 70 ION >pivot_.c..p
9c50: 69 76 6f 74 2e 6f 3a 09 70 69 76 6f 74 5f 2e 63 ivot.o:.pivot_.c
9c60: 20 70 69 76 6f 74 2e 68 20 20 24 28 53 52 43 44 pivot.h $(SRCD
9c70: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
9c80: 58 54 43 43 29 20 2d 6f 20 70 69 76 6f 74 2e 6f XTCC) -o pivot.o
9c90: 20 2d 63 20 70 69 76 6f 74 5f 2e 63 0a 0a 70 69 -c pivot_.c..pi
9ca0: 76 6f 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 vot.h:.makeheade
9cb0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
9cc0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
9cd0: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f bag_.c:bag.h blo
9ce0: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e b_.c:blob.h bran
9cf0: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 ch_.c:branch.h c
9d00: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
9d10: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
9d20: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
9d30: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
9d40: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
9d50: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
9d60: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
9d70: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
9d80: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
9d90: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
9da0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
9db0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
9dc0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
9dd0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
9de0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
9df0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
9e00: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
9e10: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
9e20: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
9e30: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
9e40: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
9e50: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
9e60: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
9e70: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
9e80: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
9e90: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
9ea0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
9eb0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
9ec0: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
9ed0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
9ee0: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
9ef0: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
9f00: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
9f10: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
9f20: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
9f30: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
9f40: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
9f50: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
9f60: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 e.h sync_.c:sync
9f70: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 .h tag_.c:tag.h
9f80: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
9f90: 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 line.h undo_.c:u
9fa0: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ndo.h update_.c:
9fb0: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
9fc0: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
9fd0: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
9fe0: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
9ff0: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
a000: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
a010: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
a020: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
a030: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
a040: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
a050: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 .h ./VERSION.h..
a060: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 70 touch headers..p
a070: 71 75 65 75 65 5f 2e 63 3a 09 24 28 53 52 43 44 queue_.c:.$(SRCD
a080: 49 52 29 2f 70 71 75 65 75 65 2e 63 20 24 28 53 IR)/pqueue.c $(S
a090: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
a0a0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
a0b0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
a0c0: 70 71 75 65 75 65 2e 63 20 7c 20 73 65 64 20 2d pqueue.c | sed -
a0d0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
a0e0: 49 4f 4e 20 3e 70 71 75 65 75 65 5f 2e 63 0a 0a ION >pqueue_.c..
a0f0: 70 71 75 65 75 65 2e 6f 3a 09 70 71 75 65 75 65 pqueue.o:.pqueue
a100: 5f 2e 63 20 70 71 75 65 75 65 2e 68 20 20 24 28 _.c pqueue.h $(
a110: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
a120: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 70 71 75 ..$(XTCC) -o pqu
a130: 65 75 65 2e 6f 20 2d 63 20 70 71 75 65 75 65 5f eue.o -c pqueue_
a140: 2e 63 0a 0a 70 71 75 65 75 65 2e 68 3a 09 6d 61 .c..pqueue.h:.ma
a150: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
a160: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
a170: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 :add.h bag_.c:ba
a180: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
a190: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 .h branch_.c:bra
a1a0: 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 nch.h cgi_.c:cgi
a1b0: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 .h checkin_.c:ch
a1c0: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 eckin.h checkout
a1d0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 _.c:checkout.h c
a1e0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 learsign_.c:clea
a1f0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 rsign.h clone_.c
a200: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d :clone.h comform
a210: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e at_.c:comformat.
a220: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 h construct_.c:c
a230: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 onstruct.h conte
a240: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 nt_.c:content.h
a250: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 db_.c:db.h delta
a260: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 _.c:delta.h delt
a270: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 acmd_.c:deltacmd
a280: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e .h descendents_.
a290: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 c:descendents.h
a2a0: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 diff_.c:diff.h d
a2b0: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d iffcmd_.c:diffcm
a2c0: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e d.h encode_.c:en
a2d0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 code.h file_.c:f
a2e0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 ile.h http_.c:ht
a2f0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 tp.h info_.c:inf
a300: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 o.h login_.c:log
a310: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 in.h main_.c:mai
a320: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a n.h manifest_.c:
a330: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e manifest.h md5_.
a340: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 c:md5.h merge_.c
a350: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f :merge.h merge3_
a360: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 .c:merge3.h name
a370: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
a380: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 _.c:pivot.h pque
a390: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 ue_.c:pqueue.h p
a3a0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
a3b0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
a3c0: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 uild.h schema_.c
a3d0: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
a3e0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
a3f0: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f .c:sha1.h style_
a400: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
a410: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
a420: 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f :tag.h timeline_
a430: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e .c:timeline.h un
a440: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 do_.c:undo.h upd
a450: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
a460: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
a470: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
a480: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
a490: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
a4a0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
a4b0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
a4c0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
a4d0: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
a4e0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
a4f0: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
a500: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
a510: 64 65 72 73 0a 0a 70 72 69 6e 74 66 5f 2e 63 3a ders..printf_.c:
a520: 09 24 28 53 52 43 44 49 52 29 2f 70 72 69 6e 74 .$(SRCDIR)/print
a530: 66 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 f.c $(SRCDIR)/VE
a540: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
a550: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
a560: 52 43 44 49 52 29 2f 70 72 69 6e 74 66 2e 63 20 RCDIR)/printf.c
a570: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
a580: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 70 72 69 6e R)/VERSION >prin
a590: 74 66 5f 2e 63 0a 0a 70 72 69 6e 74 66 2e 6f 3a tf_.c..printf.o:
a5a0: 09 70 72 69 6e 74 66 5f 2e 63 20 70 72 69 6e 74 .printf_.c print
a5b0: 66 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 f.h $(SRCDIR)/c
a5c0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
a5d0: 20 2d 6f 20 70 72 69 6e 74 66 2e 6f 20 2d 63 20 -o printf.o -c
a5e0: 70 72 69 6e 74 66 5f 2e 63 0a 0a 70 72 69 6e 74 printf_.c..print
a5f0: 66 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 f.h:.makeheaders
a600: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
a610: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 add_.c:add.h ba
a620: 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f g_.c:bag.h blob_
a630: 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 .c:blob.h branch
a640: 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 _.c:branch.h cgi
a650: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
a660: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
a670: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
a680: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
a690: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
a6a0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
a6b0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
a6c0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
a6d0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
a6e0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
a6f0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
a700: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
a710: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
a720: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
a730: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
a740: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
a750: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
a760: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
a770: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
a780: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
a790: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
a7a0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
a7b0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
a7c0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
a7d0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
a7e0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
a7f0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
a800: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
a810: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
a820: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
a830: 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 .h pqueue_.c:pqu
a840: 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a eue.h printf_.c:
a850: 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 printf.h rebuild
a860: 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 _.c:rebuild.h sc
a870: 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 hema_.c:schema.h
a880: 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e setup_.c:setup.
a890: 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 h sha1_.c:sha1.h
a8a0: 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e style_.c:style.
a8b0: 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 h sync_.c:sync.h
a8c0: 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 tag_.c:tag.h ti
a8d0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
a8e0: 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 ne.h undo_.c:und
a8f0: 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 o.h update_.c:up
a900: 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 date.h url_.c:ur
a910: 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 l.h user_.c:user
a920: 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 .h verify_.c:ver
a930: 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 ify.h vfile_.c:v
a940: 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 file.h wiki_.c:w
a950: 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 iki.h wikiformat
a960: 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 _.c:wikiformat.h
a970: 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 xfer_.c:xfer.h
a980: 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 zip_.c:zip.h $(S
a990: 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 RCDIR)/sqlite3.h
a9a0: 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f ./VERSION.h..to
a9b0: 75 63 68 20 68 65 61 64 65 72 73 0a 0a 72 65 62 uch headers..reb
a9c0: 75 69 6c 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 uild_.c:.$(SRCDI
a9d0: 52 29 2f 72 65 62 75 69 6c 64 2e 63 20 24 28 53 R)/rebuild.c $(S
a9e0: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
a9f0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
aa00: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
aa10: 72 65 62 75 69 6c 64 2e 63 20 7c 20 73 65 64 20 rebuild.c | sed
aa20: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
aa30: 53 49 4f 4e 20 3e 72 65 62 75 69 6c 64 5f 2e 63 SION >rebuild_.c
aa40: 0a 0a 72 65 62 75 69 6c 64 2e 6f 3a 09 72 65 62 ..rebuild.o:.reb
aa50: 75 69 6c 64 5f 2e 63 20 72 65 62 75 69 6c 64 2e uild_.c rebuild.
aa60: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
aa70: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
aa80: 6f 20 72 65 62 75 69 6c 64 2e 6f 20 2d 63 20 72 o rebuild.o -c r
aa90: 65 62 75 69 6c 64 5f 2e 63 0a 0a 72 65 62 75 69 ebuild_.c..rebui
aaa0: 6c 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 ld.h:.makeheader
aab0: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
aac0: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 add_.c:add.h b
aad0: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
aae0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 _.c:blob.h branc
aaf0: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 h_.c:branch.h cg
ab00: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b i_.c:cgi.h check
ab10: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 in_.c:checkin.h
ab20: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 checkout_.c:chec
ab30: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e kout.h clearsign
ab40: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 _.c:clearsign.h
ab50: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 clone_.c:clone.h
ab60: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f comformat_.c:co
ab70: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 mformat.h constr
ab80: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 uct_.c:construct
ab90: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f .h content_.c:co
aba0: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 ntent.h db_.c:db
abb0: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 .h delta_.c:delt
abc0: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a a.h deltacmd_.c:
abd0: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 deltacmd.h desce
abe0: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e ndents_.c:descen
abf0: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a dents.h diff_.c:
ac00: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e diff.h diffcmd_.
ac10: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f c:diffcmd.h enco
ac20: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 de_.c:encode.h f
ac30: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 ile_.c:file.h ht
ac40: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 tp_.c:http.h inf
ac50: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 o_.c:info.h logi
ac60: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 n_.c:login.h mai
ac70: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 n_.c:main.h mani
ac80: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 fest_.c:manifest
ac90: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 .h md5_.c:md5.h
aca0: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 merge_.c:merge.h
acb0: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 merge3_.c:merge
acc0: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 3.h name_.c:name
acd0: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
ace0: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 t.h pqueue_.c:pq
acf0: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ueue.h printf_.c
ad00: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
ad10: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 d_.c:rebuild.h s
ad20: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
ad30: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
ad40: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
ad50: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
ad60: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
ad70: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
ad80: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
ad90: 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e ine.h undo_.c:un
ada0: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 do.h update_.c:u
adb0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
adc0: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
add0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
ade0: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
adf0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
ae00: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
ae10: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
ae20: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
ae30: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
ae40: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
ae50: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
ae60: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 73 63 ouch headers..sc
ae70: 68 65 6d 61 5f 2e 63 3a 09 24 28 53 52 43 44 49 hema_.c:.$(SRCDI
ae80: 52 29 2f 73 63 68 65 6d 61 2e 63 20 24 28 53 52 R)/schema.c $(SR
ae90: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
aea0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
aeb0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 late $(SRCDIR)/s
aec0: 63 68 65 6d 61 2e 63 20 7c 20 73 65 64 20 2d 66 chema.c | sed -f
aed0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
aee0: 4f 4e 20 3e 73 63 68 65 6d 61 5f 2e 63 0a 0a 73 ON >schema_.c..s
aef0: 63 68 65 6d 61 2e 6f 3a 09 73 63 68 65 6d 61 5f chema.o:.schema_
af00: 2e 63 20 73 63 68 65 6d 61 2e 68 20 20 24 28 53 .c schema.h $(S
af10: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
af20: 09 24 28 58 54 43 43 29 20 2d 6f 20 73 63 68 65 .$(XTCC) -o sche
af30: 6d 61 2e 6f 20 2d 63 20 73 63 68 65 6d 61 5f 2e ma.o -c schema_.
af40: 63 0a 0a 73 63 68 65 6d 61 2e 68 3a 09 6d 61 6b c..schema.h:.mak
af50: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
af60: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
af70: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 add.h bag_.c:bag
af80: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
af90: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
afa0: 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ch.h cgi_.c:cgi.
afb0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
afc0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
afd0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
afe0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
aff0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
b000: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
b010: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
b020: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
b030: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
b040: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
b050: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
b060: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
b070: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
b080: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
b090: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
b0a0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
b0b0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
b0c0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
b0d0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
b0e0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
b0f0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
b100: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
b110: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
b120: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
b130: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
b140: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
b150: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
b160: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
b170: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
b180: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
b190: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
b1a0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
b1b0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
b1c0: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
b1d0: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
b1e0: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
b1f0: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
b200: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
b210: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a c:sync.h tag_.c:
b220: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e tag.h timeline_.
b230: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 c:timeline.h und
b240: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
b250: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
b260: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
b270: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
b280: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
b290: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
b2a0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
b2b0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
b2c0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
b2d0: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
b2e0: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
b2f0: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
b300: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
b310: 65 72 73 0a 0a 73 65 74 75 70 5f 2e 63 3a 09 24 ers..setup_.c:.$
b320: 28 53 52 43 44 49 52 29 2f 73 65 74 75 70 2e 63 (SRCDIR)/setup.c
b330: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
b340: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
b350: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
b360: 49 52 29 2f 73 65 74 75 70 2e 63 20 7c 20 73 65 IR)/setup.c | se
b370: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
b380: 45 52 53 49 4f 4e 20 3e 73 65 74 75 70 5f 2e 63 ERSION >setup_.c
b390: 0a 0a 73 65 74 75 70 2e 6f 3a 09 73 65 74 75 70 ..setup.o:.setup
b3a0: 5f 2e 63 20 73 65 74 75 70 2e 68 20 20 24 28 53 _.c setup.h $(S
b3b0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
b3c0: 09 24 28 58 54 43 43 29 20 2d 6f 20 73 65 74 75 .$(XTCC) -o setu
b3d0: 70 2e 6f 20 2d 63 20 73 65 74 75 70 5f 2e 63 0a p.o -c setup_.c.
b3e0: 0a 73 65 74 75 70 2e 68 3a 09 6d 61 6b 65 68 65 .setup.h:.makehe
b3f0: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
b400: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
b410: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
b420: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
b430: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
b440: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 h cgi_.c:cgi.h c
b450: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 heckin_.c:checki
b460: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a n.h checkout_.c:
b470: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 checkout.h clear
b480: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 sign_.c:clearsig
b490: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f n.h clone_.c:clo
b4a0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e ne.h comformat_.
b4b0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f c:comformat.h co
b4c0: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 nstruct_.c:const
b4d0: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e ruct.h content_.
b4e0: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e c:content.h db_.
b4f0: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a c:db.h delta_.c:
b500: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 delta.h deltacmd
b510: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 _.c:deltacmd.h d
b520: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 escendents_.c:de
b530: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 scendents.h diff
b540: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 _.c:diff.h diffc
b550: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 md_.c:diffcmd.h
b560: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 encode_.c:encode
b570: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e .h file_.c:file.
b580: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 h http_.c:http.h
b590: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 info_.c:info.h
b5a0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 login_.c:login.h
b5b0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 main_.c:main.h
b5c0: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 manifest_.c:mani
b5d0: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 fest.h md5_.c:md
b5e0: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 5.h merge_.c:mer
b5f0: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d ge.h merge3_.c:m
b600: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a erge3.h name_.c:
b610: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
b620: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
b630: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
b640: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
b650: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
b660: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
b670: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
b680: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
b690: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 ha1.h style_.c:s
b6a0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
b6b0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
b6c0: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
b6d0: 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e imeline.h undo_.
b6e0: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f c:undo.h update_
b6f0: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
b700: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
b710: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
b720: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
b730: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
b740: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
b750: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
b760: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
b770: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
b780: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
b790: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
b7a0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
b7b0: 0a 0a 73 68 61 31 5f 2e 63 3a 09 24 28 53 52 43 ..sha1_.c:.$(SRC
b7c0: 44 49 52 29 2f 73 68 61 31 2e 63 20 24 28 53 52 DIR)/sha1.c $(SR
b7d0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
b7e0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
b7f0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 late $(SRCDIR)/s
b800: 68 61 31 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 ha1.c | sed -f $
b810: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
b820: 20 3e 73 68 61 31 5f 2e 63 0a 0a 73 68 61 31 2e >sha1_.c..sha1.
b830: 6f 3a 09 73 68 61 31 5f 2e 63 20 73 68 61 31 2e o:.sha1_.c sha1.
b840: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
b850: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
b860: 6f 20 73 68 61 31 2e 6f 20 2d 63 20 73 68 61 31 o sha1.o -c sha1
b870: 5f 2e 63 0a 0a 73 68 61 31 2e 68 3a 09 6d 61 6b _.c..sha1.h:.mak
b880: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
b890: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
b8a0: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 add.h bag_.c:bag
b8b0: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
b8c0: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
b8d0: 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ch.h cgi_.c:cgi.
b8e0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
b8f0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
b900: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
b910: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
b920: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
b930: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
b940: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
b950: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
b960: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
b970: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
b980: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
b990: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
b9a0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
b9b0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
b9c0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
b9d0: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
b9e0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
b9f0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
ba00: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
ba10: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
ba20: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
ba30: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
ba40: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
ba50: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
ba60: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
ba70: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
ba80: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
ba90: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
baa0: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
bab0: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
bac0: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
bad0: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
bae0: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
baf0: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
bb00: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
bb10: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
bb20: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
bb30: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
bb40: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a c:sync.h tag_.c:
bb50: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e tag.h timeline_.
bb60: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 c:timeline.h und
bb70: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
bb80: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
bb90: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
bba0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
bbb0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
bbc0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
bbd0: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
bbe0: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
bbf0: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
bc00: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
bc10: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
bc20: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
bc30: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
bc40: 65 72 73 0a 0a 73 74 79 6c 65 5f 2e 63 3a 09 24 ers..style_.c:.$
bc50: 28 53 52 43 44 49 52 29 2f 73 74 79 6c 65 2e 63 (SRCDIR)/style.c
bc60: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
bc70: 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f ON translate.../
bc80: 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 translate $(SRCD
bc90: 49 52 29 2f 73 74 79 6c 65 2e 63 20 7c 20 73 65 IR)/style.c | se
bca0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
bcb0: 45 52 53 49 4f 4e 20 3e 73 74 79 6c 65 5f 2e 63 ERSION >style_.c
bcc0: 0a 0a 73 74 79 6c 65 2e 6f 3a 09 73 74 79 6c 65 ..style.o:.style
bcd0: 5f 2e 63 20 73 74 79 6c 65 2e 68 20 20 24 28 53 _.c style.h $(S
bce0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
bcf0: 09 24 28 58 54 43 43 29 20 2d 6f 20 73 74 79 6c .$(XTCC) -o styl
bd00: 65 2e 6f 20 2d 63 20 73 74 79 6c 65 5f 2e 63 0a e.o -c style_.c.
bd10: 0a 73 74 79 6c 65 2e 68 3a 09 6d 61 6b 65 68 65 .style.h:.makehe
bd20: 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 aders.../makehea
bd30: 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 ders add_.c:add
bd40: 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 .h bag_.c:bag.h
bd50: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 blob_.c:blob.h b
bd60: 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e ranch_.c:branch.
bd70: 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 h cgi_.c:cgi.h c
bd80: 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 heckin_.c:checki
bd90: 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a n.h checkout_.c:
bda0: 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 checkout.h clear
bdb0: 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 sign_.c:clearsig
bdc0: 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f n.h clone_.c:clo
bdd0: 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e ne.h comformat_.
bde0: 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f c:comformat.h co
bdf0: 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 nstruct_.c:const
be00: 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e ruct.h content_.
be10: 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e c:content.h db_.
be20: 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a c:db.h delta_.c:
be30: 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 delta.h deltacmd
be40: 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 _.c:deltacmd.h d
be50: 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 escendents_.c:de
be60: 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 scendents.h diff
be70: 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 _.c:diff.h diffc
be80: 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 md_.c:diffcmd.h
be90: 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 encode_.c:encode
bea0: 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e .h file_.c:file.
beb0: 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 h http_.c:http.h
bec0: 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 info_.c:info.h
bed0: 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 login_.c:login.h
bee0: 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 main_.c:main.h
bef0: 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 manifest_.c:mani
bf00: 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 fest.h md5_.c:md
bf10: 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 5.h merge_.c:mer
bf20: 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d ge.h merge3_.c:m
bf30: 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a erge3.h name_.c:
bf40: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a name.h pivot_.c:
bf50: 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e pivot.h pqueue_.
bf60: 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 c:pqueue.h print
bf70: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
bf80: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
bf90: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
bfa0: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
bfb0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
bfc0: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 ha1.h style_.c:s
bfd0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
bfe0: 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 ync.h tag_.c:tag
bff0: 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 .h timeline_.c:t
c000: 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e imeline.h undo_.
c010: 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f c:undo.h update_
c020: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
c030: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
c040: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
c050: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
c060: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
c070: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
c080: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
c090: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
c0a0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
c0b0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
c0c0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
c0d0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
c0e0: 0a 0a 73 79 6e 63 5f 2e 63 3a 09 24 28 53 52 43 ..sync_.c:.$(SRC
c0f0: 44 49 52 29 2f 73 79 6e 63 2e 63 20 24 28 53 52 DIR)/sync.c $(SR
c100: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
c110: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
c120: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 73 late $(SRCDIR)/s
c130: 79 6e 63 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 ync.c | sed -f $
c140: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
c150: 20 3e 73 79 6e 63 5f 2e 63 0a 0a 73 79 6e 63 2e >sync_.c..sync.
c160: 6f 3a 09 73 79 6e 63 5f 2e 63 20 73 79 6e 63 2e o:.sync_.c sync.
c170: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
c180: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
c190: 6f 20 73 79 6e 63 2e 6f 20 2d 63 20 73 79 6e 63 o sync.o -c sync
c1a0: 5f 2e 63 0a 0a 73 79 6e 63 2e 68 3a 09 6d 61 6b _.c..sync.h:.mak
c1b0: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
c1c0: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
c1d0: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 add.h bag_.c:bag
c1e0: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
c1f0: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
c200: 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ch.h cgi_.c:cgi.
c210: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
c220: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
c230: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
c240: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
c250: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
c260: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
c270: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
c280: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
c290: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
c2a0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
c2b0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
c2c0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
c2d0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
c2e0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
c2f0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
c300: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
c310: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
c320: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
c330: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
c340: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
c350: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
c360: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
c370: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
c380: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
c390: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
c3a0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
c3b0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
c3c0: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
c3d0: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
c3e0: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
c3f0: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
c400: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
c410: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
c420: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
c430: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
c440: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
c450: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
c460: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
c470: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a c:sync.h tag_.c:
c480: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e tag.h timeline_.
c490: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 c:timeline.h und
c4a0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
c4b0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
c4c0: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
c4d0: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
c4e0: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
c4f0: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
c500: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
c510: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
c520: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
c530: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
c540: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
c550: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
c560: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
c570: 65 72 73 0a 0a 74 61 67 5f 2e 63 3a 09 24 28 53 ers..tag_.c:.$(S
c580: 52 43 44 49 52 29 2f 74 61 67 2e 63 20 24 28 53 RCDIR)/tag.c $(S
c590: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
c5a0: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
c5b0: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
c5c0: 74 61 67 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 tag.c | sed -f $
c5d0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
c5e0: 20 3e 74 61 67 5f 2e 63 0a 0a 74 61 67 2e 6f 3a >tag_.c..tag.o:
c5f0: 09 74 61 67 5f 2e 63 20 74 61 67 2e 68 20 20 24 .tag_.c tag.h $
c600: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e (SRCDIR)/config.
c610: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 74 61 h..$(XTCC) -o ta
c620: 67 2e 6f 20 2d 63 20 74 61 67 5f 2e 63 0a 0a 74 g.o -c tag_.c..t
c630: 61 67 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 ag.h:.makeheader
c640: 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 s.../makeheaders
c650: 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 add_.c:add.h b
c660: 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 ag_.c:bag.h blob
c670: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 _.c:blob.h branc
c680: 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 h_.c:branch.h cg
c690: 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b i_.c:cgi.h check
c6a0: 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 in_.c:checkin.h
c6b0: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 checkout_.c:chec
c6c0: 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e kout.h clearsign
c6d0: 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 _.c:clearsign.h
c6e0: 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 clone_.c:clone.h
c6f0: 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f comformat_.c:co
c700: 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 mformat.h constr
c710: 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 uct_.c:construct
c720: 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f .h content_.c:co
c730: 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 ntent.h db_.c:db
c740: 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 .h delta_.c:delt
c750: 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a a.h deltacmd_.c:
c760: 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 deltacmd.h desce
c770: 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e ndents_.c:descen
c780: 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a dents.h diff_.c:
c790: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e diff.h diffcmd_.
c7a0: 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f c:diffcmd.h enco
c7b0: 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 de_.c:encode.h f
c7c0: 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 ile_.c:file.h ht
c7d0: 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 tp_.c:http.h inf
c7e0: 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 o_.c:info.h logi
c7f0: 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 n_.c:login.h mai
c800: 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 n_.c:main.h mani
c810: 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 fest_.c:manifest
c820: 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 .h md5_.c:md5.h
c830: 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 merge_.c:merge.h
c840: 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 merge3_.c:merge
c850: 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 3.h name_.c:name
c860: 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f .h pivot_.c:pivo
c870: 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 t.h pqueue_.c:pq
c880: 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ueue.h printf_.c
c890: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
c8a0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 d_.c:rebuild.h s
c8b0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
c8c0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
c8d0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
c8e0: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
c8f0: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
c900: 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 h tag_.c:tag.h t
c910: 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c imeline_.c:timel
c920: 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e ine.h undo_.c:un
c930: 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 do.h update_.c:u
c940: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
c950: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
c960: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
c970: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
c980: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
c990: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
c9a0: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
c9b0: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
c9c0: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
c9d0: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
c9e0: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
c9f0: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 74 69 ouch headers..ti
ca00: 6d 65 6c 69 6e 65 5f 2e 63 3a 09 24 28 53 52 43 meline_.c:.$(SRC
ca10: 44 49 52 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 DIR)/timeline.c
ca20: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
ca30: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
ca40: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
ca50: 52 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 7c 20 R)/timeline.c |
ca60: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
ca70: 2f 56 45 52 53 49 4f 4e 20 3e 74 69 6d 65 6c 69 /VERSION >timeli
ca80: 6e 65 5f 2e 63 0a 0a 74 69 6d 65 6c 69 6e 65 2e ne_.c..timeline.
ca90: 6f 3a 09 74 69 6d 65 6c 69 6e 65 5f 2e 63 20 74 o:.timeline_.c t
caa0: 69 6d 65 6c 69 6e 65 2e 68 20 20 24 28 53 52 43 imeline.h $(SRC
cab0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
cac0: 28 58 54 43 43 29 20 2d 6f 20 74 69 6d 65 6c 69 (XTCC) -o timeli
cad0: 6e 65 2e 6f 20 2d 63 20 74 69 6d 65 6c 69 6e 65 ne.o -c timeline
cae0: 5f 2e 63 0a 0a 74 69 6d 65 6c 69 6e 65 2e 68 3a _.c..timeline.h:
caf0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
cb00: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
cb10: 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 _.c:add.h bag_.c
cb20: 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 :bag.h blob_.c:b
cb30: 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a lob.h branch_.c:
cb40: 62 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a branch.h cgi_.c:
cb50: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
cb60: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
cb70: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
cb80: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
cb90: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
cba0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
cbb0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
cbc0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
cbd0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
cbe0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
cbf0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
cc00: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
cc10: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
cc20: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
cc30: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
cc40: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
cc50: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
cc60: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
cc70: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
cc80: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
cc90: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
cca0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
ccb0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
ccc0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
ccd0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
cce0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
ccf0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
cd00: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
cd10: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
cd20: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
cd30: 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e queue_.c:pqueue.
cd40: 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e h printf_.c:prin
cd50: 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a tf.h rebuild_.c:
cd60: 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 rebuild.h schema
cd70: 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 _.c:schema.h set
cd80: 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 up_.c:setup.h sh
cd90: 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 a1_.c:sha1.h sty
cda0: 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 le_.c:style.h sy
cdb0: 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 nc_.c:sync.h tag
cdc0: 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 _.c:tag.h timeli
cdd0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
cde0: 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 undo_.c:undo.h
cdf0: 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 update_.c:update
ce00: 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 .h url_.c:url.h
ce10: 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 user_.c:user.h v
ce20: 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e erify_.c:verify.
ce30: 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 h vfile_.c:vfile
ce40: 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e .h wiki_.c:wiki.
ce50: 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a h wikiformat_.c:
ce60: 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 wikiformat.h xfe
ce70: 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f r_.c:xfer.h zip_
ce80: 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 .c:zip.h $(SRCDI
ce90: 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 R)/sqlite3.h ./V
cea0: 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 ERSION.h..touch
ceb0: 68 65 61 64 65 72 73 0a 0a 75 6e 64 6f 5f 2e 63 headers..undo_.c
cec0: 3a 09 24 28 53 52 43 44 49 52 29 2f 75 6e 64 6f :.$(SRCDIR)/undo
ced0: 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 .c $(SRCDIR)/VER
cee0: 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 SION translate..
cef0: 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 ./translate $(SR
cf00: 43 44 49 52 29 2f 75 6e 64 6f 2e 63 20 7c 20 73 CDIR)/undo.c | s
cf10: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
cf20: 56 45 52 53 49 4f 4e 20 3e 75 6e 64 6f 5f 2e 63 VERSION >undo_.c
cf30: 0a 0a 75 6e 64 6f 2e 6f 3a 09 75 6e 64 6f 5f 2e ..undo.o:.undo_.
cf40: 63 20 75 6e 64 6f 2e 68 20 20 24 28 53 52 43 44 c undo.h $(SRCD
cf50: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
cf60: 58 54 43 43 29 20 2d 6f 20 75 6e 64 6f 2e 6f 20 XTCC) -o undo.o
cf70: 2d 63 20 75 6e 64 6f 5f 2e 63 0a 0a 75 6e 64 6f -c undo_.c..undo
cf80: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a .h:.makeheaders.
cf90: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 ../makeheaders
cfa0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 add_.c:add.h bag
cfb0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
cfc0: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
cfd0: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f .c:branch.h cgi_
cfe0: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e .c:cgi.h checkin
cff0: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 _.c:checkin.h ch
d000: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f eckout_.c:checko
d010: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e ut.h clearsign_.
d020: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c c:clearsign.h cl
d030: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 one_.c:clone.h c
d040: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 omformat_.c:comf
d050: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 ormat.h construc
d060: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 t_.c:construct.h
d070: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 content_.c:cont
d080: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 ent.h db_.c:db.h
d090: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e delta_.c:delta.
d0a0: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 h deltacmd_.c:de
d0b0: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 ltacmd.h descend
d0c0: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 ents_.c:descende
d0d0: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 nts.h diff_.c:di
d0e0: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a ff.h diffcmd_.c:
d0f0: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 diffcmd.h encode
d100: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c _.c:encode.h fil
d110: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 e_.c:file.h http
d120: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f _.c:http.h info_
d130: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f .c:info.h login_
d140: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f .c:login.h main_
d150: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 .c:main.h manife
d160: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 st_.c:manifest.h
d170: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 md5_.c:md5.h me
d180: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d rge_.c:merge.h m
d190: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e erge3_.c:merge3.
d1a0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
d1b0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
d1c0: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 h pqueue_.c:pque
d1d0: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ue.h printf_.c:p
d1e0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
d1f0: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
d200: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
d210: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
d220: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
d230: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
d240: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
d250: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d tag_.c:tag.h tim
d260: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
d270: 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f e.h undo_.c:undo
d280: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
d290: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
d2a0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
d2b0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
d2c0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
d2d0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
d2e0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
d2f0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
d300: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
d310: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
d320: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
d330: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
d340: 63 68 20 68 65 61 64 65 72 73 0a 0a 75 70 64 61 ch headers..upda
d350: 74 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 te_.c:.$(SRCDIR)
d360: 2f 75 70 64 61 74 65 2e 63 20 24 28 53 52 43 44 /update.c $(SRCD
d370: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
d380: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
d390: 74 65 20 24 28 53 52 43 44 49 52 29 2f 75 70 64 te $(SRCDIR)/upd
d3a0: 61 74 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 ate.c | sed -f $
d3b0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
d3c0: 20 3e 75 70 64 61 74 65 5f 2e 63 0a 0a 75 70 64 >update_.c..upd
d3d0: 61 74 65 2e 6f 3a 09 75 70 64 61 74 65 5f 2e 63 ate.o:.update_.c
d3e0: 20 75 70 64 61 74 65 2e 68 20 20 24 28 53 52 43 update.h $(SRC
d3f0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
d400: 28 58 54 43 43 29 20 2d 6f 20 75 70 64 61 74 65 (XTCC) -o update
d410: 2e 6f 20 2d 63 20 75 70 64 61 74 65 5f 2e 63 0a .o -c update_.c.
d420: 0a 75 70 64 61 74 65 2e 68 3a 09 6d 61 6b 65 68 .update.h:.makeh
d430: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
d440: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
d450: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 d.h bag_.c:bag.h
d460: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
d470: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 branch_.c:branch
d480: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
d490: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
d4a0: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
d4b0: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
d4c0: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
d4d0: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
d4e0: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
d4f0: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
d500: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
d510: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
d520: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
d530: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
d540: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
d550: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
d560: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
d570: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
d580: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
d590: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
d5a0: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
d5b0: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
d5c0: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
d5d0: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
d5e0: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
d5f0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
d600: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
d610: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
d620: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
d630: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
d640: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
d650: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
d660: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
d670: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
d680: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
d690: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
d6a0: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 d.h schema_.c:sc
d6b0: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
d6c0: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
d6d0: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a sha1.h style_.c:
d6e0: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a style.h sync_.c:
d6f0: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 sync.h tag_.c:ta
d700: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a g.h timeline_.c:
d710: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f timeline.h undo_
d720: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
d730: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
d740: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
d750: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
d760: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
d770: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
d780: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
d790: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
d7a0: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
d7b0: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
d7c0: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
d7d0: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
d7e0: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
d7f0: 73 0a 0a 75 72 6c 5f 2e 63 3a 09 24 28 53 52 43 s..url_.c:.$(SRC
d800: 44 49 52 29 2f 75 72 6c 2e 63 20 24 28 53 52 43 DIR)/url.c $(SRC
d810: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 DIR)/VERSION tra
d820: 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c nslate.../transl
d830: 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 75 72 ate $(SRCDIR)/ur
d840: 6c 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 l.c | sed -f $(S
d850: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
d860: 75 72 6c 5f 2e 63 0a 0a 75 72 6c 2e 6f 3a 09 75 url_.c..url.o:.u
d870: 72 6c 5f 2e 63 20 75 72 6c 2e 68 20 20 24 28 53 rl_.c url.h $(S
d880: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
d890: 09 24 28 58 54 43 43 29 20 2d 6f 20 75 72 6c 2e .$(XTCC) -o url.
d8a0: 6f 20 2d 63 20 75 72 6c 5f 2e 63 0a 0a 75 72 6c o -c url_.c..url
d8b0: 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a .h:.makeheaders.
d8c0: 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 ../makeheaders
d8d0: 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 61 67 add_.c:add.h bag
d8e0: 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f 62 5f 2e _.c:bag.h blob_.
d8f0: 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e 63 68 5f c:blob.h branch_
d900: 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 67 69 5f .c:branch.h cgi_
d910: 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e .c:cgi.h checkin
d920: 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 _.c:checkin.h ch
d930: 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f eckout_.c:checko
d940: 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e ut.h clearsign_.
d950: 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c c:clearsign.h cl
d960: 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 one_.c:clone.h c
d970: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 omformat_.c:comf
d980: 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 ormat.h construc
d990: 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 t_.c:construct.h
d9a0: 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 content_.c:cont
d9b0: 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 ent.h db_.c:db.h
d9c0: 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e delta_.c:delta.
d9d0: 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 h deltacmd_.c:de
d9e0: 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 ltacmd.h descend
d9f0: 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 ents_.c:descende
da00: 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 nts.h diff_.c:di
da10: 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a ff.h diffcmd_.c:
da20: 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 diffcmd.h encode
da30: 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c _.c:encode.h fil
da40: 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 e_.c:file.h http
da50: 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f _.c:http.h info_
da60: 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f .c:info.h login_
da70: 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f .c:login.h main_
da80: 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 .c:main.h manife
da90: 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 st_.c:manifest.h
daa0: 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 md5_.c:md5.h me
dab0: 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d rge_.c:merge.h m
dac0: 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e erge3_.c:merge3.
dad0: 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 h name_.c:name.h
dae0: 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e pivot_.c:pivot.
daf0: 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 71 75 65 h pqueue_.c:pque
db00: 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ue.h printf_.c:p
db10: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
db20: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
db30: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
db40: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
db50: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
db60: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
db70: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
db80: 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 74 69 6d tag_.c:tag.h tim
db90: 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e eline_.c:timelin
dba0: 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f e.h undo_.c:undo
dbb0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
dbc0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
dbd0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
dbe0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
dbf0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
dc00: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
dc10: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
dc20: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
dc30: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
dc40: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
dc50: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
dc60: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
dc70: 63 68 20 68 65 61 64 65 72 73 0a 0a 75 73 65 72 ch headers..user
dc80: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 75 _.c:.$(SRCDIR)/u
dc90: 73 65 72 2e 63 20 24 28 53 52 43 44 49 52 29 2f ser.c $(SRCDIR)/
dca0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
dcb0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
dcc0: 28 53 52 43 44 49 52 29 2f 75 73 65 72 2e 63 20 (SRCDIR)/user.c
dcd0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
dce0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 75 73 65 72 R)/VERSION >user
dcf0: 5f 2e 63 0a 0a 75 73 65 72 2e 6f 3a 09 75 73 65 _.c..user.o:.use
dd00: 72 5f 2e 63 20 75 73 65 72 2e 68 20 20 24 28 53 r_.c user.h $(S
dd10: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
dd20: 09 24 28 58 54 43 43 29 20 2d 6f 20 75 73 65 72 .$(XTCC) -o user
dd30: 2e 6f 20 2d 63 20 75 73 65 72 5f 2e 63 0a 0a 75 .o -c user_.c..u
dd40: 73 65 72 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 ser.h:.makeheade
dd50: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
dd60: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
dd70: 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 6c 6f bag_.c:bag.h blo
dd80: 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 61 6e b_.c:blob.h bran
dd90: 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 20 63 ch_.c:branch.h c
dda0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
ddb0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
ddc0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
ddd0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
dde0: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
ddf0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
de00: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
de10: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
de20: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
de30: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
de40: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
de50: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
de60: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
de70: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
de80: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
de90: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
dea0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
deb0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
dec0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
ded0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
dee0: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
def0: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
df00: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
df10: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
df20: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
df30: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
df40: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
df50: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
df60: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
df70: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
df80: 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 3a 70 ot.h pqueue_.c:p
df90: 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 5f 2e queue.h printf_.
dfa0: 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 c:printf.h rebui
dfb0: 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 ld_.c:rebuild.h
dfc0: 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 schema_.c:schema
dfd0: 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 .h setup_.c:setu
dfe0: 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 p.h sha1_.c:sha1
dff0: 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c .h style_.c:styl
e000: 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 e.h sync_.c:sync
e010: 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e 68 20 .h tag_.c:tag.h
e020: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
e030: 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 3a 75 line.h undo_.c:u
e040: 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a ndo.h update_.c:
e050: 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a update.h url_.c:
e060: 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 url.h user_.c:us
e070: 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 er.h verify_.c:v
e080: 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 erify.h vfile_.c
e090: 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 :vfile.h wiki_.c
e0a0: 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d :wiki.h wikiform
e0b0: 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 at_.c:wikiformat
e0c0: 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e .h xfer_.c:xfer.
e0d0: 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 h zip_.c:zip.h $
e0e0: 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 (SRCDIR)/sqlite3
e0f0: 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 .h ./VERSION.h..
e100: 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 76 touch headers..v
e110: 65 72 69 66 79 5f 2e 63 3a 09 24 28 53 52 43 44 erify_.c:.$(SRCD
e120: 49 52 29 2f 76 65 72 69 66 79 2e 63 20 24 28 53 IR)/verify.c $(S
e130: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
e140: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
e150: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
e160: 76 65 72 69 66 79 2e 63 20 7c 20 73 65 64 20 2d verify.c | sed -
e170: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
e180: 49 4f 4e 20 3e 76 65 72 69 66 79 5f 2e 63 0a 0a ION >verify_.c..
e190: 76 65 72 69 66 79 2e 6f 3a 09 76 65 72 69 66 79 verify.o:.verify
e1a0: 5f 2e 63 20 76 65 72 69 66 79 2e 68 20 20 24 28 _.c verify.h $(
e1b0: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
e1c0: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 76 65 72 ..$(XTCC) -o ver
e1d0: 69 66 79 2e 6f 20 2d 63 20 76 65 72 69 66 79 5f ify.o -c verify_
e1e0: 2e 63 0a 0a 76 65 72 69 66 79 2e 68 3a 09 6d 61 .c..verify.h:.ma
e1f0: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
e200: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
e210: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 :add.h bag_.c:ba
e220: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
e230: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 .h branch_.c:bra
e240: 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 nch.h cgi_.c:cgi
e250: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 .h checkin_.c:ch
e260: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 eckin.h checkout
e270: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 _.c:checkout.h c
e280: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 learsign_.c:clea
e290: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 rsign.h clone_.c
e2a0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d :clone.h comform
e2b0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e at_.c:comformat.
e2c0: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 h construct_.c:c
e2d0: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 onstruct.h conte
e2e0: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 nt_.c:content.h
e2f0: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 db_.c:db.h delta
e300: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 _.c:delta.h delt
e310: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 acmd_.c:deltacmd
e320: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e .h descendents_.
e330: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 c:descendents.h
e340: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 diff_.c:diff.h d
e350: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d iffcmd_.c:diffcm
e360: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e d.h encode_.c:en
e370: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 code.h file_.c:f
e380: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 ile.h http_.c:ht
e390: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 tp.h info_.c:inf
e3a0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 o.h login_.c:log
e3b0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 in.h main_.c:mai
e3c0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a n.h manifest_.c:
e3d0: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e manifest.h md5_.
e3e0: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 c:md5.h merge_.c
e3f0: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f :merge.h merge3_
e400: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 .c:merge3.h name
e410: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
e420: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 _.c:pivot.h pque
e430: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 ue_.c:pqueue.h p
e440: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
e450: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
e460: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 uild.h schema_.c
e470: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
e480: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
e490: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f .c:sha1.h style_
e4a0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
e4b0: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
e4c0: 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f :tag.h timeline_
e4d0: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e .c:timeline.h un
e4e0: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 do_.c:undo.h upd
e4f0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
e500: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
e510: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
e520: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
e530: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
e540: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
e550: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
e560: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
e570: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
e580: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
e590: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
e5a0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
e5b0: 64 65 72 73 0a 0a 76 66 69 6c 65 5f 2e 63 3a 09 ders..vfile_.c:.
e5c0: 24 28 53 52 43 44 49 52 29 2f 76 66 69 6c 65 2e $(SRCDIR)/vfile.
e5d0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
e5e0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
e5f0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
e600: 44 49 52 29 2f 76 66 69 6c 65 2e 63 20 7c 20 73 DIR)/vfile.c | s
e610: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
e620: 56 45 52 53 49 4f 4e 20 3e 76 66 69 6c 65 5f 2e VERSION >vfile_.
e630: 63 0a 0a 76 66 69 6c 65 2e 6f 3a 09 76 66 69 6c c..vfile.o:.vfil
e640: 65 5f 2e 63 20 76 66 69 6c 65 2e 68 20 20 24 28 e_.c vfile.h $(
e650: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
e660: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 76 66 69 ..$(XTCC) -o vfi
e670: 6c 65 2e 6f 20 2d 63 20 76 66 69 6c 65 5f 2e 63 le.o -c vfile_.c
e680: 0a 0a 76 66 69 6c 65 2e 68 3a 09 6d 61 6b 65 68 ..vfile.h:.makeh
e690: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
e6a0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
e6b0: 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 d.h bag_.c:bag.h
e6c0: 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 blob_.c:blob.h
e6d0: 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 branch_.c:branch
e6e0: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
e6f0: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
e700: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
e710: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
e720: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
e730: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
e740: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
e750: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
e760: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
e770: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
e780: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
e790: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
e7a0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
e7b0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
e7c0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
e7d0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
e7e0: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
e7f0: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
e800: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
e810: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
e820: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
e830: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
e840: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
e850: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
e860: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
e870: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
e880: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
e890: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
e8a0: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
e8b0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
e8c0: 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f :pivot.h pqueue_
e8d0: 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e .c:pqueue.h prin
e8e0: 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 tf_.c:printf.h r
e8f0: 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c ebuild_.c:rebuil
e900: 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 d.h schema_.c:sc
e910: 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a hema.h setup_.c:
e920: 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a setup.h sha1_.c:
e930: 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a sha1.h style_.c:
e940: 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a style.h sync_.c:
e950: 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 sync.h tag_.c:ta
e960: 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a g.h timeline_.c:
e970: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f timeline.h undo_
e980: 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 .c:undo.h update
e990: 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c _.c:update.h url
e9a0: 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e _.c:url.h user_.
e9b0: 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f c:user.h verify_
e9c0: 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c .c:verify.h vfil
e9d0: 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b e_.c:vfile.h wik
e9e0: 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 i_.c:wiki.h wiki
e9f0: 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f format_.c:wikifo
ea00: 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 rmat.h xfer_.c:x
ea10: 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 fer.h zip_.c:zip
ea20: 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c .h $(SRCDIR)/sql
ea30: 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e ite3.h ./VERSION
ea40: 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 .h..touch header
ea50: 73 0a 0a 77 69 6b 69 5f 2e 63 3a 09 24 28 53 52 s..wiki_.c:.$(SR
ea60: 43 44 49 52 29 2f 77 69 6b 69 2e 63 20 24 28 53 CDIR)/wiki.c $(S
ea70: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 RCDIR)/VERSION t
ea80: 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e ranslate.../tran
ea90: 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f slate $(SRCDIR)/
eaa0: 77 69 6b 69 2e 63 20 7c 20 73 65 64 20 2d 66 20 wiki.c | sed -f
eab0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
eac0: 4e 20 3e 77 69 6b 69 5f 2e 63 0a 0a 77 69 6b 69 N >wiki_.c..wiki
ead0: 2e 6f 3a 09 77 69 6b 69 5f 2e 63 20 77 69 6b 69 .o:.wiki_.c wiki
eae0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
eaf0: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
eb00: 2d 6f 20 77 69 6b 69 2e 6f 20 2d 63 20 77 69 6b -o wiki.o -c wik
eb10: 69 5f 2e 63 0a 0a 77 69 6b 69 2e 68 3a 09 6d 61 i_.c..wiki.h:.ma
eb20: 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b keheaders.../mak
eb30: 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 eheaders add_.c
eb40: 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 :add.h bag_.c:ba
eb50: 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 g.h blob_.c:blob
eb60: 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 .h branch_.c:bra
eb70: 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 nch.h cgi_.c:cgi
eb80: 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 .h checkin_.c:ch
eb90: 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 eckin.h checkout
eba0: 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 _.c:checkout.h c
ebb0: 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 learsign_.c:clea
ebc0: 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 rsign.h clone_.c
ebd0: 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d :clone.h comform
ebe0: 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e at_.c:comformat.
ebf0: 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 h construct_.c:c
ec00: 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 onstruct.h conte
ec10: 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 nt_.c:content.h
ec20: 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 db_.c:db.h delta
ec30: 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 _.c:delta.h delt
ec40: 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 acmd_.c:deltacmd
ec50: 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e .h descendents_.
ec60: 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 c:descendents.h
ec70: 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 diff_.c:diff.h d
ec80: 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d iffcmd_.c:diffcm
ec90: 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e d.h encode_.c:en
eca0: 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 code.h file_.c:f
ecb0: 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 ile.h http_.c:ht
ecc0: 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 tp.h info_.c:inf
ecd0: 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 o.h login_.c:log
ece0: 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 in.h main_.c:mai
ecf0: 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a n.h manifest_.c:
ed00: 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e manifest.h md5_.
ed10: 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 c:md5.h merge_.c
ed20: 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f :merge.h merge3_
ed30: 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 .c:merge3.h name
ed40: 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 _.c:name.h pivot
ed50: 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 _.c:pivot.h pque
ed60: 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 ue_.c:pqueue.h p
ed70: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
ed80: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
ed90: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 uild.h schema_.c
eda0: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
edb0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
edc0: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f .c:sha1.h style_
edd0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
ede0: 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 .c:sync.h tag_.c
edf0: 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f :tag.h timeline_
ee00: 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e .c:timeline.h un
ee10: 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 do_.c:undo.h upd
ee20: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
ee30: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
ee40: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
ee50: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
ee60: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
ee70: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
ee80: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
ee90: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
eea0: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
eeb0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
eec0: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
eed0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
eee0: 64 65 72 73 0a 0a 77 69 6b 69 66 6f 72 6d 61 74 ders..wikiformat
eef0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 77 _.c:.$(SRCDIR)/w
ef00: 69 6b 69 66 6f 72 6d 61 74 2e 63 20 24 28 53 52 ikiformat.c $(SR
ef10: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
ef20: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
ef30: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 77 late $(SRCDIR)/w
ef40: 69 6b 69 66 6f 72 6d 61 74 2e 63 20 7c 20 73 65 ikiformat.c | se
ef50: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
ef60: 45 52 53 49 4f 4e 20 3e 77 69 6b 69 66 6f 72 6d ERSION >wikiform
ef70: 61 74 5f 2e 63 0a 0a 77 69 6b 69 66 6f 72 6d 61 at_.c..wikiforma
ef80: 74 2e 6f 3a 09 77 69 6b 69 66 6f 72 6d 61 74 5f t.o:.wikiformat_
ef90: 2e 63 20 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c wikiformat.h
efa0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
efb0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
efc0: 77 69 6b 69 66 6f 72 6d 61 74 2e 6f 20 2d 63 20 wikiformat.o -c
efd0: 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 0a 0a 77 wikiformat_.c..w
efe0: 69 6b 69 66 6f 72 6d 61 74 2e 68 3a 09 6d 61 6b ikiformat.h:.mak
eff0: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
f000: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
f010: 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a 62 61 67 add.h bag_.c:bag
f020: 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e .h blob_.c:blob.
f030: 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 72 61 6e h branch_.c:bran
f040: 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ch.h cgi_.c:cgi.
f050: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
f060: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
f070: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
f080: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
f090: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
f0a0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
f0b0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
f0c0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
f0d0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
f0e0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
f0f0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
f100: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
f110: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
f120: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
f130: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
f140: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
f150: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
f160: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
f170: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
f180: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
f190: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
f1a0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
f1b0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
f1c0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
f1d0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
f1e0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
f1f0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
f200: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
f210: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
f220: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 75 65 75 .c:pivot.h pqueu
f230: 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 20 70 72 e_.c:pqueue.h pr
f240: 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 intf_.c:printf.h
f250: 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 rebuild_.c:rebu
f260: 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a ild.h schema_.c:
f270: 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e schema.h setup_.
f280: 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e c:setup.h sha1_.
f290: 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e c:sha1.h style_.
f2a0: 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e c:style.h sync_.
f2b0: 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f 2e 63 3a c:sync.h tag_.c:
f2c0: 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e tag.h timeline_.
f2d0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 c:timeline.h und
f2e0: 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 70 64 61 o_.c:undo.h upda
f2f0: 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 te_.c:update.h u
f300: 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 rl_.c:url.h user
f310: 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 _.c:user.h verif
f320: 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 y_.c:verify.h vf
f330: 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 ile_.c:vfile.h w
f340: 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 iki_.c:wiki.h wi
f350: 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 kiformat_.c:wiki
f360: 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 format.h xfer_.c
f370: 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a :xfer.h zip_.c:z
f380: 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 ip.h $(SRCDIR)/s
f390: 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 qlite3.h ./VERSI
f3a0: 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 ON.h..touch head
f3b0: 65 72 73 0a 0a 78 66 65 72 5f 2e 63 3a 09 24 28 ers..xfer_.c:.$(
f3c0: 53 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20 24 SRCDIR)/xfer.c $
f3d0: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
f3e0: 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 translate.../tr
f3f0: 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 anslate $(SRCDIR
f400: 29 2f 78 66 65 72 2e 63 20 7c 20 73 65 64 20 2d )/xfer.c | sed -
f410: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
f420: 49 4f 4e 20 3e 78 66 65 72 5f 2e 63 0a 0a 78 66 ION >xfer_.c..xf
f430: 65 72 2e 6f 3a 09 78 66 65 72 5f 2e 63 20 78 66 er.o:.xfer_.c xf
f440: 65 72 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f er.h $(SRCDIR)/
f450: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
f460: 29 20 2d 6f 20 78 66 65 72 2e 6f 20 2d 63 20 78 ) -o xfer.o -c x
f470: 66 65 72 5f 2e 63 0a 0a 78 66 65 72 2e 68 3a 09 fer_.c..xfer.h:.
f480: 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d makeheaders.../m
f490: 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f akeheaders add_
f4a0: 2e 63 3a 61 64 64 2e 68 20 62 61 67 5f 2e 63 3a .c:add.h bag_.c:
f4b0: 62 61 67 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c bag.h blob_.c:bl
f4c0: 6f 62 2e 68 20 62 72 61 6e 63 68 5f 2e 63 3a 62 ob.h branch_.c:b
f4d0: 72 61 6e 63 68 2e 68 20 63 67 69 5f 2e 63 3a 63 ranch.h cgi_.c:c
f4e0: 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a gi.h checkin_.c:
f4f0: 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f checkin.h checko
f500: 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 ut_.c:checkout.h
f510: 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c clearsign_.c:cl
f520: 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f earsign.h clone_
f530: 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f .c:clone.h comfo
f540: 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 rmat_.c:comforma
f550: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 t.h construct_.c
f560: 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e :construct.h con
f570: 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e tent_.c:content.
f580: 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c h db_.c:db.h del
f590: 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 ta_.c:delta.h de
f5a0: 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 ltacmd_.c:deltac
f5b0: 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 md.h descendents
f5c0: 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e _.c:descendents.
f5d0: 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 h diff_.c:diff.h
f5e0: 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 diffcmd_.c:diff
f5f0: 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a cmd.h encode_.c:
f600: 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 encode.h file_.c
f610: 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a :file.h http_.c:
f620: 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 http.h info_.c:i
f630: 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c nfo.h login_.c:l
f640: 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d ogin.h main_.c:m
f650: 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e ain.h manifest_.
f660: 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 c:manifest.h md5
f670: 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f _.c:md5.h merge_
f680: 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 .c:merge.h merge
f690: 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 3_.c:merge3.h na
f6a0: 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 me_.c:name.h piv
f6b0: 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 71 ot_.c:pivot.h pq
f6c0: 75 65 75 65 5f 2e 63 3a 70 71 75 65 75 65 2e 68 ueue_.c:pqueue.h
f6d0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
f6e0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
f6f0: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
f700: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
f710: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
f720: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
f730: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
f740: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 61 67 5f c_.c:sync.h tag_
f750: 2e 63 3a 74 61 67 2e 68 20 74 69 6d 65 6c 69 6e .c:tag.h timelin
f760: 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 e_.c:timeline.h
f770: 75 6e 64 6f 5f 2e 63 3a 75 6e 64 6f 2e 68 20 75 undo_.c:undo.h u
f780: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
f790: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
f7a0: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
f7b0: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
f7c0: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
f7d0: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
f7e0: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
f7f0: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
f800: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
f810: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
f820: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
f830: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
f840: 65 61 64 65 72 73 0a 0a 7a 69 70 5f 2e 63 3a 09 eaders..zip_.c:.
f850: 24 28 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 20 $(SRCDIR)/zip.c
f860: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
f870: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
f880: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
f890: 52 29 2f 7a 69 70 2e 63 20 7c 20 73 65 64 20 2d R)/zip.c | sed -
f8a0: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
f8b0: 49 4f 4e 20 3e 7a 69 70 5f 2e 63 0a 0a 7a 69 70 ION >zip_.c..zip
f8c0: 2e 6f 3a 09 7a 69 70 5f 2e 63 20 7a 69 70 2e 68 .o:.zip_.c zip.h
f8d0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
f8e0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
f8f0: 20 7a 69 70 2e 6f 20 2d 63 20 7a 69 70 5f 2e 63 zip.o -c zip_.c
f900: 0a 0a 7a 69 70 2e 68 3a 09 6d 61 6b 65 68 65 61 ..zip.h:.makehea
f910: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
f920: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
f930: 68 20 62 61 67 5f 2e 63 3a 62 61 67 2e 68 20 62 h bag_.c:bag.h b
f940: 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 62 72 lob_.c:blob.h br
f950: 61 6e 63 68 5f 2e 63 3a 62 72 61 6e 63 68 2e 68 anch_.c:branch.h
f960: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
f970: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
f980: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
f990: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
f9a0: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
f9b0: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
f9c0: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
f9d0: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
f9e0: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
f9f0: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
fa00: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
fa10: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
fa20: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
fa30: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
fa40: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
fa50: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
fa60: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
fa70: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
fa80: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
fa90: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
faa0: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
fab0: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
fac0: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
fad0: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
fae0: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
faf0: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
fb00: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
fb10: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
fb20: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
fb30: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
fb40: 69 76 6f 74 2e 68 20 70 71 75 65 75 65 5f 2e 63 ivot.h pqueue_.c
fb50: 3a 70 71 75 65 75 65 2e 68 20 70 72 69 6e 74 66 :pqueue.h printf
fb60: 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 _.c:printf.h reb
fb70: 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e uild_.c:rebuild.
fb80: 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 h schema_.c:sche
fb90: 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 ma.h setup_.c:se
fba0: 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 tup.h sha1_.c:sh
fbb0: 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 a1.h style_.c:st
fbc0: 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 yle.h sync_.c:sy
fbd0: 6e 63 2e 68 20 74 61 67 5f 2e 63 3a 74 61 67 2e nc.h tag_.c:tag.
fbe0: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
fbf0: 6d 65 6c 69 6e 65 2e 68 20 75 6e 64 6f 5f 2e 63 meline.h undo_.c
fc00: 3a 75 6e 64 6f 2e 68 20 75 70 64 61 74 65 5f 2e :undo.h update_.
fc10: 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e c:update.h url_.
fc20: 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a c:url.h user_.c:
fc30: 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 user.h verify_.c
fc40: 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f :verify.h vfile_
fc50: 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f .c:vfile.h wiki_
fc60: 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f .c:wiki.h wikifo
fc70: 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d rmat_.c:wikiform
fc80: 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 at.h xfer_.c:xfe
fc90: 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 r.h zip_.c:zip.h
fca0: 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 $(SRCDIR)/sqlit
fcb0: 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 e3.h ./VERSION.h
fcc0: 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a ..touch headers.
fcd0: 0a 73 71 6c 69 74 65 33 2e 6f 3a 09 24 28 53 52 .sqlite3.o:.$(SR
fce0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 63 0a CDIR)/sqlite3.c.
fcf0: 09 24 28 58 54 43 43 29 20 2d 44 53 51 4c 49 54 .$(XTCC) -DSQLIT
fd00: 45 5f 4f 4d 49 54 5f 4c 4f 41 44 5f 45 58 54 45 E_OMIT_LOAD_EXTE
fd10: 4e 53 49 4f 4e 3d 31 20 2d 44 53 51 4c 49 54 45 NSION=1 -DSQLITE
fd20: 5f 50 52 49 56 41 54 45 3d 20 2d 44 54 48 52 45 _PRIVATE= -DTHRE
fd30: 41 44 53 41 46 45 3d 30 20 2d 44 53 51 4c 49 54 ADSAFE=0 -DSQLIT
fd40: 45 5f 44 45 46 41 55 4c 54 5f 46 49 4c 45 5f 46 E_DEFAULT_FILE_F
fd50: 4f 52 4d 41 54 3d 34 20 2d 63 20 24 28 53 52 43 ORMAT=4 -c $(SRC
fd60: 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 63 20 2d DIR)/sqlite3.c -
fd70: 6f 20 73 71 6c 69 74 65 33 2e 6f 0a 0a o sqlite3.o..