Artifact d7d0790c5705664a66e23bfc822b1c0da8ff240e:
File
src/main.mk
part of check-in
[5f83d2720e]
- Re-added the 'test' target, this time in the correct file, then regenerated the main.mk file.
by
aku on
2007-08-29 04:00:37.
Also file
src/main.mk
part of check-in
[fad606934c]
- Merge aku's makefile changes.
by
drh on
2007-08-29 11:51:05.
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 6c 6f 62 2e 63 $(SRCDIR)/blob.c
01c0: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 \. $(SRCDIR)/c
01d0: 67 69 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 gi.c \. $(SRCDI
01e0: 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20 5c 0a 20 R)/checkin.c \.
01f0: 20 24 28 53 52 43 44 49 52 29 2f 63 68 65 63 6b $(SRCDIR)/check
0200: 6f 75 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 out.c \. $(SRCD
0210: 49 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 IR)/clearsign.c
0220: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 6c \. $(SRCDIR)/cl
0230: 6f 6e 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 one.c \. $(SRCD
0240: 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 2e 63 20 IR)/comformat.c
0250: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f \. $(SRCDIR)/co
0260: 6e 73 74 72 75 63 74 2e 63 20 5c 0a 20 20 24 28 nstruct.c \. $(
0270: 53 52 43 44 49 52 29 2f 63 6f 6e 74 65 6e 74 2e SRCDIR)/content.
0280: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
0290: 64 62 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 db.c \. $(SRCDI
02a0: 52 29 2f 64 65 6c 74 61 2e 63 20 5c 0a 20 20 24 R)/delta.c \. $
02b0: 28 53 52 43 44 49 52 29 2f 64 65 6c 74 61 63 6d (SRCDIR)/deltacm
02c0: 64 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 d.c \. $(SRCDIR
02d0: 29 2f 64 65 73 63 65 6e 64 65 6e 74 73 2e 63 20 )/descendents.c
02e0: 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 64 69 \. $(SRCDIR)/di
02f0: 66 66 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 ff.c \. $(SRCDI
0300: 52 29 2f 64 69 66 66 63 6d 64 2e 63 20 5c 0a 20 R)/diffcmd.c \.
0310: 20 24 28 53 52 43 44 49 52 29 2f 65 6e 63 6f 64 $(SRCDIR)/encod
0320: 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 e.c \. $(SRCDIR
0330: 29 2f 66 69 6c 65 2e 63 20 5c 0a 20 20 24 28 53 )/file.c \. $(S
0340: 52 43 44 49 52 29 2f 68 74 74 70 2e 63 20 5c 0a RCDIR)/http.c \.
0350: 20 20 24 28 53 52 43 44 49 52 29 2f 69 6e 66 6f $(SRCDIR)/info
0360: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0370: 2f 6c 6f 67 69 6e 2e 63 20 5c 0a 20 20 24 28 53 /login.c \. $(S
0380: 52 43 44 49 52 29 2f 6d 61 69 6e 2e 63 20 5c 0a RCDIR)/main.c \.
0390: 20 20 24 28 53 52 43 44 49 52 29 2f 6d 61 6e 69 $(SRCDIR)/mani
03a0: 66 65 73 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 fest.c \. $(SRC
03b0: 44 49 52 29 2f 6d 64 35 2e 63 20 5c 0a 20 20 24 DIR)/md5.c \. $
03c0: 28 53 52 43 44 49 52 29 2f 6d 65 72 67 65 2e 63 (SRCDIR)/merge.c
03d0: 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f 6d \. $(SRCDIR)/m
03e0: 65 72 67 65 33 2e 63 20 5c 0a 20 20 24 28 53 52 erge3.c \. $(SR
03f0: 43 44 49 52 29 2f 6e 61 6d 65 2e 63 20 5c 0a 20 CDIR)/name.c \.
0400: 20 24 28 53 52 43 44 49 52 29 2f 70 69 76 6f 74 $(SRCDIR)/pivot
0410: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0420: 2f 70 72 69 6e 74 66 2e 63 20 5c 0a 20 20 24 28 /printf.c \. $(
0430: 53 52 43 44 49 52 29 2f 72 65 62 75 69 6c 64 2e SRCDIR)/rebuild.
0440: 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 2f c \. $(SRCDIR)/
0450: 73 63 68 65 6d 61 2e 63 20 5c 0a 20 20 24 28 53 schema.c \. $(S
0460: 52 43 44 49 52 29 2f 73 65 74 75 70 2e 63 20 5c RCDIR)/setup.c \
0470: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 73 68 61 . $(SRCDIR)/sha
0480: 31 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 1.c \. $(SRCDIR
0490: 29 2f 73 74 79 6c 65 2e 63 20 5c 0a 20 20 24 28 )/style.c \. $(
04a0: 53 52 43 44 49 52 29 2f 73 79 6e 63 2e 63 20 5c SRCDIR)/sync.c \
04b0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 74 69 6d . $(SRCDIR)/tim
04c0: 65 6c 69 6e 65 2e 63 20 5c 0a 20 20 24 28 53 52 eline.c \. $(SR
04d0: 43 44 49 52 29 2f 75 70 64 61 74 65 2e 63 20 5c CDIR)/update.c \
04e0: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 75 72 6c . $(SRCDIR)/url
04f0: 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 52 29 .c \. $(SRCDIR)
0500: 2f 75 73 65 72 2e 63 20 5c 0a 20 20 24 28 53 52 /user.c \. $(SR
0510: 43 44 49 52 29 2f 76 65 72 69 66 79 2e 63 20 5c CDIR)/verify.c \
0520: 0a 20 20 24 28 53 52 43 44 49 52 29 2f 76 66 69 . $(SRCDIR)/vfi
0530: 6c 65 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 le.c \. $(SRCDI
0540: 52 29 2f 77 69 6b 69 2e 63 20 5c 0a 20 20 24 28 R)/wiki.c \. $(
0550: 53 52 43 44 49 52 29 2f 77 69 6b 69 66 6f 72 6d SRCDIR)/wikiform
0560: 61 74 2e 63 20 5c 0a 20 20 24 28 53 52 43 44 49 at.c \. $(SRCDI
0570: 52 29 2f 78 66 65 72 2e 63 20 5c 0a 20 20 24 28 R)/xfer.c \. $(
0580: 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 0a 0a 54 SRCDIR)/zip.c..T
0590: 52 41 4e 53 5f 53 52 43 20 3d 20 5c 0a 20 20 61 RANS_SRC = \. a
05a0: 64 64 5f 2e 63 20 5c 0a 20 20 62 6c 6f 62 5f 2e dd_.c \. blob_.
05b0: 63 20 5c 0a 20 20 63 67 69 5f 2e 63 20 5c 0a 20 c \. cgi_.c \.
05c0: 20 63 68 65 63 6b 69 6e 5f 2e 63 20 5c 0a 20 20 checkin_.c \.
05d0: 63 68 65 63 6b 6f 75 74 5f 2e 63 20 5c 0a 20 20 checkout_.c \.
05e0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 20 5c 0a 20 clearsign_.c \.
05f0: 20 63 6c 6f 6e 65 5f 2e 63 20 5c 0a 20 20 63 6f clone_.c \. co
0600: 6d 66 6f 72 6d 61 74 5f 2e 63 20 5c 0a 20 20 63 mformat_.c \. c
0610: 6f 6e 73 74 72 75 63 74 5f 2e 63 20 5c 0a 20 20 onstruct_.c \.
0620: 63 6f 6e 74 65 6e 74 5f 2e 63 20 5c 0a 20 20 64 content_.c \. d
0630: 62 5f 2e 63 20 5c 0a 20 20 64 65 6c 74 61 5f 2e b_.c \. delta_.
0640: 63 20 5c 0a 20 20 64 65 6c 74 61 63 6d 64 5f 2e c \. deltacmd_.
0650: 63 20 5c 0a 20 20 64 65 73 63 65 6e 64 65 6e 74 c \. descendent
0660: 73 5f 2e 63 20 5c 0a 20 20 64 69 66 66 5f 2e 63 s_.c \. diff_.c
0670: 20 5c 0a 20 20 64 69 66 66 63 6d 64 5f 2e 63 20 \. diffcmd_.c
0680: 5c 0a 20 20 65 6e 63 6f 64 65 5f 2e 63 20 5c 0a \. encode_.c \.
0690: 20 20 66 69 6c 65 5f 2e 63 20 5c 0a 20 20 68 74 file_.c \. ht
06a0: 74 70 5f 2e 63 20 5c 0a 20 20 69 6e 66 6f 5f 2e tp_.c \. info_.
06b0: 63 20 5c 0a 20 20 6c 6f 67 69 6e 5f 2e 63 20 5c c \. login_.c \
06c0: 0a 20 20 6d 61 69 6e 5f 2e 63 20 5c 0a 20 20 6d . main_.c \. m
06d0: 61 6e 69 66 65 73 74 5f 2e 63 20 5c 0a 20 20 6d anifest_.c \. m
06e0: 64 35 5f 2e 63 20 5c 0a 20 20 6d 65 72 67 65 5f d5_.c \. merge_
06f0: 2e 63 20 5c 0a 20 20 6d 65 72 67 65 33 5f 2e 63 .c \. merge3_.c
0700: 20 5c 0a 20 20 6e 61 6d 65 5f 2e 63 20 5c 0a 20 \. name_.c \.
0710: 20 70 69 76 6f 74 5f 2e 63 20 5c 0a 20 20 70 72 pivot_.c \. pr
0720: 69 6e 74 66 5f 2e 63 20 5c 0a 20 20 72 65 62 75 intf_.c \. rebu
0730: 69 6c 64 5f 2e 63 20 5c 0a 20 20 73 63 68 65 6d ild_.c \. schem
0740: 61 5f 2e 63 20 5c 0a 20 20 73 65 74 75 70 5f 2e a_.c \. setup_.
0750: 63 20 5c 0a 20 20 73 68 61 31 5f 2e 63 20 5c 0a c \. sha1_.c \.
0760: 20 20 73 74 79 6c 65 5f 2e 63 20 5c 0a 20 20 73 style_.c \. s
0770: 79 6e 63 5f 2e 63 20 5c 0a 20 20 74 69 6d 65 6c ync_.c \. timel
0780: 69 6e 65 5f 2e 63 20 5c 0a 20 20 75 70 64 61 74 ine_.c \. updat
0790: 65 5f 2e 63 20 5c 0a 20 20 75 72 6c 5f 2e 63 20 e_.c \. url_.c
07a0: 5c 0a 20 20 75 73 65 72 5f 2e 63 20 5c 0a 20 20 \. user_.c \.
07b0: 76 65 72 69 66 79 5f 2e 63 20 5c 0a 20 20 76 66 verify_.c \. vf
07c0: 69 6c 65 5f 2e 63 20 5c 0a 20 20 77 69 6b 69 5f ile_.c \. wiki_
07d0: 2e 63 20 5c 0a 20 20 77 69 6b 69 66 6f 72 6d 61 .c \. wikiforma
07e0: 74 5f 2e 63 20 5c 0a 20 20 78 66 65 72 5f 2e 63 t_.c \. xfer_.c
07f0: 20 5c 0a 20 20 7a 69 70 5f 2e 63 0a 0a 4f 42 4a \. zip_.c..OBJ
0800: 20 3d 20 5c 0a 20 20 61 64 64 2e 6f 20 5c 0a 20 = \. add.o \.
0810: 20 62 6c 6f 62 2e 6f 20 5c 0a 20 20 63 67 69 2e blob.o \. cgi.
0820: 6f 20 5c 0a 20 20 63 68 65 63 6b 69 6e 2e 6f 20 o \. checkin.o
0830: 5c 0a 20 20 63 68 65 63 6b 6f 75 74 2e 6f 20 5c \. checkout.o \
0840: 0a 20 20 63 6c 65 61 72 73 69 67 6e 2e 6f 20 5c . clearsign.o \
0850: 0a 20 20 63 6c 6f 6e 65 2e 6f 20 5c 0a 20 20 63 . clone.o \. c
0860: 6f 6d 66 6f 72 6d 61 74 2e 6f 20 5c 0a 20 20 63 omformat.o \. c
0870: 6f 6e 73 74 72 75 63 74 2e 6f 20 5c 0a 20 20 63 onstruct.o \. c
0880: 6f 6e 74 65 6e 74 2e 6f 20 5c 0a 20 20 64 62 2e ontent.o \. db.
0890: 6f 20 5c 0a 20 20 64 65 6c 74 61 2e 6f 20 5c 0a o \. delta.o \.
08a0: 20 20 64 65 6c 74 61 63 6d 64 2e 6f 20 5c 0a 20 deltacmd.o \.
08b0: 20 64 65 73 63 65 6e 64 65 6e 74 73 2e 6f 20 5c descendents.o \
08c0: 0a 20 20 64 69 66 66 2e 6f 20 5c 0a 20 20 64 69 . diff.o \. di
08d0: 66 66 63 6d 64 2e 6f 20 5c 0a 20 20 65 6e 63 6f ffcmd.o \. enco
08e0: 64 65 2e 6f 20 5c 0a 20 20 66 69 6c 65 2e 6f 20 de.o \. file.o
08f0: 5c 0a 20 20 68 74 74 70 2e 6f 20 5c 0a 20 20 69 \. http.o \. i
0900: 6e 66 6f 2e 6f 20 5c 0a 20 20 6c 6f 67 69 6e 2e nfo.o \. login.
0910: 6f 20 5c 0a 20 20 6d 61 69 6e 2e 6f 20 5c 0a 20 o \. main.o \.
0920: 20 6d 61 6e 69 66 65 73 74 2e 6f 20 5c 0a 20 20 manifest.o \.
0930: 6d 64 35 2e 6f 20 5c 0a 20 20 6d 65 72 67 65 2e md5.o \. merge.
0940: 6f 20 5c 0a 20 20 6d 65 72 67 65 33 2e 6f 20 5c o \. merge3.o \
0950: 0a 20 20 6e 61 6d 65 2e 6f 20 5c 0a 20 20 70 69 . name.o \. pi
0960: 76 6f 74 2e 6f 20 5c 0a 20 20 70 72 69 6e 74 66 vot.o \. printf
0970: 2e 6f 20 5c 0a 20 20 72 65 62 75 69 6c 64 2e 6f .o \. rebuild.o
0980: 20 5c 0a 20 20 73 63 68 65 6d 61 2e 6f 20 5c 0a \. schema.o \.
0990: 20 20 73 65 74 75 70 2e 6f 20 5c 0a 20 20 73 68 setup.o \. sh
09a0: 61 31 2e 6f 20 5c 0a 20 20 73 74 79 6c 65 2e 6f a1.o \. style.o
09b0: 20 5c 0a 20 20 73 79 6e 63 2e 6f 20 5c 0a 20 20 \. sync.o \.
09c0: 74 69 6d 65 6c 69 6e 65 2e 6f 20 5c 0a 20 20 75 timeline.o \. u
09d0: 70 64 61 74 65 2e 6f 20 5c 0a 20 20 75 72 6c 2e pdate.o \. url.
09e0: 6f 20 5c 0a 20 20 75 73 65 72 2e 6f 20 5c 0a 20 o \. user.o \.
09f0: 20 76 65 72 69 66 79 2e 6f 20 5c 0a 20 20 76 66 verify.o \. vf
0a00: 69 6c 65 2e 6f 20 5c 0a 20 20 77 69 6b 69 2e 6f ile.o \. wiki.o
0a10: 20 5c 0a 20 20 77 69 6b 69 66 6f 72 6d 61 74 2e \. wikiformat.
0a20: 6f 20 5c 0a 20 20 78 66 65 72 2e 6f 20 5c 0a 20 o \. xfer.o \.
0a30: 20 7a 69 70 2e 6f 0a 0a 41 50 50 4e 41 4d 45 20 zip.o..APPNAME
0a40: 3d 20 66 6f 73 73 69 6c 24 28 45 29 0a 0a 0a 0a = fossil$(E)....
0a50: 61 6c 6c 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a all:.$(APPNAME).
0a60: 0a 69 6e 73 74 61 6c 6c 3a 09 24 28 41 50 50 4e .install:.$(APPN
0a70: 41 4d 45 29 0a 09 6d 76 20 24 28 41 50 50 4e 41 AME)..mv $(APPNA
0a80: 4d 45 29 20 24 28 49 4e 53 54 41 4c 4c 44 49 52 ME) $(INSTALLDIR
0a90: 29 0a 0a 74 72 61 6e 73 6c 61 74 65 3a 09 24 28 )..translate:.$(
0aa0: 53 52 43 44 49 52 29 2f 74 72 61 6e 73 6c 61 74 SRCDIR)/translat
0ab0: 65 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 74 e.c..$(BCC) -o t
0ac0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
0ad0: 52 29 2f 74 72 61 6e 73 6c 61 74 65 2e 63 0a 0a R)/translate.c..
0ae0: 6d 61 6b 65 68 65 61 64 65 72 73 3a 09 24 28 53 makeheaders:.$(S
0af0: 52 43 44 49 52 29 2f 6d 61 6b 65 68 65 61 64 65 RCDIR)/makeheade
0b00: 72 73 2e 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 rs.c..$(BCC) -o
0b10: 6d 61 6b 65 68 65 61 64 65 72 73 20 24 28 53 52 makeheaders $(SR
0b20: 43 44 49 52 29 2f 6d 61 6b 65 68 65 61 64 65 72 CDIR)/makeheader
0b30: 73 2e 63 0a 0a 6d 6b 69 6e 64 65 78 3a 09 24 28 s.c..mkindex:.$(
0b40: 53 52 43 44 49 52 29 2f 6d 6b 69 6e 64 65 78 2e SRCDIR)/mkindex.
0b50: 63 0a 09 24 28 42 43 43 29 20 2d 6f 20 6d 6b 69 c..$(BCC) -o mki
0b60: 6e 64 65 78 20 24 28 53 52 43 44 49 52 29 2f 6d ndex $(SRCDIR)/m
0b70: 6b 69 6e 64 65 78 2e 63 0a 0a 23 20 57 41 52 4e kindex.c..# WARN
0b80: 49 4e 47 2e 20 44 41 4e 47 45 52 2e 20 52 75 6e ING. DANGER. Run
0b90: 6e 69 6e 67 20 74 68 65 20 74 65 73 74 73 75 69 ning the testsui
0ba0: 74 65 20 6d 6f 64 69 66 69 65 73 20 74 68 65 20 te modifies the
0bb0: 72 65 70 6f 73 69 74 6f 72 79 20 74 68 65 0a 23 repository the.#
0bc0: 20 62 75 69 6c 64 20 69 73 20 64 6f 6e 65 20 66 build is done f
0bd0: 72 6f 6d 2c 20 69 2e 65 2e 20 74 68 65 20 63 68 rom, i.e. the ch
0be0: 65 63 6b 6f 75 74 20 62 65 6c 6f 6e 67 73 20 74 eckout belongs t
0bf0: 6f 2e 20 44 6f 20 6e 6f 74 20 73 79 6e 63 2f 70 o. Do not sync/p
0c00: 75 73 68 0a 23 20 74 68 65 20 72 65 70 6f 73 69 ush.# the reposi
0c10: 74 6f 72 79 20 61 66 74 65 72 20 72 75 6e 6e 69 tory after runni
0c20: 6e 67 20 74 68 65 20 74 65 73 74 73 2e 0a 74 65 ng the tests..te
0c30: 73 74 3a 09 24 28 41 50 50 4e 41 4d 45 29 0a 09 st:.$(APPNAME)..
0c40: 24 28 54 43 4c 53 48 29 20 74 65 73 74 2f 74 65 $(TCLSH) test/te
0c50: 73 74 65 72 2e 74 63 6c 20 24 28 41 50 50 4e 41 ster.tcl $(APPNA
0c60: 4d 45 29 0a 0a 56 45 52 53 49 4f 4e 2e 68 3a 09 ME)..VERSION.h:.
0c70: 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f 6d 61 6e $(SRCDIR)/../man
0c80: 69 66 65 73 74 2e 75 75 69 64 0a 09 61 77 6b 20 ifest.uuid..awk
0c90: 27 7b 20 70 72 69 6e 74 66 20 22 23 64 65 66 69 '{ printf "#defi
0ca0: 6e 65 20 4d 41 4e 49 46 45 53 54 5f 55 55 49 44 ne MANIFEST_UUID
0cb0: 20 5c 22 25 73 5c 22 5c 6e 22 2c 20 24 24 31 7d \"%s\"\n", $$1}
0cc0: 27 20 20 24 28 53 52 43 44 49 52 29 2f 2e 2e 2f ' $(SRCDIR)/../
0cd0: 6d 61 6e 69 66 65 73 74 2e 75 75 69 64 20 3e 56 manifest.uuid >V
0ce0: 45 52 53 49 4f 4e 2e 68 0a 0a 24 28 41 50 50 4e ERSION.h..$(APPN
0cf0: 41 4d 45 29 3a 09 68 65 61 64 65 72 73 20 24 28 AME):.headers $(
0d00: 4f 42 4a 29 20 73 71 6c 69 74 65 33 2e 6f 0a 09 OBJ) sqlite3.o..
0d10: 24 28 54 43 43 29 20 2d 6f 20 24 28 41 50 50 4e $(TCC) -o $(APPN
0d20: 41 4d 45 29 20 24 28 4f 42 4a 29 20 73 71 6c 69 AME) $(OBJ) sqli
0d30: 74 65 33 2e 6f 20 24 28 4c 49 42 29 0a 0a 63 6c te3.o $(LIB)..cl
0d40: 65 61 6e 3a 09 0a 09 72 6d 20 2d 66 20 2a 2e 6f ean:...rm -f *.o
0d50: 20 2a 5f 2e 63 20 24 28 41 50 50 4e 41 4d 45 29 *_.c $(APPNAME)
0d60: 20 56 45 52 53 49 4f 4e 2e 68 0a 09 72 6d 20 2d VERSION.h..rm -
0d70: 66 20 74 72 61 6e 73 6c 61 74 65 20 6d 61 6b 65 f translate make
0d80: 68 65 61 64 65 72 73 20 6d 6b 69 6e 64 65 78 20 headers mkindex
0d90: 70 61 67 65 5f 69 6e 64 65 78 2e 68 20 68 65 61 page_index.h hea
0da0: 64 65 72 73 0a 09 72 6d 20 2d 66 20 61 64 64 2e ders..rm -f add.
0db0: 68 20 62 6c 6f 62 2e 68 20 63 67 69 2e 68 20 63 h blob.h cgi.h c
0dc0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
0dd0: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 2e 68 20 t.h clearsign.h
0de0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
0df0: 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 2e 68 20 t.h construct.h
0e00: 63 6f 6e 74 65 6e 74 2e 68 20 64 62 2e 68 20 64 content.h db.h d
0e10: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 2e elta.h deltacmd.
0e20: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 h descendents.h
0e30: 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 2e 68 diff.h diffcmd.h
0e40: 20 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 2e 68 encode.h file.h
0e50: 20 68 74 74 70 2e 68 20 69 6e 66 6f 2e 68 20 6c http.h info.h l
0e60: 6f 67 69 6e 2e 68 20 6d 61 69 6e 2e 68 20 6d 61 ogin.h main.h ma
0e70: 6e 69 66 65 73 74 2e 68 20 6d 64 35 2e 68 20 6d nifest.h md5.h m
0e80: 65 72 67 65 2e 68 20 6d 65 72 67 65 33 2e 68 20 erge.h merge3.h
0e90: 6e 61 6d 65 2e 68 20 70 69 76 6f 74 2e 68 20 70 name.h pivot.h p
0ea0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 2e rintf.h rebuild.
0eb0: 68 20 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 h schema.h setup
0ec0: 2e 68 20 73 68 61 31 2e 68 20 73 74 79 6c 65 2e .h sha1.h style.
0ed0: 68 20 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e h sync.h timelin
0ee0: 65 2e 68 20 75 70 64 61 74 65 2e 68 20 75 72 6c e.h update.h url
0ef0: 2e 68 20 75 73 65 72 2e 68 20 76 65 72 69 66 79 .h user.h verify
0f00: 2e 68 20 76 66 69 6c 65 2e 68 20 77 69 6b 69 2e .h vfile.h wiki.
0f10: 68 20 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 h wikiformat.h x
0f20: 66 65 72 2e 68 20 7a 69 70 2e 68 0a 0a 68 65 61 fer.h zip.h..hea
0f30: 64 65 72 73 3a 09 6d 61 6b 65 68 65 61 64 65 72 ders:.makeheader
0f40: 73 20 6d 6b 69 6e 64 65 78 20 24 28 54 52 41 4e s mkindex $(TRAN
0f50: 53 5f 53 52 43 29 20 2e 2f 56 45 52 53 49 4f 4e S_SRC) ./VERSION
0f60: 2e 68 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 .h.../makeheader
0f70: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
0f80: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
0f90: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
0fa0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
0fb0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
0fc0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
0fd0: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
0fe0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
0ff0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
1000: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
1010: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
1020: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
1030: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
1040: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
1050: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
1060: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
1070: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
1080: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
1090: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
10a0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
10b0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
10c0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
10d0: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
10e0: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
10f0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
1100: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
1110: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
1120: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
1130: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
1140: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
1150: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
1160: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
1170: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ot.h printf_.c:p
1180: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
1190: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
11a0: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
11b0: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
11c0: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
11d0: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
11e0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
11f0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
1200: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 line.h update_.c
1210: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
1220: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
1230: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
1240: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
1250: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
1260: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
1270: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
1280: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
1290: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
12a0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
12b0: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
12c0: 09 2e 2f 6d 6b 69 6e 64 65 78 20 24 28 54 52 41 ../mkindex $(TRA
12d0: 4e 53 5f 53 52 43 29 20 3e 70 61 67 65 5f 69 6e NS_SRC) >page_in
12e0: 64 65 78 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 dex.h..touch hea
12f0: 64 65 72 73 0a 0a 61 64 64 5f 2e 63 3a 09 24 28 ders..add_.c:.$(
1300: 53 52 43 44 49 52 29 2f 61 64 64 2e 63 20 24 28 SRCDIR)/add.c $(
1310: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
1320: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
1330: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
1340: 2f 61 64 64 2e 63 20 7c 20 73 65 64 20 2d 66 20 /add.c | sed -f
1350: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
1360: 4e 20 3e 61 64 64 5f 2e 63 0a 0a 61 64 64 2e 6f N >add_.c..add.o
1370: 3a 09 61 64 64 5f 2e 63 20 61 64 64 2e 68 20 20 :.add_.c add.h
1380: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
1390: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 61 .h..$(XTCC) -o a
13a0: 64 64 2e 6f 20 2d 63 20 61 64 64 5f 2e 63 0a 0a dd.o -c add_.c..
13b0: 61 64 64 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 add.h:.makeheade
13c0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
13d0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
13e0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
13f0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
1400: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
1410: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
1420: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
1430: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
1440: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
1450: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
1460: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
1470: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
1480: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
1490: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
14a0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
14b0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
14c0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
14d0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
14e0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
14f0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
1500: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
1510: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
1520: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
1530: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
1540: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
1550: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
1560: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
1570: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
1580: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
1590: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
15a0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
15b0: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
15c0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
15d0: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ot.h printf_.c:p
15e0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
15f0: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
1600: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
1610: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
1620: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
1630: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
1640: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
1650: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
1660: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 line.h update_.c
1670: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
1680: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
1690: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
16a0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
16b0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
16c0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
16d0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
16e0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
16f0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
1700: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
1710: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
1720: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
1730: 62 6c 6f 62 5f 2e 63 3a 09 24 28 53 52 43 44 49 blob_.c:.$(SRCDI
1740: 52 29 2f 62 6c 6f 62 2e 63 20 24 28 53 52 43 44 R)/blob.c $(SRCD
1750: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
1760: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
1770: 74 65 20 24 28 53 52 43 44 49 52 29 2f 62 6c 6f te $(SRCDIR)/blo
1780: 62 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 b.c | sed -f $(S
1790: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
17a0: 62 6c 6f 62 5f 2e 63 0a 0a 62 6c 6f 62 2e 6f 3a blob_.c..blob.o:
17b0: 09 62 6c 6f 62 5f 2e 63 20 62 6c 6f 62 2e 68 20 .blob_.c blob.h
17c0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
17d0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
17e0: 62 6c 6f 62 2e 6f 20 2d 63 20 62 6c 6f 62 5f 2e blob.o -c blob_.
17f0: 63 0a 0a 62 6c 6f 62 2e 68 3a 09 6d 61 6b 65 68 c..blob.h:.makeh
1800: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
1810: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
1820: 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 d.h blob_.c:blob
1830: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
1840: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
1850: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
1860: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
1870: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
1880: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
1890: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
18a0: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
18b0: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
18c0: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
18d0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
18e0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
18f0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
1900: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
1910: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
1920: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
1930: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
1940: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
1950: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
1960: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
1970: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
1980: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
1990: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
19a0: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
19b0: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
19c0: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
19d0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
19e0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
19f0: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
1a00: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
1a10: 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f :pivot.h printf_
1a20: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
1a30: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
1a40: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
1a50: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
1a60: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
1a70: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 1.h style_.c:sty
1a80: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
1a90: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a c.h timeline_.c:
1aa0: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 timeline.h updat
1ab0: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
1ac0: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
1ad0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
1ae0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
1af0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
1b00: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
1b10: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
1b20: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
1b30: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
1b40: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
1b50: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
1b60: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
1b70: 72 73 0a 0a 63 67 69 5f 2e 63 3a 09 24 28 53 52 rs..cgi_.c:.$(SR
1b80: 43 44 49 52 29 2f 63 67 69 2e 63 20 24 28 53 52 CDIR)/cgi.c $(SR
1b90: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
1ba0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
1bb0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 late $(SRCDIR)/c
1bc0: 67 69 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 gi.c | sed -f $(
1bd0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
1be0: 3e 63 67 69 5f 2e 63 0a 0a 63 67 69 2e 6f 3a 09 >cgi_.c..cgi.o:.
1bf0: 63 67 69 5f 2e 63 20 63 67 69 2e 68 20 20 24 28 cgi_.c cgi.h $(
1c00: 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 SRCDIR)/config.h
1c10: 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 67 69 ..$(XTCC) -o cgi
1c20: 2e 6f 20 2d 63 20 63 67 69 5f 2e 63 0a 0a 63 67 .o -c cgi_.c..cg
1c30: 69 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 i.h:.makeheaders
1c40: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
1c50: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c add_.c:add.h bl
1c60: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
1c70: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
1c80: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
1c90: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
1ca0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
1cb0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
1cc0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
1cd0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
1ce0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
1cf0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
1d00: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
1d10: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
1d20: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
1d30: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
1d40: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
1d50: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
1d60: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
1d70: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
1d80: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
1d90: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
1da0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
1db0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
1dc0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
1dd0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
1de0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
1df0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
1e00: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
1e10: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
1e20: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
1e30: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
1e40: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
1e50: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
1e60: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
1e70: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d :rebuild.h schem
1e80: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
1e90: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
1ea0: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
1eb0: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
1ec0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 ync_.c:sync.h ti
1ed0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
1ee0: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 ne.h update_.c:u
1ef0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
1f00: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
1f10: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
1f20: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
1f30: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
1f40: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
1f50: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
1f60: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
1f70: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
1f80: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
1f90: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
1fa0: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 63 68 ouch headers..ch
1fb0: 65 63 6b 69 6e 5f 2e 63 3a 09 24 28 53 52 43 44 eckin_.c:.$(SRCD
1fc0: 49 52 29 2f 63 68 65 63 6b 69 6e 2e 63 20 24 28 IR)/checkin.c $(
1fd0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
1fe0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
1ff0: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
2000: 2f 63 68 65 63 6b 69 6e 2e 63 20 7c 20 73 65 64 /checkin.c | sed
2010: 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 -f $(SRCDIR)/VE
2020: 52 53 49 4f 4e 20 3e 63 68 65 63 6b 69 6e 5f 2e RSION >checkin_.
2030: 63 0a 0a 63 68 65 63 6b 69 6e 2e 6f 3a 09 63 68 c..checkin.o:.ch
2040: 65 63 6b 69 6e 5f 2e 63 20 63 68 65 63 6b 69 6e eckin_.c checkin
2050: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
2060: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
2070: 2d 6f 20 63 68 65 63 6b 69 6e 2e 6f 20 2d 63 20 -o checkin.o -c
2080: 63 68 65 63 6b 69 6e 5f 2e 63 0a 0a 63 68 65 63 checkin_.c..chec
2090: 6b 69 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 kin.h:.makeheade
20a0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
20b0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
20c0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
20d0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
20e0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
20f0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
2100: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
2110: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
2120: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
2130: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
2140: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
2150: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
2160: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
2170: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
2180: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
2190: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
21a0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
21b0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
21c0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
21d0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
21e0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
21f0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
2200: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
2210: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
2220: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
2230: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
2240: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
2250: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
2260: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
2270: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
2280: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
2290: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
22a0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
22b0: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ot.h printf_.c:p
22c0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
22d0: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
22e0: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
22f0: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
2300: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
2310: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
2320: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
2330: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
2340: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 line.h update_.c
2350: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
2360: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
2370: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
2380: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
2390: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
23a0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
23b0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
23c0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
23d0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
23e0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
23f0: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
2400: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
2410: 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 09 24 28 53 checkout_.c:.$(S
2420: 52 43 44 49 52 29 2f 63 68 65 63 6b 6f 75 74 2e RCDIR)/checkout.
2430: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
2440: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
2450: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
2460: 44 49 52 29 2f 63 68 65 63 6b 6f 75 74 2e 63 20 DIR)/checkout.c
2470: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
2480: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 68 65 63 R)/VERSION >chec
2490: 6b 6f 75 74 5f 2e 63 0a 0a 63 68 65 63 6b 6f 75 kout_.c..checkou
24a0: 74 2e 6f 3a 09 63 68 65 63 6b 6f 75 74 5f 2e 63 t.o:.checkout_.c
24b0: 20 63 68 65 63 6b 6f 75 74 2e 68 20 20 24 28 53 checkout.h $(S
24c0: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
24d0: 09 24 28 58 54 43 43 29 20 2d 6f 20 63 68 65 63 .$(XTCC) -o chec
24e0: 6b 6f 75 74 2e 6f 20 2d 63 20 63 68 65 63 6b 6f kout.o -c checko
24f0: 75 74 5f 2e 63 0a 0a 63 68 65 63 6b 6f 75 74 2e ut_.c..checkout.
2500: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
2510: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
2520: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 dd_.c:add.h blob
2530: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
2540: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
2550: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
2560: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
2570: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
2580: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
2590: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
25a0: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
25b0: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
25c0: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
25d0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
25e0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
25f0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
2600: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
2610: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
2620: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
2630: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
2640: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
2650: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
2660: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
2670: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
2680: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
2690: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
26a0: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
26b0: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
26c0: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
26d0: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
26e0: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
26f0: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
2700: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
2710: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
2720: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
2730: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
2740: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
2750: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
2760: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
2770: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
2780: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
2790: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 c_.c:sync.h time
27a0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
27b0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
27c0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
27d0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
27e0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
27f0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
2800: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
2810: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
2820: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
2830: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
2840: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
2850: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
2860: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
2870: 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6c 65 61 ch headers..clea
2880: 72 73 69 67 6e 5f 2e 63 3a 09 24 28 53 52 43 44 rsign_.c:.$(SRCD
2890: 49 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 IR)/clearsign.c
28a0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
28b0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
28c0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
28d0: 52 29 2f 63 6c 65 61 72 73 69 67 6e 2e 63 20 7c R)/clearsign.c |
28e0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
28f0: 29 2f 56 45 52 53 49 4f 4e 20 3e 63 6c 65 61 72 )/VERSION >clear
2900: 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65 61 72 73 69 sign_.c..clearsi
2910: 67 6e 2e 6f 3a 09 63 6c 65 61 72 73 69 67 6e 5f gn.o:.clearsign_
2920: 2e 63 20 63 6c 65 61 72 73 69 67 6e 2e 68 20 20 .c clearsign.h
2930: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
2940: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 63 .h..$(XTCC) -o c
2950: 6c 65 61 72 73 69 67 6e 2e 6f 20 2d 63 20 63 6c learsign.o -c cl
2960: 65 61 72 73 69 67 6e 5f 2e 63 0a 0a 63 6c 65 61 earsign_.c..clea
2970: 72 73 69 67 6e 2e 68 3a 09 6d 61 6b 65 68 65 61 rsign.h:.makehea
2980: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
2990: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
29a0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
29b0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
29c0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
29d0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
29e0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
29f0: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
2a00: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
2a10: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
2a20: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
2a30: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
2a40: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
2a50: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
2a60: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
2a70: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
2a80: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
2a90: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
2aa0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
2ab0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
2ac0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
2ad0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
2ae0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
2af0: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
2b00: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
2b10: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
2b20: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
2b30: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
2b40: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
2b50: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
2b60: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
2b70: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
2b80: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
2b90: 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ivot.h printf_.c
2ba0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
2bb0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 d_.c:rebuild.h s
2bc0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
2bd0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
2be0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
2bf0: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
2c00: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
2c10: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
2c20: 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f meline.h update_
2c30: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
2c40: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
2c50: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
2c60: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
2c70: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
2c80: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
2c90: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
2ca0: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
2cb0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
2cc0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
2cd0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
2ce0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
2cf0: 0a 0a 63 6c 6f 6e 65 5f 2e 63 3a 09 24 28 53 52 ..clone_.c:.$(SR
2d00: 43 44 49 52 29 2f 63 6c 6f 6e 65 2e 63 20 24 28 CDIR)/clone.c $(
2d10: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
2d20: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
2d30: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
2d40: 2f 63 6c 6f 6e 65 2e 63 20 7c 20 73 65 64 20 2d /clone.c | sed -
2d50: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
2d60: 49 4f 4e 20 3e 63 6c 6f 6e 65 5f 2e 63 0a 0a 63 ION >clone_.c..c
2d70: 6c 6f 6e 65 2e 6f 3a 09 63 6c 6f 6e 65 5f 2e 63 lone.o:.clone_.c
2d80: 20 63 6c 6f 6e 65 2e 68 20 20 24 28 53 52 43 44 clone.h $(SRCD
2d90: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
2da0: 58 54 43 43 29 20 2d 6f 20 63 6c 6f 6e 65 2e 6f XTCC) -o clone.o
2db0: 20 2d 63 20 63 6c 6f 6e 65 5f 2e 63 0a 0a 63 6c -c clone_.c..cl
2dc0: 6f 6e 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 one.h:.makeheade
2dd0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
2de0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
2df0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
2e00: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
2e10: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
2e20: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
2e30: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
2e40: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
2e50: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
2e60: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
2e70: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
2e80: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
2e90: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
2ea0: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
2eb0: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
2ec0: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
2ed0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
2ee0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
2ef0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
2f00: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
2f10: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
2f20: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
2f30: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
2f40: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
2f50: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
2f60: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
2f70: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
2f80: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
2f90: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
2fa0: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
2fb0: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
2fc0: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
2fd0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
2fe0: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ot.h printf_.c:p
2ff0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
3000: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
3010: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
3020: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
3030: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
3040: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
3050: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
3060: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
3070: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 line.h update_.c
3080: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
3090: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
30a0: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
30b0: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
30c0: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
30d0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
30e0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
30f0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
3100: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
3110: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
3120: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
3130: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
3140: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 09 24 28 comformat_.c:.$(
3150: 53 52 43 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 SRCDIR)/comforma
3160: 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 t.c $(SRCDIR)/VE
3170: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
3180: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
3190: 52 43 44 49 52 29 2f 63 6f 6d 66 6f 72 6d 61 74 RCDIR)/comformat
31a0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
31b0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 63 CDIR)/VERSION >c
31c0: 6f 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a 63 6f 6d omformat_.c..com
31d0: 66 6f 72 6d 61 74 2e 6f 3a 09 63 6f 6d 66 6f 72 format.o:.comfor
31e0: 6d 61 74 5f 2e 63 20 63 6f 6d 66 6f 72 6d 61 74 mat_.c comformat
31f0: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
3200: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
3210: 2d 6f 20 63 6f 6d 66 6f 72 6d 61 74 2e 6f 20 2d -o comformat.o -
3220: 63 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 0a 0a c comformat_.c..
3230: 63 6f 6d 66 6f 72 6d 61 74 2e 68 3a 09 6d 61 6b comformat.h:.mak
3240: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
3250: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
3260: 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c add.h blob_.c:bl
3270: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ob.h cgi_.c:cgi.
3280: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
3290: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
32a0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
32b0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
32c0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
32d0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
32e0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
32f0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
3300: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
3310: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
3320: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
3330: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
3340: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
3350: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
3360: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
3370: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
3380: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
3390: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
33a0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
33b0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
33c0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
33d0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
33e0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
33f0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
3400: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
3410: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
3420: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
3430: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
3440: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
3450: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 .c:pivot.h print
3460: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
3470: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
3480: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
3490: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
34a0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
34b0: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 ha1.h style_.c:s
34c0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
34d0: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e ync.h timeline_.
34e0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 c:timeline.h upd
34f0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
3500: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
3510: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
3520: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
3530: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
3540: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
3550: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
3560: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
3570: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
3580: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
3590: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
35a0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
35b0: 64 65 72 73 0a 0a 63 6f 6e 73 74 72 75 63 74 5f ders..construct_
35c0: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 63 6f .c:.$(SRCDIR)/co
35d0: 6e 73 74 72 75 63 74 2e 63 20 24 28 53 52 43 44 nstruct.c $(SRCD
35e0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
35f0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
3600: 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e te $(SRCDIR)/con
3610: 73 74 72 75 63 74 2e 63 20 7c 20 73 65 64 20 2d struct.c | sed -
3620: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
3630: 49 4f 4e 20 3e 63 6f 6e 73 74 72 75 63 74 5f 2e ION >construct_.
3640: 63 0a 0a 63 6f 6e 73 74 72 75 63 74 2e 6f 3a 09 c..construct.o:.
3650: 63 6f 6e 73 74 72 75 63 74 5f 2e 63 20 63 6f 6e construct_.c con
3660: 73 74 72 75 63 74 2e 68 20 20 24 28 53 52 43 44 struct.h $(SRCD
3670: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
3680: 58 54 43 43 29 20 2d 6f 20 63 6f 6e 73 74 72 75 XTCC) -o constru
3690: 63 74 2e 6f 20 2d 63 20 63 6f 6e 73 74 72 75 63 ct.o -c construc
36a0: 74 5f 2e 63 0a 0a 63 6f 6e 73 74 72 75 63 74 2e t_.c..construct.
36b0: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
36c0: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
36d0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 dd_.c:add.h blob
36e0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
36f0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
3700: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
3710: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
3720: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
3730: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
3740: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
3750: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
3760: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
3770: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
3780: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
3790: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
37a0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
37b0: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
37c0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
37d0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
37e0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
37f0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
3800: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
3810: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
3820: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
3830: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
3840: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
3850: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
3860: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
3870: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
3880: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
3890: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
38a0: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
38b0: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
38c0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
38d0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
38e0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
38f0: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
3900: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
3910: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
3920: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
3930: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
3940: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 c_.c:sync.h time
3950: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
3960: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
3970: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
3980: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
3990: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
39a0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
39b0: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
39c0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
39d0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
39e0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
39f0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
3a00: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
3a10: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
3a20: 63 68 20 68 65 61 64 65 72 73 0a 0a 63 6f 6e 74 ch headers..cont
3a30: 65 6e 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 ent_.c:.$(SRCDIR
3a40: 29 2f 63 6f 6e 74 65 6e 74 2e 63 20 24 28 53 52 )/content.c $(SR
3a50: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
3a60: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
3a70: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 63 late $(SRCDIR)/c
3a80: 6f 6e 74 65 6e 74 2e 63 20 7c 20 73 65 64 20 2d ontent.c | sed -
3a90: 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 f $(SRCDIR)/VERS
3aa0: 49 4f 4e 20 3e 63 6f 6e 74 65 6e 74 5f 2e 63 0a ION >content_.c.
3ab0: 0a 63 6f 6e 74 65 6e 74 2e 6f 3a 09 63 6f 6e 74 .content.o:.cont
3ac0: 65 6e 74 5f 2e 63 20 63 6f 6e 74 65 6e 74 2e 68 ent_.c content.h
3ad0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
3ae0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
3af0: 20 63 6f 6e 74 65 6e 74 2e 6f 20 2d 63 20 63 6f content.o -c co
3b00: 6e 74 65 6e 74 5f 2e 63 0a 0a 63 6f 6e 74 65 6e ntent_.c..conten
3b10: 74 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 t.h:.makeheaders
3b20: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
3b30: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c add_.c:add.h bl
3b40: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
3b50: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
3b60: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
3b70: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
3b80: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
3b90: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
3ba0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
3bb0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
3bc0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
3bd0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
3be0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
3bf0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
3c00: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
3c10: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
3c20: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
3c30: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
3c40: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
3c50: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
3c60: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
3c70: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
3c80: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
3c90: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
3ca0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
3cb0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
3cc0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
3cd0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
3ce0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
3cf0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
3d00: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
3d10: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
3d20: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
3d30: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
3d40: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
3d50: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d :rebuild.h schem
3d60: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
3d70: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
3d80: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
3d90: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
3da0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 ync_.c:sync.h ti
3db0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
3dc0: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 ne.h update_.c:u
3dd0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
3de0: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
3df0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
3e00: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
3e10: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
3e20: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
3e30: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
3e40: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
3e50: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
3e60: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
3e70: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
3e80: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 64 62 ouch headers..db
3e90: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 64 _.c:.$(SRCDIR)/d
3ea0: 62 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 b.c $(SRCDIR)/VE
3eb0: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
3ec0: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
3ed0: 52 43 44 49 52 29 2f 64 62 2e 63 20 7c 20 73 65 RCDIR)/db.c | se
3ee0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
3ef0: 45 52 53 49 4f 4e 20 3e 64 62 5f 2e 63 0a 0a 64 ERSION >db_.c..d
3f00: 62 2e 6f 3a 09 64 62 5f 2e 63 20 64 62 2e 68 20 b.o:.db_.c db.h
3f10: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
3f20: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
3f30: 64 62 2e 6f 20 2d 63 20 64 62 5f 2e 63 0a 0a 64 db.o -c db_.c..d
3f40: 62 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 b.h:.makeheaders
3f50: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
3f60: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c add_.c:add.h bl
3f70: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
3f80: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
3f90: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
3fa0: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
3fb0: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
3fc0: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
3fd0: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
3fe0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
3ff0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
4000: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
4010: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
4020: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
4030: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
4040: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
4050: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
4060: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
4070: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
4080: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
4090: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
40a0: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
40b0: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
40c0: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
40d0: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
40e0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
40f0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
4100: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
4110: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
4120: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
4130: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
4140: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
4150: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
4160: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
4170: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
4180: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d :rebuild.h schem
4190: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
41a0: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
41b0: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
41c0: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
41d0: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 ync_.c:sync.h ti
41e0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
41f0: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 ne.h update_.c:u
4200: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
4210: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
4220: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
4230: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
4240: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
4250: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
4260: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
4270: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
4280: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
4290: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
42a0: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
42b0: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 64 65 ouch headers..de
42c0: 6c 74 61 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 lta_.c:.$(SRCDIR
42d0: 29 2f 64 65 6c 74 61 2e 63 20 24 28 53 52 43 44 )/delta.c $(SRCD
42e0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
42f0: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
4300: 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 65 6c te $(SRCDIR)/del
4310: 74 61 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 ta.c | sed -f $(
4320: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
4330: 3e 64 65 6c 74 61 5f 2e 63 0a 0a 64 65 6c 74 61 >delta_.c..delta
4340: 2e 6f 3a 09 64 65 6c 74 61 5f 2e 63 20 64 65 6c .o:.delta_.c del
4350: 74 61 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f ta.h $(SRCDIR)/
4360: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
4370: 29 20 2d 6f 20 64 65 6c 74 61 2e 6f 20 2d 63 20 ) -o delta.o -c
4380: 64 65 6c 74 61 5f 2e 63 0a 0a 64 65 6c 74 61 2e delta_.c..delta.
4390: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
43a0: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
43b0: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 dd_.c:add.h blob
43c0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
43d0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
43e0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
43f0: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
4400: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
4410: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
4420: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
4430: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
4440: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
4450: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
4460: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
4470: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
4480: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
4490: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
44a0: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
44b0: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
44c0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
44d0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
44e0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
44f0: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
4500: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
4510: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
4520: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
4530: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
4540: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
4550: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
4560: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
4570: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
4580: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
4590: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
45a0: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
45b0: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
45c0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
45d0: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
45e0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
45f0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
4600: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
4610: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
4620: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 c_.c:sync.h time
4630: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
4640: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
4650: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
4660: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
4670: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
4680: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
4690: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
46a0: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
46b0: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
46c0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
46d0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
46e0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
46f0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
4700: 63 68 20 68 65 61 64 65 72 73 0a 0a 64 65 6c 74 ch headers..delt
4710: 61 63 6d 64 5f 2e 63 3a 09 24 28 53 52 43 44 49 acmd_.c:.$(SRCDI
4720: 52 29 2f 64 65 6c 74 61 63 6d 64 2e 63 20 24 28 R)/deltacmd.c $(
4730: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
4740: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
4750: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
4760: 2f 64 65 6c 74 61 63 6d 64 2e 63 20 7c 20 73 65 /deltacmd.c | se
4770: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
4780: 45 52 53 49 4f 4e 20 3e 64 65 6c 74 61 63 6d 64 ERSION >deltacmd
4790: 5f 2e 63 0a 0a 64 65 6c 74 61 63 6d 64 2e 6f 3a _.c..deltacmd.o:
47a0: 09 64 65 6c 74 61 63 6d 64 5f 2e 63 20 64 65 6c .deltacmd_.c del
47b0: 74 61 63 6d 64 2e 68 20 20 24 28 53 52 43 44 49 tacmd.h $(SRCDI
47c0: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
47d0: 54 43 43 29 20 2d 6f 20 64 65 6c 74 61 63 6d 64 TCC) -o deltacmd
47e0: 2e 6f 20 2d 63 20 64 65 6c 74 61 63 6d 64 5f 2e .o -c deltacmd_.
47f0: 63 0a 0a 64 65 6c 74 61 63 6d 64 2e 68 3a 09 6d c..deltacmd.h:.m
4800: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
4810: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
4820: 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:add.h blob_.c:
4830: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
4840: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
4850: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
4860: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
4870: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
4880: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
4890: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
48a0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
48b0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
48c0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
48d0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
48e0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
48f0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
4900: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
4910: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
4920: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
4930: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
4940: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
4950: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
4960: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
4970: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
4980: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
4990: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
49a0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
49b0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
49c0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
49d0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
49e0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
49f0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
4a00: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
4a10: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 t_.c:pivot.h pri
4a20: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
4a30: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
4a40: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ld.h schema_.c:s
4a50: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
4a60: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
4a70: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 :sha1.h style_.c
4a80: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
4a90: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 :sync.h timeline
4aa0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
4ab0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
4ac0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
4ad0: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
4ae0: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
4af0: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
4b00: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
4b10: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
4b20: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
4b30: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
4b40: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
4b50: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
4b60: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
4b70: 65 61 64 65 72 73 0a 0a 64 65 73 63 65 6e 64 65 eaders..descende
4b80: 6e 74 73 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 nts_.c:.$(SRCDIR
4b90: 29 2f 64 65 73 63 65 6e 64 65 6e 74 73 2e 63 20 )/descendents.c
4ba0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
4bb0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
4bc0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
4bd0: 52 29 2f 64 65 73 63 65 6e 64 65 6e 74 73 2e 63 R)/descendents.c
4be0: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
4bf0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 65 73 IR)/VERSION >des
4c00: 63 65 6e 64 65 6e 74 73 5f 2e 63 0a 0a 64 65 73 cendents_.c..des
4c10: 63 65 6e 64 65 6e 74 73 2e 6f 3a 09 64 65 73 63 cendents.o:.desc
4c20: 65 6e 64 65 6e 74 73 5f 2e 63 20 64 65 73 63 65 endents_.c desce
4c30: 6e 64 65 6e 74 73 2e 68 20 20 24 28 53 52 43 44 ndents.h $(SRCD
4c40: 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 IR)/config.h..$(
4c50: 58 54 43 43 29 20 2d 6f 20 64 65 73 63 65 6e 64 XTCC) -o descend
4c60: 65 6e 74 73 2e 6f 20 2d 63 20 64 65 73 63 65 6e ents.o -c descen
4c70: 64 65 6e 74 73 5f 2e 63 0a 0a 64 65 73 63 65 6e dents_.c..descen
4c80: 64 65 6e 74 73 2e 68 3a 09 6d 61 6b 65 68 65 61 dents.h:.makehea
4c90: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
4ca0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
4cb0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
4cc0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
4cd0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
4ce0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
4cf0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
4d00: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
4d10: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
4d20: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
4d30: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
4d40: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
4d50: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
4d60: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
4d70: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
4d80: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
4d90: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
4da0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
4db0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
4dc0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
4dd0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
4de0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
4df0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
4e00: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
4e10: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
4e20: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
4e30: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
4e40: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
4e50: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
4e60: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
4e70: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
4e80: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
4e90: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
4ea0: 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ivot.h printf_.c
4eb0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
4ec0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 d_.c:rebuild.h s
4ed0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
4ee0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
4ef0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
4f00: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
4f10: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
4f20: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
4f30: 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f meline.h update_
4f40: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
4f50: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
4f60: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
4f70: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
4f80: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
4f90: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
4fa0: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
4fb0: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
4fc0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
4fd0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
4fe0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
4ff0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
5000: 0a 0a 64 69 66 66 5f 2e 63 3a 09 24 28 53 52 43 ..diff_.c:.$(SRC
5010: 44 49 52 29 2f 64 69 66 66 2e 63 20 24 28 53 52 DIR)/diff.c $(SR
5020: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
5030: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
5040: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 64 late $(SRCDIR)/d
5050: 69 66 66 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 iff.c | sed -f $
5060: 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e (SRCDIR)/VERSION
5070: 20 3e 64 69 66 66 5f 2e 63 0a 0a 64 69 66 66 2e >diff_.c..diff.
5080: 6f 3a 09 64 69 66 66 5f 2e 63 20 64 69 66 66 2e o:.diff_.c diff.
5090: 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e h $(SRCDIR)/con
50a0: 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d fig.h..$(XTCC) -
50b0: 6f 20 64 69 66 66 2e 6f 20 2d 63 20 64 69 66 66 o diff.o -c diff
50c0: 5f 2e 63 0a 0a 64 69 66 66 2e 68 3a 09 6d 61 6b _.c..diff.h:.mak
50d0: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
50e0: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
50f0: 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c add.h blob_.c:bl
5100: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ob.h cgi_.c:cgi.
5110: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
5120: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
5130: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
5140: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
5150: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
5160: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
5170: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
5180: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
5190: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
51a0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
51b0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
51c0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
51d0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
51e0: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
51f0: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
5200: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
5210: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
5220: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
5230: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
5240: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
5250: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
5260: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
5270: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
5280: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
5290: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
52a0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
52b0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
52c0: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
52d0: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
52e0: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 .c:pivot.h print
52f0: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
5300: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
5310: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
5320: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
5330: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
5340: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 ha1.h style_.c:s
5350: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
5360: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e ync.h timeline_.
5370: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 c:timeline.h upd
5380: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
5390: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
53a0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
53b0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
53c0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
53d0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
53e0: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
53f0: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
5400: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
5410: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
5420: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
5430: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
5440: 64 65 72 73 0a 0a 64 69 66 66 63 6d 64 5f 2e 63 ders..diffcmd_.c
5450: 3a 09 24 28 53 52 43 44 49 52 29 2f 64 69 66 66 :.$(SRCDIR)/diff
5460: 63 6d 64 2e 63 20 24 28 53 52 43 44 49 52 29 2f cmd.c $(SRCDIR)/
5470: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
5480: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
5490: 28 53 52 43 44 49 52 29 2f 64 69 66 66 63 6d 64 (SRCDIR)/diffcmd
54a0: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
54b0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 64 CDIR)/VERSION >d
54c0: 69 66 66 63 6d 64 5f 2e 63 0a 0a 64 69 66 66 63 iffcmd_.c..diffc
54d0: 6d 64 2e 6f 3a 09 64 69 66 66 63 6d 64 5f 2e 63 md.o:.diffcmd_.c
54e0: 20 64 69 66 66 63 6d 64 2e 68 20 20 24 28 53 52 diffcmd.h $(SR
54f0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
5500: 24 28 58 54 43 43 29 20 2d 6f 20 64 69 66 66 63 $(XTCC) -o diffc
5510: 6d 64 2e 6f 20 2d 63 20 64 69 66 66 63 6d 64 5f md.o -c diffcmd_
5520: 2e 63 0a 0a 64 69 66 66 63 6d 64 2e 68 3a 09 6d .c..diffcmd.h:.m
5530: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
5540: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
5550: 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:add.h blob_.c:
5560: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
5570: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
5580: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
5590: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
55a0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
55b0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
55c0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
55d0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
55e0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
55f0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
5600: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
5610: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
5620: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
5630: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
5640: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
5650: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
5660: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
5670: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
5680: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
5690: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
56a0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
56b0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
56c0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
56d0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
56e0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
56f0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
5700: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
5710: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
5720: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
5730: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
5740: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 t_.c:pivot.h pri
5750: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
5760: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
5770: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ld.h schema_.c:s
5780: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
5790: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
57a0: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 :sha1.h style_.c
57b0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
57c0: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 :sync.h timeline
57d0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
57e0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
57f0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
5800: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
5810: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
5820: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
5830: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
5840: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
5850: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
5860: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
5870: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
5880: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
5890: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
58a0: 65 61 64 65 72 73 0a 0a 65 6e 63 6f 64 65 5f 2e eaders..encode_.
58b0: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 65 6e 63 c:.$(SRCDIR)/enc
58c0: 6f 64 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f ode.c $(SRCDIR)/
58d0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
58e0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
58f0: 28 53 52 43 44 49 52 29 2f 65 6e 63 6f 64 65 2e (SRCDIR)/encode.
5900: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
5910: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 65 6e DIR)/VERSION >en
5920: 63 6f 64 65 5f 2e 63 0a 0a 65 6e 63 6f 64 65 2e code_.c..encode.
5930: 6f 3a 09 65 6e 63 6f 64 65 5f 2e 63 20 65 6e 63 o:.encode_.c enc
5940: 6f 64 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 ode.h $(SRCDIR)
5950: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
5960: 43 29 20 2d 6f 20 65 6e 63 6f 64 65 2e 6f 20 2d C) -o encode.o -
5970: 63 20 65 6e 63 6f 64 65 5f 2e 63 0a 0a 65 6e 63 c encode_.c..enc
5980: 6f 64 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 ode.h:.makeheade
5990: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
59a0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
59b0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
59c0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
59d0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
59e0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
59f0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
5a00: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
5a10: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
5a20: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
5a30: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
5a40: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
5a50: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
5a60: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
5a70: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
5a80: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
5a90: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
5aa0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
5ab0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
5ac0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
5ad0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
5ae0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
5af0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
5b00: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
5b10: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
5b20: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
5b30: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
5b40: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
5b50: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
5b60: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
5b70: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
5b80: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
5b90: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
5ba0: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ot.h printf_.c:p
5bb0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
5bc0: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
5bd0: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
5be0: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
5bf0: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
5c00: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
5c10: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
5c20: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
5c30: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 line.h update_.c
5c40: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
5c50: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
5c60: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
5c70: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
5c80: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
5c90: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
5ca0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
5cb0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
5cc0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
5cd0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
5ce0: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
5cf0: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
5d00: 66 69 6c 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 file_.c:.$(SRCDI
5d10: 52 29 2f 66 69 6c 65 2e 63 20 24 28 53 52 43 44 R)/file.c $(SRCD
5d20: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
5d30: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
5d40: 74 65 20 24 28 53 52 43 44 49 52 29 2f 66 69 6c te $(SRCDIR)/fil
5d50: 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 e.c | sed -f $(S
5d60: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
5d70: 66 69 6c 65 5f 2e 63 0a 0a 66 69 6c 65 2e 6f 3a file_.c..file.o:
5d80: 09 66 69 6c 65 5f 2e 63 20 66 69 6c 65 2e 68 20 .file_.c file.h
5d90: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
5da0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
5db0: 66 69 6c 65 2e 6f 20 2d 63 20 66 69 6c 65 5f 2e file.o -c file_.
5dc0: 63 0a 0a 66 69 6c 65 2e 68 3a 09 6d 61 6b 65 68 c..file.h:.makeh
5dd0: 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 eaders.../makehe
5de0: 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 aders add_.c:ad
5df0: 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 d.h blob_.c:blob
5e00: 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 .h cgi_.c:cgi.h
5e10: 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b checkin_.c:check
5e20: 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 in.h checkout_.c
5e30: 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 :checkout.h clea
5e40: 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 rsign_.c:clearsi
5e50: 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c gn.h clone_.c:cl
5e60: 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f one.h comformat_
5e70: 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 .c:comformat.h c
5e80: 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 onstruct_.c:cons
5e90: 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f truct.h content_
5ea0: 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f .c:content.h db_
5eb0: 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 .c:db.h delta_.c
5ec0: 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d :delta.h deltacm
5ed0: 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 d_.c:deltacmd.h
5ee0: 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 descendents_.c:d
5ef0: 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 escendents.h dif
5f00: 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 f_.c:diff.h diff
5f10: 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 cmd_.c:diffcmd.h
5f20: 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 encode_.c:encod
5f30: 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 e.h file_.c:file
5f40: 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e .h http_.c:http.
5f50: 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 h info_.c:info.h
5f60: 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e login_.c:login.
5f70: 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 h main_.c:main.h
5f80: 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e manifest_.c:man
5f90: 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d ifest.h md5_.c:m
5fa0: 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 d5.h merge_.c:me
5fb0: 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a rge.h merge3_.c:
5fc0: 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 merge3.h name_.c
5fd0: 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 :name.h pivot_.c
5fe0: 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f :pivot.h printf_
5ff0: 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 .c:printf.h rebu
6000: 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 ild_.c:rebuild.h
6010: 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d schema_.c:schem
6020: 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 a.h setup_.c:set
6030: 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 up.h sha1_.c:sha
6040: 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 1.h style_.c:sty
6050: 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e le.h sync_.c:syn
6060: 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a c.h timeline_.c:
6070: 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 timeline.h updat
6080: 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 e_.c:update.h ur
6090: 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f l_.c:url.h user_
60a0: 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 .c:user.h verify
60b0: 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 _.c:verify.h vfi
60c0: 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 le_.c:vfile.h wi
60d0: 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b ki_.c:wiki.h wik
60e0: 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 iformat_.c:wikif
60f0: 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a ormat.h xfer_.c:
6100: 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 xfer.h zip_.c:zi
6110: 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 p.h $(SRCDIR)/sq
6120: 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f lite3.h ./VERSIO
6130: 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 N.h..touch heade
6140: 72 73 0a 0a 68 74 74 70 5f 2e 63 3a 09 24 28 53 rs..http_.c:.$(S
6150: 52 43 44 49 52 29 2f 68 74 74 70 2e 63 20 24 28 RCDIR)/http.c $(
6160: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
6170: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
6180: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
6190: 2f 68 74 74 70 2e 63 20 7c 20 73 65 64 20 2d 66 /http.c | sed -f
61a0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
61b0: 4f 4e 20 3e 68 74 74 70 5f 2e 63 0a 0a 68 74 74 ON >http_.c..htt
61c0: 70 2e 6f 3a 09 68 74 74 70 5f 2e 63 20 68 74 74 p.o:.http_.c htt
61d0: 70 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 p.h $(SRCDIR)/c
61e0: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
61f0: 20 2d 6f 20 68 74 74 70 2e 6f 20 2d 63 20 68 74 -o http.o -c ht
6200: 74 70 5f 2e 63 0a 0a 68 74 74 70 2e 68 3a 09 6d tp_.c..http.h:.m
6210: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
6220: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
6230: 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:add.h blob_.c:
6240: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
6250: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
6260: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
6270: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
6280: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
6290: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
62a0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
62b0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
62c0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
62d0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
62e0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
62f0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
6300: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
6310: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
6320: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
6330: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
6340: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
6350: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
6360: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
6370: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
6380: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
6390: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
63a0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
63b0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
63c0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
63d0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
63e0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
63f0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
6400: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
6410: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
6420: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 t_.c:pivot.h pri
6430: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
6440: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
6450: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ld.h schema_.c:s
6460: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
6470: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
6480: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 :sha1.h style_.c
6490: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
64a0: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 :sync.h timeline
64b0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
64c0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
64d0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
64e0: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
64f0: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
6500: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
6510: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
6520: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
6530: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
6540: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
6550: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
6560: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
6570: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
6580: 65 61 64 65 72 73 0a 0a 69 6e 66 6f 5f 2e 63 3a eaders..info_.c:
6590: 09 24 28 53 52 43 44 49 52 29 2f 69 6e 66 6f 2e .$(SRCDIR)/info.
65a0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
65b0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
65c0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
65d0: 44 49 52 29 2f 69 6e 66 6f 2e 63 20 7c 20 73 65 DIR)/info.c | se
65e0: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
65f0: 45 52 53 49 4f 4e 20 3e 69 6e 66 6f 5f 2e 63 0a ERSION >info_.c.
6600: 0a 69 6e 66 6f 2e 6f 3a 09 69 6e 66 6f 5f 2e 63 .info.o:.info_.c
6610: 20 69 6e 66 6f 2e 68 20 20 24 28 53 52 43 44 49 info.h $(SRCDI
6620: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
6630: 54 43 43 29 20 2d 6f 20 69 6e 66 6f 2e 6f 20 2d TCC) -o info.o -
6640: 63 20 69 6e 66 6f 5f 2e 63 0a 0a 69 6e 66 6f 2e c info_.c..info.
6650: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
6660: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
6670: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 dd_.c:add.h blob
6680: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
6690: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
66a0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
66b0: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
66c0: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
66d0: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
66e0: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
66f0: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
6700: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
6710: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
6720: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
6730: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
6740: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
6750: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
6760: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
6770: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
6780: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
6790: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
67a0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
67b0: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
67c0: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
67d0: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
67e0: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
67f0: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
6800: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
6810: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
6820: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
6830: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
6840: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
6850: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
6860: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
6870: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
6880: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
6890: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
68a0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
68b0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
68c0: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
68d0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
68e0: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 c_.c:sync.h time
68f0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
6900: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
6910: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
6920: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
6930: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
6940: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
6950: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
6960: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
6970: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
6980: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
6990: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
69a0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
69b0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
69c0: 63 68 20 68 65 61 64 65 72 73 0a 0a 6c 6f 67 69 ch headers..logi
69d0: 6e 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f n_.c:.$(SRCDIR)/
69e0: 6c 6f 67 69 6e 2e 63 20 24 28 53 52 43 44 49 52 login.c $(SRCDIR
69f0: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
6a00: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
6a10: 20 24 28 53 52 43 44 49 52 29 2f 6c 6f 67 69 6e $(SRCDIR)/login
6a20: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
6a30: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 6c CDIR)/VERSION >l
6a40: 6f 67 69 6e 5f 2e 63 0a 0a 6c 6f 67 69 6e 2e 6f ogin_.c..login.o
6a50: 3a 09 6c 6f 67 69 6e 5f 2e 63 20 6c 6f 67 69 6e :.login_.c login
6a60: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
6a70: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
6a80: 2d 6f 20 6c 6f 67 69 6e 2e 6f 20 2d 63 20 6c 6f -o login.o -c lo
6a90: 67 69 6e 5f 2e 63 0a 0a 6c 6f 67 69 6e 2e 68 3a gin_.c..login.h:
6aa0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
6ab0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
6ac0: 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e _.c:add.h blob_.
6ad0: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
6ae0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
6af0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
6b00: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
6b10: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
6b20: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
6b30: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
6b40: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
6b50: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
6b60: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
6b70: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
6b80: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
6b90: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
6ba0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
6bb0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
6bc0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
6bd0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
6be0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
6bf0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
6c00: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
6c10: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
6c20: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
6c30: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
6c40: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
6c50: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
6c60: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
6c70: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
6c80: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
6c90: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
6ca0: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
6cb0: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
6cc0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
6cd0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
6ce0: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 uild.h schema_.c
6cf0: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
6d00: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
6d10: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f .c:sha1.h style_
6d20: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
6d30: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 .c:sync.h timeli
6d40: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
6d50: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
6d60: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
6d70: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
6d80: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
6d90: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
6da0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
6db0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
6dc0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
6dd0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
6de0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
6df0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
6e00: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
6e10: 20 68 65 61 64 65 72 73 0a 0a 6d 61 69 6e 5f 2e headers..main_.
6e20: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 6d 61 69 c:.$(SRCDIR)/mai
6e30: 6e 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 n.c $(SRCDIR)/VE
6e40: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
6e50: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
6e60: 52 43 44 49 52 29 2f 6d 61 69 6e 2e 63 20 7c 20 RCDIR)/main.c |
6e70: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
6e80: 2f 56 45 52 53 49 4f 4e 20 3e 6d 61 69 6e 5f 2e /VERSION >main_.
6e90: 63 0a 0a 6d 61 69 6e 2e 6f 3a 09 6d 61 69 6e 5f c..main.o:.main_
6ea0: 2e 63 20 6d 61 69 6e 2e 68 20 70 61 67 65 5f 69 .c main.h page_i
6eb0: 6e 64 65 78 2e 68 20 24 28 53 52 43 44 49 52 29 ndex.h $(SRCDIR)
6ec0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
6ed0: 43 29 20 2d 6f 20 6d 61 69 6e 2e 6f 20 2d 63 20 C) -o main.o -c
6ee0: 6d 61 69 6e 5f 2e 63 0a 0a 6d 61 69 6e 2e 68 3a main_.c..main.h:
6ef0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
6f00: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
6f10: 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e _.c:add.h blob_.
6f20: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
6f30: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
6f40: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
6f50: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
6f60: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
6f70: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
6f80: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
6f90: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
6fa0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
6fb0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
6fc0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
6fd0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
6fe0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
6ff0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
7000: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
7010: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
7020: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
7030: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
7040: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
7050: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
7060: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
7070: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
7080: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
7090: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
70a0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
70b0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
70c0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
70d0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
70e0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
70f0: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
7100: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
7110: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
7120: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
7130: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 uild.h schema_.c
7140: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
7150: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
7160: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f .c:sha1.h style_
7170: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
7180: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 .c:sync.h timeli
7190: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
71a0: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
71b0: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
71c0: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
71d0: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
71e0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
71f0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
7200: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
7210: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
7220: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
7230: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
7240: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
7250: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
7260: 20 68 65 61 64 65 72 73 0a 0a 6d 61 6e 69 66 65 headers..manife
7270: 73 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 st_.c:.$(SRCDIR)
7280: 2f 6d 61 6e 69 66 65 73 74 2e 63 20 24 28 53 52 /manifest.c $(SR
7290: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
72a0: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
72b0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d late $(SRCDIR)/m
72c0: 61 6e 69 66 65 73 74 2e 63 20 7c 20 73 65 64 20 anifest.c | sed
72d0: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
72e0: 53 49 4f 4e 20 3e 6d 61 6e 69 66 65 73 74 5f 2e SION >manifest_.
72f0: 63 0a 0a 6d 61 6e 69 66 65 73 74 2e 6f 3a 09 6d c..manifest.o:.m
7300: 61 6e 69 66 65 73 74 5f 2e 63 20 6d 61 6e 69 66 anifest_.c manif
7310: 65 73 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 est.h $(SRCDIR)
7320: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
7330: 43 29 20 2d 6f 20 6d 61 6e 69 66 65 73 74 2e 6f C) -o manifest.o
7340: 20 2d 63 20 6d 61 6e 69 66 65 73 74 5f 2e 63 0a -c manifest_.c.
7350: 0a 6d 61 6e 69 66 65 73 74 2e 68 3a 09 6d 61 6b .manifest.h:.mak
7360: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
7370: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
7380: 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c add.h blob_.c:bl
7390: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ob.h cgi_.c:cgi.
73a0: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
73b0: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
73c0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
73d0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
73e0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
73f0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
7400: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
7410: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
7420: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
7430: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
7440: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
7450: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
7460: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
7470: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
7480: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
7490: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
74a0: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
74b0: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
74c0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
74d0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
74e0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
74f0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
7500: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
7510: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
7520: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
7530: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
7540: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
7550: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
7560: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
7570: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 .c:pivot.h print
7580: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
7590: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
75a0: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
75b0: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
75c0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
75d0: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 ha1.h style_.c:s
75e0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
75f0: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e ync.h timeline_.
7600: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 c:timeline.h upd
7610: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
7620: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
7630: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
7640: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
7650: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
7660: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
7670: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
7680: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
7690: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
76a0: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
76b0: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
76c0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
76d0: 64 65 72 73 0a 0a 6d 64 35 5f 2e 63 3a 09 24 28 ders..md5_.c:.$(
76e0: 53 52 43 44 49 52 29 2f 6d 64 35 2e 63 20 24 28 SRCDIR)/md5.c $(
76f0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
7700: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
7710: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
7720: 2f 6d 64 35 2e 63 20 7c 20 73 65 64 20 2d 66 20 /md5.c | sed -f
7730: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
7740: 4e 20 3e 6d 64 35 5f 2e 63 0a 0a 6d 64 35 2e 6f N >md5_.c..md5.o
7750: 3a 09 6d 64 35 5f 2e 63 20 6d 64 35 2e 68 20 20 :.md5_.c md5.h
7760: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
7770: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 6d .h..$(XTCC) -o m
7780: 64 35 2e 6f 20 2d 63 20 6d 64 35 5f 2e 63 0a 0a d5.o -c md5_.c..
7790: 6d 64 35 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 md5.h:.makeheade
77a0: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
77b0: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
77c0: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
77d0: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
77e0: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
77f0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
7800: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
7810: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
7820: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
7830: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
7840: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
7850: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
7860: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
7870: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
7880: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
7890: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
78a0: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
78b0: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
78c0: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
78d0: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
78e0: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
78f0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
7900: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
7910: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
7920: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
7930: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
7940: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
7950: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
7960: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
7970: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
7980: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
7990: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
79a0: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
79b0: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ot.h printf_.c:p
79c0: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
79d0: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
79e0: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
79f0: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
7a00: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
7a10: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
7a20: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
7a30: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
7a40: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 line.h update_.c
7a50: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
7a60: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
7a70: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
7a80: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
7a90: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
7aa0: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
7ab0: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
7ac0: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
7ad0: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
7ae0: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
7af0: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
7b00: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
7b10: 6d 65 72 67 65 5f 2e 63 3a 09 24 28 53 52 43 44 merge_.c:.$(SRCD
7b20: 49 52 29 2f 6d 65 72 67 65 2e 63 20 24 28 53 52 IR)/merge.c $(SR
7b30: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
7b40: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
7b50: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d late $(SRCDIR)/m
7b60: 65 72 67 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 erge.c | sed -f
7b70: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
7b80: 4e 20 3e 6d 65 72 67 65 5f 2e 63 0a 0a 6d 65 72 N >merge_.c..mer
7b90: 67 65 2e 6f 3a 09 6d 65 72 67 65 5f 2e 63 20 6d ge.o:.merge_.c m
7ba0: 65 72 67 65 2e 68 20 20 24 28 53 52 43 44 49 52 erge.h $(SRCDIR
7bb0: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
7bc0: 43 43 29 20 2d 6f 20 6d 65 72 67 65 2e 6f 20 2d CC) -o merge.o -
7bd0: 63 20 6d 65 72 67 65 5f 2e 63 0a 0a 6d 65 72 67 c merge_.c..merg
7be0: 65 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 e.h:.makeheaders
7bf0: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
7c00: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c add_.c:add.h bl
7c10: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
7c20: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
7c30: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
7c40: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
7c50: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
7c60: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
7c70: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
7c80: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
7c90: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
7ca0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
7cb0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
7cc0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
7cd0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
7ce0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
7cf0: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
7d00: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
7d10: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
7d20: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
7d30: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
7d40: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
7d50: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
7d60: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
7d70: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
7d80: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
7d90: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
7da0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
7db0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
7dc0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
7dd0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
7de0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
7df0: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
7e00: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
7e10: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
7e20: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d :rebuild.h schem
7e30: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
7e40: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
7e50: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
7e60: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
7e70: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 ync_.c:sync.h ti
7e80: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
7e90: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 ne.h update_.c:u
7ea0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
7eb0: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
7ec0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
7ed0: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
7ee0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
7ef0: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
7f00: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
7f10: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
7f20: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
7f30: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
7f40: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
7f50: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 6d 65 ouch headers..me
7f60: 72 67 65 33 5f 2e 63 3a 09 24 28 53 52 43 44 49 rge3_.c:.$(SRCDI
7f70: 52 29 2f 6d 65 72 67 65 33 2e 63 20 24 28 53 52 R)/merge3.c $(SR
7f80: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 CDIR)/VERSION tr
7f90: 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 anslate.../trans
7fa0: 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 2f 6d late $(SRCDIR)/m
7fb0: 65 72 67 65 33 2e 63 20 7c 20 73 65 64 20 2d 66 erge3.c | sed -f
7fc0: 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 $(SRCDIR)/VERSI
7fd0: 4f 4e 20 3e 6d 65 72 67 65 33 5f 2e 63 0a 0a 6d ON >merge3_.c..m
7fe0: 65 72 67 65 33 2e 6f 3a 09 6d 65 72 67 65 33 5f erge3.o:.merge3_
7ff0: 2e 63 20 6d 65 72 67 65 33 2e 68 20 20 24 28 53 .c merge3.h $(S
8000: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
8010: 09 24 28 58 54 43 43 29 20 2d 6f 20 6d 65 72 67 .$(XTCC) -o merg
8020: 65 33 2e 6f 20 2d 63 20 6d 65 72 67 65 33 5f 2e e3.o -c merge3_.
8030: 63 0a 0a 6d 65 72 67 65 33 2e 68 3a 09 6d 61 6b c..merge3.h:.mak
8040: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
8050: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
8060: 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c add.h blob_.c:bl
8070: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ob.h cgi_.c:cgi.
8080: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
8090: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
80a0: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
80b0: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
80c0: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
80d0: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
80e0: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
80f0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
8100: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
8110: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
8120: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
8130: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
8140: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
8150: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
8160: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
8170: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
8180: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
8190: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
81a0: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
81b0: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
81c0: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
81d0: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
81e0: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
81f0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
8200: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
8210: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
8220: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
8230: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
8240: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
8250: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 .c:pivot.h print
8260: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
8270: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
8280: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
8290: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
82a0: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
82b0: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 ha1.h style_.c:s
82c0: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
82d0: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e ync.h timeline_.
82e0: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 c:timeline.h upd
82f0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
8300: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
8310: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
8320: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
8330: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
8340: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
8350: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
8360: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
8370: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
8380: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
8390: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
83a0: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
83b0: 64 65 72 73 0a 0a 6e 61 6d 65 5f 2e 63 3a 09 24 ders..name_.c:.$
83c0: 28 53 52 43 44 49 52 29 2f 6e 61 6d 65 2e 63 20 (SRCDIR)/name.c
83d0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
83e0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
83f0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
8400: 52 29 2f 6e 61 6d 65 2e 63 20 7c 20 73 65 64 20 R)/name.c | sed
8410: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
8420: 53 49 4f 4e 20 3e 6e 61 6d 65 5f 2e 63 0a 0a 6e SION >name_.c..n
8430: 61 6d 65 2e 6f 3a 09 6e 61 6d 65 5f 2e 63 20 6e ame.o:.name_.c n
8440: 61 6d 65 2e 68 20 20 24 28 53 52 43 44 49 52 29 ame.h $(SRCDIR)
8450: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
8460: 43 29 20 2d 6f 20 6e 61 6d 65 2e 6f 20 2d 63 20 C) -o name.o -c
8470: 6e 61 6d 65 5f 2e 63 0a 0a 6e 61 6d 65 2e 68 3a name_.c..name.h:
8480: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
8490: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
84a0: 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e _.c:add.h blob_.
84b0: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
84c0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
84d0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
84e0: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
84f0: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
8500: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
8510: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
8520: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
8530: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
8540: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
8550: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
8560: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
8570: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
8580: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
8590: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
85a0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
85b0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
85c0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
85d0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
85e0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
85f0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
8600: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
8610: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
8620: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
8630: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
8640: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
8650: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
8660: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
8670: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
8680: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
8690: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
86a0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
86b0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
86c0: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 uild.h schema_.c
86d0: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
86e0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
86f0: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f .c:sha1.h style_
8700: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
8710: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 .c:sync.h timeli
8720: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
8730: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
8740: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
8750: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
8760: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
8770: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
8780: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
8790: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
87a0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
87b0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
87c0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
87d0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
87e0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
87f0: 20 68 65 61 64 65 72 73 0a 0a 70 69 76 6f 74 5f headers..pivot_
8800: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 70 69 .c:.$(SRCDIR)/pi
8810: 76 6f 74 2e 63 20 24 28 53 52 43 44 49 52 29 2f vot.c $(SRCDIR)/
8820: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
8830: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
8840: 28 53 52 43 44 49 52 29 2f 70 69 76 6f 74 2e 63 (SRCDIR)/pivot.c
8850: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
8860: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 70 69 76 IR)/VERSION >piv
8870: 6f 74 5f 2e 63 0a 0a 70 69 76 6f 74 2e 6f 3a 09 ot_.c..pivot.o:.
8880: 70 69 76 6f 74 5f 2e 63 20 70 69 76 6f 74 2e 68 pivot_.c pivot.h
8890: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
88a0: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
88b0: 20 70 69 76 6f 74 2e 6f 20 2d 63 20 70 69 76 6f pivot.o -c pivo
88c0: 74 5f 2e 63 0a 0a 70 69 76 6f 74 2e 68 3a 09 6d t_.c..pivot.h:.m
88d0: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
88e0: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
88f0: 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:add.h blob_.c:
8900: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
8910: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
8920: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
8930: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
8940: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
8950: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
8960: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
8970: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
8980: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
8990: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
89a0: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
89b0: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
89c0: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
89d0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
89e0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
89f0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
8a00: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
8a10: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
8a20: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
8a30: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
8a40: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
8a50: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
8a60: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
8a70: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
8a80: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
8a90: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
8aa0: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
8ab0: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
8ac0: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
8ad0: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
8ae0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 t_.c:pivot.h pri
8af0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
8b00: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
8b10: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ld.h schema_.c:s
8b20: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
8b30: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
8b40: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 :sha1.h style_.c
8b50: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
8b60: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 :sync.h timeline
8b70: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
8b80: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
8b90: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
8ba0: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
8bb0: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
8bc0: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
8bd0: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
8be0: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
8bf0: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
8c00: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
8c10: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
8c20: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
8c30: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
8c40: 65 61 64 65 72 73 0a 0a 70 72 69 6e 74 66 5f 2e eaders..printf_.
8c50: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 70 72 69 c:.$(SRCDIR)/pri
8c60: 6e 74 66 2e 63 20 24 28 53 52 43 44 49 52 29 2f ntf.c $(SRCDIR)/
8c70: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
8c80: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
8c90: 28 53 52 43 44 49 52 29 2f 70 72 69 6e 74 66 2e (SRCDIR)/printf.
8ca0: 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 c | sed -f $(SRC
8cb0: 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 70 72 DIR)/VERSION >pr
8cc0: 69 6e 74 66 5f 2e 63 0a 0a 70 72 69 6e 74 66 2e intf_.c..printf.
8cd0: 6f 3a 09 70 72 69 6e 74 66 5f 2e 63 20 70 72 69 o:.printf_.c pri
8ce0: 6e 74 66 2e 68 20 20 24 28 53 52 43 44 49 52 29 ntf.h $(SRCDIR)
8cf0: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
8d00: 43 29 20 2d 6f 20 70 72 69 6e 74 66 2e 6f 20 2d C) -o printf.o -
8d10: 63 20 70 72 69 6e 74 66 5f 2e 63 0a 0a 70 72 69 c printf_.c..pri
8d20: 6e 74 66 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 ntf.h:.makeheade
8d30: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
8d40: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
8d50: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
8d60: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
8d70: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
8d80: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
8d90: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
8da0: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
8db0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
8dc0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
8dd0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
8de0: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
8df0: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
8e00: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
8e10: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
8e20: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
8e30: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
8e40: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
8e50: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
8e60: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
8e70: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
8e80: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
8e90: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
8ea0: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
8eb0: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
8ec0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
8ed0: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
8ee0: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
8ef0: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
8f00: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
8f10: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
8f20: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
8f30: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
8f40: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ot.h printf_.c:p
8f50: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
8f60: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
8f70: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
8f80: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
8f90: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
8fa0: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
8fb0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
8fc0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
8fd0: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 line.h update_.c
8fe0: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
8ff0: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
9000: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
9010: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
9020: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
9030: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
9040: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
9050: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
9060: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
9070: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
9080: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
9090: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
90a0: 72 65 62 75 69 6c 64 5f 2e 63 3a 09 24 28 53 52 rebuild_.c:.$(SR
90b0: 43 44 49 52 29 2f 72 65 62 75 69 6c 64 2e 63 20 CDIR)/rebuild.c
90c0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
90d0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
90e0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
90f0: 52 29 2f 72 65 62 75 69 6c 64 2e 63 20 7c 20 73 R)/rebuild.c | s
9100: 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f ed -f $(SRCDIR)/
9110: 56 45 52 53 49 4f 4e 20 3e 72 65 62 75 69 6c 64 VERSION >rebuild
9120: 5f 2e 63 0a 0a 72 65 62 75 69 6c 64 2e 6f 3a 09 _.c..rebuild.o:.
9130: 72 65 62 75 69 6c 64 5f 2e 63 20 72 65 62 75 69 rebuild_.c rebui
9140: 6c 64 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f ld.h $(SRCDIR)/
9150: 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 config.h..$(XTCC
9160: 29 20 2d 6f 20 72 65 62 75 69 6c 64 2e 6f 20 2d ) -o rebuild.o -
9170: 63 20 72 65 62 75 69 6c 64 5f 2e 63 0a 0a 72 65 c rebuild_.c..re
9180: 62 75 69 6c 64 2e 68 3a 09 6d 61 6b 65 68 65 61 build.h:.makehea
9190: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
91a0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
91b0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
91c0: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
91d0: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
91e0: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
91f0: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
9200: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
9210: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
9220: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
9230: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
9240: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
9250: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
9260: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
9270: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
9280: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
9290: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
92a0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
92b0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
92c0: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
92d0: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
92e0: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
92f0: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
9300: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
9310: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
9320: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
9330: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
9340: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
9350: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
9360: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
9370: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
9380: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
9390: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
93a0: 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ivot.h printf_.c
93b0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
93c0: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 d_.c:rebuild.h s
93d0: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
93e0: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
93f0: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
9400: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
9410: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
9420: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
9430: 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f meline.h update_
9440: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
9450: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
9460: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
9470: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
9480: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
9490: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
94a0: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
94b0: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
94c0: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
94d0: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
94e0: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
94f0: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
9500: 0a 0a 73 63 68 65 6d 61 5f 2e 63 3a 09 24 28 53 ..schema_.c:.$(S
9510: 52 43 44 49 52 29 2f 73 63 68 65 6d 61 2e 63 20 RCDIR)/schema.c
9520: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
9530: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
9540: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
9550: 52 29 2f 73 63 68 65 6d 61 2e 63 20 7c 20 73 65 R)/schema.c | se
9560: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
9570: 45 52 53 49 4f 4e 20 3e 73 63 68 65 6d 61 5f 2e ERSION >schema_.
9580: 63 0a 0a 73 63 68 65 6d 61 2e 6f 3a 09 73 63 68 c..schema.o:.sch
9590: 65 6d 61 5f 2e 63 20 73 63 68 65 6d 61 2e 68 20 ema_.c schema.h
95a0: 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 $(SRCDIR)/confi
95b0: 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 g.h..$(XTCC) -o
95c0: 73 63 68 65 6d 61 2e 6f 20 2d 63 20 73 63 68 65 schema.o -c sche
95d0: 6d 61 5f 2e 63 0a 0a 73 63 68 65 6d 61 2e 68 3a ma_.c..schema.h:
95e0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
95f0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
9600: 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e _.c:add.h blob_.
9610: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
9620: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
9630: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
9640: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
9650: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
9660: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
9670: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
9680: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
9690: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
96a0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
96b0: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
96c0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
96d0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
96e0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
96f0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
9700: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
9710: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
9720: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
9730: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
9740: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
9750: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
9760: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
9770: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
9780: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
9790: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
97a0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
97b0: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
97c0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
97d0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
97e0: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
97f0: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
9800: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
9810: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
9820: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 uild.h schema_.c
9830: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
9840: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
9850: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f .c:sha1.h style_
9860: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
9870: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 .c:sync.h timeli
9880: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
9890: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
98a0: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
98b0: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
98c0: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
98d0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
98e0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
98f0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
9900: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
9910: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
9920: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
9930: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
9940: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
9950: 20 68 65 61 64 65 72 73 0a 0a 73 65 74 75 70 5f headers..setup_
9960: 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 65 .c:.$(SRCDIR)/se
9970: 74 75 70 2e 63 20 24 28 53 52 43 44 49 52 29 2f tup.c $(SRCDIR)/
9980: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
9990: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
99a0: 28 53 52 43 44 49 52 29 2f 73 65 74 75 70 2e 63 (SRCDIR)/setup.c
99b0: 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 | sed -f $(SRCD
99c0: 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 65 74 IR)/VERSION >set
99d0: 75 70 5f 2e 63 0a 0a 73 65 74 75 70 2e 6f 3a 09 up_.c..setup.o:.
99e0: 73 65 74 75 70 5f 2e 63 20 73 65 74 75 70 2e 68 setup_.c setup.h
99f0: 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 $(SRCDIR)/conf
9a00: 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f ig.h..$(XTCC) -o
9a10: 20 73 65 74 75 70 2e 6f 20 2d 63 20 73 65 74 75 setup.o -c setu
9a20: 70 5f 2e 63 0a 0a 73 65 74 75 70 2e 68 3a 09 6d p_.c..setup.h:.m
9a30: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
9a40: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
9a50: 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:add.h blob_.c:
9a60: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
9a70: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
9a80: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
9a90: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
9aa0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
9ab0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
9ac0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
9ad0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
9ae0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
9af0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
9b00: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
9b10: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
9b20: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
9b30: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
9b40: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
9b50: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
9b60: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
9b70: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
9b80: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
9b90: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
9ba0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
9bb0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
9bc0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
9bd0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
9be0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
9bf0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
9c00: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
9c10: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
9c20: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
9c30: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
9c40: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 t_.c:pivot.h pri
9c50: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
9c60: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
9c70: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ld.h schema_.c:s
9c80: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
9c90: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
9ca0: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 :sha1.h style_.c
9cb0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
9cc0: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 :sync.h timeline
9cd0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
9ce0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
9cf0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
9d00: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
9d10: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
9d20: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
9d30: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
9d40: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
9d50: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
9d60: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
9d70: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
9d80: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
9d90: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
9da0: 65 61 64 65 72 73 0a 0a 73 68 61 31 5f 2e 63 3a eaders..sha1_.c:
9db0: 09 24 28 53 52 43 44 49 52 29 2f 73 68 61 31 2e .$(SRCDIR)/sha1.
9dc0: 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 c $(SRCDIR)/VERS
9dd0: 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e ION translate...
9de0: 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 /translate $(SRC
9df0: 44 49 52 29 2f 73 68 61 31 2e 63 20 7c 20 73 65 DIR)/sha1.c | se
9e00: 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 d -f $(SRCDIR)/V
9e10: 45 52 53 49 4f 4e 20 3e 73 68 61 31 5f 2e 63 0a ERSION >sha1_.c.
9e20: 0a 73 68 61 31 2e 6f 3a 09 73 68 61 31 5f 2e 63 .sha1.o:.sha1_.c
9e30: 20 73 68 61 31 2e 68 20 20 24 28 53 52 43 44 49 sha1.h $(SRCDI
9e40: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
9e50: 54 43 43 29 20 2d 6f 20 73 68 61 31 2e 6f 20 2d TCC) -o sha1.o -
9e60: 63 20 73 68 61 31 5f 2e 63 0a 0a 73 68 61 31 2e c sha1_.c..sha1.
9e70: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
9e80: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
9e90: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 dd_.c:add.h blob
9ea0: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
9eb0: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
9ec0: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
9ed0: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
9ee0: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
9ef0: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
9f00: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
9f10: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
9f20: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
9f30: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
9f40: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
9f50: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
9f60: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
9f70: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
9f80: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
9f90: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
9fa0: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
9fb0: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
9fc0: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
9fd0: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
9fe0: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
9ff0: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
a000: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
a010: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
a020: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
a030: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
a040: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
a050: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
a060: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
a070: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
a080: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
a090: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
a0a0: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
a0b0: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
a0c0: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
a0d0: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
a0e0: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
a0f0: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
a100: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 c_.c:sync.h time
a110: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
a120: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
a130: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
a140: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
a150: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
a160: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
a170: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
a180: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
a190: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
a1a0: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
a1b0: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
a1c0: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
a1d0: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
a1e0: 63 68 20 68 65 61 64 65 72 73 0a 0a 73 74 79 6c ch headers..styl
a1f0: 65 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f e_.c:.$(SRCDIR)/
a200: 73 74 79 6c 65 2e 63 20 24 28 53 52 43 44 49 52 style.c $(SRCDIR
a210: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
a220: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
a230: 20 24 28 53 52 43 44 49 52 29 2f 73 74 79 6c 65 $(SRCDIR)/style
a240: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
a250: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 73 CDIR)/VERSION >s
a260: 74 79 6c 65 5f 2e 63 0a 0a 73 74 79 6c 65 2e 6f tyle_.c..style.o
a270: 3a 09 73 74 79 6c 65 5f 2e 63 20 73 74 79 6c 65 :.style_.c style
a280: 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 6f .h $(SRCDIR)/co
a290: 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 20 nfig.h..$(XTCC)
a2a0: 2d 6f 20 73 74 79 6c 65 2e 6f 20 2d 63 20 73 74 -o style.o -c st
a2b0: 79 6c 65 5f 2e 63 0a 0a 73 74 79 6c 65 2e 68 3a yle_.c..style.h:
a2c0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
a2d0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
a2e0: 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e _.c:add.h blob_.
a2f0: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
a300: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
a310: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
a320: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
a330: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
a340: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
a350: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
a360: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
a370: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
a380: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
a390: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
a3a0: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
a3b0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
a3c0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
a3d0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
a3e0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
a3f0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
a400: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
a410: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
a420: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
a430: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
a440: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
a450: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
a460: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
a470: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
a480: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
a490: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
a4a0: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
a4b0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
a4c0: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
a4d0: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
a4e0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
a4f0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
a500: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 uild.h schema_.c
a510: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
a520: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
a530: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f .c:sha1.h style_
a540: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
a550: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 .c:sync.h timeli
a560: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
a570: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
a580: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
a590: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
a5a0: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
a5b0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
a5c0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
a5d0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
a5e0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
a5f0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
a600: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
a610: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
a620: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
a630: 20 68 65 61 64 65 72 73 0a 0a 73 79 6e 63 5f 2e headers..sync_.
a640: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 73 79 6e c:.$(SRCDIR)/syn
a650: 63 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 c.c $(SRCDIR)/VE
a660: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
a670: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
a680: 52 43 44 49 52 29 2f 73 79 6e 63 2e 63 20 7c 20 RCDIR)/sync.c |
a690: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
a6a0: 2f 56 45 52 53 49 4f 4e 20 3e 73 79 6e 63 5f 2e /VERSION >sync_.
a6b0: 63 0a 0a 73 79 6e 63 2e 6f 3a 09 73 79 6e 63 5f c..sync.o:.sync_
a6c0: 2e 63 20 73 79 6e 63 2e 68 20 20 24 28 53 52 43 .c sync.h $(SRC
a6d0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
a6e0: 28 58 54 43 43 29 20 2d 6f 20 73 79 6e 63 2e 6f (XTCC) -o sync.o
a6f0: 20 2d 63 20 73 79 6e 63 5f 2e 63 0a 0a 73 79 6e -c sync_.c..syn
a700: 63 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 c.h:.makeheaders
a710: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
a720: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c add_.c:add.h bl
a730: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
a740: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
a750: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
a760: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
a770: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
a780: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
a790: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
a7a0: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
a7b0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
a7c0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
a7d0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
a7e0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
a7f0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
a800: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
a810: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
a820: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
a830: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
a840: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
a850: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
a860: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
a870: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
a880: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
a890: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
a8a0: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
a8b0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
a8c0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
a8d0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
a8e0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
a8f0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
a900: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
a910: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
a920: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
a930: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
a940: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d :rebuild.h schem
a950: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
a960: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
a970: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
a980: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
a990: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 ync_.c:sync.h ti
a9a0: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
a9b0: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 ne.h update_.c:u
a9c0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
a9d0: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
a9e0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
a9f0: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
aa00: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
aa10: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
aa20: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
aa30: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
aa40: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
aa50: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
aa60: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
aa70: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 74 69 ouch headers..ti
aa80: 6d 65 6c 69 6e 65 5f 2e 63 3a 09 24 28 53 52 43 meline_.c:.$(SRC
aa90: 44 49 52 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 DIR)/timeline.c
aaa0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
aab0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
aac0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
aad0: 52 29 2f 74 69 6d 65 6c 69 6e 65 2e 63 20 7c 20 R)/timeline.c |
aae0: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
aaf0: 2f 56 45 52 53 49 4f 4e 20 3e 74 69 6d 65 6c 69 /VERSION >timeli
ab00: 6e 65 5f 2e 63 0a 0a 74 69 6d 65 6c 69 6e 65 2e ne_.c..timeline.
ab10: 6f 3a 09 74 69 6d 65 6c 69 6e 65 5f 2e 63 20 74 o:.timeline_.c t
ab20: 69 6d 65 6c 69 6e 65 2e 68 20 20 24 28 53 52 43 imeline.h $(SRC
ab30: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
ab40: 28 58 54 43 43 29 20 2d 6f 20 74 69 6d 65 6c 69 (XTCC) -o timeli
ab50: 6e 65 2e 6f 20 2d 63 20 74 69 6d 65 6c 69 6e 65 ne.o -c timeline
ab60: 5f 2e 63 0a 0a 74 69 6d 65 6c 69 6e 65 2e 68 3a _.c..timeline.h:
ab70: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
ab80: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
ab90: 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e _.c:add.h blob_.
aba0: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
abb0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
abc0: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
abd0: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
abe0: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
abf0: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
ac00: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
ac10: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
ac20: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
ac30: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
ac40: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
ac50: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
ac60: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
ac70: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
ac80: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
ac90: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
aca0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
acb0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
acc0: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
acd0: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
ace0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
acf0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
ad00: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
ad10: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
ad20: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
ad30: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
ad40: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
ad50: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
ad60: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
ad70: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
ad80: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
ad90: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
ada0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
adb0: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 uild.h schema_.c
adc0: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
add0: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
ade0: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f .c:sha1.h style_
adf0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
ae00: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 .c:sync.h timeli
ae10: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
ae20: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
ae30: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
ae40: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
ae50: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
ae60: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
ae70: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
ae80: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
ae90: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
aea0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
aeb0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
aec0: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
aed0: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
aee0: 20 68 65 61 64 65 72 73 0a 0a 75 70 64 61 74 65 headers..update
aef0: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 75 _.c:.$(SRCDIR)/u
af00: 70 64 61 74 65 2e 63 20 24 28 53 52 43 44 49 52 pdate.c $(SRCDIR
af10: 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c )/VERSION transl
af20: 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 ate.../translate
af30: 20 24 28 53 52 43 44 49 52 29 2f 75 70 64 61 74 $(SRCDIR)/updat
af40: 65 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 e.c | sed -f $(S
af50: 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e RCDIR)/VERSION >
af60: 75 70 64 61 74 65 5f 2e 63 0a 0a 75 70 64 61 74 update_.c..updat
af70: 65 2e 6f 3a 09 75 70 64 61 74 65 5f 2e 63 20 75 e.o:.update_.c u
af80: 70 64 61 74 65 2e 68 20 20 24 28 53 52 43 44 49 pdate.h $(SRCDI
af90: 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 R)/config.h..$(X
afa0: 54 43 43 29 20 2d 6f 20 75 70 64 61 74 65 2e 6f TCC) -o update.o
afb0: 20 2d 63 20 75 70 64 61 74 65 5f 2e 63 0a 0a 75 -c update_.c..u
afc0: 70 64 61 74 65 2e 68 3a 09 6d 61 6b 65 68 65 61 pdate.h:.makehea
afd0: 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 ders.../makehead
afe0: 65 72 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e ers add_.c:add.
aff0: 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 h blob_.c:blob.h
b000: 20 63 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 cgi_.c:cgi.h ch
b010: 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e eckin_.c:checkin
b020: 2e 68 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 .h checkout_.c:c
b030: 68 65 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 heckout.h clears
b040: 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e ign_.c:clearsign
b050: 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e .h clone_.c:clon
b060: 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 e.h comformat_.c
b070: 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e :comformat.h con
b080: 73 74 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 struct_.c:constr
b090: 75 63 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 uct.h content_.c
b0a0: 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 :content.h db_.c
b0b0: 3a 64 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 :db.h delta_.c:d
b0c0: 65 6c 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f elta.h deltacmd_
b0d0: 2e 63 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 .c:deltacmd.h de
b0e0: 73 63 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 scendents_.c:des
b0f0: 63 65 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f cendents.h diff_
b100: 2e 63 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d .c:diff.h diffcm
b110: 64 5f 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 d_.c:diffcmd.h e
b120: 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e ncode_.c:encode.
b130: 68 20 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 h file_.c:file.h
b140: 20 68 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 http_.c:http.h
b150: 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c info_.c:info.h l
b160: 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 ogin_.c:login.h
b170: 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d main_.c:main.h m
b180: 61 6e 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 anifest_.c:manif
b190: 65 73 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 est.h md5_.c:md5
b1a0: 2e 68 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 .h merge_.c:merg
b1b0: 65 2e 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 e.h merge3_.c:me
b1c0: 72 67 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e rge3.h name_.c:n
b1d0: 61 6d 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 ame.h pivot_.c:p
b1e0: 69 76 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 ivot.h printf_.c
b1f0: 3a 70 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c :printf.h rebuil
b200: 64 5f 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 d_.c:rebuild.h s
b210: 63 68 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e chema_.c:schema.
b220: 68 20 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 h setup_.c:setup
b230: 2e 68 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e .h sha1_.c:sha1.
b240: 68 20 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 h style_.c:style
b250: 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e .h sync_.c:sync.
b260: 68 20 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 h timeline_.c:ti
b270: 6d 65 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f meline.h update_
b280: 2e 63 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f .c:update.h url_
b290: 2e 63 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 .c:url.h user_.c
b2a0: 3a 75 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e :user.h verify_.
b2b0: 63 3a 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 c:verify.h vfile
b2c0: 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 _.c:vfile.h wiki
b2d0: 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 _.c:wiki.h wikif
b2e0: 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 ormat_.c:wikifor
b2f0: 6d 61 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 mat.h xfer_.c:xf
b300: 65 72 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e er.h zip_.c:zip.
b310: 68 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 h $(SRCDIR)/sqli
b320: 74 65 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e te3.h ./VERSION.
b330: 68 0a 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 h..touch headers
b340: 0a 0a 75 72 6c 5f 2e 63 3a 09 24 28 53 52 43 44 ..url_.c:.$(SRCD
b350: 49 52 29 2f 75 72 6c 2e 63 20 24 28 53 52 43 44 IR)/url.c $(SRCD
b360: 49 52 29 2f 56 45 52 53 49 4f 4e 20 74 72 61 6e IR)/VERSION tran
b370: 73 6c 61 74 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 slate.../transla
b380: 74 65 20 24 28 53 52 43 44 49 52 29 2f 75 72 6c te $(SRCDIR)/url
b390: 2e 63 20 7c 20 73 65 64 20 2d 66 20 24 28 53 52 .c | sed -f $(SR
b3a0: 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 3e 75 CDIR)/VERSION >u
b3b0: 72 6c 5f 2e 63 0a 0a 75 72 6c 2e 6f 3a 09 75 72 rl_.c..url.o:.ur
b3c0: 6c 5f 2e 63 20 75 72 6c 2e 68 20 20 24 28 53 52 l_.c url.h $(SR
b3d0: 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 CDIR)/config.h..
b3e0: 24 28 58 54 43 43 29 20 2d 6f 20 75 72 6c 2e 6f $(XTCC) -o url.o
b3f0: 20 2d 63 20 75 72 6c 5f 2e 63 0a 0a 75 72 6c 2e -c url_.c..url.
b400: 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 h:.makeheaders..
b410: 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 ./makeheaders a
b420: 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 dd_.c:add.h blob
b430: 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e _.c:blob.h cgi_.
b440: 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f c:cgi.h checkin_
b450: 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 .c:checkin.h che
b460: 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 ckout_.c:checkou
b470: 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 t.h clearsign_.c
b480: 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f :clearsign.h clo
b490: 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f ne_.c:clone.h co
b4a0: 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f mformat_.c:comfo
b4b0: 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 rmat.h construct
b4c0: 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 _.c:construct.h
b4d0: 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 content_.c:conte
b4e0: 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 nt.h db_.c:db.h
b4f0: 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 delta_.c:delta.h
b500: 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c deltacmd_.c:del
b510: 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 tacmd.h descende
b520: 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e nts_.c:descenden
b530: 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 ts.h diff_.c:dif
b540: 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 f.h diffcmd_.c:d
b550: 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f iffcmd.h encode_
b560: 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 .c:encode.h file
b570: 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f _.c:file.h http_
b580: 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e .c:http.h info_.
b590: 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e c:info.h login_.
b5a0: 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e c:login.h main_.
b5b0: 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 c:main.h manifes
b5c0: 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 t_.c:manifest.h
b5d0: 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 md5_.c:md5.h mer
b5e0: 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 ge_.c:merge.h me
b5f0: 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 rge3_.c:merge3.h
b600: 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 name_.c:name.h
b610: 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 pivot_.c:pivot.h
b620: 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 printf_.c:print
b630: 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 f.h rebuild_.c:r
b640: 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f ebuild.h schema_
b650: 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 .c:schema.h setu
b660: 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 p_.c:setup.h sha
b670: 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 1_.c:sha1.h styl
b680: 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e e_.c:style.h syn
b690: 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 c_.c:sync.h time
b6a0: 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 line_.c:timeline
b6b0: 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 .h update_.c:upd
b6c0: 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c ate.h url_.c:url
b6d0: 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e .h user_.c:user.
b6e0: 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 h verify_.c:veri
b6f0: 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 fy.h vfile_.c:vf
b700: 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 ile.h wiki_.c:wi
b710: 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f ki.h wikiformat_
b720: 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 .c:wikiformat.h
b730: 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a xfer_.c:xfer.h z
b740: 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 ip_.c:zip.h $(SR
b750: 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 CDIR)/sqlite3.h
b760: 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 ./VERSION.h..tou
b770: 63 68 20 68 65 61 64 65 72 73 0a 0a 75 73 65 72 ch headers..user
b780: 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f 75 _.c:.$(SRCDIR)/u
b790: 73 65 72 2e 63 20 24 28 53 52 43 44 49 52 29 2f ser.c $(SRCDIR)/
b7a0: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
b7b0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
b7c0: 28 53 52 43 44 49 52 29 2f 75 73 65 72 2e 63 20 (SRCDIR)/user.c
b7d0: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
b7e0: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 75 73 65 72 R)/VERSION >user
b7f0: 5f 2e 63 0a 0a 75 73 65 72 2e 6f 3a 09 75 73 65 _.c..user.o:.use
b800: 72 5f 2e 63 20 75 73 65 72 2e 68 20 20 24 28 53 r_.c user.h $(S
b810: 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a RCDIR)/config.h.
b820: 09 24 28 58 54 43 43 29 20 2d 6f 20 75 73 65 72 .$(XTCC) -o user
b830: 2e 6f 20 2d 63 20 75 73 65 72 5f 2e 63 0a 0a 75 .o -c user_.c..u
b840: 73 65 72 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 ser.h:.makeheade
b850: 72 73 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 rs.../makeheader
b860: 73 20 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 s add_.c:add.h
b870: 62 6c 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 blob_.c:blob.h c
b880: 67 69 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 gi_.c:cgi.h chec
b890: 6b 69 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 kin_.c:checkin.h
b8a0: 20 63 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 checkout_.c:che
b8b0: 63 6b 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 ckout.h clearsig
b8c0: 6e 5f 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 n_.c:clearsign.h
b8d0: 20 63 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e clone_.c:clone.
b8e0: 68 20 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 h comformat_.c:c
b8f0: 6f 6d 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 omformat.h const
b900: 72 75 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 ruct_.c:construc
b910: 74 2e 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 t.h content_.c:c
b920: 6f 6e 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 ontent.h db_.c:d
b930: 62 2e 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c b.h delta_.c:del
b940: 74 61 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 ta.h deltacmd_.c
b950: 3a 64 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 :deltacmd.h desc
b960: 65 6e 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 endents_.c:desce
b970: 6e 64 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 ndents.h diff_.c
b980: 3a 64 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f :diff.h diffcmd_
b990: 2e 63 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 .c:diffcmd.h enc
b9a0: 6f 64 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 ode_.c:encode.h
b9b0: 66 69 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 file_.c:file.h h
b9c0: 74 74 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e ttp_.c:http.h in
b9d0: 66 6f 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 fo_.c:info.h log
b9e0: 69 6e 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 in_.c:login.h ma
b9f0: 69 6e 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e in_.c:main.h man
ba00: 69 66 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 ifest_.c:manifes
ba10: 74 2e 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 t.h md5_.c:md5.h
ba20: 20 6d 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e merge_.c:merge.
ba30: 68 20 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 h merge3_.c:merg
ba40: 65 33 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d e3.h name_.c:nam
ba50: 65 2e 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 e.h pivot_.c:piv
ba60: 6f 74 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 ot.h printf_.c:p
ba70: 72 69 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f rintf.h rebuild_
ba80: 2e 63 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 .c:rebuild.h sch
ba90: 65 6d 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 ema_.c:schema.h
baa0: 73 65 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 setup_.c:setup.h
bab0: 20 73 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 sha1_.c:sha1.h
bac0: 73 74 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 style_.c:style.h
bad0: 20 73 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 sync_.c:sync.h
bae0: 74 69 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 timeline_.c:time
baf0: 6c 69 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 line.h update_.c
bb00: 3a 75 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 :update.h url_.c
bb10: 3a 75 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 :url.h user_.c:u
bb20: 73 65 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a ser.h verify_.c:
bb30: 76 65 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e verify.h vfile_.
bb40: 63 3a 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e c:vfile.h wiki_.
bb50: 63 3a 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 c:wiki.h wikifor
bb60: 6d 61 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 mat_.c:wikiforma
bb70: 74 2e 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 t.h xfer_.c:xfer
bb80: 2e 68 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 .h zip_.c:zip.h
bb90: 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 $(SRCDIR)/sqlite
bba0: 33 2e 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 3.h ./VERSION.h.
bbb0: 09 74 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a .touch headers..
bbc0: 76 65 72 69 66 79 5f 2e 63 3a 09 24 28 53 52 43 verify_.c:.$(SRC
bbd0: 44 49 52 29 2f 76 65 72 69 66 79 2e 63 20 24 28 DIR)/verify.c $(
bbe0: 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f 4e 20 SRCDIR)/VERSION
bbf0: 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 72 61 translate.../tra
bc00: 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 52 29 nslate $(SRCDIR)
bc10: 2f 76 65 72 69 66 79 2e 63 20 7c 20 73 65 64 20 /verify.c | sed
bc20: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
bc30: 53 49 4f 4e 20 3e 76 65 72 69 66 79 5f 2e 63 0a SION >verify_.c.
bc40: 0a 76 65 72 69 66 79 2e 6f 3a 09 76 65 72 69 66 .verify.o:.verif
bc50: 79 5f 2e 63 20 76 65 72 69 66 79 2e 68 20 20 24 y_.c verify.h $
bc60: 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 2e (SRCDIR)/config.
bc70: 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 76 65 h..$(XTCC) -o ve
bc80: 72 69 66 79 2e 6f 20 2d 63 20 76 65 72 69 66 79 rify.o -c verify
bc90: 5f 2e 63 0a 0a 76 65 72 69 66 79 2e 68 3a 09 6d _.c..verify.h:.m
bca0: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
bcb0: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
bcc0: 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:add.h blob_.c:
bcd0: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
bce0: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
bcf0: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
bd00: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
bd10: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
bd20: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
bd30: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
bd40: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
bd50: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
bd60: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
bd70: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
bd80: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
bd90: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
bda0: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
bdb0: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
bdc0: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
bdd0: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
bde0: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
bdf0: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
be00: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
be10: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
be20: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
be30: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
be40: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
be50: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
be60: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
be70: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
be80: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
be90: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
bea0: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
beb0: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 t_.c:pivot.h pri
bec0: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
bed0: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
bee0: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ld.h schema_.c:s
bef0: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
bf00: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
bf10: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 :sha1.h style_.c
bf20: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
bf30: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 :sync.h timeline
bf40: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
bf50: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
bf60: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
bf70: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
bf80: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
bf90: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
bfa0: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
bfb0: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
bfc0: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
bfd0: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
bfe0: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
bff0: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
c000: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
c010: 65 61 64 65 72 73 0a 0a 76 66 69 6c 65 5f 2e 63 eaders..vfile_.c
c020: 3a 09 24 28 53 52 43 44 49 52 29 2f 76 66 69 6c :.$(SRCDIR)/vfil
c030: 65 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 e.c $(SRCDIR)/VE
c040: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
c050: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
c060: 52 43 44 49 52 29 2f 76 66 69 6c 65 2e 63 20 7c RCDIR)/vfile.c |
c070: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
c080: 29 2f 56 45 52 53 49 4f 4e 20 3e 76 66 69 6c 65 )/VERSION >vfile
c090: 5f 2e 63 0a 0a 76 66 69 6c 65 2e 6f 3a 09 76 66 _.c..vfile.o:.vf
c0a0: 69 6c 65 5f 2e 63 20 76 66 69 6c 65 2e 68 20 20 ile_.c vfile.h
c0b0: 24 28 53 52 43 44 49 52 29 2f 63 6f 6e 66 69 67 $(SRCDIR)/config
c0c0: 2e 68 0a 09 24 28 58 54 43 43 29 20 2d 6f 20 76 .h..$(XTCC) -o v
c0d0: 66 69 6c 65 2e 6f 20 2d 63 20 76 66 69 6c 65 5f file.o -c vfile_
c0e0: 2e 63 0a 0a 76 66 69 6c 65 2e 68 3a 09 6d 61 6b .c..vfile.h:.mak
c0f0: 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 6b 65 eheaders.../make
c100: 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e 63 3a headers add_.c:
c110: 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a 62 6c add.h blob_.c:bl
c120: 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 69 2e ob.h cgi_.c:cgi.
c130: 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 68 65 h checkin_.c:che
c140: 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 74 5f ckin.h checkout_
c150: 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 63 6c .c:checkout.h cl
c160: 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 61 72 earsign_.c:clear
c170: 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e 63 3a sign.h clone_.c:
c180: 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 6d 61 clone.h comforma
c190: 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 2e 68 t_.c:comformat.h
c1a0: 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a 63 6f construct_.c:co
c1b0: 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 65 6e nstruct.h conten
c1c0: 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 20 64 t_.c:content.h d
c1d0: 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 61 5f b_.c:db.h delta_
c1e0: 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c 74 61 .c:delta.h delta
c1f0: 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d 64 2e cmd_.c:deltacmd.
c200: 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f 2e 63 h descendents_.c
c210: 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 20 64 :descendents.h d
c220: 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 64 69 iff_.c:diff.h di
c230: 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 6d 64 ffcmd_.c:diffcmd
c240: 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 6e 63 .h encode_.c:enc
c250: 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a 66 69 ode.h file_.c:fi
c260: 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 74 74 le.h http_.c:htt
c270: 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e 66 6f p.h info_.c:info
c280: 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f 67 69 .h login_.c:logi
c290: 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 69 6e n.h main_.c:main
c2a0: 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 3a 6d .h manifest_.c:m
c2b0: 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f 2e 63 anifest.h md5_.c
c2c0: 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e 63 3a :md5.h merge_.c:
c2d0: 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 5f 2e merge.h merge3_.
c2e0: 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d 65 5f c:merge3.h name_
c2f0: 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f 74 5f .c:name.h pivot_
c300: 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 6e 74 .c:pivot.h print
c310: 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 72 65 f_.c:printf.h re
c320: 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 6c 64 build_.c:rebuild
c330: 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 63 68 .h schema_.c:sch
c340: 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 3a 73 ema.h setup_.c:s
c350: 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 3a 73 etup.h sha1_.c:s
c360: 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 3a 73 ha1.h style_.c:s
c370: 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 3a 73 tyle.h sync_.c:s
c380: 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 5f 2e ync.h timeline_.
c390: 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 70 64 c:timeline.h upd
c3a0: 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e 68 20 ate_.c:update.h
c3b0: 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 73 65 url_.c:url.h use
c3c0: 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 72 69 r_.c:user.h veri
c3d0: 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 20 76 fy_.c:verify.h v
c3e0: 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e 68 20 file_.c:vfile.h
c3f0: 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 20 77 wiki_.c:wiki.h w
c400: 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 69 6b ikiformat_.c:wik
c410: 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 5f 2e iformat.h xfer_.
c420: 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e 63 3a c:xfer.h zip_.c:
c430: 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 29 2f zip.h $(SRCDIR)/
c440: 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 52 53 sqlite3.h ./VERS
c450: 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 65 61 ION.h..touch hea
c460: 64 65 72 73 0a 0a 77 69 6b 69 5f 2e 63 3a 09 24 ders..wiki_.c:.$
c470: 28 53 52 43 44 49 52 29 2f 77 69 6b 69 2e 63 20 (SRCDIR)/wiki.c
c480: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
c490: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
c4a0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
c4b0: 52 29 2f 77 69 6b 69 2e 63 20 7c 20 73 65 64 20 R)/wiki.c | sed
c4c0: 2d 66 20 24 28 53 52 43 44 49 52 29 2f 56 45 52 -f $(SRCDIR)/VER
c4d0: 53 49 4f 4e 20 3e 77 69 6b 69 5f 2e 63 0a 0a 77 SION >wiki_.c..w
c4e0: 69 6b 69 2e 6f 3a 09 77 69 6b 69 5f 2e 63 20 77 iki.o:.wiki_.c w
c4f0: 69 6b 69 2e 68 20 20 24 28 53 52 43 44 49 52 29 iki.h $(SRCDIR)
c500: 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 /config.h..$(XTC
c510: 43 29 20 2d 6f 20 77 69 6b 69 2e 6f 20 2d 63 20 C) -o wiki.o -c
c520: 77 69 6b 69 5f 2e 63 0a 0a 77 69 6b 69 2e 68 3a wiki_.c..wiki.h:
c530: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
c540: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
c550: 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e _.c:add.h blob_.
c560: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
c570: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
c580: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
c590: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
c5a0: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
c5b0: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
c5c0: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
c5d0: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
c5e0: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
c5f0: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
c600: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
c610: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
c620: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
c630: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
c640: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
c650: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
c660: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
c670: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
c680: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
c690: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
c6a0: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
c6b0: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
c6c0: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
c6d0: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
c6e0: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
c6f0: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
c700: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
c710: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
c720: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
c730: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
c740: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
c750: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
c760: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
c770: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 uild.h schema_.c
c780: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
c790: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
c7a0: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f .c:sha1.h style_
c7b0: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
c7c0: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 .c:sync.h timeli
c7d0: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
c7e0: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
c7f0: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
c800: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
c810: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
c820: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
c830: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
c840: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
c850: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
c860: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
c870: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
c880: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
c890: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
c8a0: 20 68 65 61 64 65 72 73 0a 0a 77 69 6b 69 66 6f headers..wikifo
c8b0: 72 6d 61 74 5f 2e 63 3a 09 24 28 53 52 43 44 49 rmat_.c:.$(SRCDI
c8c0: 52 29 2f 77 69 6b 69 66 6f 72 6d 61 74 2e 63 20 R)/wikiformat.c
c8d0: 24 28 53 52 43 44 49 52 29 2f 56 45 52 53 49 4f $(SRCDIR)/VERSIO
c8e0: 4e 20 74 72 61 6e 73 6c 61 74 65 0a 09 2e 2f 74 N translate.../t
c8f0: 72 61 6e 73 6c 61 74 65 20 24 28 53 52 43 44 49 ranslate $(SRCDI
c900: 52 29 2f 77 69 6b 69 66 6f 72 6d 61 74 2e 63 20 R)/wikiformat.c
c910: 7c 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 | sed -f $(SRCDI
c920: 52 29 2f 56 45 52 53 49 4f 4e 20 3e 77 69 6b 69 R)/VERSION >wiki
c930: 66 6f 72 6d 61 74 5f 2e 63 0a 0a 77 69 6b 69 66 format_.c..wikif
c940: 6f 72 6d 61 74 2e 6f 3a 09 77 69 6b 69 66 6f 72 ormat.o:.wikifor
c950: 6d 61 74 5f 2e 63 20 77 69 6b 69 66 6f 72 6d 61 mat_.c wikiforma
c960: 74 2e 68 20 20 24 28 53 52 43 44 49 52 29 2f 63 t.h $(SRCDIR)/c
c970: 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 43 43 29 onfig.h..$(XTCC)
c980: 20 2d 6f 20 77 69 6b 69 66 6f 72 6d 61 74 2e 6f -o wikiformat.o
c990: 20 2d 63 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e -c wikiformat_.
c9a0: 63 0a 0a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 3a c..wikiformat.h:
c9b0: 09 6d 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f .makeheaders.../
c9c0: 6d 61 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 makeheaders add
c9d0: 5f 2e 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e _.c:add.h blob_.
c9e0: 63 3a 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a c:blob.h cgi_.c:
c9f0: 63 67 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 cgi.h checkin_.c
ca00: 3a 63 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b :checkin.h check
ca10: 6f 75 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e out_.c:checkout.
ca20: 68 20 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 h clearsign_.c:c
ca30: 6c 65 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 learsign.h clone
ca40: 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 _.c:clone.h comf
ca50: 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d ormat_.c:comform
ca60: 61 74 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e at.h construct_.
ca70: 63 3a 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f c:construct.h co
ca80: 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 ntent_.c:content
ca90: 2e 68 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 .h db_.c:db.h de
caa0: 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 lta_.c:delta.h d
cab0: 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 eltacmd_.c:delta
cac0: 63 6d 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 cmd.h descendent
cad0: 73 5f 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 s_.c:descendents
cae0: 2e 68 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e .h diff_.c:diff.
caf0: 68 20 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 h diffcmd_.c:dif
cb00: 66 63 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 fcmd.h encode_.c
cb10: 3a 65 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e :encode.h file_.
cb20: 63 3a 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 c:file.h http_.c
cb30: 3a 68 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a :http.h info_.c:
cb40: 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a info.h login_.c:
cb50: 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a login.h main_.c:
cb60: 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f main.h manifest_
cb70: 2e 63 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 .c:manifest.h md
cb80: 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5_.c:md5.h merge
cb90: 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 _.c:merge.h merg
cba0: 65 33 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e e3_.c:merge3.h n
cbb0: 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 ame_.c:name.h pi
cbc0: 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 vot_.c:pivot.h p
cbd0: 72 69 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e rintf_.c:printf.
cbe0: 68 20 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 h rebuild_.c:reb
cbf0: 75 69 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 uild.h schema_.c
cc00: 3a 73 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f :schema.h setup_
cc10: 2e 63 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f .c:setup.h sha1_
cc20: 2e 63 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f .c:sha1.h style_
cc30: 2e 63 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f .c:style.h sync_
cc40: 2e 63 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 .c:sync.h timeli
cc50: 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 ne_.c:timeline.h
cc60: 20 75 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 update_.c:updat
cc70: 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 e.h url_.c:url.h
cc80: 20 75 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 user_.c:user.h
cc90: 76 65 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 verify_.c:verify
cca0: 2e 68 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c .h vfile_.c:vfil
ccb0: 65 2e 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 e.h wiki_.c:wiki
ccc0: 2e 68 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 .h wikiformat_.c
ccd0: 3a 77 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 :wikiformat.h xf
cce0: 65 72 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 er_.c:xfer.h zip
ccf0: 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 _.c:zip.h $(SRCD
cd00: 49 52 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f IR)/sqlite3.h ./
cd10: 56 45 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 VERSION.h..touch
cd20: 20 68 65 61 64 65 72 73 0a 0a 78 66 65 72 5f 2e headers..xfer_.
cd30: 63 3a 09 24 28 53 52 43 44 49 52 29 2f 78 66 65 c:.$(SRCDIR)/xfe
cd40: 72 2e 63 20 24 28 53 52 43 44 49 52 29 2f 56 45 r.c $(SRCDIR)/VE
cd50: 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 65 0a RSION translate.
cd60: 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 28 53 ../translate $(S
cd70: 52 43 44 49 52 29 2f 78 66 65 72 2e 63 20 7c 20 RCDIR)/xfer.c |
cd80: 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 29 sed -f $(SRCDIR)
cd90: 2f 56 45 52 53 49 4f 4e 20 3e 78 66 65 72 5f 2e /VERSION >xfer_.
cda0: 63 0a 0a 78 66 65 72 2e 6f 3a 09 78 66 65 72 5f c..xfer.o:.xfer_
cdb0: 2e 63 20 78 66 65 72 2e 68 20 20 24 28 53 52 43 .c xfer.h $(SRC
cdc0: 44 49 52 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 DIR)/config.h..$
cdd0: 28 58 54 43 43 29 20 2d 6f 20 78 66 65 72 2e 6f (XTCC) -o xfer.o
cde0: 20 2d 63 20 78 66 65 72 5f 2e 63 0a 0a 78 66 65 -c xfer_.c..xfe
cdf0: 72 2e 68 3a 09 6d 61 6b 65 68 65 61 64 65 72 73 r.h:.makeheaders
ce00: 0a 09 2e 2f 6d 61 6b 65 68 65 61 64 65 72 73 20 .../makeheaders
ce10: 20 61 64 64 5f 2e 63 3a 61 64 64 2e 68 20 62 6c add_.c:add.h bl
ce20: 6f 62 5f 2e 63 3a 62 6c 6f 62 2e 68 20 63 67 69 ob_.c:blob.h cgi
ce30: 5f 2e 63 3a 63 67 69 2e 68 20 63 68 65 63 6b 69 _.c:cgi.h checki
ce40: 6e 5f 2e 63 3a 63 68 65 63 6b 69 6e 2e 68 20 63 n_.c:checkin.h c
ce50: 68 65 63 6b 6f 75 74 5f 2e 63 3a 63 68 65 63 6b heckout_.c:check
ce60: 6f 75 74 2e 68 20 63 6c 65 61 72 73 69 67 6e 5f out.h clearsign_
ce70: 2e 63 3a 63 6c 65 61 72 73 69 67 6e 2e 68 20 63 .c:clearsign.h c
ce80: 6c 6f 6e 65 5f 2e 63 3a 63 6c 6f 6e 65 2e 68 20 lone_.c:clone.h
ce90: 63 6f 6d 66 6f 72 6d 61 74 5f 2e 63 3a 63 6f 6d comformat_.c:com
cea0: 66 6f 72 6d 61 74 2e 68 20 63 6f 6e 73 74 72 75 format.h constru
ceb0: 63 74 5f 2e 63 3a 63 6f 6e 73 74 72 75 63 74 2e ct_.c:construct.
cec0: 68 20 63 6f 6e 74 65 6e 74 5f 2e 63 3a 63 6f 6e h content_.c:con
ced0: 74 65 6e 74 2e 68 20 64 62 5f 2e 63 3a 64 62 2e tent.h db_.c:db.
cee0: 68 20 64 65 6c 74 61 5f 2e 63 3a 64 65 6c 74 61 h delta_.c:delta
cef0: 2e 68 20 64 65 6c 74 61 63 6d 64 5f 2e 63 3a 64 .h deltacmd_.c:d
cf00: 65 6c 74 61 63 6d 64 2e 68 20 64 65 73 63 65 6e eltacmd.h descen
cf10: 64 65 6e 74 73 5f 2e 63 3a 64 65 73 63 65 6e 64 dents_.c:descend
cf20: 65 6e 74 73 2e 68 20 64 69 66 66 5f 2e 63 3a 64 ents.h diff_.c:d
cf30: 69 66 66 2e 68 20 64 69 66 66 63 6d 64 5f 2e 63 iff.h diffcmd_.c
cf40: 3a 64 69 66 66 63 6d 64 2e 68 20 65 6e 63 6f 64 :diffcmd.h encod
cf50: 65 5f 2e 63 3a 65 6e 63 6f 64 65 2e 68 20 66 69 e_.c:encode.h fi
cf60: 6c 65 5f 2e 63 3a 66 69 6c 65 2e 68 20 68 74 74 le_.c:file.h htt
cf70: 70 5f 2e 63 3a 68 74 74 70 2e 68 20 69 6e 66 6f p_.c:http.h info
cf80: 5f 2e 63 3a 69 6e 66 6f 2e 68 20 6c 6f 67 69 6e _.c:info.h login
cf90: 5f 2e 63 3a 6c 6f 67 69 6e 2e 68 20 6d 61 69 6e _.c:login.h main
cfa0: 5f 2e 63 3a 6d 61 69 6e 2e 68 20 6d 61 6e 69 66 _.c:main.h manif
cfb0: 65 73 74 5f 2e 63 3a 6d 61 6e 69 66 65 73 74 2e est_.c:manifest.
cfc0: 68 20 6d 64 35 5f 2e 63 3a 6d 64 35 2e 68 20 6d h md5_.c:md5.h m
cfd0: 65 72 67 65 5f 2e 63 3a 6d 65 72 67 65 2e 68 20 erge_.c:merge.h
cfe0: 6d 65 72 67 65 33 5f 2e 63 3a 6d 65 72 67 65 33 merge3_.c:merge3
cff0: 2e 68 20 6e 61 6d 65 5f 2e 63 3a 6e 61 6d 65 2e .h name_.c:name.
d000: 68 20 70 69 76 6f 74 5f 2e 63 3a 70 69 76 6f 74 h pivot_.c:pivot
d010: 2e 68 20 70 72 69 6e 74 66 5f 2e 63 3a 70 72 69 .h printf_.c:pri
d020: 6e 74 66 2e 68 20 72 65 62 75 69 6c 64 5f 2e 63 ntf.h rebuild_.c
d030: 3a 72 65 62 75 69 6c 64 2e 68 20 73 63 68 65 6d :rebuild.h schem
d040: 61 5f 2e 63 3a 73 63 68 65 6d 61 2e 68 20 73 65 a_.c:schema.h se
d050: 74 75 70 5f 2e 63 3a 73 65 74 75 70 2e 68 20 73 tup_.c:setup.h s
d060: 68 61 31 5f 2e 63 3a 73 68 61 31 2e 68 20 73 74 ha1_.c:sha1.h st
d070: 79 6c 65 5f 2e 63 3a 73 74 79 6c 65 2e 68 20 73 yle_.c:style.h s
d080: 79 6e 63 5f 2e 63 3a 73 79 6e 63 2e 68 20 74 69 ync_.c:sync.h ti
d090: 6d 65 6c 69 6e 65 5f 2e 63 3a 74 69 6d 65 6c 69 meline_.c:timeli
d0a0: 6e 65 2e 68 20 75 70 64 61 74 65 5f 2e 63 3a 75 ne.h update_.c:u
d0b0: 70 64 61 74 65 2e 68 20 75 72 6c 5f 2e 63 3a 75 pdate.h url_.c:u
d0c0: 72 6c 2e 68 20 75 73 65 72 5f 2e 63 3a 75 73 65 rl.h user_.c:use
d0d0: 72 2e 68 20 76 65 72 69 66 79 5f 2e 63 3a 76 65 r.h verify_.c:ve
d0e0: 72 69 66 79 2e 68 20 76 66 69 6c 65 5f 2e 63 3a rify.h vfile_.c:
d0f0: 76 66 69 6c 65 2e 68 20 77 69 6b 69 5f 2e 63 3a vfile.h wiki_.c:
d100: 77 69 6b 69 2e 68 20 77 69 6b 69 66 6f 72 6d 61 wiki.h wikiforma
d110: 74 5f 2e 63 3a 77 69 6b 69 66 6f 72 6d 61 74 2e t_.c:wikiformat.
d120: 68 20 78 66 65 72 5f 2e 63 3a 78 66 65 72 2e 68 h xfer_.c:xfer.h
d130: 20 7a 69 70 5f 2e 63 3a 7a 69 70 2e 68 20 24 28 zip_.c:zip.h $(
d140: 53 52 43 44 49 52 29 2f 73 71 6c 69 74 65 33 2e SRCDIR)/sqlite3.
d150: 68 20 2e 2f 56 45 52 53 49 4f 4e 2e 68 0a 09 74 h ./VERSION.h..t
d160: 6f 75 63 68 20 68 65 61 64 65 72 73 0a 0a 7a 69 ouch headers..zi
d170: 70 5f 2e 63 3a 09 24 28 53 52 43 44 49 52 29 2f p_.c:.$(SRCDIR)/
d180: 7a 69 70 2e 63 20 24 28 53 52 43 44 49 52 29 2f zip.c $(SRCDIR)/
d190: 56 45 52 53 49 4f 4e 20 74 72 61 6e 73 6c 61 74 VERSION translat
d1a0: 65 0a 09 2e 2f 74 72 61 6e 73 6c 61 74 65 20 24 e.../translate $
d1b0: 28 53 52 43 44 49 52 29 2f 7a 69 70 2e 63 20 7c (SRCDIR)/zip.c |
d1c0: 20 73 65 64 20 2d 66 20 24 28 53 52 43 44 49 52 sed -f $(SRCDIR
d1d0: 29 2f 56 45 52 53 49 4f 4e 20 3e 7a 69 70 5f 2e )/VERSION >zip_.
d1e0: 63 0a 0a 7a 69 70 2e 6f 3a 09 7a 69 70 5f 2e 63 c..zip.o:.zip_.c
d1f0: 20 7a 69 70 2e 68 20 20 24 28 53 52 43 44 49 52 zip.h $(SRCDIR
d200: 29 2f 63 6f 6e 66 69 67 2e 68 0a 09 24 28 58 54 )/config.h..$(XT
d210: 43 43 29 20 2d 6f 20 7a 69 70 2e 6f 20 2d 63 20 CC) -o zip.o -c
d220: 7a 69 70 5f 2e 63 0a 0a 7a 69 70 2e 68 3a 09 6d zip_.c..zip.h:.m
d230: 61 6b 65 68 65 61 64 65 72 73 0a 09 2e 2f 6d 61 akeheaders.../ma
d240: 6b 65 68 65 61 64 65 72 73 20 20 61 64 64 5f 2e keheaders add_.
d250: 63 3a 61 64 64 2e 68 20 62 6c 6f 62 5f 2e 63 3a c:add.h blob_.c:
d260: 62 6c 6f 62 2e 68 20 63 67 69 5f 2e 63 3a 63 67 blob.h cgi_.c:cg
d270: 69 2e 68 20 63 68 65 63 6b 69 6e 5f 2e 63 3a 63 i.h checkin_.c:c
d280: 68 65 63 6b 69 6e 2e 68 20 63 68 65 63 6b 6f 75 heckin.h checkou
d290: 74 5f 2e 63 3a 63 68 65 63 6b 6f 75 74 2e 68 20 t_.c:checkout.h
d2a0: 63 6c 65 61 72 73 69 67 6e 5f 2e 63 3a 63 6c 65 clearsign_.c:cle
d2b0: 61 72 73 69 67 6e 2e 68 20 63 6c 6f 6e 65 5f 2e arsign.h clone_.
d2c0: 63 3a 63 6c 6f 6e 65 2e 68 20 63 6f 6d 66 6f 72 c:clone.h comfor
d2d0: 6d 61 74 5f 2e 63 3a 63 6f 6d 66 6f 72 6d 61 74 mat_.c:comformat
d2e0: 2e 68 20 63 6f 6e 73 74 72 75 63 74 5f 2e 63 3a .h construct_.c:
d2f0: 63 6f 6e 73 74 72 75 63 74 2e 68 20 63 6f 6e 74 construct.h cont
d300: 65 6e 74 5f 2e 63 3a 63 6f 6e 74 65 6e 74 2e 68 ent_.c:content.h
d310: 20 64 62 5f 2e 63 3a 64 62 2e 68 20 64 65 6c 74 db_.c:db.h delt
d320: 61 5f 2e 63 3a 64 65 6c 74 61 2e 68 20 64 65 6c a_.c:delta.h del
d330: 74 61 63 6d 64 5f 2e 63 3a 64 65 6c 74 61 63 6d tacmd_.c:deltacm
d340: 64 2e 68 20 64 65 73 63 65 6e 64 65 6e 74 73 5f d.h descendents_
d350: 2e 63 3a 64 65 73 63 65 6e 64 65 6e 74 73 2e 68 .c:descendents.h
d360: 20 64 69 66 66 5f 2e 63 3a 64 69 66 66 2e 68 20 diff_.c:diff.h
d370: 64 69 66 66 63 6d 64 5f 2e 63 3a 64 69 66 66 63 diffcmd_.c:diffc
d380: 6d 64 2e 68 20 65 6e 63 6f 64 65 5f 2e 63 3a 65 md.h encode_.c:e
d390: 6e 63 6f 64 65 2e 68 20 66 69 6c 65 5f 2e 63 3a ncode.h file_.c:
d3a0: 66 69 6c 65 2e 68 20 68 74 74 70 5f 2e 63 3a 68 file.h http_.c:h
d3b0: 74 74 70 2e 68 20 69 6e 66 6f 5f 2e 63 3a 69 6e ttp.h info_.c:in
d3c0: 66 6f 2e 68 20 6c 6f 67 69 6e 5f 2e 63 3a 6c 6f fo.h login_.c:lo
d3d0: 67 69 6e 2e 68 20 6d 61 69 6e 5f 2e 63 3a 6d 61 gin.h main_.c:ma
d3e0: 69 6e 2e 68 20 6d 61 6e 69 66 65 73 74 5f 2e 63 in.h manifest_.c
d3f0: 3a 6d 61 6e 69 66 65 73 74 2e 68 20 6d 64 35 5f :manifest.h md5_
d400: 2e 63 3a 6d 64 35 2e 68 20 6d 65 72 67 65 5f 2e .c:md5.h merge_.
d410: 63 3a 6d 65 72 67 65 2e 68 20 6d 65 72 67 65 33 c:merge.h merge3
d420: 5f 2e 63 3a 6d 65 72 67 65 33 2e 68 20 6e 61 6d _.c:merge3.h nam
d430: 65 5f 2e 63 3a 6e 61 6d 65 2e 68 20 70 69 76 6f e_.c:name.h pivo
d440: 74 5f 2e 63 3a 70 69 76 6f 74 2e 68 20 70 72 69 t_.c:pivot.h pri
d450: 6e 74 66 5f 2e 63 3a 70 72 69 6e 74 66 2e 68 20 ntf_.c:printf.h
d460: 72 65 62 75 69 6c 64 5f 2e 63 3a 72 65 62 75 69 rebuild_.c:rebui
d470: 6c 64 2e 68 20 73 63 68 65 6d 61 5f 2e 63 3a 73 ld.h schema_.c:s
d480: 63 68 65 6d 61 2e 68 20 73 65 74 75 70 5f 2e 63 chema.h setup_.c
d490: 3a 73 65 74 75 70 2e 68 20 73 68 61 31 5f 2e 63 :setup.h sha1_.c
d4a0: 3a 73 68 61 31 2e 68 20 73 74 79 6c 65 5f 2e 63 :sha1.h style_.c
d4b0: 3a 73 74 79 6c 65 2e 68 20 73 79 6e 63 5f 2e 63 :style.h sync_.c
d4c0: 3a 73 79 6e 63 2e 68 20 74 69 6d 65 6c 69 6e 65 :sync.h timeline
d4d0: 5f 2e 63 3a 74 69 6d 65 6c 69 6e 65 2e 68 20 75 _.c:timeline.h u
d4e0: 70 64 61 74 65 5f 2e 63 3a 75 70 64 61 74 65 2e pdate_.c:update.
d4f0: 68 20 75 72 6c 5f 2e 63 3a 75 72 6c 2e 68 20 75 h url_.c:url.h u
d500: 73 65 72 5f 2e 63 3a 75 73 65 72 2e 68 20 76 65 ser_.c:user.h ve
d510: 72 69 66 79 5f 2e 63 3a 76 65 72 69 66 79 2e 68 rify_.c:verify.h
d520: 20 76 66 69 6c 65 5f 2e 63 3a 76 66 69 6c 65 2e vfile_.c:vfile.
d530: 68 20 77 69 6b 69 5f 2e 63 3a 77 69 6b 69 2e 68 h wiki_.c:wiki.h
d540: 20 77 69 6b 69 66 6f 72 6d 61 74 5f 2e 63 3a 77 wikiformat_.c:w
d550: 69 6b 69 66 6f 72 6d 61 74 2e 68 20 78 66 65 72 ikiformat.h xfer
d560: 5f 2e 63 3a 78 66 65 72 2e 68 20 7a 69 70 5f 2e _.c:xfer.h zip_.
d570: 63 3a 7a 69 70 2e 68 20 24 28 53 52 43 44 49 52 c:zip.h $(SRCDIR
d580: 29 2f 73 71 6c 69 74 65 33 2e 68 20 2e 2f 56 45 )/sqlite3.h ./VE
d590: 52 53 49 4f 4e 2e 68 0a 09 74 6f 75 63 68 20 68 RSION.h..touch h
d5a0: 65 61 64 65 72 73 0a 0a 73 71 6c 69 74 65 33 2e eaders..sqlite3.
d5b0: 6f 3a 09 24 28 53 52 43 44 49 52 29 2f 73 71 6c o:.$(SRCDIR)/sql
d5c0: 69 74 65 33 2e 63 0a 09 24 28 58 54 43 43 29 20 ite3.c..$(XTCC)
d5d0: 2d 44 53 51 4c 49 54 45 5f 4f 4d 49 54 5f 4c 4f -DSQLITE_OMIT_LO
d5e0: 41 44 5f 45 58 54 45 4e 53 49 4f 4e 3d 31 20 2d AD_EXTENSION=1 -
d5f0: 44 53 51 4c 49 54 45 5f 50 52 49 56 41 54 45 3d DSQLITE_PRIVATE=
d600: 20 2d 44 54 48 52 45 41 44 53 41 46 45 3d 30 20 -DTHREADSAFE=0
d610: 2d 44 53 51 4c 49 54 45 5f 44 45 46 41 55 4c 54 -DSQLITE_DEFAULT
d620: 5f 46 49 4c 45 5f 46 4f 52 4d 41 54 3d 34 20 2d _FILE_FORMAT=4 -
d630: 63 20 24 28 53 52 43 44 49 52 29 2f 73 71 6c 69 c $(SRCDIR)/sqli
d640: 74 65 33 2e 63 20 2d 6f 20 73 71 6c 69 74 65 33 te3.c -o sqlite3
d650: 2e 6f 0a 0a .o..